Mercurial > emacs
diff lisp/ChangeLog @ 47114:b0e4184605e5
* ibuffer.el (ibuffer-update): Use `minibufferp'. Expand `caddr'.
* mwheel.el (mouse-wheel-up-button): Doc fix.
author | John Paul Wallington <jpw@pobox.com> |
---|---|
date | Thu, 29 Aug 2002 22:06:26 +0000 |
parents | 12d6c4122440 |
children | 215a73bfc592 |
line wrap: on
line diff
--- a/lisp/ChangeLog Thu Aug 29 21:48:50 2002 +0000 +++ b/lisp/ChangeLog Thu Aug 29 22:06:26 2002 +0000 @@ -1,3 +1,9 @@ +2002-08-29 John Paul Wallington <jpw@shootybangbang.com> + + * ibuffer.el (ibuffer-update): Use `minibufferp'. Expand `caddr'. + + * mwheel.el (mouse-wheel-up-button): Doc fix. + 2002-08-29 Juanma Barranquero <lektu@terra.es> * replace.el (occur-mode-hook): New hook. @@ -28,7 +34,7 @@ 2002-08-28 Luc Teirlinck <teirllm@mail.auburn.edu> - * files.el (find-buffer-visiting): Compare file attributes + * files.el (find-buffer-visiting): Compare file attributes using buffer-file-truename. 2002-08-28 Richard M. Stallman <rms@gnu.org>