aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
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,