aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorKim F. Storm2002-05-27 12:14:52 +0000
committerKim F. Storm2002-05-27 12:14:52 +0000
commitfc803e8d1abddbc32fd1e5112649327c8f3075fd (patch)
tree9b0154d1e17970021e1eb62b0579c7703ade1581 /lisp/ChangeLog
parentd00ffe213e842d85380d1ba2e6d9e96d11bdc104 (diff)
downloademacs-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/ChangeLog10
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 @@
12002-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
12002-05-26 Colin Walters <walters@verbum.org> 112002-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'.