Mercurial > pidgin
annotate plugins/ChangeLog.API @ 9248:6430b09ccc71
[gaim-migrate @ 10047]
removing irc's /help command, since the core now provides one, that does
exactly the same thing. Maybe IRC's version was prettier, but we can fix
that, if need be.
committer: Tailor Script <tailor@pidgin.im>
author | Tim Ringenbach <marv@pidgin.im> |
---|---|
date | Wed, 09 Jun 2004 06:34:33 +0000 |
parents | 3de4cb53762b |
children | 947876140943 |
rev | line source |
---|---|
9052 | 1 Gaim: The Pimpin' Penguin IM Client that's good for the soul! |
2 | |
9228
3de4cb53762b
[gaim-migrate @ 10024]
Christian Hammond <chipx86@chipx86.com>
parents:
9124
diff
changeset
|
3 version 0.79: |
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. |
3de4cb53762b
[gaim-migrate @ 10024]
Christian Hammond <chipx86@chipx86.com>
parents:
9124
diff
changeset
|
7 |
9124 | 8 version 0.78 (05/30/2004): |
9120
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
9 Plugin API: v4 |
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
10 * Added: actions - for plugins to add to the new Plugin Actions menu |
9052 | 11 |
9120
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
12 Loader Plugin API: v2 (no changes) |
9052 | 13 |
9120
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
14 Protocol Plugin API: v4 |
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
15 * 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
|
16 * Removed: actions (replaced by generic plugin actions) |
9052 | 17 |
9120
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
18 Perl Plugin API: v2 (no changes) |
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
19 TCL Plugin API: (no changes) |
9052 | 20 |
9120
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
21 Signals: |
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
22 * Added: "blist-node-extended-menu" for extending Buddy, Chat and |
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
23 Group right-click menus |
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
24 * Added: "drawing-tooltip" for plugins to allow plugins to change text |
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
25 appearing in tooltips |
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
26 * Added: "gtkblist-created" |
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
27 * Added: "receiving-im-msg" and "receiving-chat-msg" (these behave |
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
28 exactly like received-*-msg used to) |
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
29 * Added: "buddy-idle-updated" signal, for when the idle time changes. |
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
30 * Changed: "received-im-msg" and "received-chat-msg" no longer pass |
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
31 pointers to who, message and flags, and are now void. |
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
32 * Removed: "drawing-menu" - it was UI sepecific and |
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
33 "blist-node-extended-menu" is superior |
9052 | 34 |
35 version 0.77 (04/22/2004): | |
9120
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
36 Loader & Protocol Plugins independantly versioned |
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
37 Plugin loading now checks versioning on plugins (Standard, Loader & |
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
38 Protocol) |
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
39 new GAIM_{PLUGIN,PRPL,LOADER}_API_VERSION constants |
9052 | 40 |
9120
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
41 Plugin API: v3 |
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
42 * Added: prefs_info for UI independant plugin prefs |
9052 | 43 |
9120
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
44 Loader Plugin API: v2 |
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
45 * Added: api_version at top of GaimPluginLoaderInfo struct |
9052 | 46 |
9120
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
47 Protocol Plugin API: v2 |
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
48 * Added: api_version at top of GaimPluginProtocolInfo struct |
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
49 * Added: chat_menu for protocol specific extensions to the chat menu |
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
50 * Removed: get_away "Nada used it. Pink elephants on parade." |
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
51 * Removed: protocol_prefs (replaced by generic plugin prefs_info) |
9052 | 52 |
9120
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
53 Perl Plugin API: v2 (no changes) |
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
54 TCL API: (no changes) |
9052 | 55 |
9120
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
56 Signals: |
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
57 * Added: "conversation-drag-ended" |
9052 | 58 |
59 version 0.76 (04/01/2004): | |
9120
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
60 Plugin API: v2 |
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
61 Perl Plugin API: v2 |
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
62 Loader Plugin API: (not versioned) |
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
63 Protocol Plugin API: (not versioned) |
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
64 * Added: protocol_prefs for protocol specific preferences |
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
65 * Added: reject_chat so protocols can act on chat invite rejection |
9052 | 66 |
9120
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
67 TCL Plugin API: (not versioned) |
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
68 * Changes to plugin registration to show descriptions |
9052 | 69 |