diff 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
line wrap: on
line diff
--- a/lisp/ChangeLog	Sat Mar 08 21:36:38 2008 +0000
+++ b/lisp/ChangeLog	Sat Mar 08 22:07:23 2008 +0000
@@ -1,3 +1,19 @@
+2008-03-08  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+	* 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 any more.
+	(bookmark-get-info-node): Remove.
+	(bookmark-prop-get): Declare.
+	(Info-bookmark-jump): Use it.
+
 2008-03-08  Johan Bockg$(Q)[(Brd  <bojohan@gnu.org>
 
 	* subr.el (while-no-input): Don't splice BODY directly into the
@@ -5,8 +21,8 @@
 
 2008-03-08  Dan Nicolaescu  <dann@ics.uci.edu>
 
-	* diff-mode.el (diff-ignore-whitespace-hunk): Bind
-	inhibit-read-only before trying to change the buffer.
+	* diff-mode.el (diff-ignore-whitespace-hunk):
+	Bind inhibit-read-only before trying to change the buffer.
 
 2008-03-08  Glenn Morris  <rgm@gnu.org>