diff options
author | Kevin Breit <mrproper@ximian.com> | 2001-10-29 06:00:58 +0800 |
---|---|---|
committer | Kevin Breit <battery841@src.gnome.org> | 2001-10-29 06:00:58 +0800 |
commit | bad5b5a3e426f3e9425893f8fdebe447c695cd2b (patch) | |
tree | ec0627e2653ea978aa86898610b0158e59d1b218 | |
parent | 947133aac0b4e14e3a1fcc29c9fa546e3ac878c4 (diff) | |
download | gsoc2013-evolution-bad5b5a3e426f3e9425893f8fdebe447c695cd2b.tar gsoc2013-evolution-bad5b5a3e426f3e9425893f8fdebe447c695cd2b.tar.gz gsoc2013-evolution-bad5b5a3e426f3e9425893f8fdebe447c695cd2b.tar.bz2 gsoc2013-evolution-bad5b5a3e426f3e9425893f8fdebe447c695cd2b.tar.lz gsoc2013-evolution-bad5b5a3e426f3e9425893f8fdebe447c695cd2b.tar.xz gsoc2013-evolution-bad5b5a3e426f3e9425893f8fdebe447c695cd2b.tar.zst gsoc2013-evolution-bad5b5a3e426f3e9425893f8fdebe447c695cd2b.zip |
Added the iCalendar format to the list of imported types. The .ics
2001-10-28 Kevin Breit <mrproper@ximian.com>
* C/usage-mail-org.sgml: Added the iCalendar format to the list of imported types. The .ics importing was added _last minute_.
svn path=/trunk/; revision=14300
-rw-r--r-- | help/C/usage-mail-org.sgml | 10 | ||||
-rw-r--r-- | help/ChangeLog | 2 |
2 files changed, 12 insertions, 0 deletions
diff --git a/help/C/usage-mail-org.sgml b/help/C/usage-mail-org.sgml index 3d9745fa8c..88dec18187 100644 --- a/help/C/usage-mail-org.sgml +++ b/help/C/usage-mail-org.sgml @@ -32,6 +32,16 @@ </listitem> </varlistentry> + <varlistentry> + <term>iCalendar (.ics)</term> + <listitem> + <para> + A format for storing calendar files. iCalendar is used by + PalmOS based handhelds, Ximian <application>Evolution</application>, and Microsoft <application>Outlook</application>. + </para> + </listitem> + </varlistentry> + <varlistentry> <term>Microsoft Outlook Express 4 (.mbx)</term> <listitem> diff --git a/help/ChangeLog b/help/ChangeLog index bf78b6c409..55c55f765d 100644 --- a/help/ChangeLog +++ b/help/ChangeLog @@ -1,5 +1,7 @@ 2001-10-28 Kevin Breit <mrproper@ximian.com> + * C/usage-mail-org.sgml: Added the iCalendar format to the list of imported types. The .ics importing was added _last minute_. + * C/usage-calendar.sgml: Fixed stupid build bugs * C/usage-mail.sgml: Fixed a boo-boo |