diff options
author | Chris Toshok <toshok@ximian.com> | 2001-10-03 06:37:58 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2001-10-03 06:37:58 +0800 |
commit | 3cfa7824a8c01c979621965131319a8073f064ed (patch) | |
tree | f0122526440c03314853eae56835a9f6d1ff9513 /wombat/ChangeLog | |
parent | 1747072ed0c4fee3bbfa2e0d96035cd35b201d70 (diff) | |
download | gsoc2013-evolution-3cfa7824a8c01c979621965131319a8073f064ed.tar.gz gsoc2013-evolution-3cfa7824a8c01c979621965131319a8073f064ed.tar.zst gsoc2013-evolution-3cfa7824a8c01c979621965131319a8073f064ed.zip |
add addressbook:supported_protocols containing just the file protocol.
2001-10-02 Chris Toshok <toshok@ximian.com>
* GNOME_Evolution_WombatNOLDAP.oaf.in: add
addressbook:supported_protocols containing just the file protocol.
* GNOME_Evolution_WombatLDAP.oaf.in: add
addressbook:supported_protocols containing both ldap and file.
* Makefile.am (OAF_IN_FILE): we have to possible files now, since
the addressbook looks up factories by corba interface and the
protocols supported by the factory (as listed in the .oaf file.)
* .cvsignore: ignore GNOME_Evolution_Wombat.oaf.in, since it's
generated now.
svn path=/trunk/; revision=13356
Diffstat (limited to 'wombat/ChangeLog')
-rw-r--r-- | wombat/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/wombat/ChangeLog b/wombat/ChangeLog index 478c8a93db..1daa19d3bc 100644 --- a/wombat/ChangeLog +++ b/wombat/ChangeLog @@ -1,3 +1,18 @@ +2001-10-02 Chris Toshok <toshok@ximian.com> + + * GNOME_Evolution_WombatNOLDAP.oaf.in: add + addressbook:supported_protocols containing just the file protocol. + + * GNOME_Evolution_WombatLDAP.oaf.in: add + addressbook:supported_protocols containing both ldap and file. + + * Makefile.am (OAF_IN_FILE): we have to possible files now, since + the addressbook looks up factories by corba interface and the + protocols supported by the factory (as listed in the .oaf file.) + + * .cvsignore: ignore GNOME_Evolution_Wombat.oaf.in, since it's + generated now. + 2001-09-26 Chris Toshok <toshok@ximian.com> * wombat.c (setup_pas): add OAFIID parameter to the call to the |