comparison plugins/ChangeLog.API @ 11269:1cbe76d30e81

[gaim-migrate @ 13451] Refactoring the duplicate format clearing code. Also: (23:29:52) Etan Reisner (deryni): Since you are removing send_formatting, do we still want to be renaming use_custom_font to it? (23:30:04) rlaager: probably not committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Mon, 15 Aug 2005 04:51:53 +0000
parents 477e5cca8287
children 65658ff2deb8
comparison
equal deleted inserted replaced
11268:e17f09e77785 11269:1cbe76d30e81
69 * Changed: A new blocked icon: pixmaps/status/default/blocked.png 69 * Changed: A new blocked icon: pixmaps/status/default/blocked.png
70 * Removed: All warning stuff from the core. 70 * Removed: All warning stuff from the core.
71 * Changed: gtk_imhtml_toggle_bold, gtk_imhtml_toggle_italic, 71 * Changed: gtk_imhtml_toggle_bold, gtk_imhtml_toggle_italic,
72 gtk_imhtml_toggle_underline, gtk_imhtml_toggle_strike: 72 gtk_imhtml_toggle_underline, gtk_imhtml_toggle_strike:
73 no longer return a value 73 no longer return a value
74 * Added: gtk_imhtml_clear_formatting()
74 75
75 Signals: 76 Signals:
76 * Changed: "received-im-msg" and "received-chat-msg" to match, both 77 * Changed: "received-im-msg" and "received-chat-msg" to match, both
77 now pass a conversation pointer and flags 78 now pass a conversation pointer and flags
78 * Changed: "receiving-im-msg" and "receving-chat-msg" to match, both 79 * Changed: "receiving-im-msg" and "receving-chat-msg" to match, both