comparison lisp/ChangeLog @ 88079:eda73292b257

Merge from emacs--rel--22 Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1024
author Miles Bader <miles@gnu.org>
date Wed, 30 Jan 2008 07:11:04 +0000
parents 94a8c6fb63da 2cbbc427dee1
children 50e3e3fabd02 c70e45a7acfd
comparison
equal deleted inserted replaced
88078:3f6a9fe50cce 88079:eda73292b257
1 2008-01-30 Richard Stallman <rms@gnu.org>
2
3 * progmodes/etags.el (tags-query-replace): Delete unused optional args.
4 Doc fix.
5
6 * files.el (hack-local-variables): Don't query about fake variables.
7
1 2008-01-30 Markus Triska <markus.triska@gmx.at> 8 2008-01-30 Markus Triska <markus.triska@gmx.at>
2 9
3 * linum.el: New file. 10 * linum.el: New file.
4 11
5 2008-01-29 Michael Albinus <michael.albinus@gmx.de> 12 2008-01-29 Michael Albinus <michael.albinus@gmx.de>
200 2008-01-26 Thien-Thi Nguyen <ttn@gnuvola.org> 207 2008-01-26 Thien-Thi Nguyen <ttn@gnuvola.org>
201 208
202 * vc.el (vc-exec-after): For mode-line-process highlighting, if 209 * vc.el (vc-exec-after): For mode-line-process highlighting, if
203 `compile' is not available, fall back to font-lock-warning-face. 210 `compile' is not available, fall back to font-lock-warning-face.
204 211
205 2008-01-26 Phil Sung <psung@mit.edu> (tiny change) 212 2008-01-26 Phil Sung <psung@mit.edu> (tiny change)
206 213
207 * wdired.el (wdired-get-filename): Change `(1+ beg)' to `beg' so 214 * wdired.el (wdired-get-filename): Change `(1+ beg)' to `beg' so
208 that the filename end is found even when the filename is empty. 215 that the filename end is found even when the filename is empty.
209 Fixes error and spurious newlines when marking files for deletion. 216 Fixes error and spurious newlines when marking files for deletion.
210 217