comparison ChangeLog.API @ 19520:098c04602065

Make a note about purple_prefs_load no longer needing to be called by the UI and update finch accordingly. There doesn't appear to be any negative effects of having the purple_prefs_load called twice.
author Daniel Atallah <daniel.atallah@gmail.com>
date Wed, 29 Aug 2007 03:55:21 +0000
parents ea26d30449fd
children 7971aadbf56c 50377bbd1430
comparison
equal deleted inserted replaced
19518:e2b7dadac415 19520:098c04602065
4 libpurple: 4 libpurple:
5 Added: 5 Added:
6 * PURPLE_MESSAGE_INVISIBLE flag, which can be used by 6 * PURPLE_MESSAGE_INVISIBLE flag, which can be used by
7 purple_conv_im_send_with_flags to send a message, but not display it 7 purple_conv_im_send_with_flags to send a message, but not display it
8 in the conversation 8 in the conversation
9 Changed:
10 * purple_prefs_load is now called within purple_prefs_init.
11 The UI no longer needs to call it.
9 12
10 Pidgin: 13 Pidgin:
11 Added: 14 Added:
12 * pidgin_set_accessible_relations, sets up label-for and labelled-by 15 * pidgin_set_accessible_relations, sets up label-for and labelled-by
13 ATK relations (broken out from pidgin_set_accessible_label) 16 ATK relations (broken out from pidgin_set_accessible_label)