comparison plugins/ChangeLog.API @ 12383:3f70719e375d

[gaim-migrate @ 14689] API ChangeLog for that last commit. committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Wed, 07 Dec 2005 05:22:19 +0000
parents 7630a95f3b8b
children b7d77321b685
comparison
equal deleted inserted replaced
12382:cfc808463763 12383:3f70719e375d
177 * GAIM_STOCK_PLUGIN 177 * GAIM_STOCK_PLUGIN
178 * gaim_account_request_add: Notifies the user that they were added to 178 * gaim_account_request_add: Notifies the user that they were added to
179 someone's buddy list, and offers them the choice 179 someone's buddy list, and offers them the choice
180 of adding that person to their buddy list. 180 of adding that person to their buddy list.
181 * gaim_blist_alias_contact() 181 * gaim_blist_alias_contact()
182 * gaim_cipher_http_digest_calculate_session_key()
183 * gaim_cipher_http_digest_calculate_response()
182 184
183 Signals - Changed: (See the Doxygen docs for details on all signals.) 185 Signals - Changed: (See the Doxygen docs for details on all signals.)
184 * Signal propagation now stops after a handler returns a non-NULL value. 186 * Signal propagation now stops after a handler returns a non-NULL value.
185 This value is now returned. Previously, all registered handlers were 187 This value is now returned. Previously, all registered handlers were
186 called and the value from the last handler was used. 188 called and the value from the last handler was used.