aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorKarl Fogel2010-07-14 11:57:54 -0400
committerKarl Fogel2010-07-14 11:57:54 -0400
commite44fa724e4563cfd3f30b85c3c16a2d2dab65ccd (patch)
tree0d518ac756edeaf43522be1cec5c784f8dc1f702 /lisp/ChangeLog
parent2bb8db3ea7516856cc42e2b597a3348fe8e5e678 (diff)
downloademacs-e44fa724e4563cfd3f30b85c3c16a2d2dab65ccd.tar.gz
emacs-e44fa724e4563cfd3f30b85c3c16a2d2dab65ccd.zip
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.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog23
1 files changed, 23 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index d9dba910224..a24f7083b72 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,4 +1,27 @@
12010-07-13 Karl Fogel <kfogel@red-bean.com> 12010-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
242010-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,