comparison lisp/ChangeLog @ 109395:fa4400531412

Preparation for setting bookmarks in Gnus article buffers (Bug#5975). * lisp/bookmark.el (bookmark-make-record-default): Allow unneeded information to be omitted from the record. Adjust declarations and calls: * lisp/info.el (bookmark-make-record-default): Adjust declaration. (Info-bookmark-make-record): Adjust call. * lisp/woman.el (bookmark-make-record-default): Adjust declaration. (woman-bookmark-make-record): Adjust call. * lisp/man.el (bookmark-make-record-default): Adjust declaration. (Man-bookmark-make-record): Adjust call. * lisp/image-mode.el (bookmark-make-record-default): Adjust declaration. * lisp/doc-view.el (bookmark-make-record-default): Adjust declaration. * lisp/gnus/gnus-sum.el (bookmark-make-record-default): Adjust declaration.
author Karl Fogel <kfogel@red-bean.com>
date Wed, 14 Jul 2010 11:57:54 -0400
parents 31fa830edbcc
children 4e6b8160da4b
comparison
equal deleted inserted replaced
109394:31fa830edbcc 109395:fa4400531412
1 2010-07-13 Karl Fogel <kfogel@red-bean.com>
2 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3
4 Preparation for setting bookmarks in Gnus article buffers (Bug#5975).
5
6 * bookmark.el (bookmark-make-record-default): Allow unneeded
7 information to be omitted from the record.
8
9 Adjust declarations and calls:
10
11 * info.el (bookmark-make-record-default): Adjust declaration.
12 (Info-bookmark-make-record): Adjust call.
13
14 * woman.el (bookmark-make-record-default): Adjust declaration.
15 (woman-bookmark-make-record): Adjust call.
16
17 * man.el (bookmark-make-record-default): Adjust declaration.
18 (Man-bookmark-make-record): Adjust call.
19
20 * image-mode.el (bookmark-make-record-default): Adjust declaration.
21
22 * doc-view.el (bookmark-make-record-default): Adjust declaration.
23
1 2010-07-13 Karl Fogel <kfogel@red-bean.com> 24 2010-07-13 Karl Fogel <kfogel@red-bean.com>
2 25
3 * bookmark.el (bookmark-show-annotation): Use `when' instead of `if'. 26 * bookmark.el (bookmark-show-annotation): Use `when' instead of `if'.
4 This is also from Thierry Volpiatto's patch in bug #6444. However, 27 This is also from Thierry Volpiatto's patch in bug #6444. However,
5 because it was extraneous to the functional change in that patch, 28 because it was extraneous to the functional change in that patch,