diff options
| author | Karl Fogel | 2010-07-14 11:57:54 -0400 |
|---|---|---|
| committer | Karl Fogel | 2010-07-14 11:57:54 -0400 |
| commit | e44fa724e4563cfd3f30b85c3c16a2d2dab65ccd (patch) | |
| tree | 0d518ac756edeaf43522be1cec5c784f8dc1f702 /lisp/ChangeLog | |
| parent | 2bb8db3ea7516856cc42e2b597a3348fe8e5e678 (diff) | |
| download | emacs-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/ChangeLog | 23 |
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 @@ | |||
| 1 | 2010-07-13 Karl Fogel <kfogel@red-bean.com> | 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 | |||
| 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, |