Mercurial > pidgin
annotate plugins/ChangeLog.API @ 9730:c9ac1976ef01
[gaim-migrate @ 10591]
I shuffled lots of stuff around again.
See plugins/ChangeLog.API for the list of renamed functions.
I'm trying to clean up gtkdialogs.c/.h, so I moved the away stuff
into away.c/.h
I also reduced the minimum buddy list height from 200 pixels to
100 pixels. I just realized that that's also the default height
used when you don't have a prefs.xml, which is bad. I think I'm
going to set the default height to around 300 pixels.
committer: Tailor Script <tailor@pidgin.im>
| author | Mark Doliner <mark@kingant.net> |
|---|---|
| date | Mon, 09 Aug 2004 03:49:46 +0000 |
| parents | 8be2c406a1f1 |
| children | 676cf082d29c |
| rev | line source |
|---|---|
| 9052 | 1 Gaim: The Pimpin' Penguin IM Client that's good for the soul! |
| 2 | |
| 9719 | 3 version 0.82cvs: |
| 4 Gaim API: | |
| 5 * Removed multi.h | |
| 6 * Renamed ui.h to gtkdialogs.h | |
| 9728 | 7 * Renamed show_info_dialog to gaim_gtkdialogs_info |
| 8 * Renamed show_log_dialog to gaim_gtkdialogs_log | |
| 9719 | 9 * Renamed show_warn_dialog to gaim_gtkdialogs_warn |
| 10 * Renamed show_im_dialog to gaim_gtkdialogs_im | |
| 9728 | 11 * Renamed gaim_gtkdialogs_new_im to gaim_gtkdialogs_im_with_user |
| 9730 | 12 * Renamed destroy_all_dialogs to gaim_gtkdialogs_destroy_all |
| 13 * Renamed alias_dialog_bud to gaim_gtkdialogs_alias_buddy | |
| 14 * Renamed alias_dialog_contact to gaim_gtkdialogs_alias_contact | |
| 15 * Renamed alias_dialog_blist_chat to gaim_gtkdialogs_alias_chat | |
| 16 * Renamed show_confirm_del to gaim_gtkdialogs_remove_buddy | |
| 17 * Renamed show_confirm_del_group to gaim_gtkdialogs_remove_group | |
| 18 * Renamed show_confirm_del_blist_chat to gaim_gtkdialogs_remove_chat | |
| 19 * Renamed show_confirm_del_contact to gaim_gtkdialogs_remove_contact | |
| 9719 | 20 |
| 21 version 0.81 (08/05/2004): | |
| 9597 | 22 Commands API: |
| 23 * Most functions now have a void *data argument. | |
| 9620 | 24 |
| 25 Blist API: | |
| 26 * Added gaim_buddy_get_contact_alias | |
| 27 * Renamed gaim_get_buddy_alias to gaim_buddy_get_alias | |
| 28 * Renamed gaim_get_buddy_alias_only to gaim_buddy_get_alias_only | |
| 9719 | 29 |
| 9554 | 30 Conversation API: |
| 31 * Changed: gaim_conv_chat_add_user() (added flags parameter) | |
| 32 gaim_conv_chat_add_users() now (added GList of flags parameter) | |
| 33 gaim_conv_chat_get_users() now returns a GList of GaimChatBuddy's | |
| 34 gaim_conv_chat_set_users() now expects a GList of GaimChatBuddy's | |
| 35 * Added: gaim_conv_chat_set_user_flags() | |
| 36 gaim_conv_chat_get_user_flags() | |
| 37 gaim_conv_chat_find_user() | |
| 38 gaim_conv_chat_cb_new() | |
| 39 gaim_conv_chat_cb_find() | |
| 40 gaim_conv_chat_cb_destroy() | |
| 41 gaim_conv_chat_cb_get_name() | |
| 42 | |
| 43 Conversation UI ops: | |
| 44 * Added: chat_update_user() | |
| 45 | |
| 46 Signals: | |
| 47 * Changed: chat-buddy-joining & chat-buddy-joined now include the user's flags | |
| 9590 | 48 * Changed: chat-buddy-joining & chat-buddy-leaving are now booleans, return |
| 49 TRUE if you don't want the join/leave to be displayed in the UI. | |
| 9554 | 50 * Added: chat-buddy-flags for when user's flags change |
| 51 gaim_marshal_VOID__POINTER_POINTER_POINTER_UINT_UINT (required for the new | |
| 52 chat-buddy-flags signal) | |
| 9609 | 53 * Added: account-modified for when account settings have been changed. |
| 9554 | 54 |
| 9538 | 55 version 0.80 (07/15/2004): |
| 9460 | 56 Gaim API: |
| 9473 | 57 * Removed: PRPL numbers : gaim_account_set_protocol(), |
| 58 gaim_account_get_protocol(), gaim_accounts_find_with_prpl_num, | |
| 59 gaim_prpl_num_to_id(), gaim_prpl_id_to_num(), GaimProtocol | |
| 60 | |
| 61 Protocol Plugin API: v6 | |
| 62 * Added: can_receive_file & send_file to the GaimPluginProtocolInfo struct | |
| 9460 | 63 |
|
9515
425000e11511
[gaim-migrate @ 10342]
Christian Hammond <chipx86@chipx86.com>
parents:
9514
diff
changeset
|
64 Signals: |
| 9554 | 65 * 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
|
66 plugins can use serv_join_chat when the signal is emitted. |
| 9517 | 67 * 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
|
68 |
| 9384 | 69 version 0.79 (06/24/2004): |
|
9228
3de4cb53762b
[gaim-migrate @ 10024]
Christian Hammond <chipx86@chipx86.com>
parents:
9124
diff
changeset
|
70 Gaim API: |
|
3de4cb53762b
[gaim-migrate @ 10024]
Christian Hammond <chipx86@chipx86.com>
parents:
9124
diff
changeset
|
71 * gaim_url_parse() now takes two additional parameters, which are used |
|
3de4cb53762b
[gaim-migrate @ 10024]
Christian Hammond <chipx86@chipx86.com>
parents:
9124
diff
changeset
|
72 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
|
73 * Added: has_focus UI op to GaimConversationUiOps and |
|
947876140943
[gaim-migrate @ 10059]
Christian Hammond <chipx86@chipx86.com>
parents:
9228
diff
changeset
|
74 GaimConvWindowUiOps. |
|
947876140943
[gaim-migrate @ 10059]
Christian Hammond <chipx86@chipx86.com>
parents:
9228
diff
changeset
|
75 * Added: gaim_conversation_has_focus() and gaim_conv_window_has_focus(). |
| 9303 | 76 * Removed: gaim_blist_save() |
|
9228
3de4cb53762b
[gaim-migrate @ 10024]
Christian Hammond <chipx86@chipx86.com>
parents:
9124
diff
changeset
|
77 |
| 9336 | 78 Protocol Plugin API: v5 |
| 9301 | 79 * Changed: add_buddy, add_buddies, remove_buddy, remove_buddies, |
| 80 rename_group and remove_group to take GaimBuddy's and | |
| 81 GaimGroup's consistently. | |
| 9336 | 82 * Removed: OPT_PROTO_BUDDY_ICON (replaced by icon_spec) |
| 83 * Added: icon_spec to the GaimPluginProtocolInfo struct | |
| 9301 | 84 |
| 9124 | 85 version 0.78 (05/30/2004): |
|
9120
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
86 Plugin API: v4 |
|
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
87 * Added: actions - for plugins to add to the new Plugin Actions menu |
| 9052 | 88 |
|
9120
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
89 Loader Plugin API: v2 (no changes) |
| 9052 | 90 |
|
9120
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
91 Protocol Plugin API: v4 |
|
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
92 * 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
|
93 * Removed: actions (replaced by generic plugin actions) |
| 9052 | 94 |
|
9120
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
95 Perl Plugin API: v2 (no changes) |
|
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
96 TCL Plugin API: (no changes) |
| 9052 | 97 |
|
9120
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
98 Signals: |
|
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
99 * Added: "blist-node-extended-menu" for extending Buddy, Chat and |
|
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
100 Group right-click menus |
|
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
101 * Added: "drawing-tooltip" for plugins to allow plugins to change text |
|
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
102 appearing in tooltips |
|
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
103 * Added: "gtkblist-created" |
|
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
104 * Added: "receiving-im-msg" and "receiving-chat-msg" (these behave |
|
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
105 exactly like received-*-msg used to) |
|
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
106 * Added: "buddy-idle-updated" signal, for when the idle time changes. |
|
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
107 * Changed: "received-im-msg" and "received-chat-msg" no longer pass |
|
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
108 pointers to who, message and flags, and are now void. |
|
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
109 * Removed: "drawing-menu" - it was UI sepecific and |
|
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
110 "blist-node-extended-menu" is superior |
| 9052 | 111 |
| 112 version 0.77 (04/22/2004): | |
|
9120
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
113 Loader & Protocol Plugins independantly versioned |
|
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
114 Plugin loading now checks versioning on plugins (Standard, Loader & |
|
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
115 Protocol) |
|
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
116 new GAIM_{PLUGIN,PRPL,LOADER}_API_VERSION constants |
| 9052 | 117 |
|
9120
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
118 Plugin API: v3 |
|
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
119 * Added: prefs_info for UI independant plugin prefs |
| 9052 | 120 |
|
9120
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
121 Loader Plugin API: v2 |
|
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
122 * Added: api_version at top of GaimPluginLoaderInfo struct |
| 9052 | 123 |
|
9120
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
124 Protocol Plugin API: v2 |
|
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
125 * Added: api_version at top of GaimPluginProtocolInfo struct |
|
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
126 * Added: chat_menu for protocol specific extensions to the chat menu |
|
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
127 * Removed: get_away "Nada used it. Pink elephants on parade." |
|
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
128 * Removed: protocol_prefs (replaced by generic plugin prefs_info) |
| 9052 | 129 |
|
9120
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
130 Perl Plugin API: v2 (no changes) |
|
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
131 TCL API: (no changes) |
| 9052 | 132 |
|
9120
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
133 Signals: |
|
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
134 * Added: "conversation-drag-ended" |
| 9052 | 135 |
| 136 version 0.76 (04/01/2004): | |
|
9120
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
137 Plugin API: v2 |
|
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
138 Perl Plugin API: v2 |
|
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
139 Loader Plugin API: (not versioned) |
|
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
140 Protocol Plugin API: (not versioned) |
|
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
141 * Added: protocol_prefs for protocol specific preferences |
|
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
142 * Added: reject_chat so protocols can act on chat invite rejection |
| 9052 | 143 |
|
9120
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
144 TCL Plugin API: (not versioned) |
|
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
145 * Changes to plugin registration to show descriptions |
| 9052 | 146 |
