comparison lisp/ChangeLog @ 92661:c8674d7009d4

* bookmark.el (bookmark-prop-get, bookmark-prop-set): New funs. (bookmark-get-annotation, bookmark-set-annotation) (bookmark-get-filename, bookmark-set-filename, bookmark-get-position) (bookmark-set-position, bookmark-get-front-context-string) (bookmark-set-front-context-string, bookmark-get-rear-context-string) (bookmark-set-rear-context-string, bookmark-get-handler): Use them. * info.el (Info-bookmark-make-record): Don't bother recording point. (bookmark-get-filename, bookmark-get-front-context-string) (bookmark-get-rear-context-string, bookmark-get-position): Don't declare. (bookmark-get-info-node): Remove. (bookmark-prop-get): Declare. (Info-bookmark-jump): Use it.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Sat, 08 Mar 2008 22:07:23 +0000
parents f224859a45e5
children e7052a7b4ab1
comparison
equal deleted inserted replaced
92660:e64439fb46dc 92661:c8674d7009d4
1 2008-03-08 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * bookmark.el (bookmark-prop-get, bookmark-prop-set): New funs.
4 (bookmark-get-annotation, bookmark-set-annotation)
5 (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
6 (bookmark-set-position, bookmark-get-front-context-string)
7 (bookmark-set-front-context-string, bookmark-get-rear-context-string)
8 (bookmark-set-rear-context-string, bookmark-get-handler): Use them.
9 * info.el (Info-bookmark-make-record): Don't bother recording point.
10 (bookmark-get-filename, bookmark-get-front-context-string)
11 (bookmark-get-rear-context-string, bookmark-get-position):
12 Don't declare any more.
13 (bookmark-get-info-node): Remove.
14 (bookmark-prop-get): Declare.
15 (Info-bookmark-jump): Use it.
16
1 2008-03-08 Johan Bockg$(Q)[(Brd <bojohan@gnu.org> 17 2008-03-08 Johan Bockg$(Q)[(Brd <bojohan@gnu.org>
2 18
3 * subr.el (while-no-input): Don't splice BODY directly into the 19 * subr.el (while-no-input): Don't splice BODY directly into the
4 `or' form. 20 `or' form.
5 21
6 2008-03-08 Dan Nicolaescu <dann@ics.uci.edu> 22 2008-03-08 Dan Nicolaescu <dann@ics.uci.edu>
7 23
8 * diff-mode.el (diff-ignore-whitespace-hunk): Bind 24 * diff-mode.el (diff-ignore-whitespace-hunk):
9 inhibit-read-only before trying to change the buffer. 25 Bind inhibit-read-only before trying to change the buffer.
10 26
11 2008-03-08 Glenn Morris <rgm@gnu.org> 27 2008-03-08 Glenn Morris <rgm@gnu.org>
12 28
13 * calendar/appt.el (appt): Move custom group here from calendar.el. 29 * calendar/appt.el (appt): Move custom group here from calendar.el.
14 (appt-disp-window, appt-convert-time): Doc fixes. 30 (appt-disp-window, appt-convert-time): Doc fixes.