comparison lisp/ChangeLog @ 54814:e40dfbc0d5f2

*** empty log message ***
author John Paul Wallington <jpw@pobox.com>
date Mon, 12 Apr 2004 10:03:08 +0000
parents 957deec21b7e
children 5cf37cfc7515
comparison
equal deleted inserted replaced
54813:59f2a23a44d1 54814:e40dfbc0d5f2
1 2004-04-12 John Paul Wallington <jpw@gnu.org>
2
3 * ibuffer.el (ibuffer-delete-window-on-quit): Remove.
4 (ibuffer-restore-window-config-on-quit): New variable to replace
5 `ibuffer-delete-window-on-quit'. Update all references.
6 (ibuffer-prev-window-config): New variable.
7 (ibuffer-quit): Restore previous window configuration instead of
8 deleting window.
9 (ibuffer): Save window configuration before showing Ibuffer
10 buffer.
11
1 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca> 12 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
2 13
3 * progmodes/compile.el (compilation-mode-font-lock-keywords): Fix test 14 * progmodes/compile.el (compilation-mode-font-lock-keywords): Fix test
4 not to treat nil as a function. 15 not to treat nil as a function.
5 16