diff options
| author | Juanma Barranquero | 2008-04-07 11:03:40 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2008-04-07 11:03:40 +0000 |
| commit | af0cbf8c92a58b0adeed28683ae5433737a9b35e (patch) | |
| tree | e495753d6320fe89f8584d916cc8f0fe47a83386 | |
| parent | 87503d976749702aefa94601e3ade9c84de847d1 (diff) | |
| download | emacs-af0cbf8c92a58b0adeed28683ae5433737a9b35e.tar.gz emacs-af0cbf8c92a58b0adeed28683ae5433737a9b35e.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 3783b4aafa4..9e1215ea5d6 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -99,8 +99,8 @@ | |||
| 99 | * progmodes/cc-langs.el (c-before-font-lock-function): Correct a | 99 | * progmodes/cc-langs.el (c-before-font-lock-function): Correct a |
| 100 | typo in the doc string. | 100 | typo in the doc string. |
| 101 | 101 | ||
| 102 | * progmodes/cc-mode.el (c-basic-common-init): Set | 102 | * progmodes/cc-mode.el (c-basic-common-init): |
| 103 | font-lock-extend-after-change-region-function. | 103 | Set font-lock-extend-after-change-region-function. |
| 104 | (c-extend-after-change-region): New function, used in | 104 | (c-extend-after-change-region): New function, used in |
| 105 | font-lock-extend-after-change-region-function, thus superseding | 105 | font-lock-extend-after-change-region-function, thus superseding |
| 106 | advice on the Font Lock after change functions. | 106 | advice on the Font Lock after change functions. |
| @@ -108,8 +108,8 @@ | |||
| 108 | 108 | ||
| 109 | 2008-04-06 Reiner Steib <Reiner.Steib@gmx.de> | 109 | 2008-04-06 Reiner Steib <Reiner.Steib@gmx.de> |
| 110 | 110 | ||
| 111 | * textmodes/flyspell.el (flyspell-duplicate-distance): Improve | 111 | * textmodes/flyspell.el (flyspell-duplicate-distance): |
| 112 | custom type. | 112 | Improve custom type. |
| 113 | 113 | ||
| 114 | 2008-04-06 Glenn Morris <rgm@gnu.org> | 114 | 2008-04-06 Glenn Morris <rgm@gnu.org> |
| 115 | 115 | ||
| @@ -190,17 +190,17 @@ | |||
| 190 | 190 | ||
| 191 | * dired-aux.el (dired-overwrite-confirmed): Revert last change. | 191 | * dired-aux.el (dired-overwrite-confirmed): Revert last change. |
| 192 | 192 | ||
| 193 | * dired.el (dired-dnd-handle-local-file): Obey | 193 | * dired.el (dired-dnd-handle-local-file): Obey dired-backup-overwrite |
| 194 | dired-backup-overwrite for copy, move, and link operations. | 194 | for copy, move, and link operations. |
| 195 | 195 | ||
| 196 | 2008-04-06 Michael Kifer <kifer@cs.stonybrook.edu> | 196 | 2008-04-06 Michael Kifer <kifer@cs.stonybrook.edu> |
| 197 | 197 | ||
| 198 | * viper*.el (viper-search-wrap-around-t): Replace with | 198 | * emulation/viper-init.el, emulation/viper-ex.el, emulation/viper-cmd.el |
| 199 | viper-search-wrap-around. | 199 | (viper-search-wrap-around-t): Replace with viper-search-wrap-around. |
| 200 | 200 | ||
| 201 | * ediff*.el: Replace 3-argument 'require' statements with 1-argument | 201 | * ediff-util.el, ediff-vers.el, ediff-wind.el: Replace 3-argument |
| 202 | ones (wrapped in if's). For compatibility with the current stable | 202 | 'require' statements with 1-argument ones (wrapped in if's). |
| 203 | version of XEmacs. | 203 | For compatibility with the current stable version of XEmacs. |
| 204 | 204 | ||
| 205 | 2008-04-06 Dan Nicolaescu <dann@ics.uci.edu> | 205 | 2008-04-06 Dan Nicolaescu <dann@ics.uci.edu> |
| 206 | 206 | ||
| @@ -956,7 +956,7 @@ | |||
| 956 | 956 | ||
| 957 | 2008-04-02 Dan Nicolaescu <dann@ics.uci.edu> | 957 | 2008-04-02 Dan Nicolaescu <dann@ics.uci.edu> |
| 958 | 958 | ||
| 959 | * progmodes/sh-script.el (sh-mode-map): Rename the menu. Add :help. | 959 | * progmodes/sh-script.el (sh-mode-map): Rename the menu. Add :help. |
| 960 | Add menu entries corresponding to all the key bindings. | 960 | Add menu entries corresponding to all the key bindings. |
| 961 | 961 | ||
| 962 | * emacs-lisp/debug.el (debugger-mode-map): | 962 | * emacs-lisp/debug.el (debugger-mode-map): |