- 24 Dec, 2013 14 commits
-
-
Paul Eggert authored
* admin/merge-gnulib (GNULIB_MODULES): Add update-copyright. * admin/notes/years: Mention admin/update-copyright. * admin/update-copyright: New file. * build-aux/update-copyright: New file. * make-dist: Distribute it. * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate. * msdos/autogen/Makefile.in: Update copyright year.
-
Lars Ingebrigtsen authored
* net/eww.el (eww-bookmark-browse): Use `quit-window' to restore the window configuration.
-
Eli Zaretskii authored
-
Eli Zaretskii authored
lisp/net/eww.el (eww-open-file): Ensure 3 slashes after "file:" when we run on MS-Windows or MS-DOS.
-
Eli Zaretskii authored
src/w32fns.c (Fw32_shell_execute): Ensure DOCUMENT is an absolute file name when it is submitted to ShellExecute. Simplify code. Don't test DOCUMENT for being a string, as that is enforced by CHECK_STRING. Doc fix.
-
Martin Rudalics authored
* window.el (balance-windows-area): Call window-size instead of window-height and window-width. Bug#16241.
-
Tassilo Horn authored
* doc/lispref/control.texi (Pattern matching case statement): Fix missing argument in simple expression language sample. Add some sample programs written in that language. Mention that `pcase' requires lexical binding. Fixes: debbugs:16238
-
Xue Fuqiao authored
-
Lars Ingebrigtsen authored
* net/eww.el (eww-bookmark-quit): Remove. (eww-bookmark-browse): Restore the window configuration when you choose a bookmark. Fixes: debbugs:16144
-
Xue Fuqiao authored
-
Xue Fuqiao authored
* admin/admin.el (add-release-logs): (set-version-in-file, set-version, set-copyright): Use `user-error'.
-
Chong Yidong authored
-
Daniel Colascione authored
-
Xue Fuqiao authored
-
- 23 Dec, 2013 21 commits
-
-
Xue Fuqiao authored
According to: http://lists.gnu.org/archive/html/emacs-devel/2013-12/msg00828.html
-
Eli Zaretskii authored
src/xdisp.c (redisplay_tool_bar): Modify the tool-bar-lines frame parameter only when the new size is different from the old one, and the new size can be achieved given the frame height.
-
Eli Zaretskii authored
-
Eli Zaretskii authored
src/xdisp.c (tool_bar_height): Use WINDOW_PIXEL_WIDTH to set up the iterator X limits, not FRAME_TOTAL_COLS, for consistency with what redisplay_tool_bar does. Improve and fix commentary. (hscroll_window_tree): Don't assume w->cursor.vpos is within the limits of the glyph matrices.
-
Andreas Schwab authored
AC_CONFIG_HEADERS.
-
Daniel Colascione authored
-
Xue Fuqiao authored
-
Xue Fuqiao authored
-
Ted Zlatanov authored
* NEWS: Updated for `gnutls-verify-error', cfengine-mode, and package.el changes.
-
Xue Fuqiao authored
* doc/emacs/misc.texi (Shell Mode): Add a cross-reference. * doc/emacs/building.texi (Lisp Eval): Add an index.
-
Ted Zlatanov authored
* net/gnutls.el (gnutls-verify-error): Add version tag.
-
Ted Zlatanov authored
* emacs-gnutls.texi (Help For Users): Document `gnutls-verify-error'.
-
Jan Djärv authored
Fixes: debbugs:16210
-
Xue Fuqiao authored
-
Xue Fuqiao authored
* doc/lispref/eval.texi (Special Forms): Document `special-form-p'. * doc/lispref/macros.texi (Simple Macro): Document `macrop'.
-
Xue Fuqiao authored
* doc/lispref/files.texi (Changing Files): Fix an argument of `copy-file'.
-
Tassilo Horn authored
-
Xue Fuqiao authored
* doc/lispref/strings.texi (Creating Strings): Document TRIM in `split-string'.
-
Chong Yidong authored
-
Chong Yidong authored
* lisp/subr.el (set-transient-map): Rename from set-temporary-overlay-map. Doc fix. * lisp/face-remap.el (text-scale-adjust): * lisp/indent.el (indent-rigidly): * lisp/kmacro.el (kmacro-call-macro): * lisp/minibuffer.el (minibuffer-force-complete): * lisp/repeat.el (repeat): * lisp/simple.el (universal-argument--mode): * lisp/calendar/todo-mode.el (todo-insert-item--next-param): * lisp/progmodes/f90.el (f90-abbrev-start): Callers changed. * lisp/org/org.el (orgstruct-make-binding): Call set-transient-map instead of old name set-temporary-overlay-map. * doc/lispref/keymaps.texi (Controlling Active Maps): Renamed set-temporary-overlay-map to set-transient map. Doc fixes. (Searching Keymaps): The transient keymap takes precedence.
-
Glenn Morris authored
* doc/lispref/loading.texi (How Programs Do Loading, Load Suffixes): Mention `load-prefer-newer'. * src/lread.c (Fload): Mention load-prefer-newer in doc.
-
- 22 Dec, 2013 5 commits
-
-
Xue Fuqiao authored
* doc/lispref/hash.texi (Other Hash): Document `hash-table-keys and `hash-table-values'.
-
Glenn Morris authored
* doc/emacs/calendar.texi (General Calendar): * doc/emacs/rmail.texi (Rmail Scrolling): * doc/misc/woman.texi (Navigation): Use itemx where appropriate. * doc/emacs/entering.texi (Entering Emacs): Typo fix.
-
Kenjiro NAKAYAMA authored
* net/eww.el (eww-tag-select): Add text-property to jump to next select field. (eww) : Add non-supported ftp error.
-
Dmitry Gutov authored
comments. Handle electric indent after typing `?' and `!'.
-
Eli Zaretskii authored
-