| 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 * gaim_pounce_new(): Added option argument for pounce options |
87 * gaim_pounce_new(): Added option argument for pounce options |
| 88 * gaim_network_listen() and gaim_network_listen_range(): Added |
88 * gaim_network_listen() and gaim_network_listen_range(): Added |
| 89 socket_type parameter to allow creation of UDP listening. |
89 socket_type parameter to allow creation of UDP listening. |
| |
90 * GaimPrefCallback: val is now a gconstpointer instead of a gpointer |
| 90 |
91 |
| 91 Removed: |
92 Removed: |
| 92 * gaim_gtk_sound_{get,set}_mute() (replaced by the /gaim/gtk/sound/mute |
93 * gaim_gtk_sound_{get,set}_mute() (replaced by the /gaim/gtk/sound/mute |
| 93 preference) |
94 preference) |
| 94 * gaim_escape_html(const char *html) (use g_markup_escape_text(html, -1) |
95 * gaim_escape_html(const char *html) (use g_markup_escape_text(html, -1) |