diff options
| author | Miles Bader | 2008-01-30 07:11:04 +0000 |
|---|---|---|
| committer | Miles Bader | 2008-01-30 07:11:04 +0000 |
| commit | 02cbe062bee38a6705bafb1699d77e3c44cfafcf (patch) | |
| tree | 5baf1e4df4c3357ae78bf937e37430c593ed3337 /lisp/ChangeLog | |
| parent | 6dcf341ad3ba1208b3401169e50c024040d95a96 (diff) | |
| parent | 4bd81fde833444fe510c465706aec4134e1ae403 (diff) | |
| download | emacs-02cbe062bee38a6705bafb1699d77e3c44cfafcf.tar.gz emacs-02cbe062bee38a6705bafb1699d77e3c44cfafcf.zip | |
Merge from emacs--rel--22
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1024
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. |