]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorKim F. Storm <storm@cua.dk>
Sun, 14 Apr 2002 17:33:06 +0000 (17:33 +0000)
committerKim F. Storm <storm@cua.dk>
Sun, 14 Apr 2002 17:33:06 +0000 (17:33 +0000)
lisp/ChangeLog

index 2fbcd7653b548cac276ecde624f0b0cc802ec971..85076fd7f4027c7f9c75cfa5b0db0281a7b3546c 100644 (file)
@@ -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\e,Bm\e(Bk  <Pavel@Janik.cz>
 
        * speedbar.el (speedbar-tag-hierarchy-method)