From: Kim F. Storm Date: Sun, 14 Apr 2002 17:33:06 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: ttn-vms-21-2-B4~15616 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6727b88a321851d835e956c91ebc0bbc2d5fdf04;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 2fbcd7653b5..85076fd7f40 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,16 @@ +2002-04-14 Kim F. Storm + + * simple.el (pop-to-mark-command, push-mark-command): New commands. + (set-mark-command): Use them. + Enhanced functionality when command is repeated: + - If first command set the mark (no prefix arg), repeat temporarily + enables transient-mark-mode. + - If first command jumped to mark off ring (with argument), + repeat (with or without arg) jump to next mark off ring. + - Use C-u C-u prefix to set mark after jump. + (exchange-point-and-mark): Temporarily enable transient-mark-mode + if prefix arg. + 2002-04-14 Pavel Jan,Bm(Bk * speedbar.el (speedbar-tag-hierarchy-method)