comparison plugins/ChangeLog.API @ 11303:10066662176a

[gaim-migrate @ 13503] For accounts, store only the basename of a buddy icon cache file. Everyone please make sure buddy icons still work for you. committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Thu, 18 Aug 2005 20:49:58 +0000
parents ef9280fdc511
children b1f3c0d247f5
comparison
equal deleted inserted replaced
11302:fc17554c32c5 11303:10066662176a
74 * Added: gtk_imhtml_clear_formatting() 74 * Added: gtk_imhtml_clear_formatting()
75 * Removed: gaim_gtkconv_get_dest_tab_at_xy(), instead use 75 * Removed: gaim_gtkconv_get_dest_tab_at_xy(), instead use
76 gaim_gtkconv_get_tab_at_xy() 76 gaim_gtkconv_get_tab_at_xy()
77 * Added: gtk_imhtml_delete to clear out part of a imhtml buffer 77 * Added: gtk_imhtml_delete to clear out part of a imhtml buffer
78 * Changed: gaim_log_new(), added conv parameter 78 * Changed: gaim_log_new(), added conv parameter
79 * Added: gaim_buddy_icons_get_full_path(), to get the full path
80 of a buddy icon setting
79 81
80 Signals: 82 Signals:
81 * Changed: "received-im-msg" and "received-chat-msg" to match, both 83 * Changed: "received-im-msg" and "received-chat-msg" to match, both
82 now pass a conversation pointer and flags 84 now pass a conversation pointer and flags
83 * Changed: "receiving-im-msg" and "receving-chat-msg" to match, both 85 * Changed: "receiving-im-msg" and "receving-chat-msg" to match, both