diff options
author | Aaron Weber <aaron@helixcode.com> | 2000-10-05 16:35:01 +0800 |
---|---|---|
committer | Aaron Weber <aaron@src.gnome.org> | 2000-10-05 16:35:01 +0800 |
commit | 5d5c636e5a8a3264a6a860c7f8ace9ebdf137ff5 (patch) | |
tree | c6a87d874a06d7f4fe958bb81a09d32006036896 /doc/C/menuref.sgml | |
parent | 08169776b3b002398ac099627c9458753f21a6ca (diff) | |
download | gsoc2013-evolution-5d5c636e5a8a3264a6a860c7f8ace9ebdf137ff5.tar.gz gsoc2013-evolution-5d5c636e5a8a3264a6a860c7f8ace9ebdf137ff5.tar.zst gsoc2013-evolution-5d5c636e5a8a3264a6a860c7f8ace9ebdf137ff5.zip |
Described Search features.
2000-10-05 Aaron Weber <aaron@helixcode.com>
* C/usage-contact.sgml: Described Search features.
* C/menuref.sgml: Contact Manager menus fixed.
2000-10-04 Aaron Weber <aaron@helixcode.com>
* C/usage-contact.sgml: Fixed glossterms.
* C/usage-mail.sgml: Fixed glossterms, filenames, spellchecked.
* C/apx-gloss.sgml: Added "Inline," "VCard".
* C/usage-mainwindow.sgml: Fixed glossterms, filenames. Spellchecked.
* C/usage-mail.sgml: Fixed glossterms, filenames. Spellchecked.
* C/evolution-guide.sgml: New Legalnotice. Removed FDL and GPL,
which are now included as part of the gnome-help package.
* C/usage-contact.sgml: Spellcheck. Fixed some wording, and
responded to clahey's suggestions-- notably, commented out the
"add to master list" category feature. (Not sure if this one is posted
twice, because I keep overlapping days.
svn path=/trunk/; revision=5744
Diffstat (limited to 'doc/C/menuref.sgml')
-rw-r--r-- | doc/C/menuref.sgml | 70 |
1 files changed, 64 insertions, 6 deletions
diff --git a/doc/C/menuref.sgml b/doc/C/menuref.sgml index a3ba7e7b34..28e2da4ff7 100644 --- a/doc/C/menuref.sgml +++ b/doc/C/menuref.sgml @@ -1122,7 +1122,10 @@ <sect1> <title>Contact Manager Menus</title> <para> - Insert Content Here (FIXME). + The contact manager has six menus: <guimenu>File</guimenu>, + <guimenu>Edit</guimenu>, <guimenu>View</guimenu>, + <guimenu>Setting</guimenu>s, <guimenu>Tools</guimenu>, and + <guimenu>Help</guimenu>. </para> <sect2 id="menuref-contact-edit"> @@ -1171,7 +1174,17 @@ <sect2 id="menuref-contact-tools"> <title>Contact Manager Tools Menu</title> <para> - This menu is empty. + This menu contains one item: + + <variablelist> + <varlistentry> + <term><guimenuitem>Search for + Contacts</guimenuitem></term> <listitem><para> Brings up + the in-depth search window. <xref + linkend="contact-search"> describes how to use this + feature. </para></listitem> + </varlistentry> + </variablelist> </para> </sect2> @@ -1188,11 +1201,56 @@ <sect1 id="menuref-contact-editor"> <title>The Contact Editor Menus</title> <para> - Most, if not all, of the menu items for this section are still - inoperable, but there are vast numbers of them, especially in - the <guimenu>Actions</guimenu> menu. When available, I will - describe them. + This window has only one menu: the file menu. </para> + + <sect2 id="menuref-contact-editor-file"> + <title>Contact Editor File Menu</title> + <para> + This menu contains five items: + <variablelist> + + <varlistentry> + <term><guimenuitem>Save</guimenuitem></term> + <listitem><para> + + </para></listitem> + </varlistentry> + + <varlistentry> + <term><guimenuitem>Save As</guimenuitem></term> + <listitem><para> + Allows you to save the contact as an external + file in the <glossterm linkend="vcard">VCard</glossterm> format. + </para></listitem> + </varlistentry> + + <varlistentry> + <term><guimenuitem>Print</guimenuitem></term> + <listitem><para> + Prints the current contact. + </para></listitem> + </varlistentry> + + + <varlistentry> + <term><guimenuitem>Delete</guimenuitem></term> + <listitem><para> + Deletes the current contact. + </para></listitem> + </varlistentry> + + + <varlistentry> + <term><guimenuitem>Close</guimenuitem></term> + <listitem><para> + Closes the Contact Editor without saving. + </para></listitem> + </varlistentry> + + </variablelist> + </para> + </sect2> </sect1> |