aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Wiegley2002-11-08 20:28:16 +0000
committerJohn Wiegley2002-11-08 20:28:16 +0000
commit4c302ba42ec91cba5787e741110fdd4ff81a7b42 (patch)
treeb1975b0d08158aebb03f9cdb80461d81b2a35704
parent7afecb99cb88f237832bbd9fa82a8cb2f0b78ec3 (diff)
downloademacs-4c302ba42ec91cba5787e741110fdd4ff81a7b42.tar.gz
emacs-4c302ba42ec91cba5787e741110fdd4ff81a7b42.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 7ac99920274..578bd99d88a 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,10 @@
12002-11-08 John Wiegley <johnw@gnu.org>
2
3 * calendar/timeclock.el (timeclock-modeline-display): Use assq as
4 well as memq to find `global-mode-string' within
5 `mode-line-format'. The structure of that variable has changed in
6 21.3.
7
12002-11-07 Stefan Monnier <monnier@cs.yale.edu> 82002-11-07 Stefan Monnier <monnier@cs.yale.edu>
2 9
3 * format.el (format-decode): Be careful with the order in `format'. 10 * format.el (format-decode): Be careful with the order in `format'.