diff options
author | Rodrigo Moya <rodrigo@gnome-db.org> | 2001-06-21 23:51:11 +0800 |
---|---|---|
committer | Rodrigo Moya <rodrigo@src.gnome.org> | 2001-06-21 23:51:11 +0800 |
commit | 6138aaf220f0de9222574436e10fa9c56a6e1f39 (patch) | |
tree | a946db0d6508c24066fdb64425bd4f615268226a | |
parent | 497532febe6989b31c7665ba375b9c2f14d2b7da (diff) | |
download | gsoc2013-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-- | 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 |