comparison plugins/ChangeLog.API @ 12813:547c199072c8

[gaim-migrate @ 15161] - fixes to sametime administrative notification message dialog to make them a little less obscure as to what the heck they are - added an extra step to the sametime connection login between authenticating and starting services - fix to outgoing encoding of html formatted messages in sametime to use NCR encoding - addition of gaim_utf8_ncr_encode to util.h - fix of minor possible (unlikely) memleak in gaim_utf8_ncr_decode committer: Tailor Script <tailor@pidgin.im>
author Christopher O'Brien <siege@pidgin.im>
date Wed, 11 Jan 2006 03:07:01 +0000
parents eda1572c788b
children 58a80d7a937a
comparison
equal deleted inserted replaced
12812:7e6de7079eeb 12813:547c199072c8
220 * GaimStringFormatType 220 * GaimStringFormatType
221 * gaim_log_get_handle() 221 * gaim_log_get_handle()
222 * gaim_log_uninit() 222 * gaim_log_uninit()
223 * GAIM_SUBTYPE_LOG 223 * GAIM_SUBTYPE_LOG
224 * gaim_marshal_POINTER__POINTER_POINTER 224 * gaim_marshal_POINTER__POINTER_POINTER
225 * gaim_utf8_ncr_encode()
225 226
226 Signals - Changed: (See the Doxygen docs for details on all signals.) 227 Signals - Changed: (See the Doxygen docs for details on all signals.)
227 * Signal propagation now stops after a handler returns a non-NULL value. 228 * Signal propagation now stops after a handler returns a non-NULL value.
228 This value is now returned. Previously, all registered handlers were 229 This value is now returned. Previously, all registered handlers were
229 called and the value from the last handler was used. 230 called and the value from the last handler was used.