comparison ChangeLog.API @ 28019:1082e1c25b30

Deprecate multiple chats having the same name and complain in the log. I didn't remove it outright for two reasons: 1. Out-of-tree prpls currently use it that way. 2. This is going to affect logs (currently they're either all saved to the same file(s)/folder(s) or it fails miserably, I'm unsure).
author Paul Aurich <paul@darkrain42.org>
date Sun, 26 Jul 2009 00:39:14 +0000
parents fd4415c0595f
children ce3bc26aa8cd
comparison
equal deleted inserted replaced
28018:3723ac957c77 28019:1082e1c25b30
86 it is enumerating all the buddies for an account. 86 it is enumerating all the buddies for an account.
87 * purple_find_group is now more efficient for large numbers of groups. 87 * purple_find_group is now more efficient for large numbers of groups.
88 * All DNS routines support internationalized domain names (IDNs) when 88 * All DNS routines support internationalized domain names (IDNs) when
89 libpurple is compiled with GNU libidn. 89 libpurple is compiled with GNU libidn.
90 * status is set before emitting signals in purple_xfer_set_status. 90 * status is set before emitting signals in purple_xfer_set_status.
91 * Creating multiple distinct chats with the same name (i.e. "MSN Chat")
92 is deprecated and will be removed in libpurple 3.0.0.
91 93
92 Deprecated: 94 Deprecated:
93 * buddy-added and buddy-removed blist signals 95 * buddy-added and buddy-removed blist signals
94 * purple_blist_destroy 96 * purple_blist_destroy
95 * purple_blist_new 97 * purple_blist_new