aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2007-06-07 06:46:12 +0000
committerGlenn Morris2007-06-07 06:46:12 +0000
commit236a41785ca9b5ea35ac0b80938e6e489b1a7178 (patch)
tree0ed68a14a4e2d41505337a3add03f6ff63bdd2dc
parentc8e01749b1cd0ec1f3bff68891125a5cf272c2d6 (diff)
downloademacs-236a41785ca9b5ea35ac0b80938e6e489b1a7178.tar.gz
emacs-236a41785ca9b5ea35ac0b80938e6e489b1a7178.zip
Mark H. Weaver <mhw at netris.org> (tiny change)
(set-mark-command-repeat-pop): Fix duplicate entry.
-rw-r--r--etc/ChangeLog4
-rw-r--r--etc/NEWS.2210
-rw-r--r--lisp/ChangeLog5
3 files changed, 12 insertions, 7 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog
index 929f681c450..50de2b2d856 100644
--- a/etc/ChangeLog
+++ b/etc/ChangeLog
@@ -1,3 +1,7 @@
12007-06-07 Mark H. Weaver <mhw@netris.org> (tiny change)
2
3 * NEWS (set-mark-command-repeat-pop): Fix duplicate entry.
4
12007-06-07 Michael Olson <mwolson@gnu.org> 52007-06-07 Michael Olson <mwolson@gnu.org>
2 6
3 * MORE.STUFF: Update eshell URL. 7 * MORE.STUFF: Update eshell URL.
diff --git a/etc/NEWS.22 b/etc/NEWS.22
index 41c446ccae8..a6e430ee816 100644
--- a/etc/NEWS.22
+++ b/etc/NEWS.22
@@ -280,11 +280,6 @@ too. If you want to use just plain `*' as a wildcard, type `*""'; the
280doublequotes make no difference in the shell, but they prevent 280doublequotes make no difference in the shell, but they prevent
281special treatment in `dired-do-shell-command'. 281special treatment in `dired-do-shell-command'.
282 282
283** A prefix argument is no longer required to repeat a jump to a
284previous mark if you set `set-mark-command-repeat-pop' to t. I.e. C-u
285C-SPC C-SPC C-SPC ... cycles through the mark ring. Use C-u C-u C-SPC
286to set the mark immediately after a jump.
287
288** The info-search bindings on C-h C-f, C-h C-k and C-h C-i 283** The info-search bindings on C-h C-f, C-h C-k and C-h C-i
289have been moved to C-h F, C-h K and C-h S. 284have been moved to C-h F, C-h K and C-h S.
290 285
@@ -451,8 +446,9 @@ to one second. This feature is turned off by default.
451** Mark command changes: 446** Mark command changes:
452 447
453*** A prefix argument is no longer required to repeat a jump to a 448*** A prefix argument is no longer required to repeat a jump to a
454previous mark, i.e. C-u C-SPC C-SPC C-SPC ... cycles through the 449previous mark if you set `set-mark-command-repeat-pop' to t. I.e. C-u
455mark ring. Use C-u C-u C-SPC to set the mark immediately after a jump. 450C-SPC C-SPC C-SPC ... cycles through the mark ring. Use C-u C-u C-SPC
451to set the mark immediately after a jump.
456 452
457*** Marking commands extend the region when invoked multiple times. 453*** Marking commands extend the region when invoked multiple times.
458 454
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 76b1fbe01a2..ff3d37d584c 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
12007-06-07 Glenn Morris <rgm@gnu.org>
2
3 * dframe.el (dframe-frame-parameter, dframe-mouse-event-p):
4 Rewrite compatibility functions to silence byte-compiler.
5
12007-06-07 Alfred M. Szmidt <ams@gnu.org> (tiny change) 62007-06-07 Alfred M. Szmidt <ams@gnu.org> (tiny change)
2 7
3 * mail/rmailsum.el (rmail-summary-save-buffer): New command. 8 * mail/rmailsum.el (rmail-summary-save-buffer): New command.