comparison ChangeLog.API @ 22175:ca9a660cc388

merge of '4ca258deda6a50b61f8431bb3a742805c180a583' and 'f61e8366b7d42ee3c6df40b1f37dbdb4a9a1b343'
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Tue, 22 Jan 2008 14:14:59 +0000
parents 364e67f1a429
children 6419554aadd9
comparison
equal deleted inserted replaced
22167:ce5ced43cd93 22175:ca9a660cc388
28 * purple_attention_type_get_name 28 * purple_attention_type_get_name
29 * purple_attention_type_get_incoming_desc 29 * purple_attention_type_get_incoming_desc
30 * purple_attention_type_get_outgoing_desc 30 * purple_attention_type_get_outgoing_desc
31 * purple_attention_type_get_icon_name 31 * purple_attention_type_get_icon_name
32 * purple_attention_type_get_unlocalized_name 32 * purple_attention_type_get_unlocalized_name
33 * Add some PurpleBuddyListNode accessor functions:
34 * purple_blist_node_get_parent
35 * purple_blist_node_get_first_child
36 * purple_blist_node_get_sibling_next
37 * purple_chat_get_account
33 38
34 Pidgin: 39 Pidgin:
35 Added: 40 Added:
36 * pidgin_create_dialog to create a window that closes on escape. Also 41 * pidgin_create_dialog to create a window that closes on escape. Also
37 added utility functions pidgin_dialog_get_vbox_with_properties, 42 added utility functions pidgin_dialog_get_vbox_with_properties,
63 * Added gnt_color_add_pair to define a new color. 68 * Added gnt_color_add_pair to define a new color.
64 * Added gnt_colors_get_color to get an ncurses color value from a 69 * Added gnt_colors_get_color to get an ncurses color value from a
65 string. 70 string.
66 * Added gnt_style_get_color to get a color pair from an entry in 71 * Added gnt_style_get_color to get a color pair from an entry in
67 ~/.gntrc 72 ~/.gntrc
73 * Added gnt_tree_get_parent_key to get the key for the parent row.
68 74
69 version 2.3.0 (11/24/2007): 75 version 2.3.0 (11/24/2007):
70 libpurple: 76 libpurple:
71 Added: 77 Added:
72 * a PurpleConversation field and an alias field in PurpleConvMessage 78 * a PurpleConversation field and an alias field in PurpleConvMessage