diff options
| author | John Wiegley | 2002-11-08 20:28:16 +0000 |
|---|---|---|
| committer | John Wiegley | 2002-11-08 20:28:16 +0000 |
| commit | 4c302ba42ec91cba5787e741110fdd4ff81a7b42 (patch) | |
| tree | b1975b0d08158aebb03f9cdb80461d81b2a35704 | |
| parent | 7afecb99cb88f237832bbd9fa82a8cb2f0b78ec3 (diff) | |
| download | emacs-4c302ba42ec91cba5787e741110fdd4ff81a7b42.tar.gz emacs-4c302ba42ec91cba5787e741110fdd4ff81a7b42.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 7 |
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 @@ | |||
| 1 | 2002-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 | |||
| 1 | 2002-11-07 Stefan Monnier <monnier@cs.yale.edu> | 8 | 2002-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'. |