# HG changeset patch # User Kim F. Storm # Date 1022501692 0 # Node ID ce9a6609f04f29ecd3ae78caa34c3d6400d44dbf # Parent 00093b6b87d7073e09062bf19767acab1308f825 *** empty log message *** diff -r 00093b6b87d7 -r ce9a6609f04f lisp/ChangeLog --- 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 + + * 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 * startup.el (command-line): Use `when', `unless'.