# HG changeset patch # User Colin Walters # Date 1016486473 0 # Node ID 06140deb145bc6737fc20096d1136e02a1639194 # Parent 9ebe6b2c13f33dbc7a51a618374f171e431871b6 *** empty log message *** diff -r 9ebe6b2c13f3 -r 06140deb145b lisp/ChangeLog --- a/lisp/ChangeLog Mon Mar 18 20:29:26 2002 +0000 +++ b/lisp/ChangeLog Mon Mar 18 21:21:13 2002 +0000 @@ -1,3 +1,14 @@ +2002-03-18 Colin Walters + + * ibuf-ext.el (ibuffer-toggle-sorting-mode): Remove `find-if' so + we don't require `cl' at runtime. + (sorting mode mode-name): Don't take the symbol-name of a string. + + * ibuffer.el (ibuffer-set-mark): Go back to the beginning of the + line after setting the mark. + (ibuffer-insert-buffers-and-marks): Invert the test for + `ibuffer-sorting-reversep'. + 2002-03-18 Stefan Monnier * international/ucs-tables.el (unify-8859-on-decoding-mode)