comparison ChangeLog.API @ 20453:69febfa6d307

propagate from branch 'im.pidgin.pidgin' (head d3e5a5add3f39caa08b46c83177328e51c2d961a) to branch 'im.pidgin.cpw.khc.msnp14' (head a8f6c999b039b4097aa70cd8d2597f3127615435)
author Carlos Silva <typ0@pidgin.im>
date Sat, 16 Jun 2007 04:00:32 +0000
parents 1f6599cd2d2b
children 97b735ca9d7a ab6d2763b8d8
comparison
equal deleted inserted replaced
20452:5c34a0a3c362 20453:69febfa6d307
1 Pidgin and Finch: The Pimpin' Penguin IM Clients That're Good for the Soul 1 Pidgin and Finch: The Pimpin' Penguin IM Clients That're Good for the Soul
2
3 version 2.1.0 (??/??/????):
4 libpurple:
5 Added:
6 * purple-remote: added getstatus command
7 * conversation-extended-menu signal (See Doxygen docs)
8 * OPT_PROTO_SLASH_COMMANDS_NATIVE protocol option to indicate that
9 slash commands are "native" to the protocol
10 * PURPLE_MESSAGE_NO_LINKIFY message flag to indicate that the message
11 should not be auto-linkified
12 * PurpleEventLoopUiOps.timeout_add_seconds
13 UIs can now use better scheduling for whole-second timers. For
14 example, clients based on the glib event loop can now use
15 g_timeout_add_seconds.
16 * gtk_imhtml_setup_entry
17 * pidgin_create_window
18 * purple_blist_node_get_type
19 * purple_conversation_do_command
20 * purple_conversation_get_extended_menu
21 * purple_core_ensure_single_instance
22 This is for UIs to use to ensure only one copy is running.
23 * purple_dbus_is_owner
24 * purple_dbusify_const_GList
25 * purple_dbusify_const_GSList
26 * purple_const_GList_to_array
27 * purple_const_GSList_to_array
28 * purple_image_data_calculate_filename
29 * pidgin_retrieve_user_info, shows immediate feedback when getting
30 information about a user.
31 * purple_timeout_add_seconds
32 Callers should prefer this to purple_timeout_add for timers
33 longer than 1 second away. Be aware of the rounding, though.
34 * purple_timeout_add_seconds
35 Callers should prefer this to purple_timeout_add for timers
36 longer than 1 second away. Be aware of the rounding, though.
37 * purple_xfer_get_remote_user
38 * gtk_imhtml_animation_new
39 Can be used for inserting an animated image into an IMHTML.
40
41 Changed:
42 * Mark some return types const:
43 * purple_accounts_get_all
44 * purple_connections_get_all
45 * purple_connections_get_connecting
46 * purple_conv_chat_get_ignored
47 * purple_conv_chat_get_users
48 * purple_get_chats
49 * purple_get_conversations
50 * purple_get_ims
51 * purple_notify_user_info_get_entries
52
53 Deprecated:
54 * purple_dbusify_GList: Use purple_dbusify_const_GList (and
55 g_list_free if needed) if depending on 2.1.0 is okay.
56 * purple_dbusify_GSList: Use purple_dbusify_const_GSList (and
57 g_slist_free if needed) if depending on 2.1.0 is okay..
58 * purple_GList_to_array: Use purple_const_GList_to_array (and
59 g_list_free if needed) if depending on 2.1.0 is okay..
60 * purple_GSList_to_array: Use purple_const_GSList_to_array (and
61 g_slist_free if needed) if depending on 2.1.0 is okay..
62
63 Pidgin:
64 Changed:
65 * pidgin_append_menu_action returns the menuitem added to the menu.
66 * pidgin_separator returns the separator added to the menu.
67
68 Finch:
69 Added:
70 * finch_retrieve_user_info
71
72 version 2.0.2 (6/14/2007):
73 Pidgin:
74 Deprecated:
75 * pidgin_dialogs_alias_contact: This will be removed in 3.0.0
76 unless there is sufficient demand to keep it.
2 77
3 version 2.0.0 (5/3/2007): 78 version 2.0.0 (5/3/2007):
4 Please note all functions, defines, and data structures have been 79 Please note all functions, defines, and data structures have been
5 re-namespaced to match the new names of Pidgin, Finch, and libpurple. 80 re-namespaced to match the new names of Pidgin, Finch, and libpurple.
6 All gaim_gtk_* functions are now pidgin_*, former libgaim functions are 81 All gaim_gtk_* functions are now pidgin_*, former libgaim functions are