# HG changeset patch # User Glenn Morris # Date 1097015834 0 # Node ID 0f1e71a36ac3e8714ce5d8c0e45418155098aba9 # Parent 741bf75c3004235219df00dad0545596b9869c45 *** empty log message *** diff -r 741bf75c3004 -r 0f1e71a36ac3 etc/NEWS --- 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, diff -r 741bf75c3004 -r 0f1e71a36ac3 lisp/ChangeLog --- 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 + + * calendar/icalendar.el: New file. + 2004-10-05 Juri Linkov * isearch.el (isearch-done): Set mark after running hook.