comparison lisp/ChangeLog @ 94504:63639e55e6d0

*** empty log message ***
author John Paul Wallington <jpw@pobox.com>
date Thu, 01 May 2008 00:08:38 +0000
parents ce541b36427b
children 7bff87bfc341
comparison
equal deleted inserted replaced
94503:922712402e72 94504:63639e55e6d0
1 2008-04-30 John Paul Wallington <jpw@pobox.com> 1 2008-04-30 John Paul Wallington <jpw@pobox.com>
2 2
3 * ibuffer.el (define-ibuffer-column filename): When the major mode 3 * ibuffer.el (define-ibuffer-column filename): When the major mode
4 is `vc-dir-mode' show the buffer's default directory. 4 is `vc-dir-mode' show the buffer's default directory.
5
6 * ibuf-ext.el (define-ibuffer-filter filename): Likewise when the
7 major mode is `vc-dir-mode' use the buffer's default directory.
5 8
6 2008-04-30 Sam Steingold <sds@gnu.org> 9 2008-04-30 Sam Steingold <sds@gnu.org>
7 10
8 * vc.el (vc-dir-delete-file): Add. 11 * vc.el (vc-dir-delete-file): Add.
9 (vc-dir-mode-map): Bind "r" to vc-dir-delete-file, like in PCL-CVS. 12 (vc-dir-mode-map): Bind "r" to vc-dir-delete-file, like in PCL-CVS.