diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 20 |
1 files changed, 19 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index d55e69e2fe7..ad67e420c78 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,4 +1,22 @@ | |||
| 1 | 2005-07-25 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change) | 1 | 2005-07-26 Juanma Barranquero <lekktu@gmail.com> |
| 2 | |||
| 3 | * bookmark.el (bookmark-automatically-show-annotations) | ||
| 4 | (bookmark-read-annotation-text-func): Doc fixes. | ||
| 5 | (bookmark-save): Improve argument/docstring consistency. | ||
| 6 | (bookmark-get-bookmark, bookmark-get-bookmark-record) | ||
| 7 | (bookmark-alist-from-buffer) | ||
| 8 | (bookmark-upgrade-file-format-from-0) | ||
| 9 | (bookmark-grok-file-format-version) | ||
| 10 | (bookmark-maybe-upgrade-file-format, bookmark-kill-line) | ||
| 11 | (bookmark-read-annotation-mode) | ||
| 12 | (bookmark-insert-current-bookmark, bookmark-jump) | ||
| 13 | (bookmark-exit-hook): Fix typos in docstrings. | ||
| 14 | (bookmark-exit-hooks): Define as obsolete alias. | ||
| 15 | (bookmark-exit-hook-internal): Run `bookmark-exit-hook', | ||
| 16 | not `bookmark-exit-hooks'. Fix docstring. | ||
| 17 | (bookmark-bmenu-select): "?\ " -> "?\s". | ||
| 18 | |||
| 19 | 2005-07-25 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change) | ||
| 2 | 20 | ||
| 3 | * startup.el (command-line): Fix typo. | 21 | * startup.el (command-line): Fix typo. |
| 4 | 22 | ||