comparison plugins/ChangeLog.API @ 11447:ef6e94bdda08

[gaim-migrate @ 13686] Renamed "conversation-drag-end" signal to "conversation-dragging" and emit before the conv. window swap happens. This prevents the old conv window from being freed before the signal emits. committer: Tailor Script <tailor@pidgin.im>
author Daniel Atallah <daniel.atallah@gmail.com>
date Mon, 05 Sep 2005 05:38:10 +0000
parents 202a3b3c5a88
children 201617d49573
comparison
equal deleted inserted replaced
11446:41134575a091 11447:ef6e94bdda08
79 * Added: gaim_buddy_icons_get_full_path(), to get the full path 79 * Added: gaim_buddy_icons_get_full_path(), to get the full path
80 of a buddy icon setting 80 of a buddy icon setting
81 * Changed: gaim_buddy_icon_new(), leaves a reference which the caller 81 * Changed: gaim_buddy_icon_new(), leaves a reference which the caller
82 owns. Use gaim_buddy_icon_unref() immediately if you don't 82 owns. Use gaim_buddy_icon_unref() immediately if you don't
83 want a reference (the old behavior). 83 want a reference (the old behavior).
84 * Changed: GAIM_CONV_UNKNOWN to GAIM_CONV_TYPE_UNKNOWN.
85 * Changed: GAIM_CONV_IM to GAIM_CONV_TYPE_IM.
86 * Changed: GAIM_CONV_CHAT to GAIM_CONV_TYPE_CHAT.
87 * Changed: GAIM_CONV_MISC to GAIM_CONV_TYPE_MISC.
88 * Changed: GAIM_CONV_ANY to GAIM_CONV_TYPE_ANY.
84 89
85 Signals: 90 Signals:
86 * Changed: "received-im-msg" and "received-chat-msg" to match, both 91 * Changed: "received-im-msg" and "received-chat-msg" to match, both
87 now pass a conversation pointer and flags 92 now pass a conversation pointer and flags
88 * Changed: "receiving-im-msg" and "receving-chat-msg" to match, both 93 * Changed: "receiving-im-msg" and "receving-chat-msg" to match, both
98 See the Doxygen documentation for the details. 103 See the Doxygen documentation for the details.
99 * Added: "file-recv-accept", "file-recv-start", "file-recv-cancel", 104 * Added: "file-recv-accept", "file-recv-start", "file-recv-cancel",
100 "file-recv-complete", "file-send-accept", "file-send-start", 105 "file-recv-complete", "file-send-accept", "file-send-start",
101 "file-send-cancel", and "file-send-complete" signals. See 106 "file-send-cancel", and "file-send-complete" signals. See
102 the Doxygen documentation for the details. 107 the Doxygen documentation for the details.
103 * Changed: GAIM_CONV_UNKNOWN to GAIM_CONV_TYPE_UNKNOWN. 108 * Changed: Renamed "conversation-drag-end" to "conversation-dragging"
104 * Changed: GAIM_CONV_IM to GAIM_CONV_TYPE_IM. 109 and emit before the conv. window swap happens. This prevents
105 * Changed: GAIM_CONV_CHAT to GAIM_CONV_TYPE_CHAT. 110 the old conv window from being freed before the signal emits.
106 * Changed: GAIM_CONV_MISC to GAIM_CONV_TYPE_MISC.
107 * Changed: GAIM_CONV_ANY to GAIM_CONV_TYPE_ANY.
108 111
109 version 1.0.0 (09/17/2004): 112 version 1.0.0 (09/17/2004):
110 * Added: get_chat_name to the GaimPluginProtocolInfo struct 113 * Added: get_chat_name to the GaimPluginProtocolInfo struct
111 * Changed: gaim_blist_update_buddy_presence(), presence changed to 114 * Changed: gaim_blist_update_buddy_presence(), presence changed to
112 type gboolean 115 type gboolean