comparison plugins/ChangeLog.API @ 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 8d2007d738d5
children 7a11ff12eb4b
comparison
equal deleted inserted replaced
11040:3428ad6f5049 11041:84dd837a4445
50 * Removed: serv_rename_group 50 * Removed: serv_rename_group
51 * Renamed: set_gaim_user_dir to gaim_util_set_user_dir 51 * Renamed: set_gaim_user_dir to gaim_util_set_user_dir
52 * Renamed: create_prpl_icon to gaim_gtk_create_prpl_icon 52 * Renamed: create_prpl_icon to gaim_gtk_create_prpl_icon
53 * Changed: gaim_mkstemp, added a second argument, a boolean, of whether 53 * Changed: gaim_mkstemp, added a second argument, a boolean, of whether
54 or not the file is binary 54 or not the file is binary
55 * Added: gaim_buddy_icon_get_type, can be used to attempt to
56 determine the file type of a given buddy icon.
57 * Removed: Window flashing support in the core: gaim_conv_window_flash, 55 * Removed: Window flashing support in the core: gaim_conv_window_flash,
58 and flash UI operation for conversations. Use signal 56 and flash UI operation for conversations. Use signal
59 "received-im-msg" or similar. 57 "received-im-msg" or similar.
60 * Added: gaim_gtk_blist_node_is_contact_expanded, returns TRUE if 58 * Added: gaim_gtk_blist_node_is_contact_expanded, returns TRUE if
61 the given blist node is a buddy inside an expanded contact, 59 the given blist node is a buddy inside an expanded contact,
76 non-NULL value. This value is now returned. Previously, 74 non-NULL value. This value is now returned. Previously,
77 all registered handlers were called and the value from the 75 all registered handlers were called and the value from the
78 last handler was used. 76 last handler was used.
79 * Changed: gaim_conv_window_remove_conversation()'s last argument to 77 * Changed: gaim_conv_window_remove_conversation()'s last argument to
80 be a GaimConversation. 78 be a GaimConversation.
81 * Added: "buddy-icon-cached", which is called when a new buddy icon
82 is cached.
83 79
84 version 1.0.0 (09/17/2004): 80 version 1.0.0 (09/17/2004):
85 * Added: get_chat_name to the GaimPluginProtocolInfo struct 81 * Added: get_chat_name to the GaimPluginProtocolInfo struct
86 * Changed: gaim_blist_update_buddy_presence(), presence changed to 82 * Changed: gaim_blist_update_buddy_presence(), presence changed to
87 type gboolean 83 type gboolean