diff options
author | Kevin Breit <mrproper@ximian.com> | 2001-10-27 03:54:49 +0800 |
---|---|---|
committer | Kevin Breit <battery841@src.gnome.org> | 2001-10-27 03:54:49 +0800 |
commit | f21bff38da01fad2727bc911129a00716a8ad0ca (patch) | |
tree | 0a9afb31db771a4d18497e7964a106f52c9d8304 /help | |
parent | 16f5a6ab61751ccd788f41a7ea1fbd4316a75e1d (diff) | |
download | gsoc2013-evolution-f21bff38da01fad2727bc911129a00716a8ad0ca.tar gsoc2013-evolution-f21bff38da01fad2727bc911129a00716a8ad0ca.tar.gz gsoc2013-evolution-f21bff38da01fad2727bc911129a00716a8ad0ca.tar.bz2 gsoc2013-evolution-f21bff38da01fad2727bc911129a00716a8ad0ca.tar.lz gsoc2013-evolution-f21bff38da01fad2727bc911129a00716a8ad0ca.tar.xz gsoc2013-evolution-f21bff38da01fad2727bc911129a00716a8ad0ca.tar.zst gsoc2013-evolution-f21bff38da01fad2727bc911129a00716a8ad0ca.zip |
Added a note
2001-10-26 Kevin Breit <mrproper@ximian.com>
* C/usage-mail-org.sgml: Added a note
* C/usage-mainwindow.sgml: Added screenshot and labels of stuff for summary.
svn path=/trunk/; revision=14164
Diffstat (limited to 'help')
-rw-r--r-- | help/C/figures/summary.png | bin | 0 -> 83263 bytes | |||
-rw-r--r-- | help/C/usage-mail-org.sgml | 6 | ||||
-rw-r--r-- | help/C/usage-mainwindow.sgml | 40 | ||||
-rw-r--r-- | help/ChangeLog | 6 |
4 files changed, 51 insertions, 1 deletions
diff --git a/help/C/figures/summary.png b/help/C/figures/summary.png Binary files differnew file mode 100644 index 0000000000..3317a7b9af --- /dev/null +++ b/help/C/figures/summary.png diff --git a/help/C/usage-mail-org.sgml b/help/C/usage-mail-org.sgml index 5762fe2d41..80822f5fb1 100644 --- a/help/C/usage-mail-org.sgml +++ b/help/C/usage-mail-org.sgml @@ -344,6 +344,12 @@ <para> Mailing List - Filter based on the mailing list it came from. </para> + <note> + <title>How Does Filterint on Mailing Lists Work?</title> + <para> + Filtering on mailing lists uses the domain part (@ximian.com) of the address and the user part (the part before the @). However, if you wish to exclude the domain section from being filtered, simply don't put anything after the user. + </para> + </note> </listitem> <listitem> diff --git a/help/C/usage-mainwindow.sgml b/help/C/usage-mainwindow.sgml index f01f519b8a..f042bc4aa0 100644 --- a/help/C/usage-mainwindow.sgml +++ b/help/C/usage-mainwindow.sgml @@ -872,9 +872,47 @@ the workaround described in the note below. </para> <para> - FIXME: Insert picture of the Summary and labels here. +<figure> + <title>The Evolution Summary</title> + +<screenshot> +<graphic format="png" fileref="figures/summary" srccredit="Kevin Breit"> +</screenshot> +</figure> </para> +<para> +<inlinemediaobject><imageobject><imagedata fileref="figures/full-1" format="png"></imageobject></inlinemediaobject> <guilabel>Weather Summary</guilabel> +</para> +<para> +Shows you the latest weather updates from hundreds of cities around the world. +</para> +<para> +<inlinemediaobject><imageobject><imagedata fileref="figures/full-2" format="png"></imageobject></inlinemediaobject> <guilabel>News Feeds</guilabel> +</para> +<para> +Displays up to the minute news from your favorite websites. +</para> +<para> +<inlinemediaobject><imageobject><imagedata fileref="figures/full-3" format="png"></imageobject></inlinemediaobject> <guilabel>Mail Summary</guilabel> +</para> +<para> +Shows you how many email messages you have in your selected folders, waiting to be read. +</para> +<para> +<inlinemediaobject><imageobject><imagedata fileref="figures/full-4" format="png"></imageobject></inlinemediaobject> <guilabel>Calendar Summary</guilabel> +</para> +<para> +Shows you your calendar. +</para> +<para> +<inlinemediaobject><imageobject><imagedata fileref="figures/full-5" format="png"></imageobject></inlinemediaobject> <guilabel>Tasks</guilabel> +</para> +<para> +Shows your pending tasks +</para> + + <para> To add additional services to your Summary, or to edit the existing services, select diff --git a/help/ChangeLog b/help/ChangeLog index 20dd32b33c..dd95ff1882 100644 --- a/help/ChangeLog +++ b/help/ChangeLog @@ -1,3 +1,9 @@ +2001-10-26 Kevin Breit <mrproper@ximian.com> + + * C/usage-mail-org.sgml: Added a note + + * C/usage-mainwindow.sgml: Added screenshot and labels of stuff for summary. + 2001-10-24 Kevin Breit <mrproper@ximian.com> * C/figures/mail-composer.png: I updated this becuase the screenshot was humerously _old_. |