comparison plugins/ChangeLog.API @ 11064:e4459e8ccfb5

[gaim-migrate @ 13035] Patch #1208082 from Levi Bard (tak_tak) This patch modifies the chat-invited signal so plugins can programmatically accept or reject chat invitations. committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Thu, 07 Jul 2005 02:47:49 +0000
parents 7a11ff12eb4b
children f03dce7ea408
comparison
equal deleted inserted replaced
11063:7a11ff12eb4b 11064:e4459e8ccfb5
74 instead of a char** 74 instead of a char**
75 * Changed: Signal propagation now stops after a handler returns a 75 * Changed: Signal propagation now stops after a handler returns a
76 non-NULL value. This value is now returned. Previously, 76 non-NULL value. This value is now returned. Previously,
77 all registered handlers were called and the value from the 77 all registered handlers were called and the value from the
78 last handler was used. 78 last handler was used.
79 * Changed: "chat-invited" handlers can now return a value to control
80 what happens to the invite (accept, reject, prompt the user).
81 See the Doxygen documentation for the details.
79 82
80 version 1.0.0 (09/17/2004): 83 version 1.0.0 (09/17/2004):
81 * Added: get_chat_name to the GaimPluginProtocolInfo struct 84 * Added: get_chat_name to the GaimPluginProtocolInfo struct
82 * Changed: gaim_blist_update_buddy_presence(), presence changed to 85 * Changed: gaim_blist_update_buddy_presence(), presence changed to
83 type gboolean 86 type gboolean