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