aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKim F. Storm2002-04-14 17:33:06 +0000
committerKim F. Storm2002-04-14 17:33:06 +0000
commit6727b88a321851d835e956c91ebc0bbc2d5fdf04 (patch)
treea918caf76cc579dd00c46df511b23c392adf0479
parent868c2f498c7c0677f2229aef382bbfe427eb780d (diff)
downloademacs-6727b88a321851d835e956c91ebc0bbc2d5fdf04.tar.gz
emacs-6727b88a321851d835e956c91ebc0bbc2d5fdf04.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 2fbcd7653b5..85076fd7f40 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,16 @@
12002-04-14 Kim F. Storm <storm@cua.dk>
2
3 * simple.el (pop-to-mark-command, push-mark-command): New commands.
4 (set-mark-command): Use them.
5 Enhanced functionality when command is repeated:
6 - If first command set the mark (no prefix arg), repeat temporarily
7 enables transient-mark-mode.
8 - If first command jumped to mark off ring (with argument),
9 repeat (with or without arg) jump to next mark off ring.
10 - Use C-u C-u prefix to set mark after jump.
11 (exchange-point-and-mark): Temporarily enable transient-mark-mode
12 if prefix arg.
13
12002-04-14 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 142002-04-14 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
2 15
3 * speedbar.el (speedbar-tag-hierarchy-method) 16 * speedbar.el (speedbar-tag-hierarchy-method)