diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index aa81a3d0780..be3980298ca 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,15 @@ | |||
| 1 | 2008-03-09 Stefan Monnier <monnier@iro.umontreal.ca> | 1 | 2008-03-09 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 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. | ||
| 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. |