emacs-commit
[Top][All Lists]
Advanced

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

[Emacs-commit] emacs etc/NEWS lisp/ChangeLog lisp/bookmark.el ...


From: Stefan Monnier
Subject: [Emacs-commit] emacs etc/NEWS lisp/ChangeLog lisp/bookmark.el ...
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

Modified files:
        etc            : NEWS 
        lisp           : ChangeLog bookmark.el doc-view.el image-mode.el 
                         info.el 

Log message:
        * 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.
        * 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.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/etc/NEWS?cvsroot=emacs&r1=1.1778&r2=1.1779
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/ChangeLog?cvsroot=emacs&r1=1.14068&r2=1.14069
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/bookmark.el?cvsroot=emacs&r1=1.113&r2=1.114
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/doc-view.el?cvsroot=emacs&r1=1.71&r2=1.72
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/image-mode.el?cvsroot=emacs&r1=1.47&r2=1.48
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/info.el?cvsroot=emacs&r1=1.536&r2=1.537




reply via email to

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