emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/ChangeLog,v


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/lisp/ChangeLog,v
Date: Wed, 25 Jun 2008 16:51:34 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Stefan Monnier <monnier>        08/06/25 16:51:33

Index: lisp/ChangeLog
===================================================================
RCS file: /sources/emacs/emacs/lisp/ChangeLog,v
retrieving revision 1.14068
retrieving revision 1.14069
diff -u -b -r1.14068 -r1.14069
--- lisp/ChangeLog      25 Jun 2008 15:13:00 -0000      1.14068
+++ lisp/ChangeLog      25 Jun 2008 16:51:31 -0000      1.14069
@@ -1,5 +1,34 @@
 2008-06-25  Stefan Monnier  <address@hidden>
 
+       * info.el (Info-bookmark-make-record):
+       Use bookmark-make-record-default.
+       (Info-bookmark-jump): Use bookmark-default-handler.
+
+       * image-mode.el (image-bookmark-make-record):
+       Use bookmark-make-record-default.
+       (image-bookmark-jump): Use bookmark-default-handler.
+
+       * doc-view.el (doc-view-bookmark-make-record):
+       Use bookmark-make-record-default.
+       (doc-view-bookmark-jump): Use bookmark-default-handler.
+
+       * bookmark.el (bookmark-alist): Allow the 2 slightly different formats
+       used until now in bookmark.el's code.
+       (bookmark-get-bookmark): Accept bookmark names or bookmark records.
+       (bookmark-get-bookmark-record): Allow the 2 slightly different formats
+       used until now in bookmark.el's code.
+       (bookmark-set-filename): Remove special code, moved to its only caller.
+       (bookmark-store): Use the newer format.
+       (bookmark-make-record-default): Add arg `point-only'.
+       Rename from bookmark-make-record-for-text-file.
+       (bookmark--jump-via): New function.
+       (bookmark-jump, bookmark-jump-other-window, bookmark-bmenu-2-window)
+       (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window):
+       Use it.
+       (bookmark-jump-noselect, bookmark-default-handler):
+       Don't return an alist, instead return the data implicitly by changing
+       current buffer and point.  Signal an error if the file doesn't exist.
+
        * buff-menu.el: Use with-current-buffer and inhibit-read-only.
        (Buffer-menu-toggle-read-only): Avoid vc-toggle-read-only.
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]