Mercurial > pidgin
annotate plugins/ChangeLog.API @ 10345:2e01c503aa4f
[gaim-migrate @ 11556]
Patch 1078151 from Felipe Contreras to fix some more MSN bugs:
"User Dislpay messages, and other less used, did not set
an slpcall, so the callback that should not be called,
was called (in some very special cases)."
...
"Here it goes the real real one, as far as I can tell.
Cleaning + organizing + documentation + hard bug fix = big
patch." -- Felipe Contreras
I also fixed drag-and-drop to conversation window file transfers (which
I had broken when I fixed some other dnd thing), made the debug output
of the autoreconnect plugin more useful, and stopped the message
notification plugin notifying you for messages sent by ignored users.
committer: Tailor Script <tailor@pidgin.im>
| author | Stu Tomlinson <stu@nosnilmot.com> |
|---|---|
| date | Sat, 11 Dec 2004 20:01:58 +0000 |
| parents | a66cf83552dc |
| children | 5cb55bcad11b |
| 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 | |
| 10074 | 13 |
| 10104 | 14 Signals: |
| 15 * Changed: "received-im-msg and "received-chat-msg" to match, both | |
| 16 now pass a conversation pointer and flags | |
| 17 * Changed: "receiving-im-msg" and "receving-chat-msg" to match, both | |
| 18 now pass a conversation pointer and a pointer to the flags. | |
| 19 | |
| 10034 | 20 version 1.0.0 (09/17/2004): |
| 9917 | 21 * Added: get_chat_name to the GaimPluginProtocolInfo struct |
| 9929 | 22 * Changed: gaim_blist_update_buddy_presence(), presence changed to |
| 23 type gboolean | |
| 10034 | 24 * Changed: the versioning scheme, and all the plugin structs |
| 9917 | 25 |
| 26 version 0.82 (08/26/2004): | |
| 9719 | 27 Gaim API: |
| 9759 | 28 * Removed: gaim_gtk_get_dispstyle(), gaim_gtk_change_text() |
| 29 * Removed: multi.h | |
| 30 * Renamed: ui.h to gtkdialogs.h | |
| 9794 | 31 * Renamed: gtkinternal.h to gtkgaim.h |
| 9759 | 32 * Renamed: show_info_dialog to gaim_gtkdialogs_info |
| 33 * Renamed: show_log_dialog to gaim_gtkdialogs_log | |
| 34 * Renamed: show_warn_dialog to gaim_gtkdialogs_warn | |
| 35 * Renamed: show_im_dialog to gaim_gtkdialogs_im | |
| 36 * Renamed: gaim_gtkdialogs_new_im to gaim_gtkdialogs_im_with_user | |
| 37 * Renamed: destroy_all_dialogs to gaim_gtkdialogs_destroy_all | |
| 38 * Renamed: alias_dialog_bud to gaim_gtkdialogs_alias_buddy | |
| 39 * Renamed: alias_dialog_contact to gaim_gtkdialogs_alias_contact | |
| 40 * Renamed: alias_dialog_blist_chat to gaim_gtkdialogs_alias_chat | |
| 41 * Renamed: show_confirm_del to gaim_gtkdialogs_remove_buddy | |
| 42 * Renamed: show_confirm_del_group to gaim_gtkdialogs_remove_group | |
| 43 * Renamed: show_confirm_del_blist_chat to gaim_gtkdialogs_remove_chat | |
| 44 * Renamed: show_confirm_del_contact to gaim_gtkdialogs_remove_contact | |
| 9761 | 45 * Renamed: show_about to gaim_gtkdialogs_about |
| 9799 | 46 * Added: gaim_notify_userinfo() and the associated notify_userinfo() UI op |
| 47 (someone who knows just why we have this can edit here) | |
| 9794 | 48 |
| 49 Buddy List API: | |
| 9761 | 50 * Changed: gaim_blist_request_add_chat(), added name parameter |
| 9794 | 51 * Added: gaim_contact_on_account() |
| 52 * Added: flags parameter to the GaimBlistNode struct | |
| 53 | |
| 54 Conversation API: | |
| 55 * Added: gaim_gtkconv_button_new() | |
| 9761 | 56 |
| 57 Protocol Plugin API: v7 | |
| 58 * Added: chat_info_defaults to the GaimPluginProtocolInfo struct | |
| 9719 | 59 |
| 9734 | 60 Signals: |
| 61 * Added: conversation-updated for any update to the data associated | |
| 62 with the conversation (topic, icon, adding to buddy list, etc.) | |
| 63 | |
| 9846 | 64 Conversation API: |
| 65 * Changed: gaim_conv_chat_add_user() (added new_arrival parameter) | |
| 66 | |
| 9719 | 67 version 0.81 (08/05/2004): |
| 9597 | 68 Commands API: |
| 69 * Most functions now have a void *data argument. | |
| 9620 | 70 |
| 71 Blist API: | |
| 9759 | 72 * Added: gaim_buddy_get_contact_alias |
| 73 * Renamed: gaim_get_buddy_alias to gaim_buddy_get_alias | |
| 74 * Renamed: gaim_get_buddy_alias_only to gaim_buddy_get_alias_only | |
| 9719 | 75 |
| 9554 | 76 Conversation API: |
| 9759 | 77 * Changed: gaim_conv_chat_add_user(), added flags parameter |
| 78 * Changed: gaim_conv_chat_add_users(), added GList of flags parameter | |
| 79 * Changed: gaim_conv_chat_get_users(), now returns a GList of | |
| 80 GaimConvChatBuddy's | |
| 81 * Changed: gaim_conv_chat_set_users() now expects a GList of | |
| 82 GaimConvChatBuddy's | |
| 9554 | 83 * Added: gaim_conv_chat_set_user_flags() |
| 9734 | 84 * Added: gaim_conv_chat_get_user_flags() |
| 85 * Added: gaim_conv_chat_find_user() | |
| 86 * Added: gaim_conv_chat_cb_new() | |
| 87 * Added: gaim_conv_chat_cb_find() | |
| 88 * Added: gaim_conv_chat_cb_destroy() | |
| 89 * Added: gaim_conv_chat_cb_get_name() | |
| 9554 | 90 |
| 91 Conversation UI ops: | |
| 92 * Added: chat_update_user() | |
| 93 | |
| 94 Signals: | |
| 95 * Changed: chat-buddy-joining & chat-buddy-joined now include the user's flags | |
| 9590 | 96 * Changed: chat-buddy-joining & chat-buddy-leaving are now booleans, return |
| 9734 | 97 TRUE if you don't want the join/leave to be displayed in the UI. |
| 9554 | 98 * Added: chat-buddy-flags for when user's flags change |
| 9734 | 99 gaim_marshal_VOID__POINTER_POINTER_POINTER_UINT_UINT (required for the new |
| 100 chat-buddy-flags signal) | |
| 9609 | 101 * Added: account-modified for when account settings have been changed. |
| 9554 | 102 |
| 9538 | 103 version 0.80 (07/15/2004): |
| 9460 | 104 Gaim API: |
| 9473 | 105 * Removed: PRPL numbers : gaim_account_set_protocol(), |
| 106 gaim_account_get_protocol(), gaim_accounts_find_with_prpl_num, | |
| 107 gaim_prpl_num_to_id(), gaim_prpl_id_to_num(), GaimProtocol | |
| 108 | |
| 109 Protocol Plugin API: v6 | |
| 110 * Added: can_receive_file & send_file to the GaimPluginProtocolInfo struct | |
| 9460 | 111 |
|
9515
425000e11511
[gaim-migrate @ 10342]
Christian Hammond <chipx86@chipx86.com>
parents:
9514
diff
changeset
|
112 Signals: |
| 9554 | 113 * 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
|
114 plugins can use serv_join_chat when the signal is emitted. |
| 9517 | 115 * 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
|
116 |
| 9384 | 117 version 0.79 (06/24/2004): |
|
9228
3de4cb53762b
[gaim-migrate @ 10024]
Christian Hammond <chipx86@chipx86.com>
parents:
9124
diff
changeset
|
118 Gaim API: |
|
3de4cb53762b
[gaim-migrate @ 10024]
Christian Hammond <chipx86@chipx86.com>
parents:
9124
diff
changeset
|
119 * gaim_url_parse() now takes two additional parameters, which are used |
|
3de4cb53762b
[gaim-migrate @ 10024]
Christian Hammond <chipx86@chipx86.com>
parents:
9124
diff
changeset
|
120 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
|
121 * Added: has_focus UI op to GaimConversationUiOps and |
|
947876140943
[gaim-migrate @ 10059]
Christian Hammond <chipx86@chipx86.com>
parents:
9228
diff
changeset
|
122 GaimConvWindowUiOps. |
|
947876140943
[gaim-migrate @ 10059]
Christian Hammond <chipx86@chipx86.com>
parents:
9228
diff
changeset
|
123 * Added: gaim_conversation_has_focus() and gaim_conv_window_has_focus(). |
| 9303 | 124 * Removed: gaim_blist_save() |
|
9228
3de4cb53762b
[gaim-migrate @ 10024]
Christian Hammond <chipx86@chipx86.com>
parents:
9124
diff
changeset
|
125 |
| 9336 | 126 Protocol Plugin API: v5 |
| 9301 | 127 * Changed: add_buddy, add_buddies, remove_buddy, remove_buddies, |
| 128 rename_group and remove_group to take GaimBuddy's and | |
| 129 GaimGroup's consistently. | |
| 9336 | 130 * Removed: OPT_PROTO_BUDDY_ICON (replaced by icon_spec) |
| 131 * Added: icon_spec to the GaimPluginProtocolInfo struct | |
| 9301 | 132 |
| 9124 | 133 version 0.78 (05/30/2004): |
|
9120
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
134 Plugin API: v4 |
|
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
135 * Added: actions - for plugins to add to the new Plugin Actions menu |
| 9052 | 136 |
|
9120
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
137 Loader Plugin API: v2 (no changes) |
| 9052 | 138 |
|
9120
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
139 Protocol Plugin API: v4 |
|
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
140 * 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
|
141 * Removed: actions (replaced by generic plugin actions) |
| 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 Plugin 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: "blist-node-extended-menu" for extending Buddy, Chat and |
|
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
148 Group right-click menus |
|
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
149 * Added: "drawing-tooltip" for plugins to allow plugins to change text |
|
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
150 appearing in tooltips |
|
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
151 * Added: "gtkblist-created" |
|
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
152 * Added: "receiving-im-msg" and "receiving-chat-msg" (these behave |
|
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
153 exactly like received-*-msg used to) |
|
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
154 * Added: "buddy-idle-updated" signal, for when the idle time changes. |
|
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
155 * Changed: "received-im-msg" and "received-chat-msg" no longer pass |
|
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
156 pointers to who, message and flags, and are now void. |
|
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
157 * Removed: "drawing-menu" - it was UI sepecific and |
|
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
158 "blist-node-extended-menu" is superior |
| 9052 | 159 |
| 160 version 0.77 (04/22/2004): | |
|
9120
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
161 Loader & Protocol Plugins independantly versioned |
|
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
162 Plugin loading now checks versioning on plugins (Standard, Loader & |
|
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
163 Protocol) |
|
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
164 new GAIM_{PLUGIN,PRPL,LOADER}_API_VERSION constants |
| 9052 | 165 |
|
9120
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
166 Plugin API: v3 |
|
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
167 * Added: prefs_info for UI independant plugin prefs |
| 9052 | 168 |
|
9120
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
169 Loader Plugin API: v2 |
|
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
170 * Added: api_version at top of GaimPluginLoaderInfo struct |
| 9052 | 171 |
|
9120
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
172 Protocol Plugin API: v2 |
|
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
173 * Added: api_version at top of GaimPluginProtocolInfo struct |
|
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
174 * Added: chat_menu for protocol specific extensions to the chat menu |
|
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
175 * Removed: get_away "Nada used it. Pink elephants on parade." |
|
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
176 * Removed: protocol_prefs (replaced by generic plugin prefs_info) |
| 9052 | 177 |
|
9120
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
178 Perl Plugin API: v2 (no changes) |
|
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
179 TCL API: (no changes) |
| 9052 | 180 |
|
9120
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
181 Signals: |
|
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
182 * Added: "conversation-drag-ended" |
| 9052 | 183 |
| 184 version 0.76 (04/01/2004): | |
|
9120
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
185 Plugin API: v2 |
|
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
186 Perl Plugin API: v2 |
|
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
187 Loader Plugin API: (not versioned) |
|
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
188 Protocol Plugin API: (not versioned) |
|
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
189 * Added: protocol_prefs for protocol specific preferences |
|
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
190 * Added: reject_chat so protocols can act on chat invite rejection |
| 9052 | 191 |
|
9120
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
192 TCL Plugin API: (not versioned) |
|
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
193 * Changes to plugin registration to show descriptions |
| 9052 | 194 |
