comparison lisp/ChangeLog @ 107855:d9895f87d758

Add a new field `location' to bookmarks for non-file bookmarks. * bookmark.el (bookmark-location): Use the new field, if present. (bookmark-insert-location): Undo last change, not needed any more. * man.el (Man-bookmark-make-record): * woman.el (woman-bookmark-make-record): * gnus-sum.el (gnus-summary-bookmark-make-record): Add `location' field.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Wed, 14 Apr 2010 11:07:53 -0400
parents 6ebc01c309bf
children 662fbf539570
comparison
equal deleted inserted replaced
107854:6ebc01c309bf 107855:d9895f87d758
1 2010-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 Add a new field `location' to bookmarks for non-file bookmarks.
4 * bookmark.el (bookmark-location): Use the new field, if present.
5 (bookmark-insert-location): Undo last change, not needed any more.
6 * man.el (Man-bookmark-make-record):
7 * woman.el (woman-bookmark-make-record): Add `location' field.
8
1 2010-04-14 Juri Linkov <juri@jurta.org> 9 2010-04-14 Juri Linkov <juri@jurta.org>
2 10
3 * simple.el (scroll-error-top-bottom): New defcustom. 11 * simple.el (scroll-error-top-bottom): New defcustom.
4 (scroll-up-command, scroll-down-command): Use it. Doc fix. 12 (scroll-up-command, scroll-down-command): Use it. Doc fix.
5 13