diff options
author | Aaron Weber <aaron@ximian.com> | 2003-03-20 03:57:55 +0800 |
---|---|---|
committer | Aaron Weber <aaron@src.gnome.org> | 2003-03-20 03:57:55 +0800 |
commit | 5ab2f198eb734adf2afa1d8171be59adb8c4aae0 (patch) | |
tree | ec4b9b9be47454e8fba068684156f9c01e3febca /help | |
parent | 619b6c4fc129869cdc1902ac07be0e22d2f522e0 (diff) | |
download | gsoc2013-evolution-5ab2f198eb734adf2afa1d8171be59adb8c4aae0.tar.gz gsoc2013-evolution-5ab2f198eb734adf2afa1d8171be59adb8c4aae0.tar.zst gsoc2013-evolution-5ab2f198eb734adf2afa1d8171be59adb8c4aae0.zip |
s/sgml/xml/ (DOH)
2003-03-19 Aaron Weber <aaron@ximian.com>
* Makefile.am: s/sgml/xml/ (DOH)
svn path=/trunk/; revision=20363
Diffstat (limited to 'help')
-rw-r--r-- | help/C/usage-exchange.xml | 8 | ||||
-rw-r--r-- | help/ChangeLog | 10 | ||||
-rw-r--r-- | help/Makefile.am | 2 |
3 files changed, 19 insertions, 1 deletions
diff --git a/help/C/usage-exchange.xml b/help/C/usage-exchange.xml index 129c887573..d42e5d7dd7 100644 --- a/help/C/usage-exchange.xml +++ b/help/C/usage-exchange.xml @@ -444,6 +444,14 @@ There are, however, some features which are not available: the box and enter the custom path here. </para> </listitem> + <listitem> + <para> + Public Folder Location: If your Exchange + system has a custom or nonstandard Public + Folder location, check this box and enter + the URL for public folders here. + </para> + </listitem> </itemizedlist> </para> </listitem> diff --git a/help/ChangeLog b/help/ChangeLog index f66058b458..856b530f62 100644 --- a/help/ChangeLog +++ b/help/ChangeLog @@ -1,3 +1,13 @@ +2003-03-19 Aaron Weber <aaron@ximian.com> + + * Makefile.am: s/sgml/xml/ (DOH) + +2003-02-19 Aaron Weber <aaron@ximian.com> + + * C/preface.xml: add a couple "expert tips" that don't really go + anywhere else. + + 2003-02-18 Aaron Weber <aaron@ximian.com> * C/usage-exchange.xml: replaced image, updated for 1.2 layout diff --git a/help/Makefile.am b/help/Makefile.am index 40c4c87e1c..77733ca6c3 100644 --- a/help/Makefile.am +++ b/help/Makefile.am @@ -1,3 +1,3 @@ SUBDIRS = C no -EXTRA_DIST = sgmldocs.make +EXTRA_DIST = xmldocs.make |