diff options
author | Kevin Breit <battery841@mediaone.net> | 2001-06-21 22:07:27 +0800 |
---|---|---|
committer | Kevin Breit <battery841@src.gnome.org> | 2001-06-21 22:07:27 +0800 |
commit | 2cf498ad3cf468c2eaee3d5529199cba5c447651 (patch) | |
tree | 9dd21ed7d66e94358758f6a15010e48dc755629f /doc | |
parent | 7728dadd907e9462159ed55c96c10bd6ce6983e9 (diff) | |
download | gsoc2013-evolution-2cf498ad3cf468c2eaee3d5529199cba5c447651.tar gsoc2013-evolution-2cf498ad3cf468c2eaee3d5529199cba5c447651.tar.gz gsoc2013-evolution-2cf498ad3cf468c2eaee3d5529199cba5c447651.tar.bz2 gsoc2013-evolution-2cf498ad3cf468c2eaee3d5529199cba5c447651.tar.lz gsoc2013-evolution-2cf498ad3cf468c2eaee3d5529199cba5c447651.tar.xz gsoc2013-evolution-2cf498ad3cf468c2eaee3d5529199cba5c447651.tar.zst gsoc2013-evolution-2cf498ad3cf468c2eaee3d5529199cba5c447651.zip |
Moved my entires to doc/ChangeLog per request of danw
2001-06-20 Kevin Breit <battery841@mediaone.net>
* doc/ChangeLog: Moved my entires to doc/ChangeLog per request of danw
svn path=/trunk/; revision=10353
Diffstat (limited to 'doc')
-rw-r--r-- | doc/C/preface.sgml | 47 | ||||
-rw-r--r-- | doc/ChangeLog | 34 |
2 files changed, 57 insertions, 24 deletions
diff --git a/doc/C/preface.sgml b/doc/C/preface.sgml index bac4c53ff0..fe104d6819 100644 --- a/doc/C/preface.sgml +++ b/doc/C/preface.sgml @@ -90,31 +90,30 @@ developers an environment for cutting-edge application development. </para> - </listitem> - <listitem> - <para> - Data must be safe: <application>Evolution</application> - must not lose mail, corrupt mailbox files or other - data, execute arbitrary <glossterm linkend="script">scripts</glossterm>, + </listitem> + <listitem> + <para> + Data must be safe: <application>Evolution</application> + must not lose mail, corrupt mailbox files or other + data, execute arbitrary <glossterm linkend="script">scripts</glossterm>, or delete files from your hard disk. - </para> - </listitem> - </itemizedlist> - </para> - <para> - <application>Evolution</application> is designed to make most - daily tasks faster. For example, it takes only one or two - clicks to enter an appointment or an address card sent to you - by email, or to send email to a contact or appointment. - <application>Evolution</application> makes displays faster and - more efficient, so searches are faster and memory usage is - lower. People who get lots of mail will appreciate advanced - features like <link - linkend="usage-mail-organize-vFolders">Virtual Folders</link>, - which let you save searches as though they were ordinary mail - folders. - </para> - + </para> + </listitem> + </itemizedlist> + </para> + <para> + <application>Evolution</application> is designed to make most + daily tasks faster. For example, it takes only one or two + clicks to enter an appointment or an address card sent to you + by email, or to send email to a contact or appointment. + <application>Evolution</application> makes displays faster and + more efficient, so searches are faster and memory usage is + lower. People who get lots of mail will appreciate advanced + features like <link linkend="usage-mail-organize-vFolders"> + Virtual Folders</link>, which let you save searches as though + they were ordinary mail folders. + </para> + </sect1> <sect1 id="aboutbook"> diff --git a/doc/ChangeLog b/doc/ChangeLog index c9d84e4859..95d622628a 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,37 @@ +2001-06-20 Kevin Breit <battery841@mediaone.net> + + * doc/ChangeLog: Moved my entires to doc/ChangeLog per request of danw + +2001-06-20 Kevin Breit <battery841@mediaone.net> + + * doc/C/config-setupassist.sgml: Updated for new UI. + +2001-06-20 Kevin Breit <battery841@mediaone.net> + + * docs/C/usage-sync: Reworded a little bit for more descrip. + +2001-06-20 Kevin Breit <battery841@mediaone.net> + + * doc/C/usage-calendar.sgml: Documented categorizing an event. + +2001-06-20 Kevin Breit <battery841@mediaone.net> + + * doc/C/usage-mail.sgml: Updated Bcc: example + +2001-06-19 Kevin Breit <battery841@mediaone.net> + + * doc/C/usage-mail.sgml: Basic edits + +2001-06-19 Kevin Breit <battery841@mediaone.net> + + * doc/C/usage-exec-summary: Updated to say "My Evolution" + +2001-06-19 Kevin Breit <battery841@mediaone.net> + + * doc/C/apx-gloss.sgml: Added definition. + + * doc/C/usage-mainwindow.sgml: Routine updates. + 2001-06-07 Duncan Mak <duncan@lumox.simplemente.net> * C/evolution-faq.sgml: Fixed a typo. Thanks to Greg Leblanc for pointing this out. |