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