comparison lisp/gnus/ChangeLog @ 109396:8b1192833a1e

Allow bookmarks to be set from Gnus Article buffers (Bug #5975). Patch applied (with minor tweaks) by Karl Fogel. Note this leaves C-w still not working correctly from Article buffers; Thierry's patch to fix that will be applied after this. * lisp/gnus/gnus-art.el (bookmark-make-record-function): New local variable. * lisp/gnus/gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from article buffer. (gnus-summary-bookmark-jump): Maybe jump to article buffer.
author Karl Fogel <kfogel@red-bean.com>
date Wed, 14 Jul 2010 12:02:53 -0400
parents fa4400531412
children 4e6b8160da4b
comparison
equal deleted inserted replaced
109395:fa4400531412 109396:8b1192833a1e
1 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2
3 Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
4 Patch applied (with minor tweaks) by Karl Fogel. Note this leaves
5 C-w still not working correctly from Article buffers; Thierry's
6 patch to fix that will be applied after this.
7
8 * gnus-art.el (bookmark-make-record-function): New local variable.
9
10 * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting
11 from article buffer.
12 (gnus-summary-bookmark-jump): Maybe jump to article buffer.
13
1 2010-07-13 Karl Fogel <kfogel@red-bean.com> 14 2010-07-13 Karl Fogel <kfogel@red-bean.com>
2 15
3 * gnus/gnus-sum.el (bookmark-make-record-default): Adjust 16 * gnus/gnus-sum.el (bookmark-make-record-default): Adjust
4 declaration, based on changes in bookmark.el. 17 declaration, based on changes in bookmark.el.
5 18