diff options
author | Aaron Weber <aaron@ximian.com> | 2002-06-26 05:51:30 +0800 |
---|---|---|
committer | Aaron Weber <aaron@src.gnome.org> | 2002-06-26 05:51:30 +0800 |
commit | faf242365c5fac01bcf858c303f554563cf4f552 (patch) | |
tree | 5c6f35c15f63931d90b6dd6533b5b12b93144c0a | |
parent | 978b21733abd03e821282af4b51c54290eab5623 (diff) | |
download | gsoc2013-evolution-faf242365c5fac01bcf858c303f554563cf4f552.tar gsoc2013-evolution-faf242365c5fac01bcf858c303f554563cf4f552.tar.gz gsoc2013-evolution-faf242365c5fac01bcf858c303f554563cf4f552.tar.bz2 gsoc2013-evolution-faf242365c5fac01bcf858c303f554563cf4f552.tar.lz gsoc2013-evolution-faf242365c5fac01bcf858c303f554563cf4f552.tar.xz gsoc2013-evolution-faf242365c5fac01bcf858c303f554563cf4f552.tar.zst gsoc2013-evolution-faf242365c5fac01bcf858c303f554563cf4f552.zip |
more improvem,ent.
2002-06-25 Aaron Weber <aaron@ximian.com>
* C/config-prefs.sgml: more improvem,ent.
svn path=/trunk/; revision=17281
-rw-r--r-- | help/C/config-prefs.sgml | 33 | ||||
-rw-r--r-- | help/ChangeLog | 4 |
2 files changed, 17 insertions, 20 deletions
diff --git a/help/C/config-prefs.sgml b/help/C/config-prefs.sgml index eae8247681..070412a6e9 100644 --- a/help/C/config-prefs.sgml +++ b/help/C/config-prefs.sgml @@ -557,23 +557,18 @@ smtp.omniport.com:143 </sect1> <sect1 id="config-prefs-cal"> - <title>Configuring the Calendar</title> + <title>Calendar and Task List Settings</title> <para> - To set your calendar preferences, select - <menuchoice><guimenu>Settings</guimenu> - <guimenuitem>Calendar - Settings</guimenuitem></menuchoice> from the Calendar - view. This will open up the - <interface>Preferences</interface> window. It contains four - tabs: <guilabel>General</guilabel>, <guilabel>Display</guilabel>, <guilabel>Task List</guilabel>, and <guilabel>Other</guilabel>. The <interface>calendar - preferences window</interface> is illustrated in <xref + The calendar configuration tool has two tabs + <guilabel>General</guilabel> and + <guilabel>Display</guilabel>, and is illustrated in <xref linkend="config-prefs-cal-fig">. <!-- ==============Figure===================== --> <figure id="config-prefs-cal-fig"> <title>Calendar Preferences Dialog</title> <screenshot> - <screeninfo>If this worked on my job as well as my calendar...</screeninfo> + <screeninfo>Calendar Configuration</screeninfo> <mediaobject><imageobject><imagedata fileref="figures/config-cal" format="png" srccredit="Aaron Weber"> </imageobject></mediaobject> </screenshot> @@ -581,10 +576,8 @@ smtp.omniport.com:143 <!-- ==============End of Figure================--> </para> - <sect2 id="config-prefs-cal-general"> - <title>Calendar's General Settings</title> <para> - The <guilabel>Time display</guilabel> tab lets you set the + The <guilabel>General</guilabel> tab lets you set the following: <variablelist> <varlistentry> @@ -658,9 +651,7 @@ smtp.omniport.com:143 </varlistentry> </variablelist> </para> - </sect2> - <sect2 id="config-prefs-cal-display"> - <title>Display</title> + <para> The <interface>Display</interface> section lets you choose how your appointments and tasks will appear in your calendar. @@ -728,14 +719,16 @@ smtp.omniport.com:143 </varlistentry> </variablelist> </para> - </sect2> </sect1> <sect1 id="config-prefs-contact"> <title>Managing the Addressbook</title> <para> - The addressbook does not have a large list of configuration - settings, but those that are there can be found in the - <guimenu>Tools</guimenu> menu. + Addressbook settings are limited to the usage and + configuration of directory servers (LDAP and + Exchange). Contact folders for the mailer's autocompletion + feature are set in the Folders tool above, and all other + addressbook controls are available in the addressbook window + itself. </para> <sect2 id="config-prefs-contact-ldap-add"> diff --git a/help/ChangeLog b/help/ChangeLog index a16f328557..8a782f763d 100644 --- a/help/ChangeLog +++ b/help/ChangeLog @@ -1,3 +1,7 @@ +2002-06-25 Aaron Weber <aaron@ximian.com> + + * C/config-prefs.sgml: more improvem,ent. + 2002-06-24 Aaron Weber <aaron@ximian.com> * C/config-prefs.sgml: overhaul. still need to improve examples. |