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