aboutsummaryrefslogtreecommitdiffstats
path: root/help
diff options
context:
space:
mode:
authorAaron Weber <aaron@ximian.com>2001-08-15 03:15:30 +0800
committerAaron Weber <aaron@src.gnome.org>2001-08-15 03:15:30 +0800
commitc266ef292cacabd5896e343b0bb007e164d6d5b1 (patch)
tree3d85e7c6142465c9c873e2ec3f165883062afe70 /help
parent49a66cc2a1e98f91ad4a167553ef32708cd96864 (diff)
downloadgsoc2013-evolution-c266ef292cacabd5896e343b0bb007e164d6d5b1.tar
gsoc2013-evolution-c266ef292cacabd5896e343b0bb007e164d6d5b1.tar.gz
gsoc2013-evolution-c266ef292cacabd5896e343b0bb007e164d6d5b1.tar.bz2
gsoc2013-evolution-c266ef292cacabd5896e343b0bb007e164d6d5b1.tar.lz
gsoc2013-evolution-c266ef292cacabd5896e343b0bb007e164d6d5b1.tar.xz
gsoc2013-evolution-c266ef292cacabd5896e343b0bb007e164d6d5b1.tar.zst
gsoc2013-evolution-c266ef292cacabd5896e343b0bb007e164d6d5b1.zip
Commented out menuref. Commented out menuref. commented out menuref.
2001-08-14 Aaron Weber <aaron@ximian.com> * C/usage-mainwindow.sgml: Commented out menuref. * C/usage-contact.sgml: Commented out menuref. * C/evolution.sgml: commented out menuref. * C/preface.sgml: commented out menuref. svn path=/trunk/; revision=12028
Diffstat (limited to 'help')
-rw-r--r--help/C/evolution.sgml7
-rw-r--r--help/C/preface.sgml8
-rw-r--r--help/C/usage-contact.sgml13
-rw-r--r--help/C/usage-mainwindow.sgml3
-rw-r--r--help/ChangeLog7
5 files changed, 21 insertions, 17 deletions
diff --git a/help/C/evolution.sgml b/help/C/evolution.sgml
index 8c56579c11..c3c5a5fbc2 100644
--- a/help/C/evolution.sgml
+++ b/help/C/evolution.sgml
@@ -12,7 +12,7 @@
<!ENTITY CONFIG-PREFS SYSTEM "config-prefs.sgml">
<!ENTITY CONFIG-SYNC SYSTEM "config-sync.sgml">
<!ENTITY CONFIG-ENCRYPTION SYSTEM "config-encryption.sgml">
-<!ENTITY MENUREF SYSTEM "menuref.sgml">
+<!-- <!ENTITY MENUREF SYSTEM "menuref.sgml"> REMOVED THIS FOR NOW -->
<!ENTITY FAQ SYSTEM "evolution-faq.sgml">
<!ENTITY APX-GLOSS SYSTEM "apx-gloss.sgml">
<!ENTITY APX-COMMON-TASKS SYSTEM "apx-common-tasks.sgml">
@@ -119,6 +119,7 @@ implemented. -->
&CONFIG-SYNC;
</part>
+<!-- COMMENTED OUT MENUREF SECTION
<part>
<title>Comprehensive Menu reference</title>
<partintro>
@@ -128,8 +129,10 @@ implemented. -->
<application>Evolution</application> has to offer you.
</para>
</partintro>
- &MENUREF;
+ &MENUREF;
</part>
+COMMENTED OUT MENUREF -->
+
&FAQ;
&APX-GLOSS;
&APX-BUGS;
diff --git a/help/C/preface.sgml b/help/C/preface.sgml
index 28190668b6..b4423432e1 100644
--- a/help/C/preface.sgml
+++ b/help/C/preface.sgml
@@ -135,10 +135,7 @@
<link linkend="config">configuration</link>, is targeted at
more advanced users, but anyone who wants to change the way
<application>Evolution</application> looks or acts can benefit
- from reading it. In addition, there is a comprehensive <link
- linkend="menuref">menu reference</link> which describes nearly
- every capability that <application>Evolution</application> has
- to offer.
+ from reading it.
</para>
<formalpara>
<title>Typographical conventions</title>
@@ -194,8 +191,7 @@
You might want to copy this section and tape it to the wall
next to your computer: it's a very short summary of most of
the things you'll want to do with
- <application>Evolution</application>. Read <xref linkend="menuref"> if
- you would like a complete list of keyboard shortcuts for menu commands.
+ <application>Evolution</application>.
</para>
<sect2 id="quickref-newthings">
diff --git a/help/C/usage-contact.sgml b/help/C/usage-contact.sgml
index 2e5b07b3d5..91ac0c708c 100644
--- a/help/C/usage-contact.sgml
+++ b/help/C/usage-contact.sgml
@@ -138,13 +138,12 @@
<para>
The contact editor window has two tabs,
- <guilabel>General</guilabel>, for basic contact information,
- and <guilabel>Details</guilabel>, for a more specific
- description of the person. In addition, it contains a
- <guimenu>File</guimenu> menu, (see <xref
- linkend="menuref-contact-editor">) and a toolbar with three
- items: <guilabel>Save and Close</guilabel>,
- <guilabel>Print</guilabel>, and <guilabel>Delete</guilabel>.
+ <guilabel>General</guilabel>, for basic contact information, and
+ <guilabel>Details</guilabel>, for a more specific description of
+ the person. In addition, it contains a <guimenu>File</guimenu>
+ menu and a toolbar with three items: <guilabel>Save and
+ Close</guilabel>, <guilabel>Print</guilabel>, and
+ <guilabel>Delete</guilabel>.
</para>
<figure id="usage-contact-editor-fig">
diff --git a/help/C/usage-mainwindow.sgml b/help/C/usage-mainwindow.sgml
index 2668fedee0..9dc0c62a35 100644
--- a/help/C/usage-mainwindow.sgml
+++ b/help/C/usage-mainwindow.sgml
@@ -686,8 +686,7 @@
items will relate to mail; some will relate to other components
of <application>Evolution</application> and some, especially
those in the <guimenu>File Menu</guimenu> will relate to the
- application as a whole. The contents of the menu bar are
- described in <xref linkend="menuref">.
+ application as a whole.
</para>
<para>
<variablelist>
diff --git a/help/ChangeLog b/help/ChangeLog
index 87798c7b4c..8b3380007a 100644
--- a/help/ChangeLog
+++ b/help/ChangeLog
@@ -1,3 +1,10 @@
+2001-08-14 Aaron Weber <aaron@ximian.com>
+
+ * C/usage-mainwindow.sgml: Commented out menuref.
+ * C/usage-contact.sgml: Commented out menuref.
+ * C/evolution.sgml: commented out menuref.
+ * C/preface.sgml: commented out menuref.
+
2001-08-12 Kjartan Maraas <kmaraas@gnome.org>
* C/apx-authors.sgml: Added missing ;'s after entities.