aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorKim F. Storm <[email protected]>2002-05-27 12:14:52 +0000
committerKim F. Storm <[email protected]>2002-05-27 12:14:52 +0000
commitfc803e8d1abddbc32fd1e5112649327c8f3075fd (patch)
tree9b0154d1e17970021e1eb62b0579c7703ade1581 /lisp/ChangeLog
parentd00ffe213e842d85380d1ba2e6d9e96d11bdc104 (diff)
(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 bed3498fe0..caa07a60c9 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,13 @@
+2002-05-27 Kim F. Storm <[email protected]>
+
+ * simple.el (push-mark-command): Added optional NOMSG arg.
+
+ * emulation/cua-base.el (cua-set-mark): Align pop to mark
+ 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.
+
2002-05-26 Colin Walters <[email protected]>
* startup.el (command-line): Use `when', `unless'.