Tue, 24 Mar 2009 00:39:16 +0000
Changelog the im.pidgin.cpw.darkrain42.buddy-add branch.
Also fixed some whitespace in ChangeLog.API.
Fixes #479. For good, I hope.
| ChangeLog | file | annotate | diff | comparison | revisions | |
| ChangeLog.API | file | annotate | diff | comparison | revisions |
--- a/ChangeLog Mon Mar 23 05:00:14 2009 +0000 +++ b/ChangeLog Tue Mar 24 00:39:16 2009 +0000 @@ -4,6 +4,8 @@ General: * Theme support in libpurple thanks to Justin Rodriguez's summer of code project. With some minor additions and clean ups from Paul Aurich. + * It should no longer be possible to end up with duplicates of buddies + in a group on the buddy list. XMPP: * Add support for in-band bytestreams for file transfers (XEP-0047).
--- a/ChangeLog.API Mon Mar 23 05:00:14 2009 +0000 +++ b/ChangeLog.API Tue Mar 24 00:39:16 2009 +0000 @@ -30,10 +30,10 @@ Changed: * xmlnode_remove_attrib now removes all attributes with the - same name. Previously, it would remove the first one found, - which was completely non-deterministic. If you want to remove - the attribute with no namespace, then use NULL with - xmlnode_remove_with_namespace. + same name. Previously, it would remove the first one found, + which was completely non-deterministic. If you want to remove + the attribute with no namespace, then use NULL with + xmlnode_remove_with_namespace. Deprecated: * purple_buddy_get_local_alias