comparison plugins/ChangeLog.API @ 11267:477e5cca8287

[gaim-migrate @ 13449] Combining the Message Text tab in the preferences into the Conversation tab. Along the way, I found and fixed a number of bugs relating to the formatting toolbar, etc. This also includes part of patch #1240388 from Sadrul. I'm still seeing a couple bugs with the backcolor stuff, but I confirmed they were there before this change. Hopefully I haven't introduced any new bugs. Holler at me if I did. committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Mon, 15 Aug 2005 04:15:22 +0000
parents adf36001267b
children 1cbe76d30e81
comparison
equal deleted inserted replaced
11266:a0e769ca84cf 11267:477e5cca8287
66 be a GaimConversation. 66 be a GaimConversation.
67 * Added: gaim_privacy_check(), to check if a given user is allowed to 67 * Added: gaim_privacy_check(), to check if a given user is allowed to
68 to send messages to the specified account 68 to send messages to the specified account
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,
72 gtk_imhtml_toggle_underline, gtk_imhtml_toggle_strike:
73 no longer return a value
71 74
72 Signals: 75 Signals:
73 * Changed: "received-im-msg" and "received-chat-msg" to match, both 76 * Changed: "received-im-msg" and "received-chat-msg" to match, both
74 now pass a conversation pointer and flags 77 now pass a conversation pointer and flags
75 * Changed: "receiving-im-msg" and "receving-chat-msg" to match, both 78 * Changed: "receiving-im-msg" and "receving-chat-msg" to match, both