Mercurial > pidgin.yaz
annotate plugins/ChangeLog.API @ 9437:d9f8658b305d
[gaim-migrate @ 10258]
" As wing had mentioned on #gaim, zephyr.c had
declarations after statements, causing problems with
pre-C99 compilers.
I've moved the declarations around to fix this, and
also properly un-indented code to improve readability.
Oh, and my previous slash commands patch had mixed up
the descriptions of /inst and /instance . This fixes it." --Arun A Tharuvai
committer: Tailor Script <tailor@pidgin.im>
author | Luke Schierer <lschiere@pidgin.im> |
---|---|
date | Thu, 01 Jul 2004 22:21:31 +0000 |
parents | 9bfd0e336c91 |
children | eae7e049d639 |
rev | line source |
---|---|
9052 | 1 Gaim: The Pimpin' Penguin IM Client that's good for the soul! |
2 | |
9384 | 3 version 0.79 (06/24/2004): |
9228
3de4cb53762b
[gaim-migrate @ 10024]
Christian Hammond <chipx86@chipx86.com>
parents:
9124
diff
changeset
|
4 Gaim API: |
3de4cb53762b
[gaim-migrate @ 10024]
Christian Hammond <chipx86@chipx86.com>
parents:
9124
diff
changeset
|
5 * gaim_url_parse() now takes two additional parameters, which are used |
3de4cb53762b
[gaim-migrate @ 10024]
Christian Hammond <chipx86@chipx86.com>
parents:
9124
diff
changeset
|
6 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
|
7 * Added: has_focus UI op to GaimConversationUiOps and |
947876140943
[gaim-migrate @ 10059]
Christian Hammond <chipx86@chipx86.com>
parents:
9228
diff
changeset
|
8 GaimConvWindowUiOps. |
947876140943
[gaim-migrate @ 10059]
Christian Hammond <chipx86@chipx86.com>
parents:
9228
diff
changeset
|
9 * Added: gaim_conversation_has_focus() and gaim_conv_window_has_focus(). |
9303 | 10 * Removed: gaim_blist_save() |
9228
3de4cb53762b
[gaim-migrate @ 10024]
Christian Hammond <chipx86@chipx86.com>
parents:
9124
diff
changeset
|
11 |
9336 | 12 Protocol Plugin API: v5 |
9301 | 13 * Changed: add_buddy, add_buddies, remove_buddy, remove_buddies, |
14 rename_group and remove_group to take GaimBuddy's and | |
15 GaimGroup's consistently. | |
9336 | 16 * Removed: OPT_PROTO_BUDDY_ICON (replaced by icon_spec) |
17 * Added: icon_spec to the GaimPluginProtocolInfo struct | |
9301 | 18 |
9124 | 19 version 0.78 (05/30/2004): |
9120
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
20 Plugin API: v4 |
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
21 * Added: actions - for plugins to add to the new Plugin Actions menu |
9052 | 22 |
9120
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
23 Loader Plugin API: v2 (no changes) |
9052 | 24 |
9120
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
25 Protocol Plugin API: v4 |
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
26 * 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
|
27 * Removed: actions (replaced by generic plugin actions) |
9052 | 28 |
9120
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
29 Perl Plugin API: v2 (no changes) |
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
30 TCL Plugin API: (no changes) |
9052 | 31 |
9120
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
32 Signals: |
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
33 * Added: "blist-node-extended-menu" for extending Buddy, Chat and |
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
34 Group right-click menus |
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
35 * Added: "drawing-tooltip" for plugins to allow plugins to change text |
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
36 appearing in tooltips |
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
37 * Added: "gtkblist-created" |
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
38 * Added: "receiving-im-msg" and "receiving-chat-msg" (these behave |
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
39 exactly like received-*-msg used to) |
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
40 * Added: "buddy-idle-updated" signal, for when the idle time changes. |
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
41 * Changed: "received-im-msg" and "received-chat-msg" no longer pass |
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
42 pointers to who, message and flags, and are now void. |
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
43 * Removed: "drawing-menu" - it was UI sepecific and |
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
44 "blist-node-extended-menu" is superior |
9052 | 45 |
46 version 0.77 (04/22/2004): | |
9120
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
47 Loader & Protocol Plugins independantly versioned |
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
48 Plugin loading now checks versioning on plugins (Standard, Loader & |
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
49 Protocol) |
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
50 new GAIM_{PLUGIN,PRPL,LOADER}_API_VERSION constants |
9052 | 51 |
9120
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
52 Plugin API: v3 |
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
53 * Added: prefs_info for UI independant plugin prefs |
9052 | 54 |
9120
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
55 Loader Plugin API: v2 |
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
56 * Added: api_version at top of GaimPluginLoaderInfo struct |
9052 | 57 |
9120
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
58 Protocol Plugin API: v2 |
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
59 * Added: api_version at top of GaimPluginProtocolInfo struct |
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
60 * Added: chat_menu for protocol specific extensions to the chat menu |
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
61 * Removed: get_away "Nada used it. Pink elephants on parade." |
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
62 * Removed: protocol_prefs (replaced by generic plugin prefs_info) |
9052 | 63 |
9120
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
64 Perl Plugin API: v2 (no changes) |
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
65 TCL API: (no changes) |
9052 | 66 |
9120
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
67 Signals: |
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
68 * Added: "conversation-drag-ended" |
9052 | 69 |
70 version 0.76 (04/01/2004): | |
9120
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
71 Plugin API: v2 |
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
72 Perl Plugin API: v2 |
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
73 Loader Plugin API: (not versioned) |
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
74 Protocol Plugin API: (not versioned) |
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
75 * Added: protocol_prefs for protocol specific preferences |
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
76 * Added: reject_chat so protocols can act on chat invite rejection |
9052 | 77 |
9120
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
78 TCL Plugin API: (not versioned) |
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
79 * Changes to plugin registration to show descriptions |
9052 | 80 |