aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRodrigo Moya <rodrigo@gnome-db.org>2001-06-21 23:51:11 +0800
committerRodrigo Moya <rodrigo@src.gnome.org>2001-06-21 23:51:11 +0800
commit6138aaf220f0de9222574436e10fa9c56a6e1f39 (patch)
treea946db0d6508c24066fdb64425bd4f615268226a
parent497532febe6989b31c7665ba375b9c2f14d2b7da (diff)
downloadgsoc2013-evolution-6138aaf220f0de9222574436e10fa9c56a6e1f39.tar
gsoc2013-evolution-6138aaf220f0de9222574436e10fa9c56a6e1f39.tar.gz
gsoc2013-evolution-6138aaf220f0de9222574436e10fa9c56a6e1f39.tar.bz2
gsoc2013-evolution-6138aaf220f0de9222574436e10fa9c56a6e1f39.tar.lz
gsoc2013-evolution-6138aaf220f0de9222574436e10fa9c56a6e1f39.tar.xz
gsoc2013-evolution-6138aaf220f0de9222574436e10fa9c56a6e1f39.tar.zst
gsoc2013-evolution-6138aaf220f0de9222574436e10fa9c56a6e1f39.zip
added new directory for the libwombat library, which will contain the
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 svn path=/trunk/; revision=10361
-rw-r--r--ChangeLog18
-rw-r--r--Makefile.am1
-rw-r--r--configure.in1
3 files changed, 20 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ba49ed0946..e3f9fcee6f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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