Mercurial > emacs
changeset 57339:0f1e71a36ac3
*** empty log message ***
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Tue, 05 Oct 2004 22:37:14 +0000 |
parents | 741bf75c3004 |
children | e48fd292dadd |
files | etc/NEWS lisp/ChangeLog |
diffstat | 2 files changed, 8 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/etc/NEWS Tue Oct 05 22:31:35 2004 +0000 +++ b/etc/NEWS Tue Oct 05 22:37:14 2004 +0000 @@ -1396,6 +1396,10 @@ attempt to construct a unique auto-save name (e.g. for remote files). +++ +** There is a new calendar package, icalendar.el, that can be used to +convert Emacs diary entries to/from the iCalendar format. + ++++ ** Diary sexp entries can have custom marking in the calendar. Diary sexp functions which only apply to certain days (such as `diary-block' or `diary-cyclic') now take an optional parameter MARK,
--- a/lisp/ChangeLog Tue Oct 05 22:31:35 2004 +0000 +++ b/lisp/ChangeLog Tue Oct 05 22:37:14 2004 +0000 @@ -1,3 +1,7 @@ +2004-10-05 Ulf Jasper <ulf.jasper@web.de> + + * calendar/icalendar.el: New file. + 2004-10-05 Juri Linkov <juri@jurta.org> * isearch.el (isearch-done): Set mark after running hook.