comparison lisp/ChangeLog @ 87521:0140d3ebb262

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 Wed, 02 Jan 2008 07:49:04 +0000
parents f5ab33e0dc01
children fe5c2c0f8dcf
comparison
equal deleted inserted replaced
87520:f5ab33e0dc01 87521:0140d3ebb262
1 2008-01-02 Karl Fogel <kfogel@red-bean.com>
2
3 Change a return type, for greater extensibility. See
4 http://lists.gnu.org/archive/html/emacs-devel/2007-12/msg01077.html
5 and its thread for discussion leading to this change.
6
7 * emacs-cvs/lisp/bookmark.el:
8 (bookmark-jump-noselect): Return an alist instead of a dotted pair.
9 (bookmark-jump, bookmark-jump-other-window, bookmark-insert)
10 (bookmark-bmenu-2-window, bookmark-bmenu-other-window)
11 (bookmark-bmenu-switch-other-window): Adjust accordingly.
12 (bookmark-make-cell-function): Adjust documentation accordingly.
13
14 * emacs-cvs/lisp/image-mode.el
15 (image-bookmark-jump): Adjust return type accordingly; document.
16
17 * emacs-cvs/lisp/doc-view.el
18 (doc-view-bookmark-jump): Adjust return type accordingly; document.
19
1 2008-01-02 Miles Bader <Miles Bader <miles@gnu.org>> 20 2008-01-02 Miles Bader <Miles Bader <miles@gnu.org>>
2 21
3 * net/rcirc.el (rcirc-log-filename-function): New variable. 22 * net/rcirc.el (rcirc-log-filename-function): New variable.
4 (rcirc-log): Use `rcirc-log-filename-function' to generate the 23 (rcirc-log): Use `rcirc-log-filename-function' to generate the
5 log-file name. Don't log anything if it returns nil. 24 log-file name. Don't log anything if it returns nil.