comparison plugins/ChangeLog.API @ 12926:2c4f20ff387c

[gaim-migrate @ 15279] SF Patch #1403656 from Nick Hebner "This patch makes plugin unloading take into account plugins that depend on the plugin being unloaded. All plugins dependent on the plugin in question are unloaded before this plugin is, so there are not problems with missing dependencies." committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Wed, 18 Jan 2006 18:21:59 +0000
parents 1577b8e194de
children 918a91c73930
comparison
equal deleted inserted replaced
12925:fd734d1fb2f4 12926:2c4f20ff387c
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 * Smiley Themes: Backslashes must be backslash-escaped.
96 * Plugins: Depedencies are now honored when unloading plugins.
96 97
97 Removed: 98 Removed:
98 * gaim_gtk_sound_{get,set}_mute() (replaced by the /gaim/gtk/sound/mute 99 * gaim_gtk_sound_{get,set}_mute() (replaced by the /gaim/gtk/sound/mute
99 preference) 100 preference)
100 * gaim_escape_html(const char *html) (use g_markup_escape_text(html, -1) 101 * gaim_escape_html(const char *html) (use g_markup_escape_text(html, -1)