diff --git a/help/C/apx-authors.sgml b/help/C/apx-authors.sgml
index 971301475c..0b0944b97d 100644
--- a/help/C/apx-authors.sgml
+++ b/help/C/apx-authors.sgml
@@ -48,7 +48,7 @@
Weber (aaron@ximian.com) and he'll list you.
- Partial list of Translators:
+ Partial list of Translators:
Daniel Persson for .se
diff --git a/help/C/menuref.sgml b/help/C/menuref.sgml
index 340a408847..bb1eccf994 100644
--- a/help/C/menuref.sgml
+++ b/help/C/menuref.sgml
@@ -186,8 +186,8 @@
Navigating the Message List with the Keyboard:
- Press N to jump to the next unread
- message. P goes to the previous
+ Press ] or . to jump to the next unread
+ message. [ or , goes to the previous
unread message. Use the arrow keys to move up
and down along the list of all messages.
@@ -249,7 +249,7 @@
Double-click the message you want to view, or select
- it and press
+ it and press Return
Ctrl
O
diff --git a/help/C/preface.sgml b/help/C/preface.sgml
index ea339dbae9..c69e058917 100644
--- a/help/C/preface.sgml
+++ b/help/C/preface.sgml
@@ -1,5 +1,5 @@
- About this Book
+ Introduction
Organization
diff --git a/help/C/topic.dat b/help/C/topic.dat
index 57369e0e39..cf9f0ec017 100644
--- a/help/C/topic.dat
+++ b/help/C/topic.dat
@@ -1,5 +1,5 @@
index.html Table of Contents
-introduction.html What is Evolution?
+introduction.html Introduction
usage-mainwindow.html Getting Started
usage-summary.html The Evolution Summary
usage-mail.html Getting and Sending Email
diff --git a/help/C/usage-exchange.sgml b/help/C/usage-exchange.sgml
index f5e483672d..2a7ef31ba7 100644
--- a/help/C/usage-exchange.sgml
+++ b/help/C/usage-exchange.sgml
@@ -16,7 +16,7 @@
Requirements
Ximian Connector works only with Exchange 2000, and requires
- that Outlook Web Access must be enabled. Each user will need a
+ that Outlook Web Access be enabled. Each user will need a
valid Microsoft Exchange 2000 server account, including license.
@@ -79,7 +79,7 @@
Notes
- The Notes component now works.
+ The "Notes" and "Journal" folders in Exchange accounts are now readable, and you can drag items into them from other folders. Creating new Notes or Journal entries is not yet supported.
@@ -100,9 +100,9 @@
Connector Features
- Ximian Connector supports the most
- often used features of Microsoft
- Exchange:
+ In addition to the features listed above, Ximian
+ Connector supports the following basic
+ Microsoft Exchange features:
@@ -229,12 +229,6 @@
There are, however, some features which are not available:
-
-
-
- Journal component.
-
-
Work Offline (disconnected mode).
@@ -245,7 +239,6 @@ There are, however, some features which are not available:
"Recall Message" function.
-
Creation of an automatic "out-of-office" reply
diff --git a/help/C/usage-mail-org.sgml b/help/C/usage-mail-org.sgml
index e7d8a587f7..d03edf6267 100644
--- a/help/C/usage-mail-org.sgml
+++ b/help/C/usage-mail-org.sgml
@@ -498,6 +498,23 @@
want, even obscure or custom ones. Enter the header name
in the first text box, and put your search text in the
second one.
+
+
+
+
diff --git a/help/C/usage-mail.sgml b/help/C/usage-mail.sgml
index 52abc0c249..a6f10d8d28 100644
--- a/help/C/usage-mail.sgml
+++ b/help/C/usage-mail.sgml
@@ -2141,10 +2141,7 @@ wwwkeys.pgp.net 32j38dk2. Substitute your key ID for
and select the Mail Accounts button, then
select the account you want to use securely, and click the
Edit button. Then, select the
- Security tab in the account dialog. Once
- there, select the account with which you'd like to send and
- receive encrypted mail, and click the
- Edit button. In the
+ Security tab in the account dialog. In the
Security tab is a section labeled
Pretty Good Privacy. Enter your key ID
and click OK. Your key is now
diff --git a/help/C/usage-mainwindow.sgml b/help/C/usage-mainwindow.sgml
index bb4e9af493..41942e798e 100644
--- a/help/C/usage-mainwindow.sgml
+++ b/help/C/usage-mainwindow.sgml
@@ -77,6 +77,37 @@
+
+
+ Command Line Options
+
+ Evolution has a number of command-line options that you may
+ wish to make use of. You can find the full list by running
+ the commands man evolution or
+ evolution --help. The most
+ important ones are:
+
+
+
+ To start Evolution in offline mode: evolution --offline
+
+
+
+
+
+ To start Evolution and begin composing a message to the email address you name: evolution mailto:joe@somewhere.net
+
+
+
+
+
+ To make your web browser use Evolution as the default email client, enter evolution "%s" as the email handler in your web browser or in the GNOME Control Center.
+
+
+
+
+
+
The first time you run the program, it will create a directory
called evolution in your home directory,
diff --git a/help/ChangeLog b/help/ChangeLog
index 3baf80a2c6..1d8d18a9c3 100644
--- a/help/ChangeLog
+++ b/help/ChangeLog
@@ -1,3 +1,20 @@
+2002-10-15 Aaron Weber
+
+ * C/usage-exchange.sgml: Update supported/unsupported list.
+
+ * C/topic.dat: Change "What is Evolution" to "Introduction"
+
+ * C/usage-exchange.sgml: typo.
+
+ * C/menuref.sgml: update keycapss.
+
+ * C/usage-mainwindow.sgml: add note about command-line options.
+
+2002-10-11 Aaron Weber
+
+ * C/usage-mail-org.sgml: add note about multiple repeated header
+ definitions as per 31291.
+
2002-10-08 Aaron Weber
* C/usage-exchange.sgml: fix 1.0/1.2 feature list discrepancies.