Fri, 28 May 2004 06:06:43 +0000
[gaim-migrate @ 9886]
Added a buddy-idle-updated signal, for when the idle time changes.
| 9052 | 1 | Gaim: The Pimpin' Penguin IM Client that's good for the soul! |
| 2 | ||
| 9105 | 3 | version 0.78 (05/28/2004): |
| 9052 | 4 | * * Plugin plugin API: 4 |
| 5 | * Added: actions - for plugins to add to the new Plugin Actions menu | |
| 6 | ||
| 7 | * * Loader plugin API: 2 (no changes) | |
| 8 | ||
| 9 | * * Protocol plugin API: 4 | |
| 10 | * Removed: set_dir, get_dir and dir_search (not used, AIM-centric) | |
| 11 | * Removed: actions (replaced by generic plugin actions) | |
| 12 | ||
| 13 | * * Perl plugin API: 2 (no changes) | |
| 14 | * * TCL plugin API: (no changes) | |
| 15 | ||
| 16 | * * Signals: | |
| 17 | * Added: "blist-node-extended-menu" for extending Buddy, Chat and | |
| 18 | Group right-click menus | |
| 19 | * Added: "drawing-tooltip" for plugins to allow plugins to change text | |
| 20 | appearing in tooltips | |
| 21 | * Added: "gtkblist-created" | |
| 22 | * Added: "receiving-im-msg" and "receiving-chat-msg" (these behave | |
| 23 | exactly like received-*-msg used to) | |
|
9109
c9df1dd44feb
[gaim-migrate @ 9886]
Christian Hammond <chipx86@chipx86.com>
parents:
9105
diff
changeset
|
24 | * Added: "buddy-idle-updated" signal, for when the idle time changes. |
| 9052 | 25 | * Changed: "received-im-msg" and "received-chat-msg" no longer pass |
| 26 | pointers to who, message and flags, and are now void. | |
| 27 | * Removed: "drawing-menu" - it was UI sepecific and | |
| 28 | "blist-node-extended-menu" is superior | |
| 29 | ||
| 30 | version 0.77 (04/22/2004): | |
| 31 | * Loader & Protocol plugins independantly versioned | |
| 32 | * Plugin loading now checks versioning on plugins (Standard, Loader & | |
| 33 | Protocol) | |
| 34 | * new GAIM_{PLUGIN,PRPL,LOADER}_API_VERSION constants | |
| 35 | ||
| 36 | * * Plugin plugin API: 3 | |
| 37 | * Added: prefs_info for UI independant plugin prefs | |
| 38 | ||
| 39 | * * Loader plugin API: 2 | |
| 40 | * Added: api_version at top of GaimPluginLoaderInfo struct | |
| 41 | ||
| 42 | * * Protocol plugin API: 2 | |
| 43 | * Added: api_version at top of GaimPluginProtocolInfo struct | |
| 44 | * Added: chat_menu for protocol specific extensions to the chat menu | |
| 45 | * Removed: get_away "Nada used it. Pink elephants on parade." | |
| 46 | * Removed: protocol_prefs (replaced by generic plugin prefs_info) | |
| 47 | ||
| 48 | * * Perl plugin API: 2 (no changes) | |
| 49 | * * TCL API: (no changes) | |
| 50 | ||
| 51 | * * Signals: | |
| 52 | * Added: "conversation-drag-ended" | |
| 53 | ||
| 54 | version 0.76 (04/01/2004): | |
| 55 | * * Plugin API: 2 | |
| 56 | * * Perl plugin API: 2 | |
| 57 | * * Loader plugin API: (not versioned) | |
| 58 | * * Protocol plugin API: (not versioned) | |
| 59 | * Added: protocol_prefs for protocol specific preferences | |
| 60 | * Added: reject_chat so protocols can act on chat invite rejection | |
| 61 | ||
| 62 | * * TCL plugin API: (not versioned) | |
| 63 | * Changes to plugin registration to show descriptions | |
| 64 |