comparison plugins/ChangeLog.API @ 11292:ef9280fdc511

[gaim-migrate @ 13492] Apparently, users like to know when logging is failing. Who knew? committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Thu, 18 Aug 2005 04:14:07 +0000
parents 1c2232d6ae15
children 10066662176a
comparison
equal deleted inserted replaced
11291:57fccea36e36 11292:ef9280fdc511
73 no longer return a value 73 no longer return a value
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 79
79 Signals: 80 Signals:
80 * Changed: "received-im-msg" and "received-chat-msg" to match, both 81 * Changed: "received-im-msg" and "received-chat-msg" to match, both
81 now pass a conversation pointer and flags 82 now pass a conversation pointer and flags
82 * Changed: "receiving-im-msg" and "receving-chat-msg" to match, both 83 * Changed: "receiving-im-msg" and "receving-chat-msg" to match, both