Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
authorKatsumi Yamaoka <yamaoka@jpl.org>
Thu, 15 Jul 2010 00:11:32 +0000 (00:11 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Thu, 15 Jul 2010 00:11:32 +0000 (00:11 +0000)
commit5e637e156436dc79815aadfb31f63617ecf48dff
treefa42abe49e0003632f0d7796d75d7215c3d15e35
parenta59487174c2942dbbc90c80a96e291967ed8717a
Allow bookmarks to be set from Gnus Article buffers (Bug #5975).

2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
 * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
 Emacs versions; bind bookmark-make-record-function for Emacs >=22.

2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
 Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
 Patch applied by Karl Fogel.

 * gnus-sum.el (gnus-summary-bookmark-make-record): Set
 `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.

2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
 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.

 * gnus-art.el (bookmark-make-record-function): New local variable.
 * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
 article buffer.
 (gnus-summary-bookmark-jump): Maybe jump to article buffer.

2010-07-13  Karl Fogel  <kfogel@red-bean.com>
 * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
 on changes in bookmark.el.
lisp/ChangeLog
lisp/gnus-art.el
lisp/gnus-sum.el
lisp/lpath.el