comparison lisp/gnus/ChangeLog @ 109395:fa4400531412

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.
author Karl Fogel <kfogel@red-bean.com>
date Wed, 14 Jul 2010 11:57:54 -0400
parents fc2c0625a14a
children 8b1192833a1e
comparison
equal deleted inserted replaced
109394:31fa830edbcc 109395:fa4400531412
1 2010-07-13 Karl Fogel <kfogel@red-bean.com>
2
3 * gnus/gnus-sum.el (bookmark-make-record-default): Adjust
4 declaration, based on changes in bookmark.el.
5
1 2010-06-22 Mark A. Hershberger <mah@everybody.org> 6 2010-06-22 Mark A. Hershberger <mah@everybody.org>
2 7
3 * mm-url.el (mm-url-encode-multipart-form-data): New function to handle 8 * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
4 the *other* type of HTML form submission. 9 the *other* type of HTML form submission.
5 10