Mercurial > pidgin
changeset 26207:4f6228f14461
Changelog the im.pidgin.cpw.darkrain42.buddy-add branch.
Also fixed some whitespace in ChangeLog.API.
Fixes #479. For good, I hope.
author | Paul Aurich <paul@darkrain42.org> |
---|---|
date | Tue, 24 Mar 2009 00:39:16 +0000 |
parents | e9b77a8bfde4 |
children | 0a66afdd4706 fb937c4c2a50 60b39347b59c |
files | ChangeLog ChangeLog.API |
diffstat | 2 files changed, 6 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- 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