comparison plugins/ChangeLog.API @ 13640:d12bbe6da705

[gaim-migrate @ 16038] * Changed signatures of some of the search results notify API functions. * GG PRPL: Support parallel public directory searches. committer: Tailor Script <tailor@pidgin.im>
author Bartoz Oler <bartosz@pidgin.im>
date Sun, 16 Apr 2006 10:10:55 +0000
parents 6ad9d666e824
children dd00149f6f9b
comparison
equal deleted inserted replaced
13639:43c7e892d8bf 13640:d12bbe6da705
169 * gaim_blist_node_action_new(); use gaim_menu_action_new() instead 169 * gaim_blist_node_action_new(); use gaim_menu_action_new() instead
170 * gaim_date() 170 * gaim_date()
171 * gaim_date_full(): See gaim_date_format_full() 171 * gaim_date_full(): See gaim_date_format_full()
172 * gaim_strftime(): See gaim_utf8_strftime() 172 * gaim_strftime(): See gaim_utf8_strftime()
173 * GAIM_MESSAGE_COLORIZE 173 * GAIM_MESSAGE_COLORIZE
174 * user_data from gaim_notify_searchresults_new_rows and from
175 notify_searchresults in GaimNotifyUiOps.
174 176
175 Added: 177 Added:
176 * gaim_prefs_disconnect_by_handle() 178 * gaim_prefs_disconnect_by_handle()
177 * a password field to GaimConnection, which only persists for the 179 * a password field to GaimConnection, which only persists for the
178 session (when "remember password" is false, account->password is 180 session (when "remember password" is false, account->password is
281 * gaim_gtk_setup_screenname_autocomplete() 283 * gaim_gtk_setup_screenname_autocomplete()
282 * gaim_gtk_set_cursor() 284 * gaim_gtk_set_cursor()
283 * gaim_gtk_clear_cursor() 285 * gaim_gtk_clear_cursor()
284 * GAIM_MESSAGE_ACTIVE_ONLY 286 * GAIM_MESSAGE_ACTIVE_ONLY
285 * gaim_proxy_get_setup() 287 * gaim_proxy_get_setup()
288 * GaimNotifySearchResultsCallback: Added user_data.
289 * gaim_notify_searchresults: Added user_data.
286 290
287 Signals - Changed: (See the Doxygen docs for details on all signals.) 291 Signals - Changed: (See the Doxygen docs for details on all signals.)
288 * Signal propagation now stops after a handler returns a non-NULL value. 292 * Signal propagation now stops after a handler returns a non-NULL value.
289 This value is now returned. Previously, all registered handlers were 293 This value is now returned. Previously, all registered handlers were
290 called and the value from the last handler was used. 294 called and the value from the last handler was used.