comparison plugins/ChangeLog.API @ 12900:778d08e87ad0

[gaim-migrate @ 15253] Make gtk_imhtml_get_current_format() set values to FALSE instead of leaving them unset. Also, enable passing NULL in case you're only interested in one or two types of formatting. committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Tue, 17 Jan 2006 01:43:33 +0000
parents 4229503f1cd9
children 8e3b85fe4a55
comparison
equal deleted inserted replaced
12899:83de40f1c0df 12900:778d08e87ad0
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)