Mercurial > pidgin
comparison ChangeLog.API @ 15146:4035dfc09faa
[gaim-migrate @ 17932]
API Changelog for [17929]
committer: Tailor Script <tailor@pidgin.im>
| author | Evan Schoenberg <evan.s@dreskin.net> |
|---|---|
| date | Sun, 10 Dec 2006 02:58:30 +0000 |
| parents | 1f0db03dd165 |
| children | 45a939f70f1d |
comparison
equal
deleted
inserted
replaced
| 15145:d308c7c6f669 | 15146:4035dfc09faa |
|---|---|
| 82 the UI and the signal-handlers only receive the | 82 the UI and the signal-handlers only receive the |
| 83 conversation that has been switched to. | 83 conversation that has been switched to. |
| 84 * GaimPluginProtocolInfo: Added offline_message | 84 * GaimPluginProtocolInfo: Added offline_message |
| 85 * GaimPluginProtocolInfo: Added whiteboard_prpl_ops | 85 * GaimPluginProtocolInfo: Added whiteboard_prpl_ops |
| 86 * GaimPluginProtocolInfo: Added media_prpl_ops | 86 * GaimPluginProtocolInfo: Added media_prpl_ops |
| 87 * GaimPluginProtocolInfo: Added "str" argument to tooltip_text, changed | 87 * GaimPluginProtocolInfo: Added "user_info" argument to tooltip_text, |
| 88 the return type to void | 88 changed the return type to void |
| 89 * GaimPluginProtocolInfo: Added "full" argument to tooltip_text | 89 * GaimPluginProtocolInfo: Added "full" argument to tooltip_text |
| 90 * gaim_pounce_new(): Added option argument for pounce options | 90 * gaim_pounce_new(): Added option argument for pounce options |
| 91 * gaim_network_listen() and gaim_network_listen_range(): Added | 91 * gaim_network_listen() and gaim_network_listen_range(): Added |
| 92 socket_type parameter to allow creation of UDP listening. Modified | 92 socket_type parameter to allow creation of UDP listening. Modified |
| 93 to be asynchronous with a callback to allow for UPnP operation. | 93 to be asynchronous with a callback to allow for UPnP operation. |
| 98 FALSE. Previously they were set to TRUE or left alone. Also, you | 98 FALSE. Previously they were set to TRUE or left alone. Also, you |
| 99 may now pass NULL if you're not interested in a specific formatting. | 99 may now pass NULL if you're not interested in a specific formatting. |
| 100 * Smiley Themes: Backslashes must be backslash-escaped. | 100 * Smiley Themes: Backslashes must be backslash-escaped. |
| 101 * Plugins: Depedencies are now honored when unloading plugins. | 101 * Plugins: Depedencies are now honored when unloading plugins. |
| 102 * gaim_markup_extract_info_field(): Added format_cb parameter. | 102 * gaim_markup_extract_info_field(): Added format_cb parameter. |
| 103 * gaim_markup_extract_info_field(): Changed GString parameter to a GaimNotifyUserInfo paramter. | |
| 103 * gaim_str_to_time(): Added support for parsing the MM/DD/YYYY format. | 104 * gaim_str_to_time(): Added support for parsing the MM/DD/YYYY format. |
| 104 * gaim_plugin_action_new(): label is now const char * | 105 * gaim_plugin_action_new(): label is now const char * |
| 105 * gaim_plugin_pref_new_with_name(): name is now const char * | 106 * gaim_plugin_pref_new_with_name(): name is now const char * |
| 106 * gaim_plugin_pref_new_with_label(): label is now const char * | 107 * gaim_plugin_pref_new_with_label(): label is now const char * |
| 107 * gaim_plugin_pref_new_with_name_and_label(): name and label are | 108 * gaim_plugin_pref_new_with_name_and_label(): name and label are |
| 142 * gaim_find_buddies() returns a list of all buddies in the account if name | 143 * gaim_find_buddies() returns a list of all buddies in the account if name |
| 143 is NULL. | 144 is NULL. |
| 144 * gaim_gtk_set_custom_buddy_icon() sets custom icon for a user. | 145 * gaim_gtk_set_custom_buddy_icon() sets custom icon for a user. |
| 145 * Hid the definition of _GaimStringref, which already had a warning to | 146 * Hid the definition of _GaimStringref, which already had a warning to |
| 146 avoid accessing it directly. | 147 avoid accessing it directly. |
| 148 * notify_userinfo() UI op is passed a GaimNotifyUserInfo instead of a char* | |
| 149 for the user information | |
| 147 | 150 |
| 148 Removed: | 151 Removed: |
| 149 * gaim_gtk_sound_{get,set}_mute() (replaced by the /gaim/gtk/sound/mute | 152 * gaim_gtk_sound_{get,set}_mute() (replaced by the /gaim/gtk/sound/mute |
| 150 preference) | 153 preference) |
| 151 * gaim_escape_html(const char *html) (use g_markup_escape_text(html, -1) | 154 * gaim_escape_html(const char *html) (use g_markup_escape_text(html, -1) |
| 508 * Renamed: show_confirm_del_group to gaim_gtkdialogs_remove_group | 511 * Renamed: show_confirm_del_group to gaim_gtkdialogs_remove_group |
| 509 * Renamed: show_confirm_del_blist_chat to gaim_gtkdialogs_remove_chat | 512 * Renamed: show_confirm_del_blist_chat to gaim_gtkdialogs_remove_chat |
| 510 * Renamed: show_confirm_del_contact to gaim_gtkdialogs_remove_contact | 513 * Renamed: show_confirm_del_contact to gaim_gtkdialogs_remove_contact |
| 511 * Renamed: show_about to gaim_gtkdialogs_about | 514 * Renamed: show_about to gaim_gtkdialogs_about |
| 512 * Added: gaim_notify_userinfo() and the associated notify_userinfo() UI op | 515 * Added: gaim_notify_userinfo() and the associated notify_userinfo() UI op |
| 513 (someone who knows just why we have this can edit here) | 516 which pass account and contact information associated with the |
| 517 userinfo | |
| 514 | 518 |
| 515 Buddy List API: | 519 Buddy List API: |
| 516 * Changed: gaim_blist_request_add_chat(), added name parameter | 520 * Changed: gaim_blist_request_add_chat(), added name parameter |
| 517 * Added: gaim_contact_on_account() | 521 * Added: gaim_contact_on_account() |
| 518 * Added: flags parameter to the GaimBlistNode struct | 522 * Added: flags parameter to the GaimBlistNode struct |
