comparison plugins/ChangeLog.API @ 10824:8d52201620d0

[gaim-migrate @ 12488] This changes gaim_conv_window_remove_conversation to take a GaimConversion pointer to remore instead of an index. Every place just called a function to get the index before calling it anyway. This may or may not help the contact aware convo bugs, I didn't test it yet, but I believe it to be a step in the right direction. committer: Tailor Script <tailor@pidgin.im>
author Tim Ringenbach <marv@pidgin.im>
date Fri, 15 Apr 2005 00:28:54 +0000
parents c1bb12625b3f
children c203cd637f95
comparison
equal deleted inserted replaced
10823:c1bb12625b3f 10824:8d52201620d0
54 instead of a char** 54 instead of a char**
55 * Changed: Signal propagation now stops after a handler returns a 55 * Changed: Signal propagation now stops after a handler returns a
56 non-NULL value. This value is now returned. Previously, 56 non-NULL value. This value is now returned. Previously,
57 all registered handlers were called and the value from the 57 all registered handlers were called and the value from the
58 last handler was used. 58 last handler was used.
59 * Changed: gaim_conv_window_remove_conversation()'s last argument to
60 be a GaimConversation.
59 61
60 version 1.0.0 (09/17/2004): 62 version 1.0.0 (09/17/2004):
61 * Added: get_chat_name to the GaimPluginProtocolInfo struct 63 * Added: get_chat_name to the GaimPluginProtocolInfo struct
62 * Changed: gaim_blist_update_buddy_presence(), presence changed to 64 * Changed: gaim_blist_update_buddy_presence(), presence changed to
63 type gboolean 65 type gboolean