Mercurial > emacs
comparison lisp/gnus/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 | 4efb9fe40d63 |
children | d999f30304bc |
comparison
equal
deleted
inserted
replaced
92555:d238ebc2c1e0 | 92556:5944be8c8211 |
---|---|
1 2008-03-07 Karl Fogel <kfogel@red-bean.com> | |
2 | |
3 * lisp/gnus/gnus-bookmark.el: Adjust for renames in bookmark.el. | |
4 (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'. | |
5 (gnus-bookmark-jump): Adjust some variable names. | |
6 | |
1 2008-03-05 Glenn Morris <rgm@gnu.org> | 7 2008-03-05 Glenn Morris <rgm@gnu.org> |
2 | 8 |
3 * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum. | 9 * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum. |
4 * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from | 10 * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from |
5 gnus-art. | 11 gnus-art. |