comparison plugins/ChangeLog.API @ 10957:cc49b2c275ad

[gaim-migrate @ 12758] Add a ChangeLog.API entry for that function addition committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Wed, 01 Jun 2005 00:24:09 +0000
parents 98225b573c9d
children 57e3e958ff49
comparison
equal deleted inserted replaced
10956:cc74e6d7b44c 10957:cc49b2c275ad
49 instead. 49 instead.
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.
55 57
56 Signals: 58 Signals:
57 * Changed: "received-im-msg" and "received-chat-msg" to match, both 59 * Changed: "received-im-msg" and "received-chat-msg" to match, both
58 now pass a conversation pointer and flags 60 now pass a conversation pointer and flags
59 * Changed: "receiving-im-msg" and "receving-chat-msg" to match, both 61 * Changed: "receiving-im-msg" and "receving-chat-msg" to match, both