diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 119b6f24e59..4d1e78eca63 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,12 @@ | |||
| 1 | 2008-03-09 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | |||
| 4 | * bookmark.el (bookmark-make): Don't pass the `annotation' to the | ||
| 5 | make-record function, instead paste it in afterwards. | ||
| 6 | (bookmark-make-record-for-text-file): | ||
| 7 | * doc-view.el (doc-view-bookmark-make-record): | ||
| 8 | * info.el (Info-bookmark-make-record): Don't mess with annotations. | ||
| 9 | |||
| 1 | 2008-03-08 Glenn Morris <rgm@gnu.org> | 10 | 2008-03-08 Glenn Morris <rgm@gnu.org> |
| 2 | 11 | ||
| 3 | * calendar/diary-lib.el (entry): Declare for compiler part-way | 12 | * calendar/diary-lib.el (entry): Declare for compiler part-way |