Mercurial > pidgin
annotate plugins/ChangeLog.API @ 11943:0110fc7c6a8a
[gaim-migrate @ 14234]
Bringing things up to date with the last Meanwhile release, 0.5.0 and the last
gaim-meanwhile plugin release, 1.2.5 (which should be the last plugin release
against oldstatus, if all goes well with HEAD and no major bugs crop up)
It builds, so that's a start. The status bits that have been empty since the
first import of the sametime stuff are still empty, but I'm going to try and
fill those in tomorrow. I've decided to try and start using HEAD actively, to
encourage me to get this freaking prpl fully functional.
committer: Tailor Script <tailor@pidgin.im>
| author | Christopher O'Brien <siege@pidgin.im> |
|---|---|
| date | Wed, 02 Nov 2005 03:39:03 +0000 |
| parents | cb73483c9f63 |
| children | 24c7fb94d3a3 |
| 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 | |
| 8 own widgets to it | |
| 9 * gaim_find_conversation_with_account, added a "type" parameter | |
| 10 * gaim_gtk_prefs_labeled_spin_button, the "key" parameter is now a | |
| 11 const char* instead of just a char* | |
| 12 * gaim_gtk_prefs_labeled_entry, the "key" parameter is now a const char* | |
| 13 instead of just a char* | |
| 14 * the add_buddy perl sub. The sub now takes the account as the first | |
| 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. | |
| 17 * gaim_blist_node_action_new, added a fourth argument, a GList of | |
| 18 GaimBlistNodeActions to be created as a submenu of the item. | |
| 19 * gaim_connection_new, gaim_account_connect and gaim_account_register no | |
| 20 longer return a GaimConnection | |
| 21 * keep_alive in GaimConnection is renamed to keepalive | |
| 22 * gaim_mkstemp, added a second argument, a boolean, of whether or not the | |
| 23 file is binary | |
| 24 * gaim_log_logger_new, rewritten | |
| 25 * gaim_conv_window_remove_conversation()'s last argument to be a | |
| 26 GaimConversation. | |
| 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 | |
| 34 gaim_buddy_icon_unref() immediately if you don't want a reference (the | |
| 35 old behavior). | |
| 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 | |
| 42 const char *name, const char *alias | |
| 43 * gaim_conv_chat_add_users(), added extra_msgs and new_arrivals (pass NULL | |
| 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 | |
| 48 conversation can have multiple logs at once | |
| 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 | |
| 11757 | 55 |
| 56 Removed: | |
| 57 * gaim_gtk_sound_{get,set}_mute() (replaced by the /gaim/gtk/sound/mute | |
| 58 preference) | |
| 59 * gaim_escape_html(const char *html) (use g_markup_escape_text(html, -1) | |
| 60 instead) | |
| 61 * gaim_accounts_sync, account changes are now scheduled to be saved | |
| 62 automatically | |
| 63 * gaim_connection_connect | |
| 64 * gaim_connection_disconnect | |
| 65 * gaim_connection_register | |
| 66 * gaim_accounts_auto_login | |
| 67 * gaim_find_conversation, use gaim_find_conversation_with_account instead | |
| 68 * serv_login | |
| 69 * serv_close | |
| 70 * serv_finish_login | |
| 71 * gaim_chat_get_display_name | |
| 72 * gaim_conversation_set_history, gaim_conversation_get_history, and | |
| 73 GaimConversation->history. Use gtk_imhtml_get_markup instead. | |
| 74 * serv_rename_group | |
| 75 * set_gaim_user_dir to gaim_util_set_user_dir | |
| 76 * create_prpl_icon to gaim_gtk_create_prpl_icon | |
| 77 * Window flashing support in the core: gaim_conv_window_flash, and flash UI | |
| 78 operation for conversations. Use signal "received-im-msg" or similar. | |
| 79 * All warning stuff from the core. | |
| 80 * gaim_gtkconv_get_dest_tab_at_xy(), instead use gaim_gtkconv_get_tab_at_xy() | |
| 81 * chat_add_user from GaimConversationUiOps | |
| 82 * uc from the GaimBuddy struct | |
| 83 * gaim_sound_get_handle() | |
| 84 * gaim_debug_vargs() | |
| 85 * serv_add_buddy(); use gaim_account_add_buddy() instead | |
| 86 * serv_add_buddies(); use gaim_account_add_buddies() instead | |
| 87 * serv_remove_buddy(); use gaim_account_remove_buddy() instead | |
| 88 * serv_remove_buddies(); use gaim_account_remove_buddies() instead | |
| 89 * serv_change_passwd(); use gaim_account_change_password() instead | |
| 11907 | 90 * serv_touch_idle(): use gaim_gtk_check_idle() instead |
| 11757 | 91 * GaimGtkImPane->a_virgin |
| 11926 | 92 * gaim_str_strip_cr(); use gaim_str_strip_char(str, '\r') instead |
| 10074 | 93 |
| 11757 | 94 Added: |
| 95 * gaim_prefs_disconnect_by_handle() | |
| 96 * a password field to GaimConnection, which only persists for the | |
| 97 session (when "remember password" is false, account->password is | |
| 98 NEVER set) Use gaim_connection_get_password(GaimConnection *gc) | |
| 99 * gaim_log_common_writer, gaim_log_common_lister, gaim_log_common_sizer, | |
| 100 and gaim_log_get_log_dir to allow log formats that use standard Gaim | |
| 101 log directory to use Gaim's built-in code for these purposes. | |
| 102 * GaimLogCommonLoggerData struct for a basic logger_data struct to be | |
| 103 used with "common" logger functions. | |
| 104 * gaim_gtk_blist_node_is_contact_expanded, returns TRUE if the given | |
| 105 blist node is a buddy inside an expanded contact, or is itself an | |
| 106 expanded contact | |
| 107 * GaimLogSet struct, get_log_sets function to GaimLogLogger, | |
| 108 gaim_log_get_log_sets, gaim_log_set_compare | |
| 109 * gaim_privacy_check(), to check if a given user is allowed to send | |
| 110 messages to the specified account | |
| 111 * gtk_imhtml_clear_formatting() | |
| 112 * 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
|
113 * gtk_imhtml_get_protocol_name() |
| 11757 | 114 * gaim_buddy_icons_get_full_path(), to get the full path of a buddy |
| 115 icon setting | |
| 116 * CHAT_USERS_ALIAS_COLUMN, CHAT_USERS_COLOR_COLUMN, | |
| 117 CHAT_USERS_BUDDY_COLUMN to the list of columns for the chat | |
| 118 user list | |
| 119 * gaim_account_add_buddy() | |
| 120 * gaim_account_add_buddies() | |
| 121 * gaim_account_remove_buddy() | |
| 122 * gaim_account_remove_buddies() | |
| 123 * gaim_account_change_password() | |
| 124 * gaim_conversation_close_logs(), to force a conversation's log(s) to | |
| 125 be closed. New logs will be opened as necessary. | |
|
11774
60fb8b4b61c1
[gaim-migrate @ 14065]
Richard Laager <rlaager@wiktel.com>
parents:
11757
diff
changeset
|
126 * gaim_plugin_get_id() |
|
60fb8b4b61c1
[gaim-migrate @ 14065]
Richard Laager <rlaager@wiktel.com>
parents:
11757
diff
changeset
|
127 * gaim_plugin_get_name() |
|
60fb8b4b61c1
[gaim-migrate @ 14065]
Richard Laager <rlaager@wiktel.com>
parents:
11757
diff
changeset
|
128 * gaim_plugin_get_version() |
|
60fb8b4b61c1
[gaim-migrate @ 14065]
Richard Laager <rlaager@wiktel.com>
parents:
11757
diff
changeset
|
129 * gaim_plugin_get_summary() |
|
60fb8b4b61c1
[gaim-migrate @ 14065]
Richard Laager <rlaager@wiktel.com>
parents:
11757
diff
changeset
|
130 * gaim_plugin_get_description() |
|
60fb8b4b61c1
[gaim-migrate @ 14065]
Richard Laager <rlaager@wiktel.com>
parents:
11757
diff
changeset
|
131 * gaim_plugin_get_author() |
|
60fb8b4b61c1
[gaim-migrate @ 14065]
Richard Laager <rlaager@wiktel.com>
parents:
11757
diff
changeset
|
132 * gaim_plugin_get_homepage() |
|
11911
fe12abd6b879
[gaim-migrate @ 14202]
Richard Laager <rlaager@wiktel.com>
parents:
11907
diff
changeset
|
133 * gaim_gtkconv_switch_active_conversation(GaimConversation *) |
| 11926 | 134 * gaim_str_strip_char() to strip a given character from |
| 135 a given string | |
| 136 * gaim_util_chrreplace() to replace a given character with a | |
| 137 different character | |
| 11757 | 138 |
| 139 Signals - Changed: | |
| 140 * "received-im-msg" and "received-chat-msg" to match, both now pass a | |
| 141 conversation pointer and flags | |
| 142 * "receiving-im-msg" and "receving-chat-msg" to match, both now pass a | |
| 143 conversation pointer and a pointer to the flags. | |
| 144 * "drawing-tooltip": the second argument is now a GString* instead of | |
| 145 a char** | |
| 146 * Signal propagation now stops after a handler returns a non-NULL value. | |
| 147 This value is now returned. Previously, all registered handlers were | |
| 148 called and the value from the last handler was used. | |
| 149 * "chat-invited" handlers can now return a value to control what happens | |
| 150 to the invite (accept, reject, prompt the user). See the Doxygen | |
| 151 documentation for the details. | |
| 152 * Renamed "conversation-drag-end" to "conversation-dragging" and emit | |
| 153 before the conv. window swap happens. This prevents the old conv window | |
| 154 from being freed before the signal emits. | |
| 155 * "buddy-typing" and "buddy-typing-stopped": replaced the GaimConversation* | |
| 156 with GaimAccount*, const char *name. Also, the signal is now emitted | |
| 157 regardless of whether a conversation exists and regardless of whether | |
| 158 the user is on the buddy list. | |
| 159 | |
| 160 Signals - Added: | |
| 161 * "file-recv-accept": See Doxygen docs for details. | |
| 162 * "file-recv-start": See Doxygen docs for details. | |
| 163 * "file-recv-cancel": See Doxygen docs for details. | |
| 164 * "file-recv-complete": See Doxygen docs for details. | |
| 165 * "file-send-accept": See Doxygen docs for details. | |
| 166 * "file-send-start": See Doxygen docs for details. | |
| 167 * "file-send-cancel": See Doxygen docs for details. | |
| 168 * "file-send-complete": See Doxygen docs for details. | |
| 169 * "buddy-added": Self explanatory; see Doxygen docs for full details. | |
| 170 * "buddy-removed": Self explanatory; see Doxygen docs for full details. | |
|
11935
cb73483c9f63
[gaim-migrate @ 14226]
Etan Reisner <pidgin@unreliablesource.net>
parents:
11926
diff
changeset
|
171 * "blist-node-aliased": An alias was set for a buddy, chat or contact. |
|
cb73483c9f63
[gaim-migrate @ 14226]
Etan Reisner <pidgin@unreliablesource.net>
parents:
11926
diff
changeset
|
172 * "buddy-status-changed": A buddy changed status; see Doxygen docs for full details. |
|
cb73483c9f63
[gaim-migrate @ 14226]
Etan Reisner <pidgin@unreliablesource.net>
parents:
11926
diff
changeset
|
173 * "buddy-idle-changed": A buddy's idle status changed; see Doxygen docs for full details. |
| 11757 | 174 See Doxygen docs for details. |
| 175 | |
|
11935
cb73483c9f63
[gaim-migrate @ 14226]
Etan Reisner <pidgin@unreliablesource.net>
parents:
11926
diff
changeset
|
176 Signals - Removed: |
|
cb73483c9f63
[gaim-migrate @ 14226]
Etan Reisner <pidgin@unreliablesource.net>
parents:
11926
diff
changeset
|
177 * "buddy-away": replaced by buddy-status-changed |
|
cb73483c9f63
[gaim-migrate @ 14226]
Etan Reisner <pidgin@unreliablesource.net>
parents:
11926
diff
changeset
|
178 * "buddy-back": replaced by buddy-status-changed |
|
cb73483c9f63
[gaim-migrate @ 14226]
Etan Reisner <pidgin@unreliablesource.net>
parents:
11926
diff
changeset
|
179 * "buddy-idle": replaced by buddy-idle-changed |
|
cb73483c9f63
[gaim-migrate @ 14226]
Etan Reisner <pidgin@unreliablesource.net>
parents:
11926
diff
changeset
|
180 * "buddy-unidle": replaced by buddy-idle-changed |
|
cb73483c9f63
[gaim-migrate @ 14226]
Etan Reisner <pidgin@unreliablesource.net>
parents:
11926
diff
changeset
|
181 |
| 11757 | 182 version 1.5.0 (8/11/2005): |
| 183 * Added: gaim_xfer_conversation_write | |
| 184 Writes a messages to a conversation window with the use | |
| 185 of the associated file transfer. | |
| 186 | |
| 187 version 1.4.0 (7/7/2005): | |
| 188 * Added: gaim_buddy_icon_uncache() | |
| 189 Deletes a cached buddy icon for a specified buddy | |
| 190 * Added: gaim_buddy_icon_get_type | |
| 191 Attempts to determine the type of a given buddy icon. | |
| 192 * Added: buddy-icon-cached signal | |
| 193 Emitted when a new buddy icon is cached. | |
| 194 | |
| 195 version 1.3.1 (6/9/2005): | |
| 196 * No changes | |
| 197 | |
| 198 version 1.3.0 (5/10/2005): | |
| 199 * Added: gaim_blist_schedule_save() | |
| 200 This should be used instead of gaim_blist_sync when you | |
| 201 want the blist.xml file to be written to disk. There | |
| 202 should not be many occasions when you want to do this, | |
| 203 as the functions in the blist API that modify the buddy | |
| 204 list will normally call it for you. | |
| 205 * Added: OPT_PROTO_NO_NORMALIZE_CONV | |
| 206 Tells the conversation API to not normalize screen names | |
| 207 in conversations. This is used by the Jabber PRPL. | |
| 208 | |
| 209 version 1.2.1 (4/3/2005): | |
| 210 * No changes | |
| 211 | |
| 212 version 1.2.0 (3/17/2005): | |
| 213 * You can use gaim_signal_connect_priority() and | |
| 214 gaim_signal_connect_priority_vargs() to connect to | |
| 215 Gaim signals with a given priority (Will Gorman) | |
| 216 * Added: gaim_conversation_set_features | |
| 217 gaim_conversation_get_features | |
| 218 These allow plugins (notable prpls) to change the | |
| 219 formatting capabilities of an existing conversation. | |
| 220 This comes with a new "features" field in | |
| 221 GaimConversation (Christopher O'Brien) | |
| 222 * Added: GAIM_CONNECTION_NO_IMAGES to GaimConectionFlags | |
| 223 (Christopher O'Brien) | |
| 224 * Added: GAIM_CBFLAGS_TYPING to GaimConvChatBuddyFlags | |
| 225 (Christopher O'Brien) | |
| 226 * Added: gaim_account_request_add which takes the same arguments as | |
| 227 * gaim_account_notify_added but always asks the user if they want to add | |
| 228 * the buddy to the buddy list | |
| 229 * Added: An accompanying request_add GaimAccountUiOp | |
| 230 | |
| 231 version 1.1.4 (2/24/2005): | |
| 232 * No changes | |
| 233 | |
| 234 version 1.1.3 (2/17/2005): | |
| 235 * No changes | |
| 236 | |
| 237 version 1.1.2 (1/20/2005): | |
| 238 * No changes | |
| 239 | |
| 240 version 1.1.1 (12/28/2004): | |
| 241 * No changes | |
| 242 | |
| 243 version 1.1.0 (12/02/2004): | |
| 244 * Added: gaim_utf8_salvage | |
| 245 * Added: binary relocation support in prefix.h | |
| 246 WARNING: If your plugin uses anything inside the | |
| 247 #ifdef ENABLE_BINRELOC from prefix.h, it won't be | |
| 248 loadable on a copy of Gaim compiled without binreloc | |
| 249 support. In particular, watch out for the autoconf-like | |
| 250 macros, and accidently including them through internal.h, | |
| 251 which you probably shouldn't be including anyway. | |
| 10104 | 252 |
| 10034 | 253 version 1.0.0 (09/17/2004): |
| 9917 | 254 * Added: get_chat_name to the GaimPluginProtocolInfo struct |
| 9929 | 255 * Changed: gaim_blist_update_buddy_presence(), presence changed to |
| 10631 | 256 type gboolean |
| 10034 | 257 * Changed: the versioning scheme, and all the plugin structs |
| 9917 | 258 |
| 259 version 0.82 (08/26/2004): | |
| 9719 | 260 Gaim API: |
| 9759 | 261 * Removed: gaim_gtk_get_dispstyle(), gaim_gtk_change_text() |
| 262 * Removed: multi.h | |
| 263 * Renamed: ui.h to gtkdialogs.h | |
| 9794 | 264 * Renamed: gtkinternal.h to gtkgaim.h |
| 9759 | 265 * Renamed: show_info_dialog to gaim_gtkdialogs_info |
| 266 * Renamed: show_log_dialog to gaim_gtkdialogs_log | |
| 267 * Renamed: show_warn_dialog to gaim_gtkdialogs_warn | |
| 268 * Renamed: show_im_dialog to gaim_gtkdialogs_im | |
| 269 * Renamed: gaim_gtkdialogs_new_im to gaim_gtkdialogs_im_with_user | |
| 270 * Renamed: destroy_all_dialogs to gaim_gtkdialogs_destroy_all | |
| 271 * Renamed: alias_dialog_bud to gaim_gtkdialogs_alias_buddy | |
| 272 * Renamed: alias_dialog_contact to gaim_gtkdialogs_alias_contact | |
| 273 * Renamed: alias_dialog_blist_chat to gaim_gtkdialogs_alias_chat | |
| 274 * Renamed: show_confirm_del to gaim_gtkdialogs_remove_buddy | |
| 275 * Renamed: show_confirm_del_group to gaim_gtkdialogs_remove_group | |
| 276 * Renamed: show_confirm_del_blist_chat to gaim_gtkdialogs_remove_chat | |
| 277 * Renamed: show_confirm_del_contact to gaim_gtkdialogs_remove_contact | |
| 9761 | 278 * Renamed: show_about to gaim_gtkdialogs_about |
| 9799 | 279 * Added: gaim_notify_userinfo() and the associated notify_userinfo() UI op |
| 280 (someone who knows just why we have this can edit here) | |
| 9794 | 281 |
| 282 Buddy List API: | |
| 9761 | 283 * Changed: gaim_blist_request_add_chat(), added name parameter |
| 9794 | 284 * Added: gaim_contact_on_account() |
| 285 * Added: flags parameter to the GaimBlistNode struct | |
| 286 | |
| 287 Conversation API: | |
| 288 * Added: gaim_gtkconv_button_new() | |
| 9761 | 289 |
| 290 Protocol Plugin API: v7 | |
| 291 * Added: chat_info_defaults to the GaimPluginProtocolInfo struct | |
| 9719 | 292 |
| 9734 | 293 Signals: |
| 294 * Added: conversation-updated for any update to the data associated | |
| 295 with the conversation (topic, icon, adding to buddy list, etc.) | |
| 296 | |
| 9846 | 297 Conversation API: |
| 298 * Changed: gaim_conv_chat_add_user() (added new_arrival parameter) | |
| 299 | |
| 9719 | 300 version 0.81 (08/05/2004): |
| 9597 | 301 Commands API: |
| 302 * Most functions now have a void *data argument. | |
| 9620 | 303 |
| 304 Blist API: | |
| 9759 | 305 * Added: gaim_buddy_get_contact_alias |
| 306 * Renamed: gaim_get_buddy_alias to gaim_buddy_get_alias | |
| 307 * Renamed: gaim_get_buddy_alias_only to gaim_buddy_get_alias_only | |
| 9719 | 308 |
| 9554 | 309 Conversation API: |
| 9759 | 310 * Changed: gaim_conv_chat_add_user(), added flags parameter |
| 311 * Changed: gaim_conv_chat_add_users(), added GList of flags parameter | |
| 312 * Changed: gaim_conv_chat_get_users(), now returns a GList of | |
| 313 GaimConvChatBuddy's | |
| 314 * Changed: gaim_conv_chat_set_users() now expects a GList of | |
| 315 GaimConvChatBuddy's | |
| 9554 | 316 * Added: gaim_conv_chat_set_user_flags() |
| 9734 | 317 * Added: gaim_conv_chat_get_user_flags() |
| 318 * Added: gaim_conv_chat_find_user() | |
| 319 * Added: gaim_conv_chat_cb_new() | |
| 320 * Added: gaim_conv_chat_cb_find() | |
| 321 * Added: gaim_conv_chat_cb_destroy() | |
| 322 * Added: gaim_conv_chat_cb_get_name() | |
| 9554 | 323 |
| 324 Conversation UI ops: | |
| 325 * Added: chat_update_user() | |
| 326 | |
| 327 Signals: | |
| 328 * Changed: chat-buddy-joining & chat-buddy-joined now include the user's flags | |
| 9590 | 329 * Changed: chat-buddy-joining & chat-buddy-leaving are now booleans, return |
| 9734 | 330 TRUE if you don't want the join/leave to be displayed in the UI. |
| 9554 | 331 * Added: chat-buddy-flags for when user's flags change |
| 9734 | 332 gaim_marshal_VOID__POINTER_POINTER_POINTER_UINT_UINT (required for the new |
| 333 chat-buddy-flags signal) | |
| 9609 | 334 * Added: account-modified for when account settings have been changed. |
| 9554 | 335 |
| 9538 | 336 version 0.80 (07/15/2004): |
| 9460 | 337 Gaim API: |
| 9473 | 338 * Removed: PRPL numbers : gaim_account_set_protocol(), |
| 339 gaim_account_get_protocol(), gaim_accounts_find_with_prpl_num, | |
| 340 gaim_prpl_num_to_id(), gaim_prpl_id_to_num(), GaimProtocol | |
| 341 | |
| 342 Protocol Plugin API: v6 | |
| 343 * Added: can_receive_file & send_file to the GaimPluginProtocolInfo struct | |
| 9460 | 344 |
|
9515
425000e11511
[gaim-migrate @ 10342]
Christian Hammond <chipx86@chipx86.com>
parents:
9514
diff
changeset
|
345 Signals: |
| 9554 | 346 * 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
|
347 plugins can use serv_join_chat when the signal is emitted. |
| 9517 | 348 * 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
|
349 |
| 9384 | 350 version 0.79 (06/24/2004): |
|
9228
3de4cb53762b
[gaim-migrate @ 10024]
Christian Hammond <chipx86@chipx86.com>
parents:
9124
diff
changeset
|
351 Gaim API: |
|
3de4cb53762b
[gaim-migrate @ 10024]
Christian Hammond <chipx86@chipx86.com>
parents:
9124
diff
changeset
|
352 * gaim_url_parse() now takes two additional parameters, which are used |
|
3de4cb53762b
[gaim-migrate @ 10024]
Christian Hammond <chipx86@chipx86.com>
parents:
9124
diff
changeset
|
353 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
|
354 * Added: has_focus UI op to GaimConversationUiOps and |
|
947876140943
[gaim-migrate @ 10059]
Christian Hammond <chipx86@chipx86.com>
parents:
9228
diff
changeset
|
355 GaimConvWindowUiOps. |
|
947876140943
[gaim-migrate @ 10059]
Christian Hammond <chipx86@chipx86.com>
parents:
9228
diff
changeset
|
356 * Added: gaim_conversation_has_focus() and gaim_conv_window_has_focus(). |
| 9303 | 357 * Removed: gaim_blist_save() |
|
9228
3de4cb53762b
[gaim-migrate @ 10024]
Christian Hammond <chipx86@chipx86.com>
parents:
9124
diff
changeset
|
358 |
| 9336 | 359 Protocol Plugin API: v5 |
| 9301 | 360 * Changed: add_buddy, add_buddies, remove_buddy, remove_buddies, |
| 361 rename_group and remove_group to take GaimBuddy's and | |
| 362 GaimGroup's consistently. | |
| 9336 | 363 * Removed: OPT_PROTO_BUDDY_ICON (replaced by icon_spec) |
| 364 * Added: icon_spec to the GaimPluginProtocolInfo struct | |
| 9301 | 365 |
| 9124 | 366 version 0.78 (05/30/2004): |
|
9120
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
367 Plugin API: v4 |
|
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
368 * Added: actions - for plugins to add to the new Plugin Actions menu |
| 9052 | 369 |
|
9120
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
370 Loader Plugin API: v2 (no changes) |
| 9052 | 371 |
|
9120
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
372 Protocol Plugin API: v4 |
|
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
373 * 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
|
374 * Removed: actions (replaced by generic plugin actions) |
| 9052 | 375 |
|
9120
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
376 Perl Plugin API: v2 (no changes) |
|
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
377 TCL Plugin API: (no changes) |
| 9052 | 378 |
|
9120
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
379 Signals: |
|
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
380 * Added: "blist-node-extended-menu" for extending Buddy, Chat and |
|
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
381 Group right-click menus |
|
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
382 * Added: "drawing-tooltip" for plugins to allow plugins to change text |
|
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
383 appearing in tooltips |
|
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
384 * Added: "gtkblist-created" |
|
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
385 * Added: "receiving-im-msg" and "receiving-chat-msg" (these behave |
|
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
386 exactly like received-*-msg used to) |
|
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
387 * Added: "buddy-idle-updated" signal, for when the idle time changes. |
|
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
388 * Changed: "received-im-msg" and "received-chat-msg" no longer pass |
|
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
389 pointers to who, message and flags, and are now void. |
|
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
390 * Removed: "drawing-menu" - it was UI sepecific and |
|
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
391 "blist-node-extended-menu" is superior |
| 9052 | 392 |
| 393 version 0.77 (04/22/2004): | |
|
9120
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
394 Loader & Protocol Plugins independantly versioned |
|
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
395 Plugin loading now checks versioning on plugins (Standard, Loader & |
|
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
396 Protocol) |
|
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
397 new GAIM_{PLUGIN,PRPL,LOADER}_API_VERSION constants |
| 9052 | 398 |
|
9120
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
399 Plugin API: v3 |
|
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
400 * Added: prefs_info for UI independant plugin prefs |
| 9052 | 401 |
|
9120
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
402 Loader Plugin API: v2 |
|
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
403 * Added: api_version at top of GaimPluginLoaderInfo struct |
| 9052 | 404 |
|
9120
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
405 Protocol Plugin API: v2 |
|
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
406 * Added: api_version at top of GaimPluginProtocolInfo struct |
|
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
407 * Added: chat_menu for protocol specific extensions to the chat menu |
|
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
408 * Removed: get_away "Nada used it. Pink elephants on parade." |
|
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
409 * Removed: protocol_prefs (replaced by generic plugin prefs_info) |
| 9052 | 410 |
|
9120
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
411 Perl Plugin API: v2 (no changes) |
|
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
412 TCL API: (no changes) |
| 9052 | 413 |
|
9120
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
414 Signals: |
|
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
415 * Added: "conversation-drag-ended" |
| 9052 | 416 |
| 417 version 0.76 (04/01/2004): | |
|
9120
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
418 Plugin API: v2 |
|
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
419 Perl Plugin API: v2 |
|
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
420 Loader Plugin API: (not versioned) |
|
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
421 Protocol Plugin API: (not versioned) |
|
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
422 * Added: protocol_prefs for protocol specific preferences |
|
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
423 * Added: reject_chat so protocols can act on chat invite rejection |
| 9052 | 424 |
|
9120
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
425 TCL Plugin API: (not versioned) |
|
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
426 * Changes to plugin registration to show descriptions |
| 9052 | 427 |
