changeset 11041:84dd837a4445

[gaim-migrate @ 12945] Patch #1227578 from Richard Laager I backported this stuff to oldstatus, so it's now ChangeLog'ed there. committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Thu, 30 Jun 2005 04:55:19 +0000
parents 3428ad6f5049
children a5c31b83063f
files ChangeLog plugins/ChangeLog.API
diffstat 2 files changed, 0 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- 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)
--- 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