- 23 Dec, 2013 1 commit
-
-
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 10 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'.
-
Lars Magne Ingebrigtsen authored
That have text inside. Also remove debugging.
-
Jan Djärv authored
-
Jan Djärv authored
* etc/NEWS: Mention ns-use-srgb-colorspace. * lisp/cus-start.el (all): Add ns-use-srgb-colorspace. * src/nsfns.m (Fxw_color_values): Use colorUsingDefaultColorSpace. * src/nsterm.h: Declare EmacsColor category. * src/nsterm.m (NSColor): Implement EmacsColor category. (ns_get_color): Use colorUsingDefaultColorSpace. (ns_get_color, ns_term_init): Use colorForEmacsRed.
-
Chong Yidong authored
* custom.el (custom-theme-recalc-face): Do nothing if the face is undefined. Thus, theme settings for undefined faces do not take effect until the faces are defined with defface, the same as with theme variables. * faces.el (face-spec-set): Use face-spec-recalc in all cases. (face-spec-reset-face): Don't assign extra properties in temacs. (face-spec-recalc): Apply X resources too.
-
Chong Yidong authored
* faces.el (face-spec-set): * cus-face.el (custom-theme-set-faces, custom-set-faces): * custom.el (defface): Doc fixes. Fixes: debbugs:16203
-