comparison plugins/ChangeLog.API @ 9719:9e41c6809f85

[gaim-migrate @ 10580] Super Stu to the resCue! committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sun, 08 Aug 2004 16:49:55 +0000
parents af6bf08d1e67
children 8be2c406a1f1
comparison
equal deleted inserted replaced
9718:78022bad9367 9719:9e41c6809f85
1 Gaim: The Pimpin' Penguin IM Client that's good for the soul! 1 Gaim: The Pimpin' Penguin IM Client that's good for the soul!
2 2
3 version 0.81 (08/05/2004) 3 version 0.82cvs:
4 Gaim API:
5 * Removed multi.h
6 * Renamed ui.h to gtkdialogs.h
7 * Renamed show_warn_dialog to gaim_gtkdialogs_warn
8 * Renamed show_im_dialog to gaim_gtkdialogs_im
9 * Renamed show_info_dialog to gaim_gtkdialogs_info
10 * Renamed show_log_dialog to gaim_gtkdialogs_log
11
12 version 0.81 (08/05/2004):
4 Commands API: 13 Commands API:
5 * Most functions now have a void *data argument. 14 * Most functions now have a void *data argument.
6 15
7 Blist API: 16 Blist API:
8 * Added gaim_buddy_get_contact_alias 17 * Added gaim_buddy_get_contact_alias
9 * Renamed gaim_get_buddy_alias to gaim_buddy_get_alias 18 * Renamed gaim_get_buddy_alias to gaim_buddy_get_alias
10 * Renamed gaim_get_buddy_alias_only to gaim_buddy_get_alias_only 19 * Renamed gaim_get_buddy_alias_only to gaim_buddy_get_alias_only
11 20
12 Conversation API: 21 Conversation API:
13 * Changed: gaim_conv_chat_add_user() (added flags parameter) 22 * Changed: gaim_conv_chat_add_user() (added flags parameter)
14 gaim_conv_chat_add_users() now (added GList of flags parameter) 23 gaim_conv_chat_add_users() now (added GList of flags parameter)
15 gaim_conv_chat_get_users() now returns a GList of GaimChatBuddy's 24 gaim_conv_chat_get_users() now returns a GList of GaimChatBuddy's
16 gaim_conv_chat_set_users() now expects a GList of GaimChatBuddy's 25 gaim_conv_chat_set_users() now expects a GList of GaimChatBuddy's