comparison plugins/ChangeLog.API @ 9730:c9ac1976ef01

[gaim-migrate @ 10591] I shuffled lots of stuff around again. See plugins/ChangeLog.API for the list of renamed functions. I'm trying to clean up gtkdialogs.c/.h, so I moved the away stuff into away.c/.h I also reduced the minimum buddy list height from 200 pixels to 100 pixels. I just realized that that's also the default height used when you don't have a prefs.xml, which is bad. I think I'm going to set the default height to around 300 pixels. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Mon, 09 Aug 2004 03:49:46 +0000
parents 8be2c406a1f1
children 676cf082d29c
comparison
equal deleted inserted replaced
9729:f44ae9331afc 9730:c9ac1976ef01
7 * Renamed show_info_dialog to gaim_gtkdialogs_info 7 * Renamed show_info_dialog to gaim_gtkdialogs_info
8 * Renamed show_log_dialog to gaim_gtkdialogs_log 8 * Renamed show_log_dialog to gaim_gtkdialogs_log
9 * Renamed show_warn_dialog to gaim_gtkdialogs_warn 9 * Renamed show_warn_dialog to gaim_gtkdialogs_warn
10 * Renamed show_im_dialog to gaim_gtkdialogs_im 10 * Renamed show_im_dialog to gaim_gtkdialogs_im
11 * Renamed gaim_gtkdialogs_new_im to gaim_gtkdialogs_im_with_user 11 * Renamed gaim_gtkdialogs_new_im to gaim_gtkdialogs_im_with_user
12 * Renamed destroy_all_dialogs to gaim_gtkdialogs_destroy_all
13 * Renamed alias_dialog_bud to gaim_gtkdialogs_alias_buddy
14 * Renamed alias_dialog_contact to gaim_gtkdialogs_alias_contact
15 * Renamed alias_dialog_blist_chat to gaim_gtkdialogs_alias_chat
16 * Renamed show_confirm_del to gaim_gtkdialogs_remove_buddy
17 * Renamed show_confirm_del_group to gaim_gtkdialogs_remove_group
18 * Renamed show_confirm_del_blist_chat to gaim_gtkdialogs_remove_chat
19 * Renamed show_confirm_del_contact to gaim_gtkdialogs_remove_contact
12 20
13 version 0.81 (08/05/2004): 21 version 0.81 (08/05/2004):
14 Commands API: 22 Commands API:
15 * Most functions now have a void *data argument. 23 * Most functions now have a void *data argument.
16 24