Mercurial > pidgin.yaz
comparison plugins/ChangeLog.API @ 9759:b64ee81c7bcb
[gaim-migrate @ 10626]
A patch from Good Stu to make the gaim_gtkconv_button_new() function
public, which lets plugin authors use it. Plugin authors should
use it to create a button to be added to conversation windows.
committer: Tailor Script <tailor@pidgin.im>
| author | Mark Doliner <mark@kingant.net> |
|---|---|
| date | Sun, 15 Aug 2004 23:09:53 +0000 |
| parents | 676cf082d29c |
| children | 391e4e186708 |
comparison
equal
deleted
inserted
replaced
| 9758:4f2b50a06224 | 9759:b64ee81c7bcb |
|---|---|
| 1 Gaim: The Pimpin' Penguin IM Client that's good for the soul! | 1 Gaim: The Pimpin' Penguin IM Client that's good for the soul! |
| 2 | 2 |
| 3 version 0.82cvs: | 3 version 0.82cvs: |
| 4 Gaim API: | 4 Gaim API: |
| 5 * Removed multi.h | 5 * Removed: gaim_gtk_get_dispstyle(), gaim_gtk_change_text() |
| 6 * Renamed ui.h to gtkdialogs.h | 6 * Added: gaim_gtkconv_button_new() |
| 7 * Renamed show_info_dialog to gaim_gtkdialogs_info | 7 * Removed: multi.h |
| 8 * Renamed show_log_dialog to gaim_gtkdialogs_log | 8 * Renamed: ui.h to gtkdialogs.h |
| 9 * Renamed show_warn_dialog to gaim_gtkdialogs_warn | 9 * Renamed: show_info_dialog to gaim_gtkdialogs_info |
| 10 * Renamed show_im_dialog to gaim_gtkdialogs_im | 10 * Renamed: show_log_dialog to gaim_gtkdialogs_log |
| 11 * Renamed gaim_gtkdialogs_new_im to gaim_gtkdialogs_im_with_user | 11 * Renamed: show_warn_dialog to gaim_gtkdialogs_warn |
| 12 * Renamed destroy_all_dialogs to gaim_gtkdialogs_destroy_all | 12 * Renamed: show_im_dialog to gaim_gtkdialogs_im |
| 13 * Renamed alias_dialog_bud to gaim_gtkdialogs_alias_buddy | 13 * Renamed: gaim_gtkdialogs_new_im to gaim_gtkdialogs_im_with_user |
| 14 * Renamed alias_dialog_contact to gaim_gtkdialogs_alias_contact | 14 * Renamed: destroy_all_dialogs to gaim_gtkdialogs_destroy_all |
| 15 * Renamed alias_dialog_blist_chat to gaim_gtkdialogs_alias_chat | 15 * Renamed: alias_dialog_bud to gaim_gtkdialogs_alias_buddy |
| 16 * Renamed show_confirm_del to gaim_gtkdialogs_remove_buddy | 16 * Renamed: alias_dialog_contact to gaim_gtkdialogs_alias_contact |
| 17 * Renamed show_confirm_del_group to gaim_gtkdialogs_remove_group | 17 * Renamed: alias_dialog_blist_chat to gaim_gtkdialogs_alias_chat |
| 18 * Renamed show_confirm_del_blist_chat to gaim_gtkdialogs_remove_chat | 18 * Renamed: show_confirm_del to gaim_gtkdialogs_remove_buddy |
| 19 * Renamed show_confirm_del_contact to gaim_gtkdialogs_remove_contact | 19 * Renamed: show_confirm_del_group to gaim_gtkdialogs_remove_group |
| 20 * Renamed: show_confirm_del_blist_chat to gaim_gtkdialogs_remove_chat | |
| 21 * Renamed: show_confirm_del_contact to gaim_gtkdialogs_remove_contact | |
| 20 | 22 |
| 21 Signals: | 23 Signals: |
| 22 * Added: conversation-updated for any update to the data associated | 24 * Added: conversation-updated for any update to the data associated |
| 23 with the conversation (topic, icon, adding to buddy list, etc.) | 25 with the conversation (topic, icon, adding to buddy list, etc.) |
| 24 | 26 |
| 25 version 0.81 (08/05/2004): | 27 version 0.81 (08/05/2004): |
| 26 Commands API: | 28 Commands API: |
| 27 * Most functions now have a void *data argument. | 29 * Most functions now have a void *data argument. |
| 28 | 30 |
| 29 Blist API: | 31 Blist API: |
| 30 * Added gaim_buddy_get_contact_alias | 32 * Added: gaim_buddy_get_contact_alias |
| 31 * Renamed gaim_get_buddy_alias to gaim_buddy_get_alias | 33 * Renamed: gaim_get_buddy_alias to gaim_buddy_get_alias |
| 32 * Renamed gaim_get_buddy_alias_only to gaim_buddy_get_alias_only | 34 * Renamed: gaim_get_buddy_alias_only to gaim_buddy_get_alias_only |
| 33 | 35 |
| 34 Conversation API: | 36 Conversation API: |
| 35 * Changed gaim_conv_chat_add_user(), added flags parameter | 37 * Changed: gaim_conv_chat_add_user(), added flags parameter |
| 36 * Changed gaim_conv_chat_add_users(), added GList of flags parameter | 38 * Changed: gaim_conv_chat_add_users(), added GList of flags parameter |
| 37 * Changed gaim_conv_chat_get_users(), now returns a GList of | 39 * Changed: gaim_conv_chat_get_users(), now returns a GList of |
| 38 GaimChatBuddy's | 40 GaimConvChatBuddy's |
| 39 * Changed gaim_conv_chat_set_users() now expects a GList of | 41 * Changed: gaim_conv_chat_set_users() now expects a GList of |
| 40 GaimChatBuddy's | 42 GaimConvChatBuddy's |
| 41 * Added: gaim_conv_chat_set_user_flags() | 43 * Added: gaim_conv_chat_set_user_flags() |
| 42 * Added: gaim_conv_chat_get_user_flags() | 44 * Added: gaim_conv_chat_get_user_flags() |
| 43 * Added: gaim_conv_chat_find_user() | 45 * Added: gaim_conv_chat_find_user() |
| 44 * Added: gaim_conv_chat_cb_new() | 46 * Added: gaim_conv_chat_cb_new() |
| 45 * Added: gaim_conv_chat_cb_find() | 47 * Added: gaim_conv_chat_cb_find() |
