changeset 49411:bf2edead9a8f

*** empty log message ***
author John Paul Wallington <jpw@pobox.com>
date Fri, 24 Jan 2003 04:54:17 +0000
parents 798119a6859c
children 0c9686a92a39
files lisp/ChangeLog
diffstat 1 files changed, 18 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Fri Jan 24 04:53:31 2003 +0000
+++ b/lisp/ChangeLog	Fri Jan 24 04:54:17 2003 +0000
@@ -1,3 +1,21 @@
+2003-01-24  John Paul Wallington  <jpw@gnu.org>
+
+	* ibuffer.el (ibuffer-window-list): Remove.
+	(ibuffer-confirm-operation-on): Use `window-list' instead.
+	(ibuffer-load-hook): New customizable variable.
+	(toplevel): Run it.
+	(ibuffer-customize): New command.
+	(ibuffer-mode-map): Bind it.
+	(ibuffer-mode-map): Add menu seperator in View>Sort menu.
+	(ibuffer-mode): Tidy.
+	(ibuffer-fontification-alist, ibuffer-always-show-last-buffer)
+	(ibuffer-default-directory, ibuffer-default-sorting-mode)
+	(ibuffer-maybe-show-predicates, ibuffer-hook, ibuffer-mode-hook)
+	(ibuffer-map-lines): Doc fixes.
+
+	* ibuf-ext.el (ibuffer-copy-filename-as-kill): C-u means relative
+	filenames.  Use `kill-new'.
+
 2003-01-23  Dave Love  <fx@gnu.org>
 
 	* abbrev.el (write-abbrev-file): Simplify, and put a coding cookie