- 23 Dec, 2013 6 commits
-
-
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 29 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
-
Eli Zaretskii authored
-
Eli Zaretskii authored
-
Eli Zaretskii authored
admin/unidata/unidata-gen.el (unidata-split-name): Don't give any NAME to <control> characters: the Unicode Standard says they have no name. doc/lispref/nonascii.texi (Character Properties): NAME or OLD-NAME properties can be nil (there's no empty string).
-
Martin Rudalics authored
* window.c (unwind_change_frame): New function. (Fset_window_configuration): Don't run configuration change hook while the frame configuration is unsafe. Call select_window twice.
-
Chong Yidong authored
* lisp/faces.el (face-spec-recalc): If the theme specs are not applicable to a frame, fall back on the defface spec.
-
Andreas Schwab authored
-
Paul Eggert authored
-
Xue Fuqiao authored
* doc/lispref/sequences.texi (Bool-Vectors): Document new bool-vector set operation functions.
-
Xue Fuqiao authored
* doc/lispref/text.texi (Examining Properties): Document `get-pos-property'.
-
Xue Fuqiao authored
* doc/lispref/variables.texi (Directory Local Variables): Document `enable-dir-local-variables'.
-
Dmitry Gutov authored
after `{'. We need it after block openers, and it doesn't seem to hurt after hash openers.
-
Xue Fuqiao authored
* doc/emacs/search.texi (Special Isearch): (Query Replace): Document negative argument of replacement commands.
-
Xue Fuqiao authored
* doc/emacs/search.texi (Symbol Search): Document `isearch-forward-symbol-at-point'.
-
Xue Fuqiao authored
-
Dmitry Gutov authored
* lisp/progmodes/ruby-mode.el (ruby--at-indentation-p): New function, extracted from `ruby-smie-rules'. (ruby--electric-indent-chars): New variable. (ruby--electric-indent-p): New function. (ruby-mode): Use `electric-indent-functions' instead of `electric-indent-chars'.
-
Xue Fuqiao authored
-
Xue Fuqiao authored
* doc/lispref/debugging.texi (Debugger Commands): Document `debugger-toggle-locals'.
-
Xue Fuqiao authored
-
Dmitry Gutov authored
docstring. (ruby-smie-rules): Indent plus one level after `=>'.
-
Xue Fuqiao authored
* doc/emacs/indent.texi (Tab Stops): Mention recent changes about `tab-stop-list'.
-
Xue Fuqiao authored
-
Xue Fuqiao authored
-
Xue Fuqiao authored
-
Xue Fuqiao authored
-
- 21 Dec, 2013 5 commits
-
-
Richard M. Stallman authored
* simple.el (newline): Doc fix.
-
Kenjiro NAKAYAMA authored
* net/eww.el (eww-checkbox-map): Fix wrong key bind to `eww-toggle-checkbox'.
-
Kenjiro NAKAYAMA authored
* net/eww.el (eww-form-text): Support text form with disabled and readonly attributes.
-
Ted Zlatanov authored
* net/eww.el (eww-list-histories, eww-list-histories) (eww-history-browse, eww-history-quit, eww-history-kill) (eww-history-mode-map, eww-history-mode): New command and functions to list browser histories.
-
Rüdiger Sonderfeld authored
* net/eww.el (eww-back-url, eww-forward-url, eww-next-url) (eww-previous-url, eww-up-url, eww-top-url, eww-add-bookmark) (eww-bookmark-prepare, eww-bookmark-kill, eww-bookmark-yank) (eww-bookmark-browse, eww-next-bookmark, eww-previous-bookmark): Use `user-error'. (eww-bookmark-mode-map): Add menu. (eww-render, eww-mode): Use `setq-local'. (eww-tool-bar-map): New variable. (eww-mode): Set `tool-bar-map'. (eww-view-source): Check for `html-mode' with `fboundp'.
-