diff options
author | Kevin Breit <battery841@mediaone.net> | 2001-06-22 03:40:45 +0800 |
---|---|---|
committer | Kevin Breit <battery841@src.gnome.org> | 2001-06-22 03:40:45 +0800 |
commit | f8db9032d6813046f468718d9d22545a1b519a73 (patch) | |
tree | d5712e1b9412f0c884fe5cbb427afbf0877ac276 /help | |
parent | c2f24a98ce703b3dba475989f152ada24b68bc0f (diff) | |
download | gsoc2013-evolution-f8db9032d6813046f468718d9d22545a1b519a73.tar gsoc2013-evolution-f8db9032d6813046f468718d9d22545a1b519a73.tar.gz gsoc2013-evolution-f8db9032d6813046f468718d9d22545a1b519a73.tar.bz2 gsoc2013-evolution-f8db9032d6813046f468718d9d22545a1b519a73.tar.lz gsoc2013-evolution-f8db9032d6813046f468718d9d22545a1b519a73.tar.xz gsoc2013-evolution-f8db9032d6813046f468718d9d22545a1b519a73.tar.zst gsoc2013-evolution-f8db9032d6813046f468718d9d22545a1b519a73.zip |
Redid graphics to add labels to them and described the labels in text.
2001-06-21 Kevin Breit <battery841@mediaone.net>
* C/usage-calendar.sgml: Redid graphics to add labels to them and
described the labels in text.
svn path=/trunk/; revision=10376
Diffstat (limited to 'help')
-rw-r--r-- | help/C/fig/calendar.png | bin | 34295 -> 43949 bytes | |||
-rw-r--r-- | help/C/fig/contact.png | bin | 27020 -> 39742 bytes | |||
-rw-r--r-- | help/C/usage-calendar.sgml | 35 | ||||
-rw-r--r-- | help/ChangeLog | 5 |
4 files changed, 40 insertions, 0 deletions
diff --git a/help/C/fig/calendar.png b/help/C/fig/calendar.png Binary files differindex f248af294e..9c267d572a 100644 --- a/help/C/fig/calendar.png +++ b/help/C/fig/calendar.png diff --git a/help/C/fig/contact.png b/help/C/fig/contact.png Binary files differindex a9ed02251a..0748b30d69 100644 --- a/help/C/fig/contact.png +++ b/help/C/fig/contact.png diff --git a/help/C/usage-calendar.sgml b/help/C/usage-calendar.sgml index 50e09b03aa..23d1abb6a0 100644 --- a/help/C/usage-calendar.sgml +++ b/help/C/usage-calendar.sgml @@ -26,6 +26,41 @@ <!-- ============== End of Figure ============================= --> </para> + + <para> + <inlinegraphic fileref="fig/full-1"></inlinegraphic> + <guilabel>Event List</guilabel> + </para> + + <para> + The <guilabel>Event List</guilabel> is responsible for showing you all of + your scheduled events, whether they are all day events or simply one time + events that last a half an hour. + </para> + + <para> + <inlinegraphic fileref="fig/full-2"></inlinegraphic> + <guilabel>Todo List</guilabel> + </para> + + <para> + The <guilabel>Todo List</guilabel> compliments the <guilabel>Event List + </guilabel> as it keeps track of your chores or tasks which don't have + any time associated with them. These may include "Clean Room" or "Call + Repairman". + </para> + + <para> + <inlinegraphic fileref="fig/full-3"></inlinegraphic> + <guilabel>Calendar Window</guilabel> + </para> + + <para> + The <guilabel>Calendar Window</guilabel> has a graphical representation of + the calendar, so you can select what days to view in the <guilabel>Event + List</guilabel>. + </para> + <sect1 id ="usage-calendar-view"> <title>Ways of Looking at your Calendar</title> diff --git a/help/ChangeLog b/help/ChangeLog index f69e8b457e..1113db5d0d 100644 --- a/help/ChangeLog +++ b/help/ChangeLog @@ -1,5 +1,10 @@ 2001-06-21 Kevin Breit <battery841@mediaone.net> + * C/usage-calendar.sgml: Redid graphics to add labels to them and + described the labels in text. + +2001-06-21 Kevin Breit <battery841@mediaone.net> + * C/evolution.sgml: Added config-encryption.sgml for building * C/fig/*png: Updated graphics for newer UI. |