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