comparison lisp/ChangeLog @ 92689:570c098b116d

(bookmark-set): Make the bookmark before reading annotations. I.e. use bookmark-edit-annotation rather than bookmark-read-annotation. (bookmark-read-annotation-mode-map, bookmark-annotation-paragraph) (bookmark-annotation-buffer, bookmark-annotation-file) (bookmark-annotation-point, bookmark-send-annotation) (bookmark-read-annotation-mode, bookmark-read-annotation): Remove. (bookmark-edit-annotation-text-func): Rename from bookmark-read-annotation-text-func. Keep old name as an obsolete alias. (bookmark-edit-annotation-mode-map): Move initialization into declaration.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Sun, 09 Mar 2008 21:16:26 +0000
parents 0524053618bf
children ae00481eacc1
comparison
equal deleted inserted replaced
92688:0524053618bf 92689:570c098b116d
1 2008-03-09 Stefan Monnier <monnier@iro.umontreal.ca> 1 2008-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * bookmark.el (bookmark-set): Make the bookmark before reading annotations.
4 I.e. use bookmark-edit-annotation rather than bookmark-read-annotation.
5 (bookmark-read-annotation-mode-map, bookmark-annotation-paragraph)
6 (bookmark-annotation-buffer, bookmark-annotation-file)
7 (bookmark-annotation-point, bookmark-send-annotation)
8 (bookmark-read-annotation-mode, bookmark-read-annotation): Remove.
9 (bookmark-edit-annotation-text-func): Rename from
10 bookmark-read-annotation-text-func. Keep old name as an obsolete alias.
11 (bookmark-edit-annotation-mode-map): Move initialization into declaration.
2 12
3 * bookmark.el: Add spurious * in docstrings. 13 * bookmark.el: Add spurious * in docstrings.
4 (bookmark-minibuffer-read-name-map): New var. 14 (bookmark-minibuffer-read-name-map): New var.
5 (bookmark-set): Use it. Also pass the default value as it should. 15 (bookmark-set): Use it. Also pass the default value as it should.
6 (bookmark-send-edited-annotation): Take no chances with text properties. 16 (bookmark-send-edited-annotation): Take no chances with text properties.