Mercurial > pidgin
comparison plugins/ChangeLog.API @ 9052:55353425fd67
[gaim-migrate @ 9828]
nosnilmot thought to give plugin authors a helping hand
committer: Tailor Script <tailor@pidgin.im>
| author | Luke Schierer <lschiere@pidgin.im> |
|---|---|
| date | Mon, 24 May 2004 15:58:21 +0000 |
| parents | |
| children | 5042c9dbfbb7 |
comparison
equal
deleted
inserted
replaced
| 9051:826013efffcb | 9052:55353425fd67 |
|---|---|
| 1 Gaim: The Pimpin' Penguin IM Client that's good for the soul! | |
| 2 | |
| 3 version 0.78cvs : | |
| 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) | |
| 24 * Changed: "received-im-msg" and "received-chat-msg" no longer pass | |
| 25 pointers to who, message and flags, and are now void. | |
| 26 * Removed: "drawing-menu" - it was UI sepecific and | |
| 27 "blist-node-extended-menu" is superior | |
| 28 | |
| 29 version 0.77 (04/22/2004): | |
| 30 * Loader & Protocol plugins independantly versioned | |
| 31 * Plugin loading now checks versioning on plugins (Standard, Loader & | |
| 32 Protocol) | |
| 33 * new GAIM_{PLUGIN,PRPL,LOADER}_API_VERSION constants | |
| 34 | |
| 35 * * Plugin plugin API: 3 | |
| 36 * Added: prefs_info for UI independant plugin prefs | |
| 37 | |
| 38 * * Loader plugin API: 2 | |
| 39 * Added: api_version at top of GaimPluginLoaderInfo struct | |
| 40 | |
| 41 * * Protocol plugin API: 2 | |
| 42 * Added: api_version at top of GaimPluginProtocolInfo struct | |
| 43 * Added: chat_menu for protocol specific extensions to the chat menu | |
| 44 * Removed: get_away "Nada used it. Pink elephants on parade." | |
| 45 * Removed: protocol_prefs (replaced by generic plugin prefs_info) | |
| 46 | |
| 47 * * Perl plugin API: 2 (no changes) | |
| 48 * * TCL API: (no changes) | |
| 49 | |
| 50 * * Signals: | |
| 51 * Added: "conversation-drag-ended" | |
| 52 | |
| 53 version 0.76 (04/01/2004): | |
| 54 * * Plugin API: 2 | |
| 55 * * Perl plugin API: 2 | |
| 56 * * Loader plugin API: (not versioned) | |
| 57 * * Protocol plugin API: (not versioned) | |
| 58 * Added: protocol_prefs for protocol specific preferences | |
| 59 * Added: reject_chat so protocols can act on chat invite rejection | |
| 60 | |
| 61 * * TCL plugin API: (not versioned) | |
| 62 * Changes to plugin registration to show descriptions | |
| 63 |
