Mercurial > pidgin
annotate plugins/ChangeLog.API @ 9983:7286c1483ceb
[gaim-migrate @ 10894]
This hopefully makes parsing user statuses work, and gives rid of all
serv_got_update's. It's still incomplete, and still doesn't compile.
committer: Tailor Script <tailor@pidgin.im>
| author | Tim Ringenbach <marv@pidgin.im> |
|---|---|
| date | Wed, 08 Sep 2004 05:31:09 +0000 |
| parents | 24550263874d |
| children | 343889b2f654 |
| rev | line source |
|---|---|
| 9052 | 1 Gaim: The Pimpin' Penguin IM Client that's good for the soul! |
| 2 | |
| 9917 | 3 version 0.83: |
| 4 Protocol Plugin API: v8 | |
| 5 * Added: get_chat_name to the GaimPluginProtocolInfo struct | |
| 9929 | 6 * Changed: gaim_blist_update_buddy_presence(), presence changed to |
| 7 type gboolean | |
| 9917 | 8 |
| 9 version 0.82 (08/26/2004): | |
| 9719 | 10 Gaim API: |
| 9759 | 11 * Removed: gaim_gtk_get_dispstyle(), gaim_gtk_change_text() |
| 12 * Removed: multi.h | |
| 13 * Renamed: ui.h to gtkdialogs.h | |
| 9794 | 14 * Renamed: gtkinternal.h to gtkgaim.h |
| 9759 | 15 * Renamed: show_info_dialog to gaim_gtkdialogs_info |
| 16 * Renamed: show_log_dialog to gaim_gtkdialogs_log | |
| 17 * Renamed: show_warn_dialog to gaim_gtkdialogs_warn | |
| 18 * Renamed: show_im_dialog to gaim_gtkdialogs_im | |
| 19 * Renamed: gaim_gtkdialogs_new_im to gaim_gtkdialogs_im_with_user | |
| 20 * Renamed: destroy_all_dialogs to gaim_gtkdialogs_destroy_all | |
| 21 * Renamed: alias_dialog_bud to gaim_gtkdialogs_alias_buddy | |
| 22 * Renamed: alias_dialog_contact to gaim_gtkdialogs_alias_contact | |
| 23 * Renamed: alias_dialog_blist_chat to gaim_gtkdialogs_alias_chat | |
| 24 * Renamed: show_confirm_del to gaim_gtkdialogs_remove_buddy | |
| 25 * Renamed: show_confirm_del_group to gaim_gtkdialogs_remove_group | |
| 26 * Renamed: show_confirm_del_blist_chat to gaim_gtkdialogs_remove_chat | |
| 27 * Renamed: show_confirm_del_contact to gaim_gtkdialogs_remove_contact | |
| 9761 | 28 * Renamed: show_about to gaim_gtkdialogs_about |
| 9799 | 29 * Added: gaim_notify_userinfo() and the associated notify_userinfo() UI op |
| 30 (someone who knows just why we have this can edit here) | |
| 9794 | 31 |
| 32 Buddy List API: | |
| 9761 | 33 * Changed: gaim_blist_request_add_chat(), added name parameter |
| 9794 | 34 * Added: gaim_contact_on_account() |
| 35 * Added: flags parameter to the GaimBlistNode struct | |
| 36 | |
| 37 Conversation API: | |
| 38 * Added: gaim_gtkconv_button_new() | |
| 9761 | 39 |
| 40 Protocol Plugin API: v7 | |
| 41 * Added: chat_info_defaults to the GaimPluginProtocolInfo struct | |
| 9719 | 42 |
| 9734 | 43 Signals: |
| 44 * Added: conversation-updated for any update to the data associated | |
| 45 with the conversation (topic, icon, adding to buddy list, etc.) | |
| 46 | |
| 9846 | 47 Conversation API: |
| 48 * Changed: gaim_conv_chat_add_user() (added new_arrival parameter) | |
| 49 | |
| 9719 | 50 version 0.81 (08/05/2004): |
| 9597 | 51 Commands API: |
| 52 * Most functions now have a void *data argument. | |
| 9620 | 53 |
| 54 Blist API: | |
| 9759 | 55 * Added: gaim_buddy_get_contact_alias |
| 56 * Renamed: gaim_get_buddy_alias to gaim_buddy_get_alias | |
| 57 * Renamed: gaim_get_buddy_alias_only to gaim_buddy_get_alias_only | |
| 9719 | 58 |
| 9554 | 59 Conversation API: |
| 9759 | 60 * Changed: gaim_conv_chat_add_user(), added flags parameter |
| 61 * Changed: gaim_conv_chat_add_users(), added GList of flags parameter | |
| 62 * Changed: gaim_conv_chat_get_users(), now returns a GList of | |
| 63 GaimConvChatBuddy's | |
| 64 * Changed: gaim_conv_chat_set_users() now expects a GList of | |
| 65 GaimConvChatBuddy's | |
| 9554 | 66 * Added: gaim_conv_chat_set_user_flags() |
| 9734 | 67 * Added: gaim_conv_chat_get_user_flags() |
| 68 * Added: gaim_conv_chat_find_user() | |
| 69 * Added: gaim_conv_chat_cb_new() | |
| 70 * Added: gaim_conv_chat_cb_find() | |
| 71 * Added: gaim_conv_chat_cb_destroy() | |
| 72 * Added: gaim_conv_chat_cb_get_name() | |
| 9554 | 73 |
| 74 Conversation UI ops: | |
| 75 * Added: chat_update_user() | |
| 76 | |
| 77 Signals: | |
| 78 * Changed: chat-buddy-joining & chat-buddy-joined now include the user's flags | |
| 9590 | 79 * Changed: chat-buddy-joining & chat-buddy-leaving are now booleans, return |
| 9734 | 80 TRUE if you don't want the join/leave to be displayed in the UI. |
| 9554 | 81 * Added: chat-buddy-flags for when user's flags change |
| 9734 | 82 gaim_marshal_VOID__POINTER_POINTER_POINTER_UINT_UINT (required for the new |
| 83 chat-buddy-flags signal) | |
| 9609 | 84 * Added: account-modified for when account settings have been changed. |
| 9554 | 85 |
| 9538 | 86 version 0.80 (07/15/2004): |
| 9460 | 87 Gaim API: |
| 9473 | 88 * Removed: PRPL numbers : gaim_account_set_protocol(), |
| 89 gaim_account_get_protocol(), gaim_accounts_find_with_prpl_num, | |
| 90 gaim_prpl_num_to_id(), gaim_prpl_id_to_num(), GaimProtocol | |
| 91 | |
| 92 Protocol Plugin API: v6 | |
| 93 * Added: can_receive_file & send_file to the GaimPluginProtocolInfo struct | |
| 9460 | 94 |
|
9515
425000e11511
[gaim-migrate @ 10342]
Christian Hammond <chipx86@chipx86.com>
parents:
9514
diff
changeset
|
95 Signals: |
| 9554 | 96 * 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
|
97 plugins can use serv_join_chat when the signal is emitted. |
| 9517 | 98 * 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
|
99 |
| 9384 | 100 version 0.79 (06/24/2004): |
|
9228
3de4cb53762b
[gaim-migrate @ 10024]
Christian Hammond <chipx86@chipx86.com>
parents:
9124
diff
changeset
|
101 Gaim API: |
|
3de4cb53762b
[gaim-migrate @ 10024]
Christian Hammond <chipx86@chipx86.com>
parents:
9124
diff
changeset
|
102 * gaim_url_parse() now takes two additional parameters, which are used |
|
3de4cb53762b
[gaim-migrate @ 10024]
Christian Hammond <chipx86@chipx86.com>
parents:
9124
diff
changeset
|
103 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
|
104 * Added: has_focus UI op to GaimConversationUiOps and |
|
947876140943
[gaim-migrate @ 10059]
Christian Hammond <chipx86@chipx86.com>
parents:
9228
diff
changeset
|
105 GaimConvWindowUiOps. |
|
947876140943
[gaim-migrate @ 10059]
Christian Hammond <chipx86@chipx86.com>
parents:
9228
diff
changeset
|
106 * Added: gaim_conversation_has_focus() and gaim_conv_window_has_focus(). |
| 9303 | 107 * Removed: gaim_blist_save() |
|
9228
3de4cb53762b
[gaim-migrate @ 10024]
Christian Hammond <chipx86@chipx86.com>
parents:
9124
diff
changeset
|
108 |
| 9336 | 109 Protocol Plugin API: v5 |
| 9301 | 110 * Changed: add_buddy, add_buddies, remove_buddy, remove_buddies, |
| 111 rename_group and remove_group to take GaimBuddy's and | |
| 112 GaimGroup's consistently. | |
| 9336 | 113 * Removed: OPT_PROTO_BUDDY_ICON (replaced by icon_spec) |
| 114 * Added: icon_spec to the GaimPluginProtocolInfo struct | |
| 9301 | 115 |
| 9124 | 116 version 0.78 (05/30/2004): |
|
9120
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
117 Plugin API: v4 |
|
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
118 * Added: actions - for plugins to add to the new Plugin Actions menu |
| 9052 | 119 |
|
9120
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
120 Loader Plugin API: v2 (no changes) |
| 9052 | 121 |
|
9120
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
122 Protocol Plugin API: v4 |
|
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
123 * 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
|
124 * Removed: actions (replaced by generic plugin actions) |
| 9052 | 125 |
|
9120
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
126 Perl Plugin API: v2 (no changes) |
|
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
127 TCL Plugin API: (no changes) |
| 9052 | 128 |
|
9120
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
129 Signals: |
|
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
130 * Added: "blist-node-extended-menu" for extending Buddy, Chat and |
|
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
131 Group right-click menus |
|
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
132 * Added: "drawing-tooltip" for plugins to allow plugins to change text |
|
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
133 appearing in tooltips |
|
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
134 * Added: "gtkblist-created" |
|
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
135 * Added: "receiving-im-msg" and "receiving-chat-msg" (these behave |
|
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
136 exactly like received-*-msg used to) |
|
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
137 * Added: "buddy-idle-updated" signal, for when the idle time changes. |
|
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
138 * Changed: "received-im-msg" and "received-chat-msg" no longer pass |
|
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
139 pointers to who, message and flags, and are now void. |
|
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
140 * Removed: "drawing-menu" - it was UI sepecific and |
|
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
141 "blist-node-extended-menu" is superior |
| 9052 | 142 |
| 143 version 0.77 (04/22/2004): | |
|
9120
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
144 Loader & Protocol Plugins independantly versioned |
|
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
145 Plugin loading now checks versioning on plugins (Standard, Loader & |
|
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
146 Protocol) |
|
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
147 new GAIM_{PLUGIN,PRPL,LOADER}_API_VERSION constants |
| 9052 | 148 |
|
9120
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
149 Plugin API: v3 |
|
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
150 * Added: prefs_info for UI independant plugin prefs |
| 9052 | 151 |
|
9120
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
152 Loader Plugin API: v2 |
|
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
153 * Added: api_version at top of GaimPluginLoaderInfo struct |
| 9052 | 154 |
|
9120
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
155 Protocol Plugin API: v2 |
|
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
156 * Added: api_version at top of GaimPluginProtocolInfo struct |
|
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
157 * Added: chat_menu for protocol specific extensions to the chat menu |
|
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
158 * Removed: get_away "Nada used it. Pink elephants on parade." |
|
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
159 * Removed: protocol_prefs (replaced by generic plugin prefs_info) |
| 9052 | 160 |
|
9120
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
161 Perl Plugin API: v2 (no changes) |
|
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
162 TCL API: (no changes) |
| 9052 | 163 |
|
9120
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
164 Signals: |
|
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
165 * Added: "conversation-drag-ended" |
| 9052 | 166 |
| 167 version 0.76 (04/01/2004): | |
|
9120
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
168 Plugin API: v2 |
|
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
169 Perl Plugin API: v2 |
|
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
170 Loader Plugin API: (not versioned) |
|
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
171 Protocol Plugin API: (not versioned) |
|
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
172 * Added: protocol_prefs for protocol specific preferences |
|
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
173 * Added: reject_chat so protocols can act on chat invite rejection |
| 9052 | 174 |
|
9120
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
175 TCL Plugin API: (not versioned) |
|
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
176 * Changes to plugin registration to show descriptions |
| 9052 | 177 |
