diff options
author | Dan Winship <danw@src.gnome.org> | 2002-10-16 00:20:24 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2002-10-16 00:20:24 +0800 |
commit | 86e5e4950f0ee568dfa837bae547242ab23a2d83 (patch) | |
tree | dbe9eb25aa0b92249c56105626f2bb919bd3fa48 /mail/ChangeLog | |
parent | 15b5b61526a006730d2eec2c2fd46a2d73ee78e3 (diff) | |
download | gsoc2013-evolution-86e5e4950f0ee568dfa837bae547242ab23a2d83.tar gsoc2013-evolution-86e5e4950f0ee568dfa837bae547242ab23a2d83.tar.gz gsoc2013-evolution-86e5e4950f0ee568dfa837bae547242ab23a2d83.tar.bz2 gsoc2013-evolution-86e5e4950f0ee568dfa837bae547242ab23a2d83.tar.lz gsoc2013-evolution-86e5e4950f0ee568dfa837bae547242ab23a2d83.tar.xz gsoc2013-evolution-86e5e4950f0ee568dfa837bae547242ab23a2d83.tar.zst gsoc2013-evolution-86e5e4950f0ee568dfa837bae547242ab23a2d83.zip |
Change the type in LDAP shortcuts from "ldap-contacts" to "contacts/ldap".
* upgrade-mailer.c (shortcuts_upgrade_xml_file): Change the type
in LDAP shortcuts from "ldap-contacts" to "contacts/ldap". Rewrite
this to use libxml since that was easier than trying to make the
old code do both kinds of changes at once.
svn path=/trunk/; revision=18367
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 7b57e448de..3e4413d57e 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,10 @@ +2002-10-15 Dan Winship <danw@ximian.com> + + * upgrade-mailer.c (shortcuts_upgrade_xml_file): Change the type + in LDAP shortcuts from "ldap-contacts" to "contacts/ldap". Rewrite + this to use libxml since that was easier than trying to make the + old code do both kinds of changes at once. + 2002-10-10 Jeffrey Stedfast <fejj@ximian.com> * mail-config-druid.c (management_prepare): Only set an account |