Mercurial > pidgin
annotate plugins/ChangeLog.API @ 10562:e06da39b467c
[gaim-migrate @ 11942]
This will prevent the connection process from hanging when the DNS lookup fails. We need to call the callback function regardless of whether the lookup succeeded. (This is in the DNS lookup functionality that is currently #ifdef _WIN32, but is actually portable),
committer: Tailor Script <tailor@pidgin.im>
| author | Daniel Atallah <daniel.atallah@gmail.com> |
|---|---|
| date | Tue, 01 Feb 2005 05:02:40 +0000 |
| parents | d497f3a2686f |
| children | 18223e71ced7 |
| rev | line source |
|---|---|
| 9052 | 1 Gaim: The Pimpin' Penguin IM Client that's good for the soul! |
| 2 | |
| 10074 | 3 version 2.0.0cvs: |
| 4 * Changed: All the status stuff. Yay! | |
| 10087 | 5 * Changed: gaim_prefs_connect_callback(), added handle parameter |
| 6 * Added: gaim_prefs_disconnect_by_handle() | |
| 10074 | 7 * Removed: gaim_gtk_sound_{get,set}_mute() (replaced by the |
| 8 /gaim/gtk/sound/mute preference) | |
| 10100 | 9 * Changed: gtk_imhtml_toolbar now descends from GtkHBox making it |
| 10 easier to add your own widgets to it | |
| 10246 | 11 * Changed: gaim_find_conversation, added a "type" parameter |
| 12 * Changed: gaim_find_conversation_with_account, added a "type" parameter | |
| 10478 | 13 * Changed: gaim_gtk_prefs_labeled_spin_button, the "key" parameter is |
| 14 now a const char* instead of just a char* | |
| 15 * Changed: gaim_gtk_prefs_labeled_entry, the "key" parameter is | |
| 16 now a const char* instead of just a char* | |
| 10074 | 17 |
| 10104 | 18 Signals: |
| 19 * Changed: "received-im-msg and "received-chat-msg" to match, both | |
| 10477 | 20 now pass a conversation pointer and flags |
| 10104 | 21 * Changed: "receiving-im-msg" and "receving-chat-msg" to match, both |
| 10477 | 22 now pass a conversation pointer and a pointer to the flags. |
| 23 * Changed: "drawing-tooltip," the second argument is now a GString* | |
| 24 instead of a char** | |
| 10104 | 25 |
| 10034 | 26 version 1.0.0 (09/17/2004): |
| 9917 | 27 * Added: get_chat_name to the GaimPluginProtocolInfo struct |
| 9929 | 28 * Changed: gaim_blist_update_buddy_presence(), presence changed to |
| 29 type gboolean | |
| 10034 | 30 * Changed: the versioning scheme, and all the plugin structs |
| 9917 | 31 |
| 32 version 0.82 (08/26/2004): | |
| 9719 | 33 Gaim API: |
| 9759 | 34 * Removed: gaim_gtk_get_dispstyle(), gaim_gtk_change_text() |
| 35 * Removed: multi.h | |
| 36 * Renamed: ui.h to gtkdialogs.h | |
| 9794 | 37 * Renamed: gtkinternal.h to gtkgaim.h |
| 9759 | 38 * Renamed: show_info_dialog to gaim_gtkdialogs_info |
| 39 * Renamed: show_log_dialog to gaim_gtkdialogs_log | |
| 40 * Renamed: show_warn_dialog to gaim_gtkdialogs_warn | |
| 41 * Renamed: show_im_dialog to gaim_gtkdialogs_im | |
| 42 * Renamed: gaim_gtkdialogs_new_im to gaim_gtkdialogs_im_with_user | |
| 43 * Renamed: destroy_all_dialogs to gaim_gtkdialogs_destroy_all | |
| 44 * Renamed: alias_dialog_bud to gaim_gtkdialogs_alias_buddy | |
| 45 * Renamed: alias_dialog_contact to gaim_gtkdialogs_alias_contact | |
| 46 * Renamed: alias_dialog_blist_chat to gaim_gtkdialogs_alias_chat | |
| 47 * Renamed: show_confirm_del to gaim_gtkdialogs_remove_buddy | |
| 48 * Renamed: show_confirm_del_group to gaim_gtkdialogs_remove_group | |
| 49 * Renamed: show_confirm_del_blist_chat to gaim_gtkdialogs_remove_chat | |
| 50 * Renamed: show_confirm_del_contact to gaim_gtkdialogs_remove_contact | |
| 9761 | 51 * Renamed: show_about to gaim_gtkdialogs_about |
| 9799 | 52 * Added: gaim_notify_userinfo() and the associated notify_userinfo() UI op |
| 53 (someone who knows just why we have this can edit here) | |
| 9794 | 54 |
| 55 Buddy List API: | |
| 9761 | 56 * Changed: gaim_blist_request_add_chat(), added name parameter |
| 9794 | 57 * Added: gaim_contact_on_account() |
| 58 * Added: flags parameter to the GaimBlistNode struct | |
| 59 | |
| 60 Conversation API: | |
| 61 * Added: gaim_gtkconv_button_new() | |
| 9761 | 62 |
| 63 Protocol Plugin API: v7 | |
| 64 * Added: chat_info_defaults to the GaimPluginProtocolInfo struct | |
| 9719 | 65 |
| 9734 | 66 Signals: |
| 67 * Added: conversation-updated for any update to the data associated | |
| 68 with the conversation (topic, icon, adding to buddy list, etc.) | |
| 69 | |
| 9846 | 70 Conversation API: |
| 71 * Changed: gaim_conv_chat_add_user() (added new_arrival parameter) | |
| 72 | |
| 9719 | 73 version 0.81 (08/05/2004): |
| 9597 | 74 Commands API: |
| 75 * Most functions now have a void *data argument. | |
| 9620 | 76 |
| 77 Blist API: | |
| 9759 | 78 * Added: gaim_buddy_get_contact_alias |
| 79 * Renamed: gaim_get_buddy_alias to gaim_buddy_get_alias | |
| 80 * Renamed: gaim_get_buddy_alias_only to gaim_buddy_get_alias_only | |
| 9719 | 81 |
| 9554 | 82 Conversation API: |
| 9759 | 83 * Changed: gaim_conv_chat_add_user(), added flags parameter |
| 84 * Changed: gaim_conv_chat_add_users(), added GList of flags parameter | |
| 85 * Changed: gaim_conv_chat_get_users(), now returns a GList of | |
| 86 GaimConvChatBuddy's | |
| 87 * Changed: gaim_conv_chat_set_users() now expects a GList of | |
| 88 GaimConvChatBuddy's | |
| 9554 | 89 * Added: gaim_conv_chat_set_user_flags() |
| 9734 | 90 * Added: gaim_conv_chat_get_user_flags() |
| 91 * Added: gaim_conv_chat_find_user() | |
| 92 * Added: gaim_conv_chat_cb_new() | |
| 93 * Added: gaim_conv_chat_cb_find() | |
| 94 * Added: gaim_conv_chat_cb_destroy() | |
| 95 * Added: gaim_conv_chat_cb_get_name() | |
| 9554 | 96 |
| 97 Conversation UI ops: | |
| 98 * Added: chat_update_user() | |
| 99 | |
| 100 Signals: | |
| 101 * Changed: chat-buddy-joining & chat-buddy-joined now include the user's flags | |
| 9590 | 102 * Changed: chat-buddy-joining & chat-buddy-leaving are now booleans, return |
| 9734 | 103 TRUE if you don't want the join/leave to be displayed in the UI. |
| 9554 | 104 * Added: chat-buddy-flags for when user's flags change |
| 9734 | 105 gaim_marshal_VOID__POINTER_POINTER_POINTER_UINT_UINT (required for the new |
| 106 chat-buddy-flags signal) | |
| 9609 | 107 * Added: account-modified for when account settings have been changed. |
| 9554 | 108 |
| 9538 | 109 version 0.80 (07/15/2004): |
| 9460 | 110 Gaim API: |
| 9473 | 111 * Removed: PRPL numbers : gaim_account_set_protocol(), |
| 112 gaim_account_get_protocol(), gaim_accounts_find_with_prpl_num, | |
| 113 gaim_prpl_num_to_id(), gaim_prpl_id_to_num(), GaimProtocol | |
| 114 | |
| 115 Protocol Plugin API: v6 | |
| 116 * Added: can_receive_file & send_file to the GaimPluginProtocolInfo struct | |
| 9460 | 117 |
|
9515
425000e11511
[gaim-migrate @ 10342]
Christian Hammond <chipx86@chipx86.com>
parents:
9514
diff
changeset
|
118 Signals: |
| 9554 | 119 * Changed "chat-invited" to also include the components hash table so |
|
9515
425000e11511
[gaim-migrate @ 10342]
Christian Hammond <chipx86@chipx86.com>
parents:
9514
diff
changeset
|
120 plugins can use serv_join_chat when the signal is emitted. |
| 9517 | 121 * Added "chat-topic-changed" signal plugins know when a topic is changed. |
|
9515
425000e11511
[gaim-migrate @ 10342]
Christian Hammond <chipx86@chipx86.com>
parents:
9514
diff
changeset
|
122 |
| 9384 | 123 version 0.79 (06/24/2004): |
|
9228
3de4cb53762b
[gaim-migrate @ 10024]
Christian Hammond <chipx86@chipx86.com>
parents:
9124
diff
changeset
|
124 Gaim API: |
|
3de4cb53762b
[gaim-migrate @ 10024]
Christian Hammond <chipx86@chipx86.com>
parents:
9124
diff
changeset
|
125 * gaim_url_parse() now takes two additional parameters, which are used |
|
3de4cb53762b
[gaim-migrate @ 10024]
Christian Hammond <chipx86@chipx86.com>
parents:
9124
diff
changeset
|
126 for returning the username and password from the URL, if they exist. |
|
9260
947876140943
[gaim-migrate @ 10059]
Christian Hammond <chipx86@chipx86.com>
parents:
9228
diff
changeset
|
127 * Added: has_focus UI op to GaimConversationUiOps and |
|
947876140943
[gaim-migrate @ 10059]
Christian Hammond <chipx86@chipx86.com>
parents:
9228
diff
changeset
|
128 GaimConvWindowUiOps. |
|
947876140943
[gaim-migrate @ 10059]
Christian Hammond <chipx86@chipx86.com>
parents:
9228
diff
changeset
|
129 * Added: gaim_conversation_has_focus() and gaim_conv_window_has_focus(). |
| 9303 | 130 * Removed: gaim_blist_save() |
|
9228
3de4cb53762b
[gaim-migrate @ 10024]
Christian Hammond <chipx86@chipx86.com>
parents:
9124
diff
changeset
|
131 |
| 9336 | 132 Protocol Plugin API: v5 |
| 9301 | 133 * Changed: add_buddy, add_buddies, remove_buddy, remove_buddies, |
| 134 rename_group and remove_group to take GaimBuddy's and | |
| 135 GaimGroup's consistently. | |
| 9336 | 136 * Removed: OPT_PROTO_BUDDY_ICON (replaced by icon_spec) |
| 137 * Added: icon_spec to the GaimPluginProtocolInfo struct | |
| 9301 | 138 |
| 9124 | 139 version 0.78 (05/30/2004): |
|
9120
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
140 Plugin API: v4 |
|
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
141 * Added: actions - for plugins to add to the new Plugin Actions menu |
| 9052 | 142 |
|
9120
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
143 Loader Plugin API: v2 (no changes) |
| 9052 | 144 |
|
9120
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
145 Protocol Plugin API: v4 |
|
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
146 * Removed: set_dir, get_dir and dir_search (not used, AIM-centric) |
|
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
147 * Removed: actions (replaced by generic plugin actions) |
| 9052 | 148 |
|
9120
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
149 Perl Plugin API: v2 (no changes) |
|
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
150 TCL Plugin API: (no changes) |
| 9052 | 151 |
|
9120
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
152 Signals: |
|
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
153 * Added: "blist-node-extended-menu" for extending Buddy, Chat and |
|
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
154 Group right-click menus |
|
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
155 * Added: "drawing-tooltip" for plugins to allow plugins to change text |
|
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
156 appearing in tooltips |
|
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
157 * Added: "gtkblist-created" |
|
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
158 * Added: "receiving-im-msg" and "receiving-chat-msg" (these behave |
|
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
159 exactly like received-*-msg used to) |
|
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
160 * Added: "buddy-idle-updated" signal, for when the idle time changes. |
|
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
161 * Changed: "received-im-msg" and "received-chat-msg" no longer pass |
|
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
162 pointers to who, message and flags, and are now void. |
|
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
163 * Removed: "drawing-menu" - it was UI sepecific and |
|
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
164 "blist-node-extended-menu" is superior |
| 9052 | 165 |
| 166 version 0.77 (04/22/2004): | |
|
9120
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
167 Loader & Protocol Plugins independantly versioned |
|
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
168 Plugin loading now checks versioning on plugins (Standard, Loader & |
|
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
169 Protocol) |
|
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
170 new GAIM_{PLUGIN,PRPL,LOADER}_API_VERSION constants |
| 9052 | 171 |
|
9120
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
172 Plugin API: v3 |
|
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
173 * Added: prefs_info for UI independant plugin prefs |
| 9052 | 174 |
|
9120
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
175 Loader Plugin API: v2 |
|
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
176 * Added: api_version at top of GaimPluginLoaderInfo struct |
| 9052 | 177 |
|
9120
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
178 Protocol Plugin API: v2 |
|
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
179 * Added: api_version at top of GaimPluginProtocolInfo struct |
|
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
180 * Added: chat_menu for protocol specific extensions to the chat menu |
|
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
181 * Removed: get_away "Nada used it. Pink elephants on parade." |
|
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
182 * Removed: protocol_prefs (replaced by generic plugin prefs_info) |
| 9052 | 183 |
|
9120
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
184 Perl Plugin API: v2 (no changes) |
|
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
185 TCL API: (no changes) |
| 9052 | 186 |
|
9120
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
187 Signals: |
|
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
188 * Added: "conversation-drag-ended" |
| 9052 | 189 |
| 190 version 0.76 (04/01/2004): | |
|
9120
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
191 Plugin API: v2 |
|
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
192 Perl Plugin API: v2 |
|
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
193 Loader Plugin API: (not versioned) |
|
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
194 Protocol Plugin API: (not versioned) |
|
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
195 * Added: protocol_prefs for protocol specific preferences |
|
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
196 * Added: reject_chat so protocols can act on chat invite rejection |
| 9052 | 197 |
|
9120
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
198 TCL Plugin API: (not versioned) |
|
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
199 * Changes to plugin registration to show descriptions |
| 9052 | 200 |
