# HG changeset patch # User Richard Laager # Date 1120107319 0 # Node ID 84dd837a4445b68349651623685296876c377b59 # Parent 3428ad6f50497a1aeb1728186a3db79ee6fdd9de [gaim-migrate @ 12945] Patch #1227578 from Richard Laager I backported this stuff to oldstatus, so it's now ChangeLog'ed there. committer: Tailor Script diff -r 3428ad6f5049 -r 84dd837a4445 ChangeLog --- a/ChangeLog Thu Jun 30 04:33:21 2005 +0000 +++ b/ChangeLog Thu Jun 30 04:55:19 2005 +0000 @@ -34,8 +34,6 @@ * Full message background colors are now supported * Smooth scrolling when receiving a new message * Themeable mouse-over hyperlink coloring - * Attempt to detect the file type of a buddy icon when saving - (Richard Laager) * Yahoo! Stealth Settings have been implemented. * The modify account dialog now contains two tabs, which should display better at lower resolutions (Sadrul Habib Chowdhury) diff -r 3428ad6f5049 -r 84dd837a4445 plugins/ChangeLog.API --- a/plugins/ChangeLog.API Thu Jun 30 04:33:21 2005 +0000 +++ b/plugins/ChangeLog.API Thu Jun 30 04:55:19 2005 +0000 @@ -52,8 +52,6 @@ * Renamed: create_prpl_icon to gaim_gtk_create_prpl_icon * Changed: gaim_mkstemp, added a second argument, a boolean, of whether or not the file is binary - * Added: gaim_buddy_icon_get_type, can be used to attempt to - determine the file type of a given buddy icon. * Removed: Window flashing support in the core: gaim_conv_window_flash, and flash UI operation for conversations. Use signal "received-im-msg" or similar. @@ -78,8 +76,6 @@ last handler was used. * Changed: gaim_conv_window_remove_conversation()'s last argument to be a GaimConversation. - * Added: "buddy-icon-cached", which is called when a new buddy icon - is cached. version 1.0.0 (09/17/2004): * Added: get_chat_name to the GaimPluginProtocolInfo struct