Mercurial > pidgin
comparison ChangeLog.API @ 18068:0b3d6ea61760
propagate from branch 'im.pidgin.pidgin' (head 4b50880d8517570eaa67d4cd9d88c5934bb832f1)
to branch 'im.pidgin.pidgin.2.1.0' (head fefd59692d4177b91d52f6d71b1565b76c88725d)
| author | Richard Laager <rlaager@wiktel.com> |
|---|---|
| date | Thu, 07 Jun 2007 14:48:33 +0000 |
| parents | 5eebb9b24e30 37a0a0f5122c |
| children | 1f6599cd2d2b |
comparison
equal
deleted
inserted
replaced
| 17544:5eebb9b24e30 | 18068:0b3d6ea61760 |
|---|---|
| 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 | |
| 39 Changed: | |
| 40 * Mark some return types const: | |
| 41 * purple_accounts_get_all | |
| 42 * purple_connections_get_all | |
| 43 * purple_connections_get_connecting | |
| 44 * purple_conv_chat_get_ignored | |
| 45 * purple_conv_chat_get_users | |
| 46 * purple_get_chats | |
| 47 * purple_get_conversations | |
| 48 * purple_get_ims | |
| 49 * purple_notify_user_info_get_entries | |
| 50 | |
| 51 Deprecated: | |
| 52 * purple_dbusify_GList: Use purple_dbusify_const_GList (and | |
| 53 g_list_free if needed) if depending on 2.1.0 is okay. | |
| 54 * purple_dbusify_GSList: Use purple_dbusify_const_GSList (and | |
| 55 g_slist_free if needed) if depending on 2.1.0 is okay.. | |
| 56 * purple_GList_to_array: Use purple_const_GList_to_array (and | |
| 57 g_list_free if needed) if depending on 2.1.0 is okay.. | |
| 58 * purple_GSList_to_array: Use purple_const_GSList_to_array (and | |
| 59 g_slist_free if needed) if depending on 2.1.0 is okay.. | |
| 60 | |
| 61 Pidgin: | |
| 62 Changed: | |
| 63 * pidgin_append_menu_action returns the menuitem added to the menu. | |
| 64 * pidgin_separator returns the separator added to the menu. | |
| 65 | |
| 66 Finch: | |
| 67 Added: | |
| 68 * finch_retrieve_user_info | |
| 2 | 69 |
| 3 version 2.0.2 (6/14/2007): | 70 version 2.0.2 (6/14/2007): |
| 4 Pidgin: | 71 Pidgin: |
| 5 Deprecated: | 72 Deprecated: |
| 6 * pidgin_dialogs_alias_contact: This will be removed in 3.0.0 | 73 * pidgin_dialogs_alias_contact: This will be removed in 3.0.0 |
