diff options
-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 |