aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFederico Mena Quintero <federico@ximian.com>2001-01-19 02:00:31 +0800
committerFederico Mena Quintero <federico@src.gnome.org>2001-01-19 02:00:31 +0800
commite3297a5f71f408b9ed93c81a25af54c13b93f848 (patch)
treed6630334b849cacae0a5ea50468b08582b728a97
parent52f1578c8176b6bf91ee832c6f68e1423210b911 (diff)
downloadgsoc2013-evolution-e3297a5f71f408b9ed93c81a25af54c13b93f848.tar.gz
gsoc2013-evolution-e3297a5f71f408b9ed93c81a25af54c13b93f848.tar.zst
gsoc2013-evolution-e3297a5f71f408b9ed93c81a25af54c13b93f848.zip
Um, why was the doc directory removed from SUBDIRS?
2001-01-18 Federico Mena Quintero <federico@ximian.com> * Makefile.am: Um, why was the doc directory removed from SUBDIRS? svn path=/trunk/; revision=7626
-rw-r--r--ChangeLog4
-rw-r--r--Makefile.am4
-rw-r--r--doc/devel/calendar/cal-client/tmpl/evolution-cal-client-unused.sgml36
-rw-r--r--help/devel/calendar/cal-client/tmpl/evolution-cal-client-unused.sgml36
4 files changed, 42 insertions, 38 deletions
diff --git a/ChangeLog b/ChangeLog
index 7f2224ba05..5f987963c1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2001-01-18 Federico Mena Quintero <federico@ximian.com>
+
+ * Makefile.am: Um, why was the doc directory removed from SUBDIRS?
+
2001-01-17 Larry Ewing <lewing@helixcode.com>
* configure.in (EVOLUTION_DIR): add the
diff --git a/Makefile.am b/Makefile.am
index 31b5b8483d..732b2331de 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -41,5 +41,5 @@ SUBDIRS = \
ui \
default_user \
tools \
- po
-
+ po \
+ doc
diff --git a/doc/devel/calendar/cal-client/tmpl/evolution-cal-client-unused.sgml b/doc/devel/calendar/cal-client/tmpl/evolution-cal-client-unused.sgml
index ccfb33de4d..56bcf3aff5 100644
--- a/doc/devel/calendar/cal-client/tmpl/evolution-cal-client-unused.sgml
+++ b/doc/devel/calendar/cal-client/tmpl/evolution-cal-client-unused.sgml
@@ -8,23 +8,36 @@
@pilot_id:
@pilot_status:
-<!-- ##### FUNCTION cal_client_get_events_in_range ##### -->
+<!-- ##### FUNCTION cal_client_load_calendar ##### -->
<para>
</para>
@client:
-@start:
-@end:
+@str_uri:
@Returns:
-<!-- ##### FUNCTION cal_client_load_calendar ##### -->
+<!-- ##### ENUM CalClientLoadStatus ##### -->
+ <para>
+ These values describe the status of a calendar load or create
+ request. After asking a calendar factory to load or create a
+ calendar, the provided listener will get notification about the
+ result in asynchronous fashion. Such notification is represented
+ by one of these enumeration values. For values other than
+ #CAL_CLIENT_LOAD_SUCCESS, the #CalClient object will not accept
+ any other operations on the calendar and it should just be
+ destroyed.
+ </para>
+
+
+<!-- ##### FUNCTION cal_client_get_events_in_range ##### -->
<para>
</para>
@client:
-@str_uri:
+@start:
+@end:
@Returns:
<!-- ##### SIGNAL CalClient::cal-loaded ##### -->
@@ -50,19 +63,6 @@
@client:
@Returns:
-<!-- ##### ENUM CalClientLoadStatus ##### -->
- <para>
- These values describe the status of a calendar load or create
- request. After asking a calendar factory to load or create a
- calendar, the provided listener will get notification about the
- result in asynchronous fashion. Such notification is represented
- by one of these enumeration values. For values other than
- #CAL_CLIENT_LOAD_SUCCESS, the #CalClient object will not accept
- any other operations on the calendar and it should just be
- destroyed.
- </para>
-
-
<!-- ##### FUNCTION cal_client_create_calendar ##### -->
<para>
diff --git a/help/devel/calendar/cal-client/tmpl/evolution-cal-client-unused.sgml b/help/devel/calendar/cal-client/tmpl/evolution-cal-client-unused.sgml
index ccfb33de4d..56bcf3aff5 100644
--- a/help/devel/calendar/cal-client/tmpl/evolution-cal-client-unused.sgml
+++ b/help/devel/calendar/cal-client/tmpl/evolution-cal-client-unused.sgml
@@ -8,23 +8,36 @@
@pilot_id:
@pilot_status:
-<!-- ##### FUNCTION cal_client_get_events_in_range ##### -->
+<!-- ##### FUNCTION cal_client_load_calendar ##### -->
<para>
</para>
@client:
-@start:
-@end:
+@str_uri:
@Returns:
-<!-- ##### FUNCTION cal_client_load_calendar ##### -->
+<!-- ##### ENUM CalClientLoadStatus ##### -->
+ <para>
+ These values describe the status of a calendar load or create
+ request. After asking a calendar factory to load or create a
+ calendar, the provided listener will get notification about the
+ result in asynchronous fashion. Such notification is represented
+ by one of these enumeration values. For values other than
+ #CAL_CLIENT_LOAD_SUCCESS, the #CalClient object will not accept
+ any other operations on the calendar and it should just be
+ destroyed.
+ </para>
+
+
+<!-- ##### FUNCTION cal_client_get_events_in_range ##### -->
<para>
</para>
@client:
-@str_uri:
+@start:
+@end:
@Returns:
<!-- ##### SIGNAL CalClient::cal-loaded ##### -->
@@ -50,19 +63,6 @@
@client:
@Returns:
-<!-- ##### ENUM CalClientLoadStatus ##### -->
- <para>
- These values describe the status of a calendar load or create
- request. After asking a calendar factory to load or create a
- calendar, the provided listener will get notification about the
- result in asynchronous fashion. Such notification is represented
- by one of these enumeration values. For values other than
- #CAL_CLIENT_LOAD_SUCCESS, the #CalClient object will not accept
- any other operations on the calendar and it should just be
- destroyed.
- </para>
-
-
<!-- ##### FUNCTION cal_client_create_calendar ##### -->
<para>
/a>dinoex2009-07-311-1/+1 * Chase Code_Aster's upgrade.thierry2009-06-222-5/+5 * Chase Aster's main tarball. No change.thierry2009-01-212-4/+5 * Upgrade to 9.5.1.thierry2009-01-153-139/+288 * Chase Code_Aster's tarball re-rolling (no change for homard).thierry2008-10-252-4/+4 * - Upgrade to 8.11-2;thierry2008-07-132-6/+14 * Homard runs on amd64.thierry2008-05-251-2/+2 * Chase master-site's reorganization.thierry2008-01-191-1/+1 * - Upgrade to 8.11-1;thierry2008-01-133-405/+403 * Upgrade to 8.7-1.thierry2007-07-013-138/+270 * - Welcome X.org 7.2 \o/.flz2007-05-20