Mercurial > pidgin
annotate plugins/ChangeLog.API @ 11706:bcc49c25ef90
[gaim-migrate @ 13997]
Generalize the buddy-typing and buddy-typing-stopped signals.
committer: Tailor Script <tailor@pidgin.im>
| author | Richard Laager <rlaager@wiktel.com> |
|---|---|
| date | Fri, 21 Oct 2005 19:03:51 +0000 |
| parents | 872932089400 |
| children | a8f8939b968e |
| rev | line source |
|---|---|
| 9052 | 1 Gaim: The Pimpin' Penguin IM Client that's good for the soul! |
| 2 | |
| 10971 | 3 version 2.0.0: |
| 10074 | 4 * Changed: All the status stuff. Yay! |
| 10087 | 5 * Changed: gaim_prefs_connect_callback(), added handle parameter |
|
10812
d087e928ffd1
[gaim-migrate @ 12465]
Luke Schierer <lschiere@pidgin.im>
parents:
10808
diff
changeset
|
6 * Added: gaim_prefs_disconnect_by_handle() |
| 10074 | 7 * Removed: gaim_gtk_sound_{get,set}_mute() (replaced by the |
| 8 /gaim/gtk/sound/mute preference) | |
| 10100 | 9 * Changed: gtk_imhtml_toolbar now descends from GtkHBox making it |
| 10631 | 10 easier to add your own widgets to it |
| 10246 | 11 * Changed: gaim_find_conversation_with_account, added a "type" parameter |
| 10478 | 12 * Changed: gaim_gtk_prefs_labeled_spin_button, the "key" parameter is |
| 10631 | 13 now a const char* instead of just a char* |
| 10478 | 14 * Changed: gaim_gtk_prefs_labeled_entry, the "key" parameter is |
| 10631 | 15 now a const char* instead of just a char* |
| 16 * Changed: the add_buddy perl sub. The argument now takes the account | |
| 17 as the first argument, and buddy and group as the second and | |
| 18 third. It also adds the buddy to the server-side buddy | |
| 19 list of the given account. | |
|
10670
cfb1f4b08ab1
[gaim-migrate @ 12210]
Etan Reisner <pidgin@unreliablesource.net>
parents:
10631
diff
changeset
|
20 * Changed: gaim_blist_node_action_new, added a fourth argument, a GList |
|
cfb1f4b08ab1
[gaim-migrate @ 12210]
Etan Reisner <pidgin@unreliablesource.net>
parents:
10631
diff
changeset
|
21 of GaimBlistNodeActions to be created as a submenu of the item. |
|
10732
c4cb90065e1d
[gaim-migrate @ 12334]
Luke Schierer <lschiere@pidgin.im>
parents:
10670
diff
changeset
|
22 * Removed: gaim_escape_html(const char *html) (use |
|
c4cb90065e1d
[gaim-migrate @ 12334]
Luke Schierer <lschiere@pidgin.im>
parents:
10670
diff
changeset
|
23 g_markup_escape_text(html, -1) instead) |
| 10752 | 24 * Removed: gaim_accounts_sync, account changes are now scheduled to be saved |
| 25 automatically | |
| 26 * Removed: gaim_connection_connect | |
| 27 * Removed: gaim_connection_disconnect | |
| 28 * Removed: gaim_connection_register | |
| 29 * Removed: gaim_accounts_auto_login | |
| 10818 | 30 * Removed: gaim_find_conversation, use gaim_find_conversation_with_account instead |
| 10752 | 31 * Changed: gaim_connection_new, gaim_account_connect and gaim_account_register |
| 32 no longer return a GaimConnection | |
| 33 * Added: a password field to GaimConnection, which only persists for the | |
| 34 session (when "remember password" is false, account->password is NEVER set) | |
|
10812
d087e928ffd1
[gaim-migrate @ 12465]
Luke Schierer <lschiere@pidgin.im>
parents:
10808
diff
changeset
|
35 Use gaim_connection_get_password(GaimConnection *gc) |
| 10752 | 36 * Removed: serv_login |
| 37 * Removed: serv_close | |
| 38 * Removed: serv_finish_login | |
| 39 * Changed: keep_alive in GaimConnection is renamed to keepalive | |
| 10774 | 40 * Removed: gaim_chat_get_display_name |
| 10823 | 41 * Added: gaim_log_common_writer, gaim_log_common_lister, |
| 42 gaim_log_common_sizer, and gaim_log_get_log_dir | |
| 43 to allow log formats that use standard Gaim log directory | |
| 44 to use Gaim's built-in code for these purposes. | |
| 45 * Added: GaimLogCommonLoggerData struct for a basic logger_data | |
| 46 struct to be used with "common" logger functions. | |
| 10849 | 47 * Removed: gaim_conversation_set_history, gaim_conversation_get_history, |
| 48 and GaimConversation->history. Use gtk_imhtml_get_markup | |
| 49 instead. | |
|
10853
2409700be3dc
[gaim-migrate @ 12527]
Luke Schierer <lschiere@pidgin.im>
parents:
10849
diff
changeset
|
50 * Removed: serv_rename_group |
| 10872 | 51 * Renamed: set_gaim_user_dir to gaim_util_set_user_dir |
| 10884 | 52 * Renamed: create_prpl_icon to gaim_gtk_create_prpl_icon |
|
10926
79f0562b8442
[gaim-migrate @ 12699]
Gary Kramlich <grim@reaperworld.com>
parents:
10884
diff
changeset
|
53 * Changed: gaim_mkstemp, added a second argument, a boolean, of whether |
| 10957 | 54 or not the file is binary |
|
11003
2b772e7094ef
[gaim-migrate @ 12858]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
10971
diff
changeset
|
55 * Removed: Window flashing support in the core: gaim_conv_window_flash, |
|
2b772e7094ef
[gaim-migrate @ 12858]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
10971
diff
changeset
|
56 and flash UI operation for conversations. Use signal |
|
2b772e7094ef
[gaim-migrate @ 12858]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
10971
diff
changeset
|
57 "received-im-msg" or similar. |
| 11018 | 58 * Added: gaim_gtk_blist_node_is_contact_expanded, returns TRUE if |
| 59 the given blist node is a buddy inside an expanded contact, | |
| 60 or is itself an expanded contact | |
| 11025 | 61 * Added: GaimLogSet struct, get_log_sets function to GaimLogLogger, |
| 62 gaim_log_get_log_sets, gaim_log_set_compare | |
|
11503
cd0c8830d881
[gaim-migrate @ 13748]
Richard Laager <rlaager@wiktel.com>
parents:
11500
diff
changeset
|
63 * Changed: gaim_log_logger_new, rewritten |
|
11063
7a11ff12eb4b
[gaim-migrate @ 13033]
Richard Laager <rlaager@wiktel.com>
parents:
11041
diff
changeset
|
64 * Changed: gaim_conv_window_remove_conversation()'s last argument to |
|
7a11ff12eb4b
[gaim-migrate @ 13033]
Richard Laager <rlaager@wiktel.com>
parents:
11041
diff
changeset
|
65 be a GaimConversation. |
|
11111
f03dce7ea408
[gaim-migrate @ 13163]
Richard Laager <rlaager@wiktel.com>
parents:
11064
diff
changeset
|
66 * Added: gaim_privacy_check(), to check if a given user is allowed to |
|
f03dce7ea408
[gaim-migrate @ 13163]
Richard Laager <rlaager@wiktel.com>
parents:
11064
diff
changeset
|
67 to send messages to the specified account |
|
f03dce7ea408
[gaim-migrate @ 13163]
Richard Laager <rlaager@wiktel.com>
parents:
11064
diff
changeset
|
68 * Changed: A new blocked icon: pixmaps/status/default/blocked.png |
|
11265
adf36001267b
[gaim-migrate @ 13446]
Richard Laager <rlaager@wiktel.com>
parents:
11224
diff
changeset
|
69 * Removed: All warning stuff from the core. |
|
11267
477e5cca8287
[gaim-migrate @ 13449]
Richard Laager <rlaager@wiktel.com>
parents:
11265
diff
changeset
|
70 * Changed: gtk_imhtml_toggle_bold, gtk_imhtml_toggle_italic, |
|
477e5cca8287
[gaim-migrate @ 13449]
Richard Laager <rlaager@wiktel.com>
parents:
11265
diff
changeset
|
71 gtk_imhtml_toggle_underline, gtk_imhtml_toggle_strike: |
|
477e5cca8287
[gaim-migrate @ 13449]
Richard Laager <rlaager@wiktel.com>
parents:
11265
diff
changeset
|
72 no longer return a value |
|
11269
1cbe76d30e81
[gaim-migrate @ 13451]
Richard Laager <rlaager@wiktel.com>
parents:
11267
diff
changeset
|
73 * Added: gtk_imhtml_clear_formatting() |
|
11280
65658ff2deb8
[gaim-migrate @ 13477]
Richard Laager <rlaager@wiktel.com>
parents:
11269
diff
changeset
|
74 * Removed: gaim_gtkconv_get_dest_tab_at_xy(), instead use |
|
65658ff2deb8
[gaim-migrate @ 13477]
Richard Laager <rlaager@wiktel.com>
parents:
11269
diff
changeset
|
75 gaim_gtkconv_get_tab_at_xy() |
|
11282
1c2232d6ae15
[gaim-migrate @ 13479]
Gary Kramlich <grim@reaperworld.com>
parents:
11280
diff
changeset
|
76 * Added: gtk_imhtml_delete to clear out part of a imhtml buffer |
|
11292
ef9280fdc511
[gaim-migrate @ 13492]
Richard Laager <rlaager@wiktel.com>
parents:
11282
diff
changeset
|
77 * Changed: gaim_log_new(), added conv parameter |
|
11303
10066662176a
[gaim-migrate @ 13503]
Richard Laager <rlaager@wiktel.com>
parents:
11292
diff
changeset
|
78 * Added: gaim_buddy_icons_get_full_path(), to get the full path |
|
10066662176a
[gaim-migrate @ 13503]
Richard Laager <rlaager@wiktel.com>
parents:
11292
diff
changeset
|
79 of a buddy icon setting |
|
11423
202a3b3c5a88
[gaim-migrate @ 13660]
Richard Laager <rlaager@wiktel.com>
parents:
11339
diff
changeset
|
80 * Changed: gaim_buddy_icon_new(), leaves a reference which the caller |
|
202a3b3c5a88
[gaim-migrate @ 13660]
Richard Laager <rlaager@wiktel.com>
parents:
11339
diff
changeset
|
81 owns. Use gaim_buddy_icon_unref() immediately if you don't |
|
202a3b3c5a88
[gaim-migrate @ 13660]
Richard Laager <rlaager@wiktel.com>
parents:
11339
diff
changeset
|
82 want a reference (the old behavior). |
|
11447
ef6e94bdda08
[gaim-migrate @ 13686]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
11423
diff
changeset
|
83 * Changed: GAIM_CONV_UNKNOWN to GAIM_CONV_TYPE_UNKNOWN. |
|
ef6e94bdda08
[gaim-migrate @ 13686]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
11423
diff
changeset
|
84 * Changed: GAIM_CONV_IM to GAIM_CONV_TYPE_IM. |
|
ef6e94bdda08
[gaim-migrate @ 13686]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
11423
diff
changeset
|
85 * Changed: GAIM_CONV_CHAT to GAIM_CONV_TYPE_CHAT. |
|
ef6e94bdda08
[gaim-migrate @ 13686]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
11423
diff
changeset
|
86 * Changed: GAIM_CONV_MISC to GAIM_CONV_TYPE_MISC. |
|
ef6e94bdda08
[gaim-migrate @ 13686]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
11423
diff
changeset
|
87 * Changed: GAIM_CONV_ANY to GAIM_CONV_TYPE_ANY. |
|
11454
201617d49573
[gaim-migrate @ 13693]
Richard Laager <rlaager@wiktel.com>
parents:
11447
diff
changeset
|
88 * Changed: GaimConversationUiOps.write_conv, Replaced const char *who |
|
201617d49573
[gaim-migrate @ 13693]
Richard Laager <rlaager@wiktel.com>
parents:
11447
diff
changeset
|
89 with const char *name, const char *alias |
|
201617d49573
[gaim-migrate @ 13693]
Richard Laager <rlaager@wiktel.com>
parents:
11447
diff
changeset
|
90 * Changed: gaim_conv_chat_add_users(), added extra_msgs and |
|
201617d49573
[gaim-migrate @ 13693]
Richard Laager <rlaager@wiktel.com>
parents:
11447
diff
changeset
|
91 new_arrivals (pass NULL and FALSE respectively, to get the |
|
201617d49573
[gaim-migrate @ 13693]
Richard Laager <rlaager@wiktel.com>
parents:
11447
diff
changeset
|
92 same behavior as before) |
|
201617d49573
[gaim-migrate @ 13693]
Richard Laager <rlaager@wiktel.com>
parents:
11447
diff
changeset
|
93 * Changed: chat_add_users in GaimConversationUiOps, added aliases list |
|
201617d49573
[gaim-migrate @ 13693]
Richard Laager <rlaager@wiktel.com>
parents:
11447
diff
changeset
|
94 * Removed: chat_add_user from GaimConversationUiOps |
|
11485
16b0da1f376f
[gaim-migrate @ 13727]
Richard Laager <rlaager@wiktel.com>
parents:
11454
diff
changeset
|
95 * Changed: chat_rename_user in GaimConversationUiOps, added new_alias |
|
11454
201617d49573
[gaim-migrate @ 13693]
Richard Laager <rlaager@wiktel.com>
parents:
11447
diff
changeset
|
96 * Changed: GaimConversation.log became GList * GaimConversation.logs, |
|
201617d49573
[gaim-migrate @ 13693]
Richard Laager <rlaager@wiktel.com>
parents:
11447
diff
changeset
|
97 so that a conversation can have multiple logs at once |
|
201617d49573
[gaim-migrate @ 13693]
Richard Laager <rlaager@wiktel.com>
parents:
11447
diff
changeset
|
98 * Changed: gaim_conv_chat_add_user, added extra_msgs list |
|
201617d49573
[gaim-migrate @ 13693]
Richard Laager <rlaager@wiktel.com>
parents:
11447
diff
changeset
|
99 * Added: CHAT_USERS_ALIAS_COLUMN, CHAT_USERS_COLOR_COLUMN, |
|
201617d49573
[gaim-migrate @ 13693]
Richard Laager <rlaager@wiktel.com>
parents:
11447
diff
changeset
|
100 CHAT_USERS_BUDDY_COLUMN to the list of columns for the chat |
|
201617d49573
[gaim-migrate @ 13693]
Richard Laager <rlaager@wiktel.com>
parents:
11447
diff
changeset
|
101 user list |
|
11533
c9b815aeddc1
[gaim-migrate @ 13782]
Richard Laager <rlaager@wiktel.com>
parents:
11504
diff
changeset
|
102 * Changed: gaim_notify_userinfo, removed primary and secondary args |
|
c9b815aeddc1
[gaim-migrate @ 13782]
Richard Laager <rlaager@wiktel.com>
parents:
11504
diff
changeset
|
103 * Changed: GaimNotifyUiOps::notify_userinfo, removed title, primary, |
|
c9b815aeddc1
[gaim-migrate @ 13782]
Richard Laager <rlaager@wiktel.com>
parents:
11504
diff
changeset
|
104 and secondary args |
| 11536 | 105 * Removed: uc from the GaimBuddy struct |
|
11563
8d0ac3c37831
[gaim-migrate @ 13829]
Richard Laager <rlaager@wiktel.com>
parents:
11536
diff
changeset
|
106 * Removed: gaim_sound_get_handle() |
| 11643 | 107 * Removed: gaim_debug_vargs() |
| 108 * Added: gaim_account_add_buddy() | |
| 109 * Added: gaim_account_add_buddies() | |
| 110 * Added: gaim_account_remove_buddy() | |
| 111 * Added: gaim_account_remove_buddies() | |
| 112 * Added: gaim_account_change_password() | |
| 113 * Removed: serv_add_buddy(); use gaim_account_add_buddy() instead | |
| 114 * Removed: serv_add_buddies(); use gaim_account_add_buddies() instead | |
| 115 * Removed: serv_remove_buddy(); use gaim_account_remove_buddy() instead | |
| 116 * Removed: serv_remove_buddies(); use gaim_account_remove_buddies() | |
| 117 instead | |
| 118 * Removed: serv_change_passwd(); use gaim_account_change_password() | |
| 119 instead | |
|
11672
04e0189bb519
[gaim-migrate @ 13958]
Richard Laager <rlaager@wiktel.com>
parents:
11643
diff
changeset
|
120 * Added: gaim_conversation_close_logs(), to force a conversation's |
|
04e0189bb519
[gaim-migrate @ 13958]
Richard Laager <rlaager@wiktel.com>
parents:
11643
diff
changeset
|
121 log(s) to be closed. New logs will be opened as necessary. |
|
11690
872932089400
[gaim-migrate @ 13976]
Richard Laager <rlaager@wiktel.com>
parents:
11672
diff
changeset
|
122 * Removed: GaimGtkImPane->a_virgin |
| 10074 | 123 |
| 10104 | 124 Signals: |
| 10952 | 125 * Changed: "received-im-msg" and "received-chat-msg" to match, both |
| 10631 | 126 now pass a conversation pointer and flags |
| 10104 | 127 * Changed: "receiving-im-msg" and "receving-chat-msg" to match, both |
| 10631 | 128 now pass a conversation pointer and a pointer to the flags. |
| 10477 | 129 * Changed: "drawing-tooltip," the second argument is now a GString* |
| 10631 | 130 instead of a char** |
|
10808
dcfb8d8784e6
[gaim-migrate @ 12459]
Luke Schierer <lschiere@pidgin.im>
parents:
10774
diff
changeset
|
131 * Changed: Signal propagation now stops after a handler returns a |
|
dcfb8d8784e6
[gaim-migrate @ 12459]
Luke Schierer <lschiere@pidgin.im>
parents:
10774
diff
changeset
|
132 non-NULL value. This value is now returned. Previously, |
|
dcfb8d8784e6
[gaim-migrate @ 12459]
Luke Schierer <lschiere@pidgin.im>
parents:
10774
diff
changeset
|
133 all registered handlers were called and the value from the |
|
dcfb8d8784e6
[gaim-migrate @ 12459]
Luke Schierer <lschiere@pidgin.im>
parents:
10774
diff
changeset
|
134 last handler was used. |
|
11064
e4459e8ccfb5
[gaim-migrate @ 13035]
Richard Laager <rlaager@wiktel.com>
parents:
11063
diff
changeset
|
135 * Changed: "chat-invited" handlers can now return a value to control |
|
e4459e8ccfb5
[gaim-migrate @ 13035]
Richard Laager <rlaager@wiktel.com>
parents:
11063
diff
changeset
|
136 what happens to the invite (accept, reject, prompt the user). |
|
e4459e8ccfb5
[gaim-migrate @ 13035]
Richard Laager <rlaager@wiktel.com>
parents:
11063
diff
changeset
|
137 See the Doxygen documentation for the details. |
|
11282
1c2232d6ae15
[gaim-migrate @ 13479]
Gary Kramlich <grim@reaperworld.com>
parents:
11280
diff
changeset
|
138 * Added: "file-recv-accept", "file-recv-start", "file-recv-cancel", |
|
1c2232d6ae15
[gaim-migrate @ 13479]
Gary Kramlich <grim@reaperworld.com>
parents:
11280
diff
changeset
|
139 "file-recv-complete", "file-send-accept", "file-send-start", |
|
1c2232d6ae15
[gaim-migrate @ 13479]
Gary Kramlich <grim@reaperworld.com>
parents:
11280
diff
changeset
|
140 "file-send-cancel", and "file-send-complete" signals. See |
|
1c2232d6ae15
[gaim-migrate @ 13479]
Gary Kramlich <grim@reaperworld.com>
parents:
11280
diff
changeset
|
141 the Doxygen documentation for the details. |
|
11447
ef6e94bdda08
[gaim-migrate @ 13686]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
11423
diff
changeset
|
142 * Changed: Renamed "conversation-drag-end" to "conversation-dragging" |
|
ef6e94bdda08
[gaim-migrate @ 13686]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
11423
diff
changeset
|
143 and emit before the conv. window swap happens. This prevents |
|
ef6e94bdda08
[gaim-migrate @ 13686]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
11423
diff
changeset
|
144 the old conv window from being freed before the signal emits. |
|
11454
201617d49573
[gaim-migrate @ 13693]
Richard Laager <rlaager@wiktel.com>
parents:
11447
diff
changeset
|
145 * Added: "buddy-added" and "buddy-removed", which are self-explanatory |
|
201617d49573
[gaim-migrate @ 13693]
Richard Laager <rlaager@wiktel.com>
parents:
11447
diff
changeset
|
146 * Added: "blist-node-aliased", an alias was set for a buddy, chat or |
|
201617d49573
[gaim-migrate @ 13693]
Richard Laager <rlaager@wiktel.com>
parents:
11447
diff
changeset
|
147 contact. See the Doxygen documentation for the details. |
|
11706
bcc49c25ef90
[gaim-migrate @ 13997]
Richard Laager <rlaager@wiktel.com>
parents:
11690
diff
changeset
|
148 * Changed: "buddy-typing" and "buddy-typing-stopped", replaced the |
|
bcc49c25ef90
[gaim-migrate @ 13997]
Richard Laager <rlaager@wiktel.com>
parents:
11690
diff
changeset
|
149 GaimConversation* with GaimAccount*, const char *name. Also, |
|
bcc49c25ef90
[gaim-migrate @ 13997]
Richard Laager <rlaager@wiktel.com>
parents:
11690
diff
changeset
|
150 the signal is now emitted regardless of whether a |
|
bcc49c25ef90
[gaim-migrate @ 13997]
Richard Laager <rlaager@wiktel.com>
parents:
11690
diff
changeset
|
151 conversation exists and regardless of whether the user is on |
|
bcc49c25ef90
[gaim-migrate @ 13997]
Richard Laager <rlaager@wiktel.com>
parents:
11690
diff
changeset
|
152 the buddy list. |
| 10104 | 153 |
| 10034 | 154 version 1.0.0 (09/17/2004): |
| 9917 | 155 * Added: get_chat_name to the GaimPluginProtocolInfo struct |
| 9929 | 156 * Changed: gaim_blist_update_buddy_presence(), presence changed to |
| 10631 | 157 type gboolean |
| 10034 | 158 * Changed: the versioning scheme, and all the plugin structs |
| 9917 | 159 |
| 160 version 0.82 (08/26/2004): | |
| 9719 | 161 Gaim API: |
| 9759 | 162 * Removed: gaim_gtk_get_dispstyle(), gaim_gtk_change_text() |
| 163 * Removed: multi.h | |
| 164 * Renamed: ui.h to gtkdialogs.h | |
| 9794 | 165 * Renamed: gtkinternal.h to gtkgaim.h |
| 9759 | 166 * Renamed: show_info_dialog to gaim_gtkdialogs_info |
| 167 * Renamed: show_log_dialog to gaim_gtkdialogs_log | |
| 168 * Renamed: show_warn_dialog to gaim_gtkdialogs_warn | |
| 169 * Renamed: show_im_dialog to gaim_gtkdialogs_im | |
| 170 * Renamed: gaim_gtkdialogs_new_im to gaim_gtkdialogs_im_with_user | |
| 171 * Renamed: destroy_all_dialogs to gaim_gtkdialogs_destroy_all | |
| 172 * Renamed: alias_dialog_bud to gaim_gtkdialogs_alias_buddy | |
| 173 * Renamed: alias_dialog_contact to gaim_gtkdialogs_alias_contact | |
| 174 * Renamed: alias_dialog_blist_chat to gaim_gtkdialogs_alias_chat | |
| 175 * Renamed: show_confirm_del to gaim_gtkdialogs_remove_buddy | |
| 176 * Renamed: show_confirm_del_group to gaim_gtkdialogs_remove_group | |
| 177 * Renamed: show_confirm_del_blist_chat to gaim_gtkdialogs_remove_chat | |
| 178 * Renamed: show_confirm_del_contact to gaim_gtkdialogs_remove_contact | |
| 9761 | 179 * Renamed: show_about to gaim_gtkdialogs_about |
| 9799 | 180 * Added: gaim_notify_userinfo() and the associated notify_userinfo() UI op |
| 181 (someone who knows just why we have this can edit here) | |
| 9794 | 182 |
| 183 Buddy List API: | |
| 9761 | 184 * Changed: gaim_blist_request_add_chat(), added name parameter |
| 9794 | 185 * Added: gaim_contact_on_account() |
| 186 * Added: flags parameter to the GaimBlistNode struct | |
| 187 | |
| 188 Conversation API: | |
| 189 * Added: gaim_gtkconv_button_new() | |
| 9761 | 190 |
| 191 Protocol Plugin API: v7 | |
| 192 * Added: chat_info_defaults to the GaimPluginProtocolInfo struct | |
| 9719 | 193 |
| 9734 | 194 Signals: |
| 195 * Added: conversation-updated for any update to the data associated | |
| 196 with the conversation (topic, icon, adding to buddy list, etc.) | |
| 197 | |
| 9846 | 198 Conversation API: |
| 199 * Changed: gaim_conv_chat_add_user() (added new_arrival parameter) | |
| 200 | |
| 9719 | 201 version 0.81 (08/05/2004): |
| 9597 | 202 Commands API: |
| 203 * Most functions now have a void *data argument. | |
| 9620 | 204 |
| 205 Blist API: | |
| 9759 | 206 * Added: gaim_buddy_get_contact_alias |
| 207 * Renamed: gaim_get_buddy_alias to gaim_buddy_get_alias | |
| 208 * Renamed: gaim_get_buddy_alias_only to gaim_buddy_get_alias_only | |
| 9719 | 209 |
| 9554 | 210 Conversation API: |
| 9759 | 211 * Changed: gaim_conv_chat_add_user(), added flags parameter |
| 212 * Changed: gaim_conv_chat_add_users(), added GList of flags parameter | |
| 213 * Changed: gaim_conv_chat_get_users(), now returns a GList of | |
| 214 GaimConvChatBuddy's | |
| 215 * Changed: gaim_conv_chat_set_users() now expects a GList of | |
| 216 GaimConvChatBuddy's | |
| 9554 | 217 * Added: gaim_conv_chat_set_user_flags() |
| 9734 | 218 * Added: gaim_conv_chat_get_user_flags() |
| 219 * Added: gaim_conv_chat_find_user() | |
| 220 * Added: gaim_conv_chat_cb_new() | |
| 221 * Added: gaim_conv_chat_cb_find() | |
| 222 * Added: gaim_conv_chat_cb_destroy() | |
| 223 * Added: gaim_conv_chat_cb_get_name() | |
| 9554 | 224 |
| 225 Conversation UI ops: | |
| 226 * Added: chat_update_user() | |
| 227 | |
| 228 Signals: | |
| 229 * Changed: chat-buddy-joining & chat-buddy-joined now include the user's flags | |
| 9590 | 230 * Changed: chat-buddy-joining & chat-buddy-leaving are now booleans, return |
| 9734 | 231 TRUE if you don't want the join/leave to be displayed in the UI. |
| 9554 | 232 * Added: chat-buddy-flags for when user's flags change |
| 9734 | 233 gaim_marshal_VOID__POINTER_POINTER_POINTER_UINT_UINT (required for the new |
| 234 chat-buddy-flags signal) | |
| 9609 | 235 * Added: account-modified for when account settings have been changed. |
| 9554 | 236 |
| 9538 | 237 version 0.80 (07/15/2004): |
| 9460 | 238 Gaim API: |
| 9473 | 239 * Removed: PRPL numbers : gaim_account_set_protocol(), |
| 240 gaim_account_get_protocol(), gaim_accounts_find_with_prpl_num, | |
| 241 gaim_prpl_num_to_id(), gaim_prpl_id_to_num(), GaimProtocol | |
| 242 | |
| 243 Protocol Plugin API: v6 | |
| 244 * Added: can_receive_file & send_file to the GaimPluginProtocolInfo struct | |
| 9460 | 245 |
|
9515
425000e11511
[gaim-migrate @ 10342]
Christian Hammond <chipx86@chipx86.com>
parents:
9514
diff
changeset
|
246 Signals: |
| 9554 | 247 * 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
|
248 plugins can use serv_join_chat when the signal is emitted. |
| 9517 | 249 * 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
|
250 |
| 9384 | 251 version 0.79 (06/24/2004): |
|
9228
3de4cb53762b
[gaim-migrate @ 10024]
Christian Hammond <chipx86@chipx86.com>
parents:
9124
diff
changeset
|
252 Gaim API: |
|
3de4cb53762b
[gaim-migrate @ 10024]
Christian Hammond <chipx86@chipx86.com>
parents:
9124
diff
changeset
|
253 * gaim_url_parse() now takes two additional parameters, which are used |
|
3de4cb53762b
[gaim-migrate @ 10024]
Christian Hammond <chipx86@chipx86.com>
parents:
9124
diff
changeset
|
254 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
|
255 * Added: has_focus UI op to GaimConversationUiOps and |
|
947876140943
[gaim-migrate @ 10059]
Christian Hammond <chipx86@chipx86.com>
parents:
9228
diff
changeset
|
256 GaimConvWindowUiOps. |
|
947876140943
[gaim-migrate @ 10059]
Christian Hammond <chipx86@chipx86.com>
parents:
9228
diff
changeset
|
257 * Added: gaim_conversation_has_focus() and gaim_conv_window_has_focus(). |
| 9303 | 258 * Removed: gaim_blist_save() |
|
9228
3de4cb53762b
[gaim-migrate @ 10024]
Christian Hammond <chipx86@chipx86.com>
parents:
9124
diff
changeset
|
259 |
| 9336 | 260 Protocol Plugin API: v5 |
| 9301 | 261 * Changed: add_buddy, add_buddies, remove_buddy, remove_buddies, |
| 262 rename_group and remove_group to take GaimBuddy's and | |
| 263 GaimGroup's consistently. | |
| 9336 | 264 * Removed: OPT_PROTO_BUDDY_ICON (replaced by icon_spec) |
| 265 * Added: icon_spec to the GaimPluginProtocolInfo struct | |
| 9301 | 266 |
| 9124 | 267 version 0.78 (05/30/2004): |
|
9120
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
268 Plugin API: v4 |
|
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
269 * Added: actions - for plugins to add to the new Plugin Actions menu |
| 9052 | 270 |
|
9120
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
271 Loader Plugin API: v2 (no changes) |
| 9052 | 272 |
|
9120
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
273 Protocol Plugin API: v4 |
|
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
274 * 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
|
275 * Removed: actions (replaced by generic plugin actions) |
| 9052 | 276 |
|
9120
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
277 Perl Plugin API: v2 (no changes) |
|
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
278 TCL Plugin API: (no changes) |
| 9052 | 279 |
|
9120
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
280 Signals: |
|
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
281 * Added: "blist-node-extended-menu" for extending Buddy, Chat and |
|
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
282 Group right-click menus |
|
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
283 * Added: "drawing-tooltip" for plugins to allow plugins to change text |
|
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
284 appearing in tooltips |
|
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
285 * Added: "gtkblist-created" |
|
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
286 * Added: "receiving-im-msg" and "receiving-chat-msg" (these behave |
|
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
287 exactly like received-*-msg used to) |
|
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
288 * Added: "buddy-idle-updated" signal, for when the idle time changes. |
|
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
289 * Changed: "received-im-msg" and "received-chat-msg" no longer pass |
|
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
290 pointers to who, message and flags, and are now void. |
|
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
291 * Removed: "drawing-menu" - it was UI sepecific and |
|
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
292 "blist-node-extended-menu" is superior |
| 9052 | 293 |
| 294 version 0.77 (04/22/2004): | |
|
9120
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
295 Loader & Protocol Plugins independantly versioned |
|
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
296 Plugin loading now checks versioning on plugins (Standard, Loader & |
|
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
297 Protocol) |
|
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
298 new GAIM_{PLUGIN,PRPL,LOADER}_API_VERSION constants |
| 9052 | 299 |
|
9120
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
300 Plugin API: v3 |
|
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
301 * Added: prefs_info for UI independant plugin prefs |
| 9052 | 302 |
|
9120
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
303 Loader Plugin API: v2 |
|
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
304 * Added: api_version at top of GaimPluginLoaderInfo struct |
| 9052 | 305 |
|
9120
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
306 Protocol Plugin API: v2 |
|
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
307 * Added: api_version at top of GaimPluginProtocolInfo struct |
|
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
308 * Added: chat_menu for protocol specific extensions to the chat menu |
|
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
309 * Removed: get_away "Nada used it. Pink elephants on parade." |
|
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
310 * Removed: protocol_prefs (replaced by generic plugin prefs_info) |
| 9052 | 311 |
|
9120
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
312 Perl Plugin API: v2 (no changes) |
|
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
313 TCL API: (no changes) |
| 9052 | 314 |
|
9120
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
315 Signals: |
|
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
316 * Added: "conversation-drag-ended" |
| 9052 | 317 |
| 318 version 0.76 (04/01/2004): | |
|
9120
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
319 Plugin API: v2 |
|
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
320 Perl Plugin API: v2 |
|
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
321 Loader Plugin API: (not versioned) |
|
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
322 Protocol Plugin API: (not versioned) |
|
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
323 * Added: protocol_prefs for protocol specific preferences |
|
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
324 * Added: reject_chat so protocols can act on chat invite rejection |
| 9052 | 325 |
|
9120
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
326 TCL Plugin API: (not versioned) |
|
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
327 * Changes to plugin registration to show descriptions |
| 9052 | 328 |
