Mercurial > emacs
changeset 45542:ce9a6609f04f
*** empty log message ***
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Mon, 27 May 2002 12:14:52 +0000 |
parents | 00093b6b87d7 |
children | b436ae710691 |
files | lisp/ChangeLog |
diffstat | 1 files changed, 10 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Mon May 27 12:14:27 2002 +0000 +++ b/lisp/ChangeLog Mon May 27 12:14:52 2002 +0000 @@ -1,3 +1,13 @@ +2002-05-27 Kim F. Storm <storm@cua.dk> + + * 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 <walters@verbum.org> * startup.el (command-line): Use `when', `unless'.