From: Juanma Barranquero Date: Mon, 7 Apr 2008 11:03:40 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-23.0.90~6469 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=af0cbf8c92a58b0adeed28683ae5433737a9b35e;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 3783b4aafa4..9e1215ea5d6 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -99,8 +99,8 @@ * progmodes/cc-langs.el (c-before-font-lock-function): Correct a typo in the doc string. - * progmodes/cc-mode.el (c-basic-common-init): Set - font-lock-extend-after-change-region-function. + * progmodes/cc-mode.el (c-basic-common-init): + Set font-lock-extend-after-change-region-function. (c-extend-after-change-region): New function, used in font-lock-extend-after-change-region-function, thus superseding advice on the Font Lock after change functions. @@ -108,8 +108,8 @@ 2008-04-06 Reiner Steib - * textmodes/flyspell.el (flyspell-duplicate-distance): Improve - custom type. + * textmodes/flyspell.el (flyspell-duplicate-distance): + Improve custom type. 2008-04-06 Glenn Morris @@ -190,17 +190,17 @@ * dired-aux.el (dired-overwrite-confirmed): Revert last change. - * dired.el (dired-dnd-handle-local-file): Obey - dired-backup-overwrite for copy, move, and link operations. + * dired.el (dired-dnd-handle-local-file): Obey dired-backup-overwrite + for copy, move, and link operations. 2008-04-06 Michael Kifer - * viper*.el (viper-search-wrap-around-t): Replace with - viper-search-wrap-around. + * emulation/viper-init.el, emulation/viper-ex.el, emulation/viper-cmd.el + (viper-search-wrap-around-t): Replace with viper-search-wrap-around. - * ediff*.el: Replace 3-argument 'require' statements with 1-argument - ones (wrapped in if's). For compatibility with the current stable - version of XEmacs. + * ediff-util.el, ediff-vers.el, ediff-wind.el: Replace 3-argument + 'require' statements with 1-argument ones (wrapped in if's). + For compatibility with the current stable version of XEmacs. 2008-04-06 Dan Nicolaescu @@ -956,7 +956,7 @@ 2008-04-02 Dan Nicolaescu - * progmodes/sh-script.el (sh-mode-map): Rename the menu. Add :help. + * progmodes/sh-script.el (sh-mode-map): Rename the menu. Add :help. Add menu entries corresponding to all the key bindings. * emacs-lisp/debug.el (debugger-mode-map):