comparison ChangeLog.API @ 28220:4c6ea36672dc

ChangeLog.API that, too.
author Paul Aurich <paul@darkrain42.org>
date Tue, 11 Aug 2009 02:44:41 +0000
parents 4a4e9d309fc0
children b7b25f580637
comparison
equal deleted inserted replaced
28219:7754717d574c 28220:4c6ea36672dc
97 * All DNS routines support internationalized domain names (IDNs) when 97 * All DNS routines support internationalized domain names (IDNs) when
98 libpurple is compiled with GNU libidn. 98 libpurple is compiled with GNU libidn.
99 * status is set before emitting signals in purple_xfer_set_status. 99 * status is set before emitting signals in purple_xfer_set_status.
100 * Creating multiple distinct chats with the same name (i.e. "MSN Chat") 100 * Creating multiple distinct chats with the same name (i.e. "MSN Chat")
101 is deprecated and will be removed in libpurple 3.0.0. 101 is deprecated and will be removed in libpurple 3.0.0.
102 * purple_xfer_start now accepts -1 as the fd parameter if the protocol
103 plugin will administer the transfer itself. 0 is still accepted for
104 backward compatibility since older versions of libpurple will not
105 accept -1.
102 106
103 Deprecated: 107 Deprecated:
104 * buddy-added and buddy-removed blist signals 108 * buddy-added and buddy-removed blist signals
105 * purple_blist_destroy 109 * purple_blist_destroy
106 * purple_blist_new 110 * purple_blist_new