comparison ChangeLog.API @ 14929:8d0b9a5b1146

[gaim-migrate @ 17701] Document the hiding of _GaimStringref. I missed this file in my last commit. committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Wed, 08 Nov 2006 04:15:15 +0000
parents cf25420b074d
children b933bffead6e
comparison
equal deleted inserted replaced
14928:c6cd9faf4d06 14929:8d0b9a5b1146
137 * CHAT_USERS_BUDDY_COLUMN became CHAT_USERS_WEIGHT_COLUMN, along with 137 * CHAT_USERS_BUDDY_COLUMN became CHAT_USERS_WEIGHT_COLUMN, along with
138 a change in the values stored in the column. 138 a change in the values stored in the column.
139 * gaim_find_buddies() returns a list of all buddies in the account if name 139 * gaim_find_buddies() returns a list of all buddies in the account if name
140 is NULL. 140 is NULL.
141 * gaim_gtk_set_custom_buddy_icon() sets custom icon for a user. 141 * gaim_gtk_set_custom_buddy_icon() sets custom icon for a user.
142 * Hid the definition of _GaimStringref, which already had a warning to
143 avoid accessing it directly.
142 144
143 Removed: 145 Removed:
144 * gaim_gtk_sound_{get,set}_mute() (replaced by the /gaim/gtk/sound/mute 146 * gaim_gtk_sound_{get,set}_mute() (replaced by the /gaim/gtk/sound/mute
145 preference) 147 preference)
146 * gaim_escape_html(const char *html) (use g_markup_escape_text(html, -1) 148 * gaim_escape_html(const char *html) (use g_markup_escape_text(html, -1)