# HG changeset patch # User John Paul Wallington # Date 1043384057 0 # Node ID bf2edead9a8f3d1f3bd60c107c76eca995732846 # Parent 798119a6859ca1e276beff2272a7c3532284b98c *** empty log message *** diff -r 798119a6859c -r bf2edead9a8f lisp/ChangeLog --- 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 + + * 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 * abbrev.el (write-abbrev-file): Simplify, and put a coding cookie