comparison ChangeLog.API @ 20028:a2b4eac83902

Part of #1332 to introduce pidgin_text_combo_box_new_entry and accessor functions. I made some changes to: * Not leak * Popup the dropdown when up/down arrows are pressed, to imitate the old behaviour to some extent. * Change the accessor defines to accessor functions. I think this all works OK now. Yell at me if things don't work, and then fix it. :-P
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Fri, 14 Sep 2007 08:27:26 +0000
parents 41cad24fd6df
children 51aff4db29da
comparison
equal deleted inserted replaced
20014:a1c5518c445c 20028:a2b4eac83902
1 Pidgin and Finch: The Pimpin' Penguin IM Clients That're Good for the Soul 1 Pidgin and Finch: The Pimpin' Penguin IM Clients That're Good for the Soul
2 2
3 Version 2.2.0 (??/??/????): 3 Version 2.2.0 (09/13/2007):
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
31 * pidgin_set_accessible_relations, sets up label-for and labelled-by 31 * pidgin_set_accessible_relations, sets up label-for and labelled-by
32 ATK relations (broken out from pidgin_set_accessible_label) 32 ATK relations (broken out from pidgin_set_accessible_label)
33 * pidgin_conv_attach_to_conversation, to reattach the Pidgin UI to a 33 * pidgin_conv_attach_to_conversation, to reattach the Pidgin UI to a
34 conversation 34 conversation
35 * conversation-hiding and conversation-displayed signals. 35 * conversation-hiding and conversation-displayed signals.
36 * pidgin_text_combo_box_entry_new, pidgin_text_combo_box_entry_get_text
37 and pidgin_text_combo_box_entry_set_text
36 38
37 Changed: 39 Changed:
38 * pidgin_conversations_fill_menu now also adds a separator and a 'Show 40 * pidgin_conversations_fill_menu now also adds a separator and a 'Show
39 All' item if there are more than one conversations in the list. 41 All' item if there are more than one conversations in the list.
40 42