comparison ChangeLog.API @ 14583:ac6120e2e27c

[gaim-migrate @ 17307] SF Patch #1481843 from Sadrul It sounds like the GTK+ folks won't be fixing bug #355214: http://bugzilla.gnome.org/show_bug.cgi?id=355214 This fixes the bolding of buddies in chat rooms. committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Mon, 18 Sep 2006 04:35:10 +0000
parents 82b59abcaee4
children bee5661c15cb
comparison
equal deleted inserted replaced
14582:5775e770838c 14583:ac6120e2e27c
130 * GAIM_CMD_P_VERYHIGH is now GAIM_CMD_P_VERY_HIGH 130 * GAIM_CMD_P_VERYHIGH is now GAIM_CMD_P_VERY_HIGH
131 * gtk_imhtml_search_find(): Now wraps around to the top instead of 131 * gtk_imhtml_search_find(): Now wraps around to the top instead of
132 clearing the search at the end. 132 clearing the search at the end.
133 * gaim_gtkxfer_dialog_show: Can now take NULL to show (and possibly 133 * gaim_gtkxfer_dialog_show: Can now take NULL to show (and possibly
134 create) a default gtkxfer dialog. 134 create) a default gtkxfer dialog.
135 * CHAT_USERS_BUDDY_COLUMN became CHAT_USERS_WEIGHT_COLUMN, along with
136 a change in the values stored in the column.
135 137
136 Removed: 138 Removed:
137 * gaim_gtk_sound_{get,set}_mute() (replaced by the /gaim/gtk/sound/mute 139 * gaim_gtk_sound_{get,set}_mute() (replaced by the /gaim/gtk/sound/mute
138 preference) 140 preference)
139 * gaim_escape_html(const char *html) (use g_markup_escape_text(html, -1) 141 * gaim_escape_html(const char *html) (use g_markup_escape_text(html, -1)