+2007-07-15 Karl Fogel <kfogel@red-bean.com>
+
+ * NEWS: Revert 2007-07-13T23:20:21Z!kfogel@red-bean.com, which
+ documented bookmark keybinding changes that were later reverted.
+
2007-07-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
* PROBLEMS: Mention gtk-engines-qt problem.
** New command kill-matching-buffers kills buffers whose name matches a regexp.
-** Bookmark commands live under prefix C-x p now, instead of C-x r. Some of
- the individual bindings have changed; do C-x p C-h for details.
-
\f
* New Modes and Packages in Emacs 23.1
+2007-07-15 Karl Fogel <kfogel@red-bean.com>
+
+ * bookmark.el: Revert 2007-07-13T18:16:17Z!kfogel@red-bean.com,
+ thus restoring bookmark bindings to three slots under C-x r. See
+ http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00705.html.
+
2007-07-15 Jeff Miller <jmiller@cablespeed.com> (tiny change)
* calendar/cal-bahai.el (calendar-goto-bahai-date): Add autoload
;; Set up these bindings dumping time *only*;
;; if the user alters them, don't override the user when loading bookmark.el.
+;;;###autoload (define-key ctl-x-map "rb" 'bookmark-jump)
+;;;###autoload (define-key ctl-x-map "rm" 'bookmark-set)
+;;;###autoload (define-key ctl-x-map "rl" 'bookmark-bmenu-list)
+
;;;###autoload
(defvar bookmark-map nil
"Keymap containing bindings to bookmark functions.
;;;###autoload (define-prefix-command 'bookmark-map)
-;;;###autoload (define-key ctl-x-map "p" bookmark-map)
-
;; Read the help on all of these functions for details...
;;;###autoload (define-key bookmark-map "x" 'bookmark-set)
;;;###autoload (define-key bookmark-map "m" 'bookmark-set) ;"m"ark
-2007-07-13 Karl Fogel <kfogel@red-bean.com>
-
- * regs.texi (Bookmarks): Adjust for recent keybinding changes in
- bookmark.el, namely 2007-07-13T18:16:17Z!kfogel@red-bean.com and
- 2007-07-13T18:20:55Z!kfogel@red-bean.com.
-
2007-07-13 Eli Zaretskii <eliz@gnu.org>
* Makefile.in (../info/emacs-mime): Use --enable-encoding.