Mercurial > emacs
changeset 44587:c333c8d7faad
*** empty log message ***
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Sun, 14 Apr 2002 17:33:06 +0000 |
parents | 2776503d098e |
children | 332679f37a67 |
files | lisp/ChangeLog |
diffstat | 1 files changed, 13 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Sun Apr 14 17:27:55 2002 +0000 +++ b/lisp/ChangeLog Sun Apr 14 17:33:06 2002 +0000 @@ -1,3 +1,16 @@ +2002-04-14 Kim F. Storm <storm@cua.dk> + + * 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 <Pavel@Janik.cz> * speedbar.el (speedbar-tag-hierarchy-method)