# HG changeset patch # User Paul Aurich # Date 1237855156 0 # Node ID 4f6228f1446157f5beb44e6a04582ff601eb34f7 # Parent e9b77a8bfde4f08de2435d928b783f3a715d8465 Changelog the im.pidgin.cpw.darkrain42.buddy-add branch. Also fixed some whitespace in ChangeLog.API. Fixes #479. For good, I hope. diff -r e9b77a8bfde4 -r 4f6228f14461 ChangeLog --- 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). diff -r e9b77a8bfde4 -r 4f6228f14461 ChangeLog.API --- 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