diff options
-rw-r--r-- | ChangeLog | 18 | ||||
-rw-r--r-- | Makefile.am | 1 | ||||
-rw-r--r-- | configure.in | 1 |
3 files changed, 20 insertions, 0 deletions
@@ -1,8 +1,26 @@ +2001-06-21 Rodrigo Moya <rodrigo@gnome-db.org> + + * libwombat/: added new directory for the libwombat library, which + will contain the implementation of all CORBA interfaces defined + in the wombat.idl file + 2001-06-21 Dan Winship <danw@ximian.com> * configure.in: Fix the OpenLDAP check to default to "no" if you don't specify anything. +2001-06-20 Kevin Breit <battery841@mediaone.net> + + * docs/C/usage-sync: Reworded a little bit for more descrip. + +2001-06-20 Kevin Breit <battery841@mediaone.net> + + * doc/C/usage-calendar.sgml: Documented categorizing an event. + +2001-06-20 Kevin Breit <battery841@mediaone.net> + + * doc/C/usage-mail.sgml: Updated Bcc: example + 2001-06-20 Dan Winship <danw@ximian.com> * configure.in: Change --enable-ldap to --with-openldap, allow a diff --git a/Makefile.am b/Makefile.am index daab400ad3..96965070a3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -26,6 +26,7 @@ SUBDIRS = \ composer \ libical \ libversit \ + libwombat \ addressbook \ mail \ calendar \ diff --git a/configure.in b/configure.in index f8c4bcf7ed..e3cdde3e3f 100644 --- a/configure.in +++ b/configure.in @@ -1026,6 +1026,7 @@ mail/Makefile mail/importers/Makefile data/Makefile libversit/Makefile +libwombat/Makefile libibex/Makefile calendar/Makefile calendar/idl/Makefile |