diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index b2f810910a1..686d54fb3cf 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 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. |
| @@ -202,7 +209,7 @@ | |||
| 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. |