comparison plugins/ChangeLog.API @ 11282:1c2232d6ae15

[gaim-migrate @ 13479] update this... committer: Tailor Script <tailor@pidgin.im>
author Gary Kramlich <grim@reaperworld.com>
date Tue, 16 Aug 2005 20:57:57 +0000
parents 65658ff2deb8
children ef9280fdc511
comparison
equal deleted inserted replaced
11281:920a37a4c1be 11282:1c2232d6ae15
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 * 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 78
78 Signals: 79 Signals:
79 * Changed: "received-im-msg" and "received-chat-msg" to match, both 80 * Changed: "received-im-msg" and "received-chat-msg" to match, both
80 now pass a conversation pointer and flags 81 now pass a conversation pointer and flags
81 * Changed: "receiving-im-msg" and "receving-chat-msg" to match, both 82 * Changed: "receiving-im-msg" and "receving-chat-msg" to match, both
87 all registered handlers were called and the value from the 88 all registered handlers were called and the value from the
88 last handler was used. 89 last handler was used.
89 * Changed: "chat-invited" handlers can now return a value to control 90 * Changed: "chat-invited" handlers can now return a value to control
90 what happens to the invite (accept, reject, prompt the user). 91 what happens to the invite (accept, reject, prompt the user).
91 See the Doxygen documentation for the details. 92 See the Doxygen documentation for the details.
92 * Added: gtk_imhtml_delete to clear out part of a imhtml buffer 93 * Added: "file-recv-accept", "file-recv-start", "file-recv-cancel",
94 "file-recv-complete", "file-send-accept", "file-send-start",
95 "file-send-cancel", and "file-send-complete" signals. See
96 the Doxygen documentation for the details.
93 97
94 version 1.0.0 (09/17/2004): 98 version 1.0.0 (09/17/2004):
95 * Added: get_chat_name to the GaimPluginProtocolInfo struct 99 * Added: get_chat_name to the GaimPluginProtocolInfo struct
96 * Changed: gaim_blist_update_buddy_presence(), presence changed to 100 * Changed: gaim_blist_update_buddy_presence(), presence changed to
97 type gboolean 101 type gboolean