aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorColin Walters2002-03-18 21:21:13 +0000
committerColin Walters2002-03-18 21:21:13 +0000
commit6e668118f0d829221d06c4801d61c89005d166ea (patch)
tree210222f70ca082fc352503678a1cf24bc9570c6a
parent8f9891abe570731d2b47437b236e969130d40b72 (diff)
downloademacs-6e668118f0d829221d06c4801d61c89005d166ea.tar.gz
emacs-6e668118f0d829221d06c4801d61c89005d166ea.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 6cd26ab0419..97b5de76d40 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,14 @@
12002-03-18 Colin Walters <walters@verbum.org>
2
3 * ibuf-ext.el (ibuffer-toggle-sorting-mode): Remove `find-if' so
4 we don't require `cl' at runtime.
5 (sorting mode mode-name): Don't take the symbol-name of a string.
6
7 * ibuffer.el (ibuffer-set-mark): Go back to the beginning of the
8 line after setting the mark.
9 (ibuffer-insert-buffers-and-marks): Invert the test for
10 `ibuffer-sorting-reversep'.
11
12002-03-18 Stefan Monnier <monnier@cs.yale.edu> 122002-03-18 Stefan Monnier <monnier@cs.yale.edu>
2 13
3 * international/ucs-tables.el (unify-8859-on-decoding-mode) 14 * international/ucs-tables.el (unify-8859-on-decoding-mode)