Mercurial > emacs
changeset 28890:d29cc97fe49e
*** empty log message ***
author | Dave Love <fx@gnu.org> |
---|---|
date | Fri, 12 May 2000 10:58:13 +0000 |
parents | 7d6f2982fe6e |
children | 70c93cd90fc6 |
files | lisp/ChangeLog |
diffstat | 1 files changed, 8 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Fri May 12 10:56:20 2000 +0000 +++ b/lisp/ChangeLog Fri May 12 10:58:13 2000 +0000 @@ -1,3 +1,11 @@ +2000-05-12 Dave Love <fx@gnu.org> + + * calendar/todo-mode.el: Remove some compatibility stuff and CL + dependence. Use line-{beginning,end}-position, not + point-at{b,e}ol. Some doc fixes. + (todo-position): New function. Fix callers of position to use it. + (todo-save-top-priorities, todo-print): Use with-temp-buffer. + 2000-05-12 Gerd Moellmann <gerd@gnu.org> * time.el (display-time-mail-icon): Use `:ascent center'.