Mercurial > emacs
changeset 92676:6984f0acb7d8
*** empty log message ***
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Sun, 09 Mar 2008 03:42:20 +0000 |
parents | 141c5cc6c6fe |
children | 3f32c597cb6b |
files | lisp/ChangeLog |
diffstat | 1 files changed, 8 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Sun Mar 09 03:41:17 2008 +0000 +++ b/lisp/ChangeLog Sun Mar 09 03:42:20 2008 +0000 @@ -1,6 +1,13 @@ +2008-03-09 Glenn Morris <rgm@gnu.org> + + * calendar/diary-lib.el (nongregorian-diary-marking-hook) + (list-sexp-diary-entries): Doc fixes. + (diary-list-entries): Doc fix. Remove free variable `entry'. + (fancy-diary-display): Use dolist, bobp. Remove free variable `entry'. + (mark-diary-entries): Remove free variable `entry'. + 2008-03-09 Stefan Monnier <monnier@iro.umontreal.ca> - * bookmark.el (bookmark-make): Don't pass the `annotation' to the make-record function, instead paste it in afterwards. (bookmark-make-record-for-text-file):