comparison lisp/gnus/ChangeLog @ 109435:cb913a283247

Make gnus-summary-bookmark-make-record work for Emacs 23 as well. 2010-07-15 Katsumi Yamaoka <yamaoka@jpl.org> * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for Emacs 23 as well.
author Katsumi Yamaoka <yamaoka@jpl.org>
date Thu, 15 Jul 2010 00:54:06 +0000
parents 4e6b8160da4b
children 20f9503a8859
comparison
equal deleted inserted replaced
109434:a11596ec5941 109435:cb913a283247
1 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com> 1 2010-07-15 Katsumi Yamaoka <yamaoka@jpl.org>
2
3 * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
4 Emacs 23 as well.
5
6 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2 7
3 Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975). 8 Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
4 Patch applied by Karl Fogel. 9 Patch applied by Karl Fogel.
5 10
6 * gnus-sum.el (gnus-summary-bookmark-make-record): Set 11 * gnus-sum.el (gnus-summary-bookmark-make-record): Set
13 C-w still not working correctly from Article buffers; Thierry's 18 C-w still not working correctly from Article buffers; Thierry's
14 patch to fix that will be applied after this. 19 patch to fix that will be applied after this.
15 20
16 * gnus-art.el (bookmark-make-record-function): New local variable. 21 * gnus-art.el (bookmark-make-record-function): New local variable.
17 22
18 * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting 23 * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
19 from article buffer. 24 article buffer.
20 (gnus-summary-bookmark-jump): Maybe jump to article buffer. 25 (gnus-summary-bookmark-jump): Maybe jump to article buffer.
21 26
22 2010-07-13 Karl Fogel <kfogel@red-bean.com> 27 2010-07-13 Karl Fogel <kfogel@red-bean.com>
23 28
24 * gnus/gnus-sum.el (bookmark-make-record-default): Adjust 29 * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
25 declaration, based on changes in bookmark.el. 30 on changes in bookmark.el.
26 31
27 2010-06-22 Mark A. Hershberger <mah@everybody.org> 32 2010-06-22 Mark A. Hershberger <mah@everybody.org>
28 33
29 * mm-url.el (mm-url-encode-multipart-form-data): New function to handle 34 * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
30 the *other* type of HTML form submission. 35 the *other* type of HTML form submission.