# HG changeset patch # User John Paul Wallington # Date 1049493021 0 # Node ID 08f70ca9fb024b8043b211e09aa6e14f8c2f115a # Parent cb70543726472e06e29fc334dcded85e62ee02d4 *** empty log message *** diff -r cb7054372647 -r 08f70ca9fb02 lisp/ChangeLog --- 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 + + * 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 * 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 + * gdb-ui.el (gdb-inferior-io-mode): Remove Unix pathname for cat so that it can run on NT also.