diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 846c66595a5..6622082e5bf 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,16 @@ | |||
| 1 | 2009-10-05 Karl Fogel <kfogel@red-bean.com> | ||
| 2 | |||
| 3 | * bookmark.el (bookmark-handle-bookmark): If bookmark has no file, | ||
| 4 | don't do anything related to relocating, just return nil. | ||
| 5 | (bookmark-error-no-filename): New error. | ||
| 6 | (bookmark-default-handler): Signal `bookmark-error-no-filename' if | ||
| 7 | bookmark has no file. Don't even attempt to handle things that | ||
| 8 | are not files; the whole point of custom handlers is to keep that | ||
| 9 | knowledge elsewhere anyway. Tighten some comments. | ||
| 10 | (bookmark-file-or-variation-thereof): Remove now-unused function. | ||
| 11 | (bookmark-location): Doc string fix. | ||
| 12 | (Bug#4250) | ||
| 13 | |||
| 1 | 2009-10-04 Karl Fogel <kfogel@red-bean.com> | 14 | 2009-10-04 Karl Fogel <kfogel@red-bean.com> |
| 2 | 15 | ||
| 3 | * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark, | 16 | * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark, |