diff options
| author | Kim F. Storm | 2002-05-27 12:14:52 +0000 |
|---|---|---|
| committer | Kim F. Storm | 2002-05-27 12:14:52 +0000 |
| commit | fc803e8d1abddbc32fd1e5112649327c8f3075fd (patch) | |
| tree | 9b0154d1e17970021e1eb62b0579c7703ade1581 /lisp/ChangeLog | |
| parent | d00ffe213e842d85380d1ba2e6d9e96d11bdc104 (diff) | |
| download | emacs-fc803e8d1abddbc32fd1e5112649327c8f3075fd.tar.gz emacs-fc803e8d1abddbc32fd1e5112649327c8f3075fd.zip | |
(cua-set-mark): Align pop to marko
behaviour with standard set-mark-command.
(cua--pre-command-handler): Use push-mark-command.
(cua-repeat-replace-region): Improve functionality when
repeated after moving point or changing buffer.
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'. |