bump version. libtool numbers
authorJP Rosevear <jpr@novell.com>
Tue, 8 Feb 2005 01:25:28 +0000 (01:25 +0000)
committerJP Rosevear <jpr@src.gnome.org>
Tue, 8 Feb 2005 01:25:28 +0000 (01:25 +0000)
2005-02-07  JP Rosevear  <jpr@novell.com>

        * configure.in: bump version. libtool numbers

24 files changed:
ChangeLog
configure.in
docs/reference/addressbook/libebook/tmpl/e-address-western.sgml
docs/reference/addressbook/libebook/tmpl/e-book-async.sgml
docs/reference/addressbook/libebook/tmpl/e-book-listener.sgml
docs/reference/addressbook/libebook/tmpl/e-book-query.sgml
docs/reference/addressbook/libebook/tmpl/e-book-types.sgml
docs/reference/addressbook/libebook/tmpl/e-book-view-listener.sgml
docs/reference/addressbook/libebook/tmpl/e-book-view.sgml
docs/reference/addressbook/libebook/tmpl/e-book.sgml
docs/reference/addressbook/libebook/tmpl/e-contact.sgml
docs/reference/addressbook/libebook/tmpl/e-name-western-tables.sgml
docs/reference/addressbook/libebook/tmpl/e-name-western.sgml
docs/reference/addressbook/libebook/tmpl/e-vcard.sgml
docs/reference/calendar/libecal/tmpl/e-cal-component.sgml
docs/reference/calendar/libecal/tmpl/e-cal-listener.sgml
docs/reference/calendar/libecal/tmpl/e-cal-recur.sgml
docs/reference/calendar/libecal/tmpl/e-cal-time-util.sgml
docs/reference/calendar/libecal/tmpl/e-cal-types.sgml
docs/reference/calendar/libecal/tmpl/e-cal-util.sgml
docs/reference/calendar/libecal/tmpl/e-cal-view-listener.sgml
docs/reference/calendar/libecal/tmpl/e-cal-view.sgml
docs/reference/calendar/libecal/tmpl/e-cal.sgml
docs/reference/calendar/libecal/tmpl/libecal-unused.sgml

index b73d80c..28bb3ee 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2005-02-07  JP Rosevear  <jpr@novell.com>
+
+       * configure.in: bump version. libtool numbers
+
 2005-02-07  Ross Burton  <ross@openedhand.com>
 
        * libedataserver/e-db3-utils.c:
index 43ccaff..b228569 100644 (file)
@@ -1,7 +1,7 @@
  Process this file with autoconf to produce a configure script.
 AC_PREREQ(2.52)
 
-AC_INIT(evolution-data-server, 1.1.4)
+AC_INIT(evolution-data-server, 1.1.5)
 AC_CONFIG_SRCDIR(README)
 AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)
 
@@ -19,16 +19,16 @@ AC_SUBST(BASE_VERSION)
 AC_DEFINE_UNQUOTED(BASE_VERSION, "$BASE_VERSION", [Base version (Major.Minor)])
 
 # Libtool versioning
-LIBEDATASERVER_CURRENT=3
+LIBEDATASERVER_CURRENT=4
 LIBEDATASERVER_REVISION=0
-LIBEDATASERVER_AGE=3
+LIBEDATASERVER_AGE=0
 
 LIBEDATASERVERUI_CURRENT=4
-LIBEDATASERVERUI_REVISION=0
+LIBEDATASERVERUI_REVISION=1
 LIBEDATASERVERUI_AGE=0
 
-LIBECAL_CURRENT=1
-LIBECAL_REVISION=1
+LIBECAL_CURRENT=2
+LIBECAL_REVISION=0
 LIBECAL_AGE=0
 
 LIBEDATACAL_CURRENT=2
@@ -36,18 +36,18 @@ LIBEDATACAL_REVISION=1
 LIBEDATACAL_AGE=1
 
 LIBEDATABOOK_CURRENT=2
-LIBEDATABOOK_REVISION=1
+LIBEDATABOOK_REVISION=2
 LIBEDATABOOK_AGE=0
 
 LIBEBOOK_CURRENT=3
 LIBEBOOK_REVISION=0
 LIBEBOOK_AGE=0
 
-LIBEGROUPWISE_CURRENT=3
+LIBEGROUPWISE_CURRENT=4
 LIBEGROUPWISE_REVISION=0
-LIBEGROUPWISE_AGE=1
+LIBEGROUPWISE_AGE=0
 
-LIBCAMEL_CURRENT=2
+LIBCAMEL_CURRENT=3
 LIBCAMEL_REVISION=0
 LIBCAMEL_AGE=0
 
index 5c2d9dc..dc28035 100644 (file)
@@ -14,6 +14,9 @@ A physical address in the format used in the Western hemisphere.
 
 </para>
 
+<!-- ##### SECTION Stability_Level ##### -->
+
+
 <!-- ##### STRUCT EAddressWestern ##### -->
 <para>
 
index 89fbeef..f4daa92 100644 (file)
@@ -15,6 +15,9 @@ Handles asynchronous interactions with the EBook.
 
 </para>
 
+<!-- ##### SECTION Stability_Level ##### -->
+
+
 <!-- ##### USER_FUNCTION EBookCallback ##### -->
 <para>
 
index 4b3b2d8..3c55168 100644 (file)
@@ -15,6 +15,9 @@ Exposes the Evolution:BookListener interface. Contrast with EBookViewListener.
 
 </para>
 
+<!-- ##### SECTION Stability_Level ##### -->
+
+
 <!-- ##### STRUCT EBookListener ##### -->
 <para>
 
index 642fbc1..f5df782 100644 (file)
@@ -14,6 +14,15 @@ Handles queries of addressboook data.
 
 </para>
 
+<!-- ##### SECTION Stability_Level ##### -->
+
+
+<!-- ##### TYPEDEF EBookQuery ##### -->
+<para>
+
+</para>
+
+
 <!-- ##### ENUM EBookQueryTest ##### -->
 <para>
 
index 59711f8..f5f86a0 100644 (file)
@@ -16,6 +16,9 @@ Evolution:BookListener interface.
 
 </para>
 
+<!-- ##### SECTION Stability_Level ##### -->
+
+
 <!-- ##### MACRO E_BOOK_ERROR ##### -->
 <para>
 
@@ -57,6 +60,7 @@ Evolution:BookListener interface.
 @E_BOOK_ERROR_NO_SUCH_SOURCE: 
 @E_BOOK_ERROR_OFFLINE_UNAVAILABLE: 
 @E_BOOK_ERROR_OTHER_ERROR: 
+@E_BOOK_ERROR_INVALID_SERVER_VERSION: 
 
 <!-- ##### ENUM EBookViewStatus ##### -->
 <para>
index 69620ff..ab29ee8 100644 (file)
@@ -15,6 +15,9 @@ EBookListener
 EBookTypes
 </para>
 
+<!-- ##### SECTION Stability_Level ##### -->
+
+
 <!-- ##### STRUCT EBookViewListener ##### -->
 <para>
 
index 516d6eb..9e266a8 100644 (file)
@@ -16,6 +16,9 @@ addressbook itself.
 #e-book-view-listener, #e-book
 </para>
 
+<!-- ##### SECTION Stability_Level ##### -->
+
+
 <!-- ##### STRUCT EBookView ##### -->
 <para>
 
index ac9be38..3ff4930 100644 (file)
@@ -15,6 +15,9 @@ Represents a complete addressbook. Event notifications and callbacks go to the
 #e-book-listener, #e-book-view
 </para>
 
+<!-- ##### SECTION Stability_Level ##### -->
+
+
 <!-- ##### STRUCT EBook ##### -->
 <para>
 #EBook has no publicly available members.
index 79f1ee6..5a8390f 100644 (file)
@@ -14,12 +14,20 @@ A convenient way of accessing the contact information in EVCard objects.
 #e-vcard
 </para>
 
+<!-- ##### SECTION Stability_Level ##### -->
+
+
 <!-- ##### STRUCT EContact ##### -->
 <para>
 
 </para>
 
 
+<!-- ##### ARG EContact:Rev ##### -->
+<para>
+
+</para>
+
 <!-- ##### ARG EContact:address ##### -->
 <para>
 
@@ -645,6 +653,7 @@ A convenient way of accessing the contact information in EVCard objects.
 @E_CONTACT_IM_ICQ_WORK_1: 
 @E_CONTACT_IM_ICQ_WORK_2: 
 @E_CONTACT_IM_ICQ_WORK_3: 
+@E_CONTACT_REV: 
 @E_CONTACT_NAME_OR_ORG: 
 @E_CONTACT_ADDRESS: 
 @E_CONTACT_ADDRESS_HOME: 
index daf37dd..0c6509f 100644 (file)
@@ -14,6 +14,9 @@ e-name-western
 
 </para>
 
+<!-- ##### SECTION Stability_Level ##### -->
+
+
 <!-- ##### STRUCT ENameWestern ##### -->
 <para>
 
index 2315e4f..097a664 100644 (file)
@@ -14,6 +14,9 @@ Does the low-level parsing work for contact information. This data is more conve
 #e-contact
 </para>
 
+<!-- ##### SECTION Stability_Level ##### -->
+
+
 <!-- ##### STRUCT EVCard ##### -->
 <para>
 
index 9e6a654..68740e3 100644 (file)
@@ -14,6 +14,9 @@ Typically an appointment or task, part of the ECal object.
 
 </para>
 
+<!-- ##### SECTION Stability_Level ##### -->
+
+
 <!-- ##### STRUCT ECalComponent ##### -->
 <para>
 
index 64fd621..1f74dc5 100644 (file)
@@ -14,6 +14,9 @@ Contrast with the #e-cal-view-listener, which listens to #e-cal-view.
 #e-cal, #e-cal-view-listener
 </para>
 
+<!-- ##### SECTION Stability_Level ##### -->
+
+
 <!-- ##### USER_FUNCTION ECalListenerCalSetModeFn ##### -->
 <para>
 
index 16a333d..f24e3df 100644 (file)
@@ -14,6 +14,9 @@ e-cal-recur
 
 </para>
 
+<!-- ##### SECTION Stability_Level ##### -->
+
+
 <!-- ##### USER_FUNCTION ECalRecurInstanceFn ##### -->
 <para>
 
index 292bcb6..b4c93ba 100644 (file)
@@ -14,6 +14,9 @@ e-cal-time-util
 
 </para>
 
+<!-- ##### SECTION Stability_Level ##### -->
+
+
 <!-- ##### FUNCTION time_days_in_month ##### -->
 <para>
 
index 64eb638..d0f1525 100644 (file)
@@ -14,6 +14,9 @@ e-cal-types
 
 </para>
 
+<!-- ##### SECTION Stability_Level ##### -->
+
+
 <!-- ##### MACRO E_CALENDAR_ERROR ##### -->
 <para>
 
@@ -62,4 +65,5 @@ e-cal-types
 @E_CALENDAR_STATUS_AUTHENTICATION_REQUIRED: 
 @E_CALENDAR_STATUS_CORBA_EXCEPTION: 
 @E_CALENDAR_STATUS_OTHER_ERROR: 
+@E_CALENDAR_STATUS_INVALID_SERVER_VERSION: 
 
index 3933d23..0fc9831 100644 (file)
@@ -14,6 +14,9 @@ e-cal-util
 
 </para>
 
+<!-- ##### SECTION Stability_Level ##### -->
+
+
 <!-- ##### STRUCT CalObjInstance ##### -->
 <para>
 
index 9717e27..b44ea83 100644 (file)
@@ -14,6 +14,9 @@ Listens for responses and event notifications sent by #e-cal-view.
 #e-cal-view
 </para>
 
+<!-- ##### SECTION Stability_Level ##### -->
+
+
 <!-- ##### FUNCTION e_cal_view_listener_new ##### -->
 <para>
 
index a159ef6..f017048 100644 (file)
@@ -15,6 +15,9 @@ ECalView is a view of the ECal.
 #e-cal, #e-cal-view-listener
 </para>
 
+<!-- ##### SECTION Stability_Level ##### -->
+
+
 <!-- ##### STRUCT ECal ##### -->
 <para>
 
@@ -53,14 +56,6 @@ ECalView is a view of the ECal.
 @: 
 @: 
 
-<!-- ##### SIGNAL ECal::categories-changed ##### -->
-<para>
-
-</para>
-
-@: 
-@: 
-
 <!-- ##### MACRO E_CAL_VIEW ##### -->
 <para>
 
index a39b898..991e977 100644 (file)
@@ -14,6 +14,9 @@ Represents an entire calendar or task list, not individual items within them.2
 #e-cal-listener, #e-cal-view
 </para>
 
+<!-- ##### SECTION Stability_Level ##### -->
+
+
 <!-- ##### STRUCT ECal ##### -->
 <para>
 
@@ -52,14 +55,6 @@ Represents an entire calendar or task list, not individual items within them.2
 @arg1: 
 @arg2: 
 
-<!-- ##### SIGNAL ECal::categories-changed ##### -->
-<para>
-
-</para>
-
-@ecal: the object which received the signal.
-@arg1: 
-
 <!-- ##### MACRO E_CAL_SET_MODE_STATUS_ENUM_TYPE ##### -->
 <para>
 
index e6ee1a0..b7af427 100644 (file)
@@ -8,6 +8,14 @@
 @CALOBJ_TYPE_JOURNAL: 
 @CALOBJ_TYPE_ANY: 
 
+<!-- ##### SIGNAL ECal::categories-changed ##### -->
+<para>
+
+</para>
+
+@ecal: the object which received the signal.
+@arg1: 
+
 <!-- ##### SIGNAL ECal::forget-password ##### -->
 <para>