Mercurial > emacs
comparison lisp/ChangeLog @ 93818:fc87e18c7827
*** empty log message ***
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Mon, 07 Apr 2008 11:03:40 +0000 |
parents | 84f760e40cf8 |
children | 7c273495693a |
comparison
equal
deleted
inserted
replaced
93817:a4888e459e30 | 93818:fc87e18c7827 |
---|---|
97 2008-04-06 Alan Mackenzie <acm@muc.de> | 97 2008-04-06 Alan Mackenzie <acm@muc.de> |
98 | 98 |
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. |
107 (c-advise-fl-for-region): Remove this macro. | 107 (c-advise-fl-for-region): Remove this macro. |
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 |
116 * calendar/diary-lib.el (diary-sexp-entry-symbol): | 116 * calendar/diary-lib.el (diary-sexp-entry-symbol): |
117 Rename sexp-diary-entry-symbol. Keep old name as alias, update users. | 117 Rename sexp-diary-entry-symbol. Keep old name as alias, update users. |
188 | 188 |
189 2008-04-06 Chong Yidong <cyd@stupidchicken.com> | 189 2008-04-06 Chong Yidong <cyd@stupidchicken.com> |
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 |
207 * vc.el (vc-status-prepare-status-buffer): Reset vc-parent-buffer-name. | 207 * vc.el (vc-status-prepare-status-buffer): Reset vc-parent-buffer-name. |
208 | 208 |
954 * net/tramp.el (tramp-make-tramp-temp-file): | 954 * net/tramp.el (tramp-make-tramp-temp-file): |
955 Use `tramp-drop-volume-letter' for the local file name part. | 955 Use `tramp-drop-volume-letter' for the local file name part. |
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): |
963 * textmodes/conf-mode.el (conf-mode-map): Add a menu. | 963 * textmodes/conf-mode.el (conf-mode-map): Add a menu. |
964 (conf-align-assignments): Only work on the region if it is active. | 964 (conf-align-assignments): Only work on the region if it is active. |