Mercurial > emacs
diff lisp/ChangeLog @ 92556:5944be8c8211
Change a return type, for greater extensibility. See
http://lists.gnu.org/archive/html/emacs-devel/2007-12/msg01077.html
and its thread for discussion leading to this change.
* emacs-cvs/lisp/bookmark.el:
(bookmark-jump-noselect): Return an alist instead of a dotted pair.
(bookmark-jump, bookmark-jump-other-window, bookmark-insert)
(bookmark-bmenu-2-window, bookmark-bmenu-other-window)
(bookmark-bmenu-switch-other-window): Adjust accordingly.
(bookmark-make-cell-function): Adjust documentation accordingly.
* emacs-cvs/lisp/image-mode.el
(image-bookmark-jump): Adjust return type accordingly; document.
* emacs-cvs/lisp/doc-view.el
(doc-view-bookmark-jump): Adjust return type accordingly; document.
author | Karl Fogel <kfogel@red-bean.com> |
---|---|
date | Fri, 07 Mar 2008 05:44:37 +0000 |
parents | 6083f94fb7e4 |
children | cb335afa065e |
line wrap: on
line diff
--- a/lisp/ChangeLog Fri Mar 07 05:33:49 2008 +0000 +++ b/lisp/ChangeLog Fri Mar 07 05:44:37 2008 +0000 @@ -1,3 +1,27 @@ +2008-03-07 Karl Fogel <kfogel@red-bean.com> + + Give a better name to part of the bookmark interface. + + This was originally a much larger change, but halfway through I + updated and discovered that Stefan Monnier had done the rest. + It looks like he anticipated the new name too, because he used + `the-record' instead of `the-cell' for some internal variable names. + + * lisp/bookmark.el + (bookmark-make-record-function): Was `bookmark-make-cell-function'. + (bookmark-make, bookmark-send-annotation): Update for above. + (bookmark-make-record-for-text-file): Was + `bookmark-make-cell-for-text-file. Fix doc string re rev 1.102. + + * lisp/info.el: Adjust accordingly. + (Info-bookmark-make-record): Was `Info-bookmark-make-cell'. + + * lisp/image-mode.el: Adjust accordingly. + (image-bookmark-make-record): Was `image-bookmark-make-cell'. + + * lisp/doc-view.el: Adjust accordingly. + (doc-view-bookmark-make-record): Was `doc-view-bookmark-make-cell'. + 2008-03-07 Stefan Monnier <monnier@iro.umontreal.ca> * bookmark.el (bookmark-map, bookmark-read-annotation-mode-map):