aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/C/apx-menuref.sgml189
-rw-r--r--doc/ChangeLog6
2 files changed, 193 insertions, 2 deletions
diff --git a/doc/C/apx-menuref.sgml b/doc/C/apx-menuref.sgml
index 0566f8772d..fd3ad4f65d 100644
--- a/doc/C/apx-menuref.sgml
+++ b/doc/C/apx-menuref.sgml
@@ -1,6 +1,7 @@
<!--
<!DOCTYPE Appendix PUBLIC "-//GNOME//DTD DocBook PNG Variant V1.1//EN">
-->
+
<appendix id="menuref">
<title>Menu Reference</title>
<para>
@@ -304,8 +305,194 @@
<sect1 id="menuref-mail-editor">
<title>The Message Composer Menus</title>
<para>
- Kevin might do this section.
+ The message composition window has its own set of menus:
+ <guimenu>File</guimenu>, which controls operations on files and
+ data, <guimenu>Edit</guimenu>, for text editing,
+ <guimenu>Format</guimenu>, which controls the file format of
+ messages you send, <guimenu>View</guimenu>, to set how you view
+ the message, and <guimenu>Insert</guimenu>, which holds tools
+ for embedding files and other items in messages. Here's what's in them:
</para>
+ <sect2 id="menuref-mail-editor-file">
+ <title>The Message Composer File Menu</title>
+ <para>
+ <variablelist>
+ <varlistentry>
+ <term><guimenu>Open</guimenu></term>
+ <listitem><para>
+ Open a text file or a draft mail message.
+ </para></listitem>
+ </varlistentry>
+
+ <varlistentry>
+ <term><guimenu>Save</guimenu></term>
+ <listitem><para>
+ Save a mail message as a text file.
+ </para></listitem>
+ </varlistentry>
+
+ <varlistentry>
+ <term><guimenu>Save As</guimenu></term>
+ <listitem><para>
+ Choose a file name and location for
+ a message you want to save as a text file.
+ </para></listitem>
+ </varlistentry>
+
+ <varlistentry>
+ <term><guimenu>Save in Folder</guimenu></term>
+ <listitem><para>
+ Save a message as a draft, rather than
+ as a seperate text file. (FIXME: should be removed, and
+ functionality subsumed under "Save As").
+ </para></listitem>
+ </varlistentry>
+
+ <varlistentry>
+ <term><guimenu>Insert Text File</guimenu></term>
+ <listitem><para>
+ Open a text file and insert it into
+ the current message. (FIXME: belongs under "Insert").
+ </para></listitem>
+ </varlistentry>
+
+ <varlistentry>
+ <term><guimenu>Send</guimenu></term>
+ <listitem><para>
+ Sends the message immediately.
+ </para></listitem>
+ </varlistentry>
+
+ <varlistentry>
+ <term><guimenu>Close</guimenu></term>
+ <listitem><para>
+ Closes the message composer. If you have not done so,
+ <application>Evolution</application>
+ will ask you if you want to save your message.
+ </para></listitem>
+ </varlistentry>
+ </variablelist>
+ </para>
+ </sect2>
+ <sect2 id="menuref-mail-editor-edit">
+ <title>The Message Composer Edit Menu</title>
+ <para>
+ The <guimenu>Edit</guimenu> menu in the message composer
+ contains the following items. Keyboard shortcuts are listed
+ next to the items in the menus themselves.
+
+ <variablelist>
+
+ <varlistentry>
+ <term><guimenuitem>Undo</guimenuitem></term>
+ <listitem><para>
+ Undoes the last action you performed.
+ </para></listitem>
+ </varlistentry>
+
+ <varlistentry>
+ <term><guimenuitem>Redo</guimenuitem></term>
+ <listitem><para>
+ If you change your mind about Undoing something,
+ you can always use this item.
+ </para></listitem>
+ </varlistentry>
+
+ <varlistentry>
+ <term><guimenuitem>Cut</guimenuitem></term>
+ <listitem><para>
+ Removes the selected text from the text entry window and
+ retains it in the system "clipboard" memory, ready for pasting.
+ </para></listitem>
+ </varlistentry>
+
+ <varlistentry>
+ <term><guimenuitem>Copy</guimenuitem></term>
+ <listitem><para>
+ Copies selected text to the system clipboard without deleting it.
+ The text can then be inserted elsewhere with the
+ <guimenuitem>Paste</guimenuitem> command.
+ </para></listitem>
+ </varlistentry>
+
+ <varlistentry>
+ <term><guimenuitem>Paste</guimenuitem></term>
+ <listitem><para>
+ Inserts the contents of the system clipboard at the
+ location of the cursor.
+ </para></listitem>
+ </varlistentry>
+
+ <varlistentry>
+ <term><guimenuitem>Find</guimenuitem></term>
+ <listitem><para>
+ Enter a phrase and find your match in your message body.
+ As with <guimenuitem>Find Regex</guimenuitem>,
+ <guimenuitem>Find Again</guimenuitem>, and
+ <guimenuitem>Replace</guimenuitem>, <application>Evolution</application>
+ will offer you the option to search forwards or backwards, and.
+
+ </para></listitem>
+ </varlistentry>
+
+ <varlistentry>
+ <term><guimenuitem>Find Regex</guimenuitem></term>
+ <listitem><para>
+ If you are familiar with regular expressions, often called
+ "regexes," you can search for something more complicated,
+ using wildcards and boolean logic. If you're not familiar with
+ them, there are numerous resources for you on the web.
+ </para></listitem>
+ </varlistentry>
+
+ <varlistentry>
+ <term><guimenuitem>Find Again</guimenuitem></term>
+ <listitem><para>
+ Repeats your last search.
+ </para></listitem>
+ </varlistentry>
+
+ <varlistentry>
+ <term><guimenuitem>Replace</guimenuitem></term>
+ <listitem><para>
+ Enter a word or phrase and the word or phrase with which you'd like
+ to replace it.
+ </para></listitem>
+ </varlistentry>
+
+ <varlistentry>
+ <term><guimenuitem>Properties</guimenuitem></term>
+ <listitem><para>
+ This item brings up the Message Composer Properties Capplet,
+ a portion of the GNOME Control Center that determines the
+ key bindings for the message composer. Help for this capplet is
+ available directly from the Control Center. (FIXME: Write that help doc too).
+ </para></listitem>
+ </varlistentry>
+
+ </variablelist>
+ </para>
+ </sect2>
+<!--
+ <varlistentry>
+ <term><guimenu>View</guimenu></term>
+ <listitem><para>
+ </para></listitem>
+ </varlistentry>
+
+ <varlistentry>
+ <term><guimenu>Insert</guimenu></term>
+ <listitem><para>
+ </para></listitem>
+ </varlistentry>
+ </variablelist>
+ </para>
+
+-->
+
+
+
+
</sect1>
<sect1 id="menuref-cal">
diff --git a/doc/ChangeLog b/doc/ChangeLog
index eb8c1b5e92..4143e67b72 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -1,7 +1,11 @@
+2000-08-24 Aaron Weber <aaron@helixcode.com>
+
+ * C/apx-menuref.sgml: Message Composer File and Edit menus.
+
2000-08-23 Aaron Weber <aaron@helixcode.com>
* C/apx-menuref.sgml: Added editor sections.
-
+
* C/evolution-guide.sgml: Included Menu Reference Appendix.
2000-08-22 Aaron Weber <aaron@helixcode.com>
| PR: 234932 Submitted by: ale Approved by: maintainer * Fix plistAntoine Brodin2019-01-071-1/+1 | | | | PR: 234633 * Update to 2018.3.2 release and enable native file watcher by default.Alex Dupre2018-12-275-135/+200 | | | | Approved by: maintainer timeout (15 days) * java/intellij-ultimate: update to 2018.2.3Kevin Bowling2018-09-253-6/+14 | | | | | | PR: 231341 Approved by: Andrey Cherkashin (maintainer), timur (mentor) Differential Revision: https://reviews.freebsd.org/D17212 * Update java/intellij-ultimate to 2018.2.2 versionTimur I. Bakeyev2018-08-313-198/+295 | | | | | | PR: 230299 Submitted by: kbowling Approved by: maintainer * java/intellij-ultimate: Update to 2018.1.6Steve Wills2018-07-273-15/+11 | | | | | PR: 230028 Submitted by: Andrey Cherkashin <andoriyu@gmail.com> (maintainer) * Update to 2018.1.1.Vanilla I. Shu2018-04-163-804/+887 | | | | | PR: 227480 Submitted by: maintainer * java/intellij-ultimate: Update to version 2017.3.1.Boris Samorodov2017-12-183-4661/+115 | | | | | PR: 224392 Submitted by: Andrey Cherkashin <andoriyu@gmail.com> (maintainer) * java/intellij-ultimate: Update to 2017.2.5.Boris Samorodov2017-12-153-581/+13019 | | | | | | PR: 222472 Submitted by: Ivan <bsd@abinet.ru> Patch by: Andrey Cherkashin <andoriyu@gmail.com> (maintainer) * qa: add check for NO_ARCHDavid Naylor2017-06-191-0/+2 | | | | | | | | | | | | | | | | | | If NO_ARCH is set then check that no FreeBSD elf(5) files are in $STAGEDIR. If an elf(5) file is bundles as part of the package, but is not meant to be run directly (i.e. the elf(5) file is a payload, and not compiled) then those files can be added to NO_ARCH_IGNORE to avoid the check from failing, Changes to ports: - Ports that have NO_ARCH set, but actually compile files have had NO_ARCH removed. - Ports that have elf(5) payloads have had those files added to NO_ARCH_IGNORE. - R-cran ports that do not set USES=cran:compiles have NO_ARCH set, PR: 218976 Reviewed by: antoine, mat Approved by: portmgr * java/intellij-ultimate: update 2016.2.4 -> 2016.2.5Bartek Rutkowski2016-10-203-6/+7 | | | | | PR: 213598 Submitted by: Andrey Cherkashin <andoriyu@gmail.com> (maintainer) * - Double-quote $@ to properly propagate parameters down the execution pathAlexey Dokuchaev2016-10-171-1/+2 | | | | - Consistently pad (separate) shebang in wrapper scripts with an empty line