comparison ChangeLog.API @ 18137:323272a9bb65

Fix #1574. (Pidgin and Finch show each other's pounces, interact in strange ways)
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Sun, 17 Jun 2007 01:07:25 +0000
parents 9b9e202eb449
children afeb35205669
comparison
equal deleted inserted replaced
18136:00cec200ec58 18137:323272a9bb65
11 should not be auto-linkified 11 should not be auto-linkified
12 * PurpleEventLoopUiOps.timeout_add_seconds 12 * PurpleEventLoopUiOps.timeout_add_seconds
13 UIs can now use better scheduling for whole-second timers. For 13 UIs can now use better scheduling for whole-second timers. For
14 example, clients based on the glib event loop can now use 14 example, clients based on the glib event loop can now use
15 g_timeout_add_seconds. 15 g_timeout_add_seconds.
16 * gtk_imhtml_setup_entry
17 * pidgin_create_window
18 * purple_blist_node_get_type 16 * purple_blist_node_get_type
19 * purple_conversation_do_command 17 * purple_conversation_do_command
20 * purple_conversation_get_extended_menu 18 * purple_conversation_get_extended_menu
21 * purple_core_ensure_single_instance 19 * purple_core_ensure_single_instance
22 This is for UIs to use to ensure only one copy is running. 20 This is for UIs to use to ensure only one copy is running.
23 * purple_dbus_is_owner 21 * purple_dbus_is_owner
24 * purple_image_data_calculate_filename 22 * purple_image_data_calculate_filename
25 * pidgin_retrieve_user_info, shows immediate feedback when getting
26 information about a user.
27 * purple_timeout_add_seconds 23 * purple_timeout_add_seconds
28 Callers should prefer this to purple_timeout_add for timers 24 Callers should prefer this to purple_timeout_add for timers
29 longer than 1 second away. Be aware of the rounding, though. 25 longer than 1 second away. Be aware of the rounding, though.
30 * purple_timeout_add_seconds 26 * purple_timeout_add_seconds
31 Callers should prefer this to purple_timeout_add for timers 27 Callers should prefer this to purple_timeout_add for timers
32 longer than 1 second away. Be aware of the rounding, though. 28 longer than 1 second away. Be aware of the rounding, though.
33 * purple_xfer_get_remote_user 29 * purple_xfer_get_remote_user
34 * gtk_imhtml_animation_new 30 * purple_pounces_get_all_for_ui
35 Can be used for inserting an animated image into an IMHTML.
36 31
37 Changed: 32 Changed:
38 * The documentation of the following functions now properly 33 * The documentation of the following functions now properly
39 declares that the returned value must not be modified or 34 declares that the returned value must not be modified or
40 freed, which was always the case: 35 freed, which was always the case:
66 * purple_presence_add_list now takes a GList* instead of a 61 * purple_presence_add_list now takes a GList* instead of a
67 const GList* for source_list, as const is not very useful with 62 const GList* for source_list, as const is not very useful with
68 GLists. The passed list is still not modified or freed. 63 GLists. The passed list is still not modified or freed.
69 64
70 Pidgin: 65 Pidgin:
66 Added:
67 * gtk_imhtml_setup_entry
68 * pidgin_create_window
69 * pidgin_retrieve_user_info, shows immediate feedback when getting
70 information about a user.
71 * gtk_imhtml_animation_new
72 Can be used for inserting an animated image into an IMHTML.
73
71 Changed: 74 Changed:
72 * pidgin_append_menu_action returns the menuitem added to the menu. 75 * pidgin_append_menu_action returns the menuitem added to the menu.
73 * pidgin_separator returns the separator added to the menu. 76 * pidgin_separator returns the separator added to the menu.
74 77
75 Finch: 78 Finch: