| 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 * GaimPrefCallback: val is now a gconstpointer instead of a gpointer |
| |
91 * gtk_imhtml_get_current_format(): the arguments are now set to TRUE or |
| |
92 FALSE. Previously they were set to TRUE or left alone. Also, you |
| |
93 may now pass NULL if you're not interested in a specific formatting. |
| 91 |
94 |
| 92 Removed: |
95 Removed: |
| 93 * gaim_gtk_sound_{get,set}_mute() (replaced by the /gaim/gtk/sound/mute |
96 * gaim_gtk_sound_{get,set}_mute() (replaced by the /gaim/gtk/sound/mute |
| 94 preference) |
97 preference) |
| 95 * gaim_escape_html(const char *html) (use g_markup_escape_text(html, -1) |
98 * gaim_escape_html(const char *html) (use g_markup_escape_text(html, -1) |