comparison ChangeLog @ 8749:d7b8eb1f0a18

[gaim-migrate @ 9504] Bumped up the plugin API version number, and added version numbers for loader plugins and protocol plugins. Authors will want to update their plugins, and possibly use GAIM_PLUGIN_API_VERSION, GAIM_PRPL_API_VERSION, and GAIM_LOADER_API_VERSION constants. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Thu, 22 Apr 2004 01:53:18 +0000
parents d3a0e4b7d3a9
children 831a0488a719
comparison
equal deleted inserted replaced
8748:13d592f485d1 8749:d7b8eb1f0a18
14 * Plugins can now add menu items to the buddy context menu 14 * Plugins can now add menu items to the buddy context menu
15 (Christopher O'Brien) 15 (Christopher O'Brien)
16 * Plugins can now add preferences (Gary Kramlich) 16 * Plugins can now add preferences (Gary Kramlich)
17 * The TOC protocol is no longer built by default. The plugin is not 17 * The TOC protocol is no longer built by default. The plugin is not
18 being properly tested and is no longer officially supported. 18 being properly tested and is no longer officially supported.
19 * Bumped up the plugin API version number, and added version numbers
20 for loader plugins and protocol plugins. Authors will want to
21 update their plugins, and possibly use GAIM_PLUGIN_API_VERSION,
22 GAIM_PRPL_API_VERSION, and GAIM_LOADER_API_VERSION constants.
19 23
20 Bug Fixes: 24 Bug Fixes:
21 * Formatting in the Log viewer is fixed (Kevin Stange) 25 * Formatting in the Log viewer is fixed (Kevin Stange)
22 * Save Conversation works again (Kevin Stange) 26 * Save Conversation works again (Kevin Stange)
23 * The Clear button in privacy works (Robert Mibus) 27 * The Clear button in privacy works (Robert Mibus)