aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarl Fogel2007-07-13 23:20:21 +0000
committerKarl Fogel2007-07-13 23:20:21 +0000
commit488eebbd19e1c078931b663628407fe493d6e747 (patch)
tree78411518c0327b0cf91b0072d8492364310d005a
parent564a3032f90e492446ff149e6afcc32c0371f749 (diff)
downloademacs-488eebbd19e1c078931b663628407fe493d6e747.tar.gz
emacs-488eebbd19e1c078931b663628407fe493d6e747.zip
* NEWS: Update for recent bookmark keybinding changes.
-rw-r--r--etc/ChangeLog4
-rw-r--r--etc/NEWS3
2 files changed, 7 insertions, 0 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog
index e2c951c187e..a0441065d63 100644
--- a/etc/ChangeLog
+++ b/etc/ChangeLog
@@ -1,3 +1,7 @@
12007-07-13 Karl Fogel <kfogel@red-bean.com>
2
3 * NEWS: Update for recent bookmark keybinding changes.
4
12007-07-10 Michael Albinus <michael.albinus@gmx.de> 52007-07-10 Michael Albinus <michael.albinus@gmx.de>
2 6
3 * NEWS: Add Tramp and comint-mode changes. 7 * NEWS: Add Tramp and comint-mode changes.
diff --git a/etc/NEWS b/etc/NEWS
index d05495ac7e3..2549282e2b1 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -57,6 +57,9 @@ recenter the visited source file. Its value can be a number (for example,
57 57
58** New command kill-matching-buffers kills buffers whose name matches a regexp. 58** New command kill-matching-buffers kills buffers whose name matches a regexp.
59 59
60** Bookmark commands live under prefix C-x p now, instead of C-x r. Some of
61 the individual bindings have changed; do C-x p C-h for details.
62
60 63
61* New Modes and Packages in Emacs 23.1 64* New Modes and Packages in Emacs 23.1
62 65