comparison plugins/ChangeLog.API @ 12915:fe2cb084ab16

[gaim-migrate @ 15268] SF Patch #1405994 from Sadrul "This patch allows themes to define smileys with spaces in them, escaped by a \. It seems to be working for me." committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Tue, 17 Jan 2006 16:59:51 +0000
parents 8e3b85fe4a55
children 248b8b39c671
comparison
equal deleted inserted replaced
12914:4f4c377a8905 12915:fe2cb084ab16
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)