comparison plugins/ChangeLog.API @ 11280:65658ff2deb8

[gaim-migrate @ 13477] Removing gaim_gtkconv_get_dest_tab_at_xy, which is now useles. Also: (14:04:35) Sadrul Habib Chowdhury (sadrul): rlaager: while you are at it, there's a little mod to that patch: " gtkwin->drag_tab > page_num) " <-- ">" should be "<" (14:04:49) Sadrul Habib Chowdhury (sadrul): (i forgot to test that for the vertical tabs) committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Tue, 16 Aug 2005 19:15:28 +0000
parents 1cbe76d30e81
children 1c2232d6ae15
comparison
equal deleted inserted replaced
11279:ed5302df41b0 11280:65658ff2deb8
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 * Added: gtk_imhtml_clear_formatting()
75 * Removed: gaim_gtkconv_get_dest_tab_at_xy(), instead use
76 gaim_gtkconv_get_tab_at_xy()
75 77
76 Signals: 78 Signals:
77 * Changed: "received-im-msg" and "received-chat-msg" to match, both 79 * Changed: "received-im-msg" and "received-chat-msg" to match, both
78 now pass a conversation pointer and flags 80 now pass a conversation pointer and flags
79 * Changed: "receiving-im-msg" and "receving-chat-msg" to match, both 81 * Changed: "receiving-im-msg" and "receving-chat-msg" to match, both