diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 40621edea1c..e93cabad3d2 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2003-04-04 John Paul Wallington <jpw@gnu.org> | ||
| 2 | |||
| 3 | * ibuffer.el (ibuffer-insert-filter-group): `help-echo' text | ||
| 4 | property dynamically respects `tooltip-mode'. | ||
| 5 | (define-ibuffer-column name): Likewise. | ||
| 6 | |||
| 7 | * ibuf-ext.el (ibuffer-format-filter-group-data): Don't append "\n". | ||
| 8 | |||
| 1 | 2003-04-04 Masatake YAMATO <jet@gyve.org> | 9 | 2003-04-04 Masatake YAMATO <jet@gyve.org> |
| 2 | 10 | ||
| 3 | * progmodes/etags.el (find-file-of-tag-noselect, find-file-of-tag): | 11 | * progmodes/etags.el (find-file-of-tag-noselect, find-file-of-tag): |
| @@ -179,6 +187,7 @@ | |||
| 179 | * reveal.el (reveal-post-command): Better error handling. | 187 | * reveal.el (reveal-post-command): Better error handling. |
| 180 | 188 | ||
| 181 | 2003-03-31 Nick Roberts <nick@nick.uklinux.net> | 189 | 2003-03-31 Nick Roberts <nick@nick.uklinux.net> |
| 190 | |||
| 182 | * gdb-ui.el (gdb-inferior-io-mode): Remove Unix pathname for cat | 191 | * gdb-ui.el (gdb-inferior-io-mode): Remove Unix pathname for cat |
| 183 | so that it can run on NT also. | 192 | so that it can run on NT also. |
| 184 | 193 | ||