diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index bed3498fe02..caa07a60c9d 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,13 @@ | |||
| 1 | 2002-05-27 Kim F. Storm <storm@cua.dk> | ||
| 2 | |||
| 3 | * simple.el (push-mark-command): Added optional NOMSG arg. | ||
| 4 | |||
| 5 | * emulation/cua-base.el (cua-set-mark): Align pop to mark | ||
| 6 | behaviour with standard set-mark-command. | ||
| 7 | (cua--pre-command-handler): Use push-mark-command. | ||
| 8 | (cua-repeat-replace-region): Improve functionality when | ||
| 9 | repeated after moving point or changing buffer. | ||
| 10 | |||
| 1 | 2002-05-26 Colin Walters <walters@verbum.org> | 11 | 2002-05-26 Colin Walters <walters@verbum.org> |
| 2 | 12 | ||
| 3 | * startup.el (command-line): Use `when', `unless'. | 13 | * startup.el (command-line): Use `when', `unless'. |