comparison ChangeLog.API @ 21249:930d0b49ebcf

ChangeLog.API some of the current-media changes.
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Tue, 16 Oct 2007 04:14:54 +0000
parents 5915ad785ee7
children 9187d331aebe
comparison
equal deleted inserted replaced
21248:5915ad785ee7 21249:930d0b49ebcf
7 * a PurpleConversation field in PurpleConvMessage 7 * a PurpleConversation field in PurpleConvMessage
8 * 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 * 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 * PURPLE_STATUS_TUNE as a new PurpleStatusPrimitive
12 * purple_plugin_disable(), which is intended to be called when 13 * purple_plugin_disable(), which is intended to be called when
13 a purple_plugin_unload()--which was called when a user tried 14 a purple_plugin_unload()--which was called when a user tried
14 to unload a plugin--fails. This then prevents the plugin 15 to unload a plugin--fails. This then prevents the plugin
15 from being saved in the saved plugins list, so it'll won't 16 from being saved in the saved plugins list, so it'll won't
16 be loaded at the next startup. 17 be loaded at the next startup.
78 * purple_request_file() 79 * purple_request_file()
79 * purple_request_folder() 80 * purple_request_folder()
80 * purple_request_input() 81 * purple_request_input()
81 * purple_request_ok_cancel() 82 * purple_request_ok_cancel()
82 * purple_request_yes_no() 83 * purple_request_yes_no()
84
85 MSN:
86 * A new independant status type with PURPLE_STATUS_TUNE primitive, and
87 PURPLE_TUNE_ARTIST, PURPLE_TUNE_ALBUM and PURPLE_TUNE_TITLE
88 attributes.
89
90 XMPP:
91 * A new independant status type with PURPLE_STATUS_TUNE primitive, and
92 PURPLE_TUNE_{ARTIST, TITLE, ALBUM, GENRE, COMMENT, TRACK, TIME,
93 YEAR, URL} attributes.
83 94
84 version 2.2.2 (??/??/????): 95 version 2.2.2 (??/??/????):
85 libpurple: 96 libpurple:
86 Changed: 97 Changed:
87 * The size parameter of purple_util_write_data_to_file_absolute 98 * The size parameter of purple_util_write_data_to_file_absolute