From: Glenn Morris Date: Tue, 5 Oct 2004 22:37:14 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: ttn-vms-21-2-B4~4710 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1698fb36fb35414e407276e3680ba0da29f885af;p=emacs.git *** empty log message *** --- diff --git a/etc/NEWS b/etc/NEWS index ee94a259b7f..27521612a9e 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -1395,6 +1395,10 @@ of the recognized cursor types. controls whether or not the function `make-auto-save-file-name' will 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 diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 94ad045d5bb..16278c0a996 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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.