Mercurial > pidgin.yaz
comparison ChangeLog.API @ 15223:26357b7f117e
[gaim-migrate @ 18012]
* Get rid of an assertion failure that I think was happening when
you added a new account without setting a custom icon for it, and
you still had the Accounts window open
* A little code-reuse in some buddy icon scaling code
* An minor memleak that could happen when unable open a new file in
$HOME/.gaim/icons/
committer: Tailor Script <tailor@pidgin.im>
| author | Mark Doliner <mark@kingant.net> |
|---|---|
| date | Sun, 17 Dec 2006 05:04:23 +0000 |
| parents | 45a939f70f1d |
| children | 30932055bb7c |
comparison
equal
deleted
inserted
replaced
| 15222:3043806ad900 | 15223:26357b7f117e |
|---|---|
| 143 * gaim_find_buddies() returns a list of all buddies in the account if name | 143 * gaim_find_buddies() returns a list of all buddies in the account if name |
| 144 is NULL. | 144 is NULL. |
| 145 * gaim_gtk_set_custom_buddy_icon() sets custom icon for a user. | 145 * gaim_gtk_set_custom_buddy_icon() sets custom icon for a user. |
| 146 * Hid the definition of _GaimStringref, which already had a warning to | 146 * Hid the definition of _GaimStringref, which already had a warning to |
| 147 avoid accessing it directly. | 147 avoid accessing it directly. |
| 148 * notify_userinfo() UI op is passed a GaimNotifyUserInfo instead of a char* | 148 * notify_userinfo() UI op is passed a GaimNotifyUserInfo instead of a char* |
| 149 for the user information | 149 for the user information |
| 150 * gaim_buddy_icon_get_scale_size() and | |
| 151 gaim_gtk_buddy_icon_get_scale_size() were changed to ALWAYS scale | |
| 152 the icon instead of only when icon_spec->scale_rules contains | |
| 153 GAIM_ICON_SCALE_DISPLAY. Callers should be changed to check the | |
| 154 scale_rules before calling this function. | |
| 150 | 155 |
| 151 Removed: | 156 Removed: |
| 152 * gaim_gtk_sound_{get,set}_mute() (replaced by the /gaim/gtk/sound/mute | 157 * gaim_gtk_sound_{get,set}_mute() (replaced by the /gaim/gtk/sound/mute |
| 153 preference) | 158 preference) |
| 154 * gaim_escape_html(const char *html) (use g_markup_escape_text(html, -1) | 159 * gaim_escape_html(const char *html) (use g_markup_escape_text(html, -1) |
