diff options
author | Christopher James Lahey <clahey@helixcode.com> | 2000-05-02 04:44:00 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2000-05-02 04:44:00 +0800 |
commit | edb8c5850a180be4d015a90da44cf2581fb27ba9 (patch) | |
tree | 98f7615cf7be9a6b5770a371e8fe4e7a97c2b821 /addressbook/ChangeLog | |
parent | ba2128204f596f12092f6a0ef9da4e51a5dafde5 (diff) | |
download | gsoc2013-evolution-edb8c5850a180be4d015a90da44cf2581fb27ba9.tar.gz gsoc2013-evolution-edb8c5850a180be4d015a90da44cf2581fb27ba9.tar.zst gsoc2013-evolution-edb8c5850a180be4d015a90da44cf2581fb27ba9.zip |
Made uri slightly better managed.
2000-05-01 Christopher James Lahey <clahey@helixcode.com>
* backend/pas/pas-backend-file.c, backend/pas/pas-backend-ldap.c:
Made uri slightly better managed.
* backend/pas/pas-book-factory.c
(pas_book_factory_process_request): Remove this
CORBA_Object_release that causes things not to work. This is just
a temporary fix until we figure out what's actually wrong.
* backend/pas/pas-book.c: Fixed a copy and paste error in a warning.
svn path=/trunk/; revision=2718
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r-- | addressbook/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index a9a293ad4a..c214c7c78c 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,5 +1,17 @@ 2000-05-01 Christopher James Lahey <clahey@helixcode.com> + * backend/pas/pas-backend-file.c, backend/pas/pas-backend-ldap.c: + Made uri slightly better managed. + + * backend/pas/pas-book-factory.c + (pas_book_factory_process_request): Remove this + CORBA_Object_release that causes things not to work. This is just + a temporary fix until we figure out what's actually wrong. + + * backend/pas/pas-book.c: Fixed a copy and paste error in a warning. + +2000-05-01 Christopher James Lahey <clahey@helixcode.com> + * Makefile.am: Switched the subdirs order since backend depends on ename. |