comparison ChangeLog.API @ 18043:6b7b13adb9b1

propagate from branch 'im.pidgin.pidgin' (head ac83216c7b78e652b47f1fd0bcb91f1eaf2cdf36) to branch 'im.pidgin.pidgin.2.1.0' (head 30a48520e9bc26b0d3914edad456b063cd6cf9fe)
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Mon, 04 Jun 2007 23:48:54 +0000
parents ee9f7ee0be66 79c1f60ece2e
children 58e28ccf08e6
comparison
equal deleted inserted replaced
18036:ee9f7ee0be66 18043:6b7b13adb9b1
16 This is for UIs to use to ensure only one copy is running. 16 This is for UIs to use to ensure only one copy is running.
17 * purple_dbus_is_owner() 17 * purple_dbus_is_owner()
18 * purple_timeout_add_seconds() 18 * purple_timeout_add_seconds()
19 Callers should prefer this to purple_timeout_add() for timers 19 Callers should prefer this to purple_timeout_add() for timers
20 longer than 1 second away. Be aware of the rounding, though. 20 longer than 1 second away. Be aware of the rounding, though.
21 * purple_conversation_get_extended_menu
22 * purple_conversation_do_command
23 * pidgin_retrieve_user_info, shows immediate feedback when getting
24 information about a user.
25 * gtk_imhtml_setup_entry
26 * purple_xfer_get_remote_user
27 * purple_blist_node_get_type
28
29 Changed:
30 * pidgin_separator returns the separator added to the menu.
31 * pidgin_append_menu_action returns the menuitem added to the menu.
32
33 Signals - Added: (See the Doxygen docs for details on all signals.)
34 * "conversation-extended-menu"
35
36 Finch - Added:
37 * finch_retrieve_user_info
21 38
22 version 2.0.0 (5/3/2007): 39 version 2.0.0 (5/3/2007):
23 Please note all functions, defines, and data structures have been 40 Please note all functions, defines, and data structures have been
24 re-namespaced to match the new names of Pidgin, Finch, and libpurple. 41 re-namespaced to match the new names of Pidgin, Finch, and libpurple.
25 All gaim_gtk_* functions are now pidgin_*, former libgaim functions are 42 All gaim_gtk_* functions are now pidgin_*, former libgaim functions are