From: Glenn Morris Date: Thu, 16 Oct 2014 01:49:34 +0000 (-0400) Subject: Merge from emacs-24; up to 2014-07-27T18:05:37Z!eliz@gnu.org X-Git-Tag: emacs-25.0.90~2635^2~679^2~40 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=10471ae36190f741829cdc490f410b68226a1bb9;p=emacs.git Merge from emacs-24; up to 2014-07-27T18:05:37Z!eliz@gnu.org --- 10471ae36190f741829cdc490f410b68226a1bb9 diff --cc lisp/ChangeLog index cf83767b924,6b0c8a67b79..13e161e03b7 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@@ -1,26 -1,16 +1,33 @@@ -2014-10-15 Alan Mackenzie ++2014-10-16 Alan Mackenzie + + * cus-edit.el (custom-command-apply): Specify the return value in + the doc string. + (Custom-reset-standard): Save custom-file (e.g. .emacs) only when + custom-command-apply has returned non-nil. + 2014-10-15 Stefan Monnier - * emacs-lisp/lisp.el (lisp--local-variables-1): Handle `quote'. - Backported (bug#18688). + * emacs-lisp/eldoc.el (global-eldoc-mode): Enable by default. + Remove incorrect handling of eldoc-print-after-edit. + (eldoc-message-commands, eldoc-last-data): Use defvar. + * loadup.el (emacs-lisp/eldoc): Load it. -2014-10-14 Eli Zaretskii + * progmodes/m4-mode.el (m4-syntax-propertize): New var. + (m4-mode): Use it. + (m4--quoted-p): New function. + (m4-font-lock-keywords): Don't handle #..\n comments any more. + (m4-mode-syntax-table): Use punctuation syntax (according to m4 manual) + for most special characters. + + * progmodes/compile.el (compilation--previous-directory): Simplify. + (compilation-next-error): Ensure the parse before we look at + compilation-message property. + +2014-10-15 Eli Zaretskii + + * simple.el (what-cursor-position): + * descr-text.el (describe-char): Update to support the new bidi + characters. * emacs-lisp/tabulated-list.el (tabulated-list-mode): Force bidi-paragraph-direction to 'left-to-right'. This fixes