comparison ChangeLog.API @ 14852:cf25420b074d

[gaim-migrate @ 17621] Allow custom buddy icons for people in the buddylist. It's done completely in the UI side. The custom icon does not overwrite the original icon, which is displayed in the tooltip. You can set the icon by dragging an image on the conv window, or on the buddy in the buddylist. You can also set/remove custom icon from the conversation window by right clicking on the icon in the conv window. committer: Tailor Script <tailor@pidgin.im>
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Sun, 29 Oct 2006 23:35:57 +0000
parents b8eb759625b0
children 8d0b9a5b1146
comparison
equal deleted inserted replaced
14851:036927fddcba 14852:cf25420b074d
136 create) a default gtkxfer dialog. 136 create) a default gtkxfer dialog.
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 142
142 Removed: 143 Removed:
143 * gaim_gtk_sound_{get,set}_mute() (replaced by the /gaim/gtk/sound/mute 144 * gaim_gtk_sound_{get,set}_mute() (replaced by the /gaim/gtk/sound/mute
144 preference) 145 preference)
145 * gaim_escape_html(const char *html) (use g_markup_escape_text(html, -1) 146 * gaim_escape_html(const char *html) (use g_markup_escape_text(html, -1)