comparison ChangeLog.API @ 21224:693c485a1983

Merge the ChangeLog.API entries for 2.3.0
author Richard Laager <rlaager@wiktel.com>
date Fri, 12 Oct 2007 03:34:53 +0000
parents d604027959a5
children e967fd47baa5
comparison
equal deleted inserted replaced
21223:d604027959a5 21224:693c485a1983
2 2
3 version 2.3.0 (??/??/????): 3 version 2.3.0 (??/??/????):
4 libpurple: 4 libpurple:
5 Added: 5 Added:
6 * purple_request_field_blist_nodes_new and its accessory functions. 6 * purple_request_field_blist_nodes_new and its accessory functions.
7 * Added a PurpleConversation field in PurpleConvMessage 7 * a PurpleConversation field in PurpleConvMessage
8 * Added account-authorization signals. (see account-signals.dox for 8 * account-authorization signals (see account-signals.dox for
9 details) (Stefan Ott) 9 details) (Stefan Ott)
10 * Added libpurple/purple.h, which includes #define's and #include's 10 * libpurple/purple.h, which includes #define's and #include's
11 required to compile stand-alone plugins. 11 required to compile stand-alone plugins
12
13 version 2.3.0 (??/??/????):
14 libpurple:
15 Added:
16 * purple_plugin_disable(), which is intended to be called when 12 * purple_plugin_disable(), which is intended to be called when
17 a purple_plugin_unload()--which was called when a user tried 13 a purple_plugin_unload()--which was called when a user tried
18 to unload a plugin--fails. This then prevents the plugin 14 to unload a plugin--fails. This then prevents the plugin
19 from being saved in the saved plugins list, so it'll won't 15 from being saved in the saved plugins list, so it'll won't
20 be loaded at the next startup. 16 be loaded at the next startup.