Mercurial > pidgin.yaz
annotate plugins/ChangeLog.API @ 12392:ee10d26f7fa9
[gaim-migrate @ 14699]
Somehow Thomas wasn't in COPYRIGHT, and of course Praveen was not.
committer: Tailor Script <tailor@pidgin.im>
author | Ethan Blanton <elb@pidgin.im> |
---|---|
date | Thu, 08 Dec 2005 03:30:05 +0000 |
parents | 3f70719e375d |
children | b7d77321b685 |
rev | line source |
---|---|
9052 | 1 Gaim: The Pimpin' Penguin IM Client that's good for the soul! |
2 | |
10971 | 3 version 2.0.0: |
11757 | 4 Changed: |
5 * All the status stuff. Yay! | |
6 * gaim_prefs_connect_callback(), added handle parameter | |
7 * gtk_imhtml_toolbar now descends from GtkHBox making it easier to add your | |
12157 | 8 own widgets to it |
11757 | 9 * gaim_find_conversation_with_account, added a "type" parameter |
10 * gaim_gtk_prefs_labeled_spin_button, the "key" parameter is now a | |
12157 | 11 const char* instead of just a char* |
11757 | 12 * gaim_gtk_prefs_labeled_entry, the "key" parameter is now a const char* |
12157 | 13 instead of just a char* |
11757 | 14 * the add_buddy perl sub. The sub now takes the account as the first |
12157 | 15 argument, and buddy and group as the second and third. It also adds |
16 the buddy to the server-side buddy list of the given account. | |
11757 | 17 * gaim_blist_node_action_new, added a fourth argument, a GList of |
12157 | 18 GaimBlistNodeActions to be created as a submenu of the item. |
11757 | 19 * gaim_connection_new, gaim_account_connect and gaim_account_register no |
12157 | 20 longer return a GaimConnection |
11757 | 21 * keep_alive in GaimConnection is renamed to keepalive |
22 * gaim_mkstemp, added a second argument, a boolean, of whether or not the | |
12157 | 23 file is binary |
11757 | 24 * gaim_log_logger_new, rewritten |
25 * gaim_conv_window_remove_conversation()'s last argument to be a | |
12157 | 26 GaimConversation. |
11757 | 27 * A new blocked icon: pixmaps/status/default/blocked.png |
28 * gtk_imhtml_toggle_bold(): No longer returns a value | |
29 * gtk_imhtml_toggle_italic(): No longer returns a value | |
30 * gtk_imhtml_toggle_underline(): No longer returns a value | |
31 * gtk_imhtml_toggle_strike(): No longer returns a value | |
32 * gaim_log_new(), added conv parameter | |
33 * gaim_buddy_icon_new(), leaves a reference which the caller owns. Use | |
12157 | 34 gaim_buddy_icon_unref() immediately if you don't want a reference (the |
35 old behavior). | |
11757 | 36 * GAIM_CONV_UNKNOWN to GAIM_CONV_TYPE_UNKNOWN. |
37 * GAIM_CONV_IM to GAIM_CONV_TYPE_IM. | |
38 * GAIM_CONV_CHAT to GAIM_CONV_TYPE_CHAT. | |
39 * GAIM_CONV_MISC to GAIM_CONV_TYPE_MISC. | |
40 * GAIM_CONV_ANY to GAIM_CONV_TYPE_ANY. | |
41 * GaimConversationUiOps.write_conv, Replaced const char *who with | |
12157 | 42 const char *name, const char *alias |
11757 | 43 * gaim_conv_chat_add_users(), added extra_msgs and new_arrivals (pass NULL |
12157 | 44 and FALSE respectively, to get the same behavior as before) |
11871
3404646c6886
[gaim-migrate @ 14162]
Richard Laager <rlaager@wiktel.com>
parents:
11814
diff
changeset
|
45 * chat_add_users in GaimConversationUiOps, added flags and aliases |
11757 | 46 * chat_rename_user in GaimConversationUiOps, added new_alias |
47 * GaimConversation.log became GList * GaimConversation.logs, so that a | |
12157 | 48 conversation can have multiple logs at once |
11757 | 49 * gaim_conv_chat_add_user, added extra_msgs list |
50 * gaim_notify_userinfo, removed primary and secondary parameters | |
11907 | 51 * GaimNotifyUiOps.notify_userinfo: removed title, primary, and |
52 secondary parameters | |
53 * Idle timers are now added and removed in gtkidle.c in response | |
54 to the signed-on and signed-off signals | |
12151
de798f2f4bf1
[gaim-migrate @ 14452]
Richard Laager <rlaager@wiktel.com>
parents:
12136
diff
changeset
|
55 * GaimXfer->ops.read, GaimXfer->ops.write, gaim_xfer_set_read_fnc(), |
de798f2f4bf1
[gaim-migrate @ 14452]
Richard Laager <rlaager@wiktel.com>
parents:
12136
diff
changeset
|
56 gaim_xfer_set_write_fnc(), gaim_xfer_read(), gaim_xfer_write(): |
de798f2f4bf1
[gaim-migrate @ 14452]
Richard Laager <rlaager@wiktel.com>
parents:
12136
diff
changeset
|
57 Changed ssize_t to gssize |
12216 | 58 * serv_got_im, serv_got_chat_in, serv_send_im and serv_chat_send all use |
59 GaimMessageFlags instead of GaimConvImFlags / GaimConvChatFlags | |
60 * All core<->prpl message passing now uses html. This was previously true | |
61 for receiving messages, it's now also true for sending them. prpls that | |
62 don't support html need to gaim_unescape_html() the message. | |
12242
976677e67239
[gaim-migrate @ 14544]
Richard Laager <rlaager@wiktel.com>
parents:
12220
diff
changeset
|
63 * Notify API: GCallback -> GaimNotifyCloseCallback, |
976677e67239
[gaim-migrate @ 14544]
Richard Laager <rlaager@wiktel.com>
parents:
12220
diff
changeset
|
64 void *user_data -> gpointer user_data |
12257
ca27de274225
[gaim-migrate @ 14559]
Richard Laager <rlaager@wiktel.com>
parents:
12242
diff
changeset
|
65 * gaim_notify_searchresults_get_rows_count, |
ca27de274225
[gaim-migrate @ 14559]
Richard Laager <rlaager@wiktel.com>
parents:
12242
diff
changeset
|
66 gaim_notify_searchresults_get_columns_count: return type now guint |
12285
af257d8679fe
[gaim-migrate @ 14589]
Etan Reisner <pidgin@unreliablesource.net>
parents:
12257
diff
changeset
|
67 * gaim_account_notify_added: No longer checks if there is a GaimBuddy for |
af257d8679fe
[gaim-migrate @ 14589]
Etan Reisner <pidgin@unreliablesource.net>
parents:
12257
diff
changeset
|
68 the added user, that's left up to the prpls. |
af257d8679fe
[gaim-migrate @ 14589]
Etan Reisner <pidgin@unreliablesource.net>
parents:
12257
diff
changeset
|
69 See the documentation for this function and |
af257d8679fe
[gaim-migrate @ 14589]
Etan Reisner <pidgin@unreliablesource.net>
parents:
12257
diff
changeset
|
70 gaim_account_request_add. |
11757 | 71 |
72 Removed: | |
73 * gaim_gtk_sound_{get,set}_mute() (replaced by the /gaim/gtk/sound/mute | |
12157 | 74 preference) |
11757 | 75 * gaim_escape_html(const char *html) (use g_markup_escape_text(html, -1) |
12157 | 76 instead) |
11757 | 77 * gaim_accounts_sync, account changes are now scheduled to be saved |
12157 | 78 automatically |
11757 | 79 * gaim_connection_connect |
80 * gaim_connection_disconnect | |
81 * gaim_connection_register | |
82 * gaim_accounts_auto_login | |
83 * gaim_find_conversation, use gaim_find_conversation_with_account instead | |
84 * serv_login | |
85 * serv_close | |
86 * serv_finish_login | |
87 * gaim_chat_get_display_name | |
88 * gaim_conversation_set_history, gaim_conversation_get_history, and | |
12157 | 89 GaimConversation->history. Use gtk_imhtml_get_markup instead. |
11757 | 90 * serv_rename_group |
91 * set_gaim_user_dir to gaim_util_set_user_dir | |
92 * create_prpl_icon to gaim_gtk_create_prpl_icon | |
93 * Window flashing support in the core: gaim_conv_window_flash, and flash UI | |
12157 | 94 operation for conversations. Use signal "received-im-msg" or similar. |
11757 | 95 * All warning stuff from the core. |
96 * gaim_gtkconv_get_dest_tab_at_xy(), instead use gaim_gtkconv_get_tab_at_xy() | |
97 * chat_add_user from GaimConversationUiOps | |
98 * uc from the GaimBuddy struct | |
99 * gaim_sound_get_handle() | |
100 * gaim_debug_vargs() | |
101 * serv_add_buddy(); use gaim_account_add_buddy() instead | |
102 * serv_add_buddies(); use gaim_account_add_buddies() instead | |
103 * serv_remove_buddy(); use gaim_account_remove_buddy() instead | |
104 * serv_remove_buddies(); use gaim_account_remove_buddies() instead | |
105 * serv_change_passwd(); use gaim_account_change_password() instead | |
11907 | 106 * serv_touch_idle(): use gaim_gtk_check_idle() instead |
11757 | 107 * GaimGtkImPane->a_virgin |
11926 | 108 * gaim_str_strip_cr(); use gaim_str_strip_char(str, '\r') instead |
12090 | 109 * gaim_find_buddys_group renamed to gaim_buddy_get_group |
12136
370f9d7868f9
[gaim-migrate @ 14436]
Richard Laager <rlaager@wiktel.com>
parents:
12129
diff
changeset
|
110 * gaim_gtkpounce_menu_build() |
370f9d7868f9
[gaim-migrate @ 14436]
Richard Laager <rlaager@wiktel.com>
parents:
12129
diff
changeset
|
111 * gaim_gtkpounce_dialog_show() |
370f9d7868f9
[gaim-migrate @ 14436]
Richard Laager <rlaager@wiktel.com>
parents:
12129
diff
changeset
|
112 * GaimGtkBuddyList->bpmenu |
12216 | 113 * GaimConvImFlags and GaimConvChatFlags; use GaimMessageFlags instead |
12242
976677e67239
[gaim-migrate @ 14544]
Richard Laager <rlaager@wiktel.com>
parents:
12220
diff
changeset
|
114 * cb and user_data from the ops in GaimNotifyUiOps: This is now handled |
976677e67239
[gaim-migrate @ 14544]
Richard Laager <rlaager@wiktel.com>
parents:
12220
diff
changeset
|
115 by the notify API in the core. |
10074 | 116 |
11757 | 117 Added: |
118 * gaim_prefs_disconnect_by_handle() | |
119 * a password field to GaimConnection, which only persists for the | |
12157 | 120 session (when "remember password" is false, account->password is |
121 NEVER set) Use gaim_connection_get_password(GaimConnection *gc) | |
11757 | 122 * gaim_log_common_writer, gaim_log_common_lister, gaim_log_common_sizer, |
12157 | 123 and gaim_log_get_log_dir to allow log formats that use standard Gaim |
124 log directory to use Gaim's built-in code for these purposes. | |
11757 | 125 * GaimLogCommonLoggerData struct for a basic logger_data struct to be |
12157 | 126 used with "common" logger functions. |
11757 | 127 * gaim_gtk_blist_node_is_contact_expanded, returns TRUE if the given |
12157 | 128 blist node is a buddy inside an expanded contact, or is itself an |
129 expanded contact | |
11757 | 130 * GaimLogSet struct, get_log_sets function to GaimLogLogger, |
12157 | 131 gaim_log_get_log_sets, gaim_log_set_compare |
11757 | 132 * gaim_privacy_check(), to check if a given user is allowed to send |
12157 | 133 messages to the specified account |
11757 | 134 * gtk_imhtml_clear_formatting() |
135 * gtk_imhtml_delete to clear out part of a imhtml buffer | |
11814
fa17fc619f17
[gaim-migrate @ 14105]
Richard Laager <rlaager@wiktel.com>
parents:
11774
diff
changeset
|
136 * gtk_imhtml_get_protocol_name() |
11757 | 137 * gaim_buddy_icons_get_full_path(), to get the full path of a buddy |
12157 | 138 icon setting |
11757 | 139 * CHAT_USERS_ALIAS_COLUMN, CHAT_USERS_COLOR_COLUMN, |
12157 | 140 CHAT_USERS_BUDDY_COLUMN to the list of columns for the chat |
141 user list | |
11757 | 142 * gaim_account_add_buddy() |
143 * gaim_account_add_buddies() | |
144 * gaim_account_remove_buddy() | |
145 * gaim_account_remove_buddies() | |
146 * gaim_account_change_password() | |
147 * gaim_conversation_close_logs(), to force a conversation's log(s) to | |
12157 | 148 be closed. New logs will be opened as necessary. |
11774
60fb8b4b61c1
[gaim-migrate @ 14065]
Richard Laager <rlaager@wiktel.com>
parents:
11757
diff
changeset
|
149 * gaim_plugin_get_id() |
60fb8b4b61c1
[gaim-migrate @ 14065]
Richard Laager <rlaager@wiktel.com>
parents:
11757
diff
changeset
|
150 * gaim_plugin_get_name() |
60fb8b4b61c1
[gaim-migrate @ 14065]
Richard Laager <rlaager@wiktel.com>
parents:
11757
diff
changeset
|
151 * gaim_plugin_get_version() |
60fb8b4b61c1
[gaim-migrate @ 14065]
Richard Laager <rlaager@wiktel.com>
parents:
11757
diff
changeset
|
152 * gaim_plugin_get_summary() |
60fb8b4b61c1
[gaim-migrate @ 14065]
Richard Laager <rlaager@wiktel.com>
parents:
11757
diff
changeset
|
153 * gaim_plugin_get_description() |
60fb8b4b61c1
[gaim-migrate @ 14065]
Richard Laager <rlaager@wiktel.com>
parents:
11757
diff
changeset
|
154 * gaim_plugin_get_author() |
60fb8b4b61c1
[gaim-migrate @ 14065]
Richard Laager <rlaager@wiktel.com>
parents:
11757
diff
changeset
|
155 * gaim_plugin_get_homepage() |
11911
fe12abd6b879
[gaim-migrate @ 14202]
Richard Laager <rlaager@wiktel.com>
parents:
11907
diff
changeset
|
156 * gaim_gtkconv_switch_active_conversation(GaimConversation *) |
11926 | 157 * gaim_str_strip_char() to strip a given character from |
158 a given string | |
159 * gaim_util_chrreplace() to replace a given character with a | |
160 different character | |
12016
24c7fb94d3a3
[gaim-migrate @ 14309]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
11935
diff
changeset
|
161 * gaim_gtk_blist_toggle_visibility() to intelligently toggle the |
24c7fb94d3a3
[gaim-migrate @ 14309]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
11935
diff
changeset
|
162 visiblity of the buddy list |
24c7fb94d3a3
[gaim-migrate @ 14309]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
11935
diff
changeset
|
163 * gaim_gtk_blist_visibility_manager_add() to indicate the addition of a |
24c7fb94d3a3
[gaim-migrate @ 14309]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
11935
diff
changeset
|
164 visibility manager - see the docs for more information |
24c7fb94d3a3
[gaim-migrate @ 14309]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
11935
diff
changeset
|
165 * gaim_gtk_blist_visibility_manager_remove() to indicate the removal of |
24c7fb94d3a3
[gaim-migrate @ 14309]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
11935
diff
changeset
|
166 a visibility manager - see the docs for more information |
12021
1a86417abfc8
[gaim-migrate @ 14314]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
12016
diff
changeset
|
167 * gaim_gtk_conversations_get_first_unseen() to find the first conv |
1a86417abfc8
[gaim-migrate @ 14314]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
12016
diff
changeset
|
168 with an "unseen" state >= to the specified state |
12175
a655bdeb561d
[gaim-migrate @ 14477]
Richard Laager <rlaager@wiktel.com>
parents:
12163
diff
changeset
|
169 * gaim_gtk_conversations_fill_unseen_menu() to fill a menu with a list of |
a655bdeb561d
[gaim-migrate @ 14477]
Richard Laager <rlaager@wiktel.com>
parents:
12163
diff
changeset
|
170 conversations with an "unseen" state >= to the specified state |
12092 | 171 * gaim_gtk_create_prpl_icon() |
172 * gaim_gtk_create_prpl_icon_with_status() | |
12136
370f9d7868f9
[gaim-migrate @ 14436]
Richard Laager <rlaager@wiktel.com>
parents:
12129
diff
changeset
|
173 * gaim_gtk_pounces_manager_show() |
370f9d7868f9
[gaim-migrate @ 14436]
Richard Laager <rlaager@wiktel.com>
parents:
12129
diff
changeset
|
174 * gaim_gtk_pounces_manager_hide() |
370f9d7868f9
[gaim-migrate @ 14436]
Richard Laager <rlaager@wiktel.com>
parents:
12129
diff
changeset
|
175 * gaim_gtk_pounce_editor_show() |
12163
f6f08fd1841a
[gaim-migrate @ 14464]
Richard Laager <rlaager@wiktel.com>
parents:
12157
diff
changeset
|
176 * GAIM_STOCK_CONNECT, GAIM_STOCK_DISCONNECT |
f6f08fd1841a
[gaim-migrate @ 14464]
Richard Laager <rlaager@wiktel.com>
parents:
12157
diff
changeset
|
177 * GAIM_STOCK_PLUGIN |
12285
af257d8679fe
[gaim-migrate @ 14589]
Etan Reisner <pidgin@unreliablesource.net>
parents:
12257
diff
changeset
|
178 * gaim_account_request_add: Notifies the user that they were added to |
af257d8679fe
[gaim-migrate @ 14589]
Etan Reisner <pidgin@unreliablesource.net>
parents:
12257
diff
changeset
|
179 someone's buddy list, and offers them the choice |
af257d8679fe
[gaim-migrate @ 14589]
Etan Reisner <pidgin@unreliablesource.net>
parents:
12257
diff
changeset
|
180 of adding that person to their buddy list. |
12319
7630a95f3b8b
[gaim-migrate @ 14623]
Richard Laager <rlaager@wiktel.com>
parents:
12285
diff
changeset
|
181 * gaim_blist_alias_contact() |
12383
3f70719e375d
[gaim-migrate @ 14689]
Richard Laager <rlaager@wiktel.com>
parents:
12319
diff
changeset
|
182 * gaim_cipher_http_digest_calculate_session_key() |
3f70719e375d
[gaim-migrate @ 14689]
Richard Laager <rlaager@wiktel.com>
parents:
12319
diff
changeset
|
183 * gaim_cipher_http_digest_calculate_response() |
11757 | 184 |
12128
34deaeeb5d42
[gaim-migrate @ 14428]
Richard Laager <rlaager@wiktel.com>
parents:
12127
diff
changeset
|
185 Signals - Changed: (See the Doxygen docs for details on all signals.) |
34deaeeb5d42
[gaim-migrate @ 14428]
Richard Laager <rlaager@wiktel.com>
parents:
12127
diff
changeset
|
186 * Signal propagation now stops after a handler returns a non-NULL value. |
12157 | 187 This value is now returned. Previously, all registered handlers were |
188 called and the value from the last handler was used. | |
11757 | 189 * "received-im-msg" and "received-chat-msg" to match, both now pass a |
12157 | 190 conversation pointer and flags |
11757 | 191 * "receiving-im-msg" and "receving-chat-msg" to match, both now pass a |
12157 | 192 conversation pointer and a pointer to the flags. |
11757 | 193 * "drawing-tooltip": the second argument is now a GString* instead of |
12157 | 194 a char** |
11757 | 195 * "chat-invited" handlers can now return a value to control what happens |
12157 | 196 to the invite (accept, reject, prompt the user). |
11757 | 197 * "buddy-typing" and "buddy-typing-stopped": replaced the GaimConversation* |
12157 | 198 with GaimAccount*, const char *name. Also, the signal is now emitted |
199 regardless of whether a conversation exists and regardless of whether | |
200 the user is on the buddy list. | |
11757 | 201 |
12128
34deaeeb5d42
[gaim-migrate @ 14428]
Richard Laager <rlaager@wiktel.com>
parents:
12127
diff
changeset
|
202 Signals - Added: (See the Doxygen docs for details on all signals.) |
34deaeeb5d42
[gaim-migrate @ 14428]
Richard Laager <rlaager@wiktel.com>
parents:
12127
diff
changeset
|
203 * "account-disabled" |
34deaeeb5d42
[gaim-migrate @ 14428]
Richard Laager <rlaager@wiktel.com>
parents:
12127
diff
changeset
|
204 * "account-status-changed" |
34deaeeb5d42
[gaim-migrate @ 14428]
Richard Laager <rlaager@wiktel.com>
parents:
12127
diff
changeset
|
205 * "cipher-added" |
34deaeeb5d42
[gaim-migrate @ 14428]
Richard Laager <rlaager@wiktel.com>
parents:
12127
diff
changeset
|
206 * "cipher-removed" |
34deaeeb5d42
[gaim-migrate @ 14428]
Richard Laager <rlaager@wiktel.com>
parents:
12127
diff
changeset
|
207 * "conversation-dragging" |
34deaeeb5d42
[gaim-migrate @ 14428]
Richard Laager <rlaager@wiktel.com>
parents:
12127
diff
changeset
|
208 * "dbus-method-called" |
34deaeeb5d42
[gaim-migrate @ 14428]
Richard Laager <rlaager@wiktel.com>
parents:
12127
diff
changeset
|
209 * "dbus-introspect" |
34deaeeb5d42
[gaim-migrate @ 14428]
Richard Laager <rlaager@wiktel.com>
parents:
12127
diff
changeset
|
210 * "cipher-removed" |
34deaeeb5d42
[gaim-migrate @ 14428]
Richard Laager <rlaager@wiktel.com>
parents:
12127
diff
changeset
|
211 * "file-recv-accept" |
34deaeeb5d42
[gaim-migrate @ 14428]
Richard Laager <rlaager@wiktel.com>
parents:
12127
diff
changeset
|
212 * "file-recv-start" |
34deaeeb5d42
[gaim-migrate @ 14428]
Richard Laager <rlaager@wiktel.com>
parents:
12127
diff
changeset
|
213 * "file-recv-cancel" |
34deaeeb5d42
[gaim-migrate @ 14428]
Richard Laager <rlaager@wiktel.com>
parents:
12127
diff
changeset
|
214 * "file-recv-complete" |
34deaeeb5d42
[gaim-migrate @ 14428]
Richard Laager <rlaager@wiktel.com>
parents:
12127
diff
changeset
|
215 * "file-send-accept" |
34deaeeb5d42
[gaim-migrate @ 14428]
Richard Laager <rlaager@wiktel.com>
parents:
12127
diff
changeset
|
216 * "file-send-start" |
34deaeeb5d42
[gaim-migrate @ 14428]
Richard Laager <rlaager@wiktel.com>
parents:
12127
diff
changeset
|
217 * "file-send-cancel" |
34deaeeb5d42
[gaim-migrate @ 14428]
Richard Laager <rlaager@wiktel.com>
parents:
12127
diff
changeset
|
218 * "file-send-complete" |
34deaeeb5d42
[gaim-migrate @ 14428]
Richard Laager <rlaager@wiktel.com>
parents:
12127
diff
changeset
|
219 * "buddy-added" |
34deaeeb5d42
[gaim-migrate @ 14428]
Richard Laager <rlaager@wiktel.com>
parents:
12127
diff
changeset
|
220 * "buddy-removed" |
34deaeeb5d42
[gaim-migrate @ 14428]
Richard Laager <rlaager@wiktel.com>
parents:
12127
diff
changeset
|
221 * "blist-node-aliased" |
34deaeeb5d42
[gaim-migrate @ 14428]
Richard Laager <rlaager@wiktel.com>
parents:
12127
diff
changeset
|
222 * "buddy-status-changed" |
34deaeeb5d42
[gaim-migrate @ 14428]
Richard Laager <rlaager@wiktel.com>
parents:
12127
diff
changeset
|
223 * "buddy-idle-changed": A buddy's idle status changed. |
34deaeeb5d42
[gaim-migrate @ 14428]
Richard Laager <rlaager@wiktel.com>
parents:
12127
diff
changeset
|
224 * "buddy-icon-changed" |
34deaeeb5d42
[gaim-migrate @ 14428]
Richard Laager <rlaager@wiktel.com>
parents:
12127
diff
changeset
|
225 * "gtkblist-hiding" |
34deaeeb5d42
[gaim-migrate @ 14428]
Richard Laager <rlaager@wiktel.com>
parents:
12127
diff
changeset
|
226 * "gtkblist-unhiding" |
12129
216988c717da
[gaim-migrate @ 14429]
Richard Laager <rlaager@wiktel.com>
parents:
12128
diff
changeset
|
227 * "displaying-userinfo" |
11757 | 228 |
11935
cb73483c9f63
[gaim-migrate @ 14226]
Etan Reisner <pidgin@unreliablesource.net>
parents:
11926
diff
changeset
|
229 Signals - Removed: |
12053 | 230 * "account-away": replaced by account-status-changed |
12128
34deaeeb5d42
[gaim-migrate @ 14428]
Richard Laager <rlaager@wiktel.com>
parents:
12127
diff
changeset
|
231 * "account-warned" |
11935
cb73483c9f63
[gaim-migrate @ 14226]
Etan Reisner <pidgin@unreliablesource.net>
parents:
11926
diff
changeset
|
232 * "buddy-away": replaced by buddy-status-changed |
cb73483c9f63
[gaim-migrate @ 14226]
Etan Reisner <pidgin@unreliablesource.net>
parents:
11926
diff
changeset
|
233 * "buddy-back": replaced by buddy-status-changed |
cb73483c9f63
[gaim-migrate @ 14226]
Etan Reisner <pidgin@unreliablesource.net>
parents:
11926
diff
changeset
|
234 * "buddy-idle": replaced by buddy-idle-changed |
cb73483c9f63
[gaim-migrate @ 14226]
Etan Reisner <pidgin@unreliablesource.net>
parents:
11926
diff
changeset
|
235 * "buddy-unidle": replaced by buddy-idle-changed |
12097 | 236 * "buddy-icon-cached": replaced by buddy-icon-changed |
12128
34deaeeb5d42
[gaim-migrate @ 14428]
Richard Laager <rlaager@wiktel.com>
parents:
12127
diff
changeset
|
237 * "conversation-drag-end": replaced by "conversation-dragging" |
11935
cb73483c9f63
[gaim-migrate @ 14226]
Etan Reisner <pidgin@unreliablesource.net>
parents:
11926
diff
changeset
|
238 |
11757 | 239 version 1.5.0 (8/11/2005): |
240 * Added: gaim_xfer_conversation_write | |
241 Writes a messages to a conversation window with the use | |
242 of the associated file transfer. | |
243 | |
244 version 1.4.0 (7/7/2005): | |
245 * Added: gaim_buddy_icon_uncache() | |
246 Deletes a cached buddy icon for a specified buddy | |
247 * Added: gaim_buddy_icon_get_type | |
248 Attempts to determine the type of a given buddy icon. | |
249 * Added: buddy-icon-cached signal | |
250 Emitted when a new buddy icon is cached. | |
251 | |
252 version 1.3.1 (6/9/2005): | |
253 * No changes | |
254 | |
255 version 1.3.0 (5/10/2005): | |
256 * Added: gaim_blist_schedule_save() | |
257 This should be used instead of gaim_blist_sync when you | |
258 want the blist.xml file to be written to disk. There | |
259 should not be many occasions when you want to do this, | |
260 as the functions in the blist API that modify the buddy | |
261 list will normally call it for you. | |
262 * Added: OPT_PROTO_NO_NORMALIZE_CONV | |
263 Tells the conversation API to not normalize screen names | |
264 in conversations. This is used by the Jabber PRPL. | |
265 | |
266 version 1.2.1 (4/3/2005): | |
267 * No changes | |
268 | |
269 version 1.2.0 (3/17/2005): | |
270 * You can use gaim_signal_connect_priority() and | |
271 gaim_signal_connect_priority_vargs() to connect to | |
272 Gaim signals with a given priority (Will Gorman) | |
273 * Added: gaim_conversation_set_features | |
274 gaim_conversation_get_features | |
275 These allow plugins (notable prpls) to change the | |
276 formatting capabilities of an existing conversation. | |
277 This comes with a new "features" field in | |
278 GaimConversation (Christopher O'Brien) | |
279 * Added: GAIM_CONNECTION_NO_IMAGES to GaimConectionFlags | |
280 (Christopher O'Brien) | |
281 * Added: GAIM_CBFLAGS_TYPING to GaimConvChatBuddyFlags | |
282 (Christopher O'Brien) | |
283 * Added: gaim_account_request_add which takes the same arguments as | |
284 * gaim_account_notify_added but always asks the user if they want to add | |
285 * the buddy to the buddy list | |
286 * Added: An accompanying request_add GaimAccountUiOp | |
287 | |
288 version 1.1.4 (2/24/2005): | |
289 * No changes | |
290 | |
291 version 1.1.3 (2/17/2005): | |
292 * No changes | |
293 | |
294 version 1.1.2 (1/20/2005): | |
295 * No changes | |
296 | |
297 version 1.1.1 (12/28/2004): | |
298 * No changes | |
299 | |
300 version 1.1.0 (12/02/2004): | |
301 * Added: gaim_utf8_salvage | |
302 * Added: binary relocation support in prefix.h | |
303 WARNING: If your plugin uses anything inside the | |
304 #ifdef ENABLE_BINRELOC from prefix.h, it won't be | |
305 loadable on a copy of Gaim compiled without binreloc | |
306 support. In particular, watch out for the autoconf-like | |
307 macros, and accidently including them through internal.h, | |
308 which you probably shouldn't be including anyway. | |
10104 | 309 |
10034 | 310 version 1.0.0 (09/17/2004): |
9917 | 311 * Added: get_chat_name to the GaimPluginProtocolInfo struct |
9929 | 312 * Changed: gaim_blist_update_buddy_presence(), presence changed to |
10631 | 313 type gboolean |
10034 | 314 * Changed: the versioning scheme, and all the plugin structs |
9917 | 315 |
316 version 0.82 (08/26/2004): | |
9719 | 317 Gaim API: |
9759 | 318 * Removed: gaim_gtk_get_dispstyle(), gaim_gtk_change_text() |
319 * Removed: multi.h | |
320 * Renamed: ui.h to gtkdialogs.h | |
9794 | 321 * Renamed: gtkinternal.h to gtkgaim.h |
9759 | 322 * Renamed: show_info_dialog to gaim_gtkdialogs_info |
323 * Renamed: show_log_dialog to gaim_gtkdialogs_log | |
324 * Renamed: show_warn_dialog to gaim_gtkdialogs_warn | |
325 * Renamed: show_im_dialog to gaim_gtkdialogs_im | |
326 * Renamed: gaim_gtkdialogs_new_im to gaim_gtkdialogs_im_with_user | |
327 * Renamed: destroy_all_dialogs to gaim_gtkdialogs_destroy_all | |
328 * Renamed: alias_dialog_bud to gaim_gtkdialogs_alias_buddy | |
329 * Renamed: alias_dialog_contact to gaim_gtkdialogs_alias_contact | |
330 * Renamed: alias_dialog_blist_chat to gaim_gtkdialogs_alias_chat | |
331 * Renamed: show_confirm_del to gaim_gtkdialogs_remove_buddy | |
332 * Renamed: show_confirm_del_group to gaim_gtkdialogs_remove_group | |
333 * Renamed: show_confirm_del_blist_chat to gaim_gtkdialogs_remove_chat | |
334 * Renamed: show_confirm_del_contact to gaim_gtkdialogs_remove_contact | |
9761 | 335 * Renamed: show_about to gaim_gtkdialogs_about |
9799 | 336 * Added: gaim_notify_userinfo() and the associated notify_userinfo() UI op |
337 (someone who knows just why we have this can edit here) | |
9794 | 338 |
339 Buddy List API: | |
9761 | 340 * Changed: gaim_blist_request_add_chat(), added name parameter |
9794 | 341 * Added: gaim_contact_on_account() |
342 * Added: flags parameter to the GaimBlistNode struct | |
343 | |
344 Conversation API: | |
345 * Added: gaim_gtkconv_button_new() | |
9761 | 346 |
347 Protocol Plugin API: v7 | |
348 * Added: chat_info_defaults to the GaimPluginProtocolInfo struct | |
9719 | 349 |
9734 | 350 Signals: |
351 * Added: conversation-updated for any update to the data associated | |
352 with the conversation (topic, icon, adding to buddy list, etc.) | |
353 | |
9846 | 354 Conversation API: |
355 * Changed: gaim_conv_chat_add_user() (added new_arrival parameter) | |
356 | |
9719 | 357 version 0.81 (08/05/2004): |
9597 | 358 Commands API: |
359 * Most functions now have a void *data argument. | |
9620 | 360 |
361 Blist API: | |
9759 | 362 * Added: gaim_buddy_get_contact_alias |
363 * Renamed: gaim_get_buddy_alias to gaim_buddy_get_alias | |
364 * Renamed: gaim_get_buddy_alias_only to gaim_buddy_get_alias_only | |
9719 | 365 |
9554 | 366 Conversation API: |
9759 | 367 * Changed: gaim_conv_chat_add_user(), added flags parameter |
368 * Changed: gaim_conv_chat_add_users(), added GList of flags parameter | |
369 * Changed: gaim_conv_chat_get_users(), now returns a GList of | |
370 GaimConvChatBuddy's | |
371 * Changed: gaim_conv_chat_set_users() now expects a GList of | |
372 GaimConvChatBuddy's | |
9554 | 373 * Added: gaim_conv_chat_set_user_flags() |
9734 | 374 * Added: gaim_conv_chat_get_user_flags() |
375 * Added: gaim_conv_chat_find_user() | |
376 * Added: gaim_conv_chat_cb_new() | |
377 * Added: gaim_conv_chat_cb_find() | |
378 * Added: gaim_conv_chat_cb_destroy() | |
379 * Added: gaim_conv_chat_cb_get_name() | |
9554 | 380 |
381 Conversation UI ops: | |
382 * Added: chat_update_user() | |
383 | |
384 Signals: | |
385 * Changed: chat-buddy-joining & chat-buddy-joined now include the user's flags | |
9590 | 386 * Changed: chat-buddy-joining & chat-buddy-leaving are now booleans, return |
9734 | 387 TRUE if you don't want the join/leave to be displayed in the UI. |
9554 | 388 * Added: chat-buddy-flags for when user's flags change |
9734 | 389 gaim_marshal_VOID__POINTER_POINTER_POINTER_UINT_UINT (required for the new |
390 chat-buddy-flags signal) | |
9609 | 391 * Added: account-modified for when account settings have been changed. |
9554 | 392 |
9538 | 393 version 0.80 (07/15/2004): |
9460 | 394 Gaim API: |
9473 | 395 * Removed: PRPL numbers : gaim_account_set_protocol(), |
396 gaim_account_get_protocol(), gaim_accounts_find_with_prpl_num, | |
397 gaim_prpl_num_to_id(), gaim_prpl_id_to_num(), GaimProtocol | |
398 | |
399 Protocol Plugin API: v6 | |
400 * Added: can_receive_file & send_file to the GaimPluginProtocolInfo struct | |
9460 | 401 |
9515
425000e11511
[gaim-migrate @ 10342]
Christian Hammond <chipx86@chipx86.com>
parents:
9514
diff
changeset
|
402 Signals: |
9554 | 403 * 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
|
404 plugins can use serv_join_chat when the signal is emitted. |
9517 | 405 * 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
|
406 |
9384 | 407 version 0.79 (06/24/2004): |
9228
3de4cb53762b
[gaim-migrate @ 10024]
Christian Hammond <chipx86@chipx86.com>
parents:
9124
diff
changeset
|
408 Gaim API: |
3de4cb53762b
[gaim-migrate @ 10024]
Christian Hammond <chipx86@chipx86.com>
parents:
9124
diff
changeset
|
409 * gaim_url_parse() now takes two additional parameters, which are used |
3de4cb53762b
[gaim-migrate @ 10024]
Christian Hammond <chipx86@chipx86.com>
parents:
9124
diff
changeset
|
410 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
|
411 * Added: has_focus UI op to GaimConversationUiOps and |
947876140943
[gaim-migrate @ 10059]
Christian Hammond <chipx86@chipx86.com>
parents:
9228
diff
changeset
|
412 GaimConvWindowUiOps. |
947876140943
[gaim-migrate @ 10059]
Christian Hammond <chipx86@chipx86.com>
parents:
9228
diff
changeset
|
413 * Added: gaim_conversation_has_focus() and gaim_conv_window_has_focus(). |
9303 | 414 * Removed: gaim_blist_save() |
9228
3de4cb53762b
[gaim-migrate @ 10024]
Christian Hammond <chipx86@chipx86.com>
parents:
9124
diff
changeset
|
415 |
9336 | 416 Protocol Plugin API: v5 |
9301 | 417 * Changed: add_buddy, add_buddies, remove_buddy, remove_buddies, |
418 rename_group and remove_group to take GaimBuddy's and | |
419 GaimGroup's consistently. | |
9336 | 420 * Removed: OPT_PROTO_BUDDY_ICON (replaced by icon_spec) |
421 * Added: icon_spec to the GaimPluginProtocolInfo struct | |
9301 | 422 |
9124 | 423 version 0.78 (05/30/2004): |
9120
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
424 Plugin API: v4 |
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
425 * Added: actions - for plugins to add to the new Plugin Actions menu |
9052 | 426 |
9120
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
427 Loader Plugin API: v2 (no changes) |
9052 | 428 |
9120
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
429 Protocol Plugin API: v4 |
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
430 * 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
|
431 * Removed: actions (replaced by generic plugin actions) |
9052 | 432 |
9120
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
433 Perl Plugin API: v2 (no changes) |
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
434 TCL Plugin API: (no changes) |
9052 | 435 |
9120
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
436 Signals: |
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
437 * Added: "blist-node-extended-menu" for extending Buddy, Chat and |
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
438 Group right-click menus |
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
439 * Added: "drawing-tooltip" for plugins to allow plugins to change text |
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
440 appearing in tooltips |
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
441 * Added: "gtkblist-created" |
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
442 * Added: "receiving-im-msg" and "receiving-chat-msg" (these behave |
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
443 exactly like received-*-msg used to) |
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
444 * Added: "buddy-idle-updated" signal, for when the idle time changes. |
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
445 * Changed: "received-im-msg" and "received-chat-msg" no longer pass |
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
446 pointers to who, message and flags, and are now void. |
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
447 * Removed: "drawing-menu" - it was UI sepecific and |
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
448 "blist-node-extended-menu" is superior |
9052 | 449 |
450 version 0.77 (04/22/2004): | |
9120
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
451 Loader & Protocol Plugins independantly versioned |
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
452 Plugin loading now checks versioning on plugins (Standard, Loader & |
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
453 Protocol) |
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
454 new GAIM_{PLUGIN,PRPL,LOADER}_API_VERSION constants |
9052 | 455 |
9120
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
456 Plugin API: v3 |
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
457 * Added: prefs_info for UI independant plugin prefs |
9052 | 458 |
9120
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
459 Loader Plugin API: v2 |
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
460 * Added: api_version at top of GaimPluginLoaderInfo struct |
9052 | 461 |
9120
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
462 Protocol Plugin API: v2 |
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
463 * Added: api_version at top of GaimPluginProtocolInfo struct |
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
464 * Added: chat_menu for protocol specific extensions to the chat menu |
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
465 * Removed: get_away "Nada used it. Pink elephants on parade." |
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
466 * Removed: protocol_prefs (replaced by generic plugin prefs_info) |
9052 | 467 |
9120
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
468 Perl Plugin API: v2 (no changes) |
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
469 TCL API: (no changes) |
9052 | 470 |
9120
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
471 Signals: |
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
472 * Added: "conversation-drag-ended" |
9052 | 473 |
474 version 0.76 (04/01/2004): | |
9120
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
475 Plugin API: v2 |
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
476 Perl Plugin API: v2 |
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
477 Loader Plugin API: (not versioned) |
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
478 Protocol Plugin API: (not versioned) |
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
479 * Added: protocol_prefs for protocol specific preferences |
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
480 * Added: reject_chat so protocols can act on chat invite rejection |
9052 | 481 |
9120
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
482 TCL Plugin API: (not versioned) |
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
483 * Changes to plugin registration to show descriptions |
9052 | 484 |