aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorKarl Fogel2007-07-15 01:34:15 +0000
committerKarl Fogel2007-07-15 01:34:15 +0000
commit36ae4ff74e439d0624dc06969b1f9f542eb19671 (patch)
treec3a4491781cccb37461b16a956763b3121bd3645 /etc
parent4207db9aafd92bd6d03c994f18390a58d278210d (diff)
downloademacs-36ae4ff74e439d0624dc06969b1f9f542eb19671.tar.gz
emacs-36ae4ff74e439d0624dc06969b1f9f542eb19671.zip
Revert recent bookmark keybinding changes, thus returning to using
three slots under C-x r. See this message and its thread for details: http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00705.html. * lisp/bookmark.el: Revert 2007-07-13T18:16:17Z!kfogel@red-bean.com. * etc/NEWS: Revert 2007-07-13T23:20:21Z!kfogel@red-bean.com, which documented bookmark keybinding changes that were later reverted. * man/ChangeLog: Remove ChangeLog entry for accidentally uncommitted changes to regs.texi that would have documented the keybinding change reverted above.
Diffstat (limited to 'etc')
-rw-r--r--etc/ChangeLog5
-rw-r--r--etc/NEWS3
2 files changed, 5 insertions, 3 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog
index be966266ee0..3b459fc952b 100644
--- a/etc/ChangeLog
+++ b/etc/ChangeLog
@@ -1,3 +1,8 @@
12007-07-15 Karl Fogel <kfogel@red-bean.com>
2
3 * NEWS: Revert 2007-07-13T23:20:21Z!kfogel@red-bean.com, which
4 documented bookmark keybinding changes that were later reverted.
5
12007-07-14 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> 62007-07-14 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
2 7
3 * PROBLEMS: Mention gtk-engines-qt problem. 8 * PROBLEMS: Mention gtk-engines-qt problem.
diff --git a/etc/NEWS b/etc/NEWS
index 9f46b982483..6b21ba4eb1a 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -57,9 +57,6 @@ 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
63 60
64* New Modes and Packages in Emacs 23.1 61* New Modes and Packages in Emacs 23.1
65 62