| 90 to be asynchronous with a Callback to allow for UPnP operation. |
90 to be asynchronous with a Callback to allow for UPnP operation. |
| 91 * GaimPrefCallback: val is now a gconstpointer instead of a gpointer |
91 * GaimPrefCallback: val is now a gconstpointer instead of a gpointer |
| 92 * gtk_imhtml_get_current_format(): the arguments are now set to TRUE or |
92 * gtk_imhtml_get_current_format(): the arguments are now set to TRUE or |
| 93 FALSE. Previously they were set to TRUE or left alone. Also, you |
93 FALSE. Previously they were set to TRUE or left alone. Also, you |
| 94 may now pass NULL if you're not interested in a specific formatting. |
94 may now pass NULL if you're not interested in a specific formatting. |
| |
95 * Smiley Themes: Backslashes must be backslash-escaped. |
| 95 |
96 |
| 96 Removed: |
97 Removed: |
| 97 * gaim_gtk_sound_{get,set}_mute() (replaced by the /gaim/gtk/sound/mute |
98 * gaim_gtk_sound_{get,set}_mute() (replaced by the /gaim/gtk/sound/mute |
| 98 preference) |
99 preference) |
| 99 * gaim_escape_html(const char *html) (use g_markup_escape_text(html, -1) |
100 * gaim_escape_html(const char *html) (use g_markup_escape_text(html, -1) |