diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 27e13540d13..89cb57f8727 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,14 @@ | |||
| 1 | 2003-02-21 Kim F. Storm <storm@cua.dk> | ||
| 2 | |||
| 3 | * emulation/cua-base.el: Add run-time check to catch users trying | ||
| 4 | to use older versions of CUA-mode, rather than the version | ||
| 5 | distributed with Emacs. Use autoload cookies and eval-after-load. | ||
| 6 | |||
| 7 | * startup.el (command-line): Clarify and tidy up the message | ||
| 8 | printed when there are errors in the user-init-file. | ||
| 9 | Do not encapsulate the error data; it's read by humans here. | ||
| 10 | Do not split windows when displaying the *Message* buffer. | ||
| 11 | |||
| 1 | 2003-02-20 Ehud Karni <ehud@unix.mvs.co.il> (tiny change) | 12 | 2003-02-20 Ehud Karni <ehud@unix.mvs.co.il> (tiny change) |
| 2 | 13 | ||
| 3 | * mail/rmail.el (rmail-insert-inbox-text): Make the pop3 mechanism | 14 | * mail/rmail.el (rmail-insert-inbox-text): Make the pop3 mechanism |