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