comparison plugins/ChangeLog.API @ 11063:7a11ff12eb4b

[gaim-migrate @ 13033] This entry doesn't look signals related. I'm moving it. committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Thu, 07 Jul 2005 02:35:23 +0000
parents 84dd837a4445
children e4459e8ccfb5
comparison
equal deleted inserted replaced
11062:97b6fb28e976 11063:7a11ff12eb4b
60 or is itself an expanded contact 60 or is itself an expanded contact
61 * Added: GaimLogSet struct, get_log_sets function to GaimLogLogger, 61 * Added: GaimLogSet struct, get_log_sets function to GaimLogLogger,
62 gaim_log_get_log_sets, gaim_log_set_compare 62 gaim_log_get_log_sets, gaim_log_set_compare
63 * Changed: gaim_log_logger_new, added total_size, list_syslog, and get_log_sets 63 * Changed: gaim_log_logger_new, added total_size, list_syslog, and get_log_sets
64 parameters to bring the function up-to-date with GaimLogLogger 64 parameters to bring the function up-to-date with GaimLogLogger
65 * Changed: gaim_conv_window_remove_conversation()'s last argument to
66 be a GaimConversation.
65 67
66 Signals: 68 Signals:
67 * Changed: "received-im-msg" and "received-chat-msg" to match, both 69 * Changed: "received-im-msg" and "received-chat-msg" to match, both
68 now pass a conversation pointer and flags 70 now pass a conversation pointer and flags
69 * Changed: "receiving-im-msg" and "receving-chat-msg" to match, both 71 * Changed: "receiving-im-msg" and "receving-chat-msg" to match, both
72 instead of a char** 74 instead of a char**
73 * Changed: Signal propagation now stops after a handler returns a 75 * Changed: Signal propagation now stops after a handler returns a
74 non-NULL value. This value is now returned. Previously, 76 non-NULL value. This value is now returned. Previously,
75 all registered handlers were called and the value from the 77 all registered handlers were called and the value from the
76 last handler was used. 78 last handler was used.
77 * Changed: gaim_conv_window_remove_conversation()'s last argument to
78 be a GaimConversation.
79 79
80 version 1.0.0 (09/17/2004): 80 version 1.0.0 (09/17/2004):
81 * Added: get_chat_name to the GaimPluginProtocolInfo struct 81 * Added: get_chat_name to the GaimPluginProtocolInfo struct
82 * Changed: gaim_blist_update_buddy_presence(), presence changed to 82 * Changed: gaim_blist_update_buddy_presence(), presence changed to
83 type gboolean 83 type gboolean