Mercurial > emacs
changeset 50446:08f70ca9fb02
*** empty log message ***
author | John Paul Wallington <jpw@pobox.com> |
---|---|
date | Fri, 04 Apr 2003 21:50:21 +0000 |
parents | cb7054372647 |
children | a5a6cd517d62 |
files | lisp/ChangeLog |
diffstat | 1 files changed, 9 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Fri Apr 04 21:47:03 2003 +0000 +++ b/lisp/ChangeLog Fri Apr 04 21:50:21 2003 +0000 @@ -1,3 +1,11 @@ +2003-04-04 John Paul Wallington <jpw@gnu.org> + + * ibuffer.el (ibuffer-insert-filter-group): `help-echo' text + property dynamically respects `tooltip-mode'. + (define-ibuffer-column name): Likewise. + + * ibuf-ext.el (ibuffer-format-filter-group-data): Don't append "\n". + 2003-04-04 Masatake YAMATO <jet@gyve.org> * progmodes/etags.el (find-file-of-tag-noselect, find-file-of-tag): @@ -179,6 +187,7 @@ * reveal.el (reveal-post-command): Better error handling. 2003-03-31 Nick Roberts <nick@nick.uklinux.net> + * gdb-ui.el (gdb-inferior-io-mode): Remove Unix pathname for cat so that it can run on NT also.