comparison ChangeLog.API @ 21895:39b078ac8a81

Update the changelogs, and the @since doxy-tags for new functions.
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Tue, 18 Dec 2007 21:43:03 +0000
parents 46c7f3362e39
children 76d025660d9e
comparison
equal deleted inserted replaced
21894:65e23b7a4398 21895:39b078ac8a81
2 2
3 version 2.4.0 (??/??/????): 3 version 2.4.0 (??/??/????):
4 libpurple: 4 libpurple:
5 Added: 5 Added:
6 * purple_certificate_add_ca_search_path. (Florian Quèze) 6 * purple_certificate_add_ca_search_path. (Florian Quèze)
7 * purple_gai_strerror.
7 8
8 Pidgin: 9 Pidgin:
9 Added: 10 Added:
10 * pidgin_create_dialog to create a window that closes on escape. Also 11 * pidgin_create_dialog to create a window that closes on escape. Also
11 added utility functions pidgin_dialog_get_vbox_with_properties, 12 added utility functions pidgin_dialog_get_vbox_with_properties,
18 * pidgin_auto_parent_window to make a window transient for a suitable 19 * pidgin_auto_parent_window to make a window transient for a suitable
19 parent window. 20 parent window.
20 * pidgin_tooltip_setup_for_treeview, pidgin_tooltip_destroy and 21 * pidgin_tooltip_setup_for_treeview, pidgin_tooltip_destroy and
21 pidgin_tooltip_show to simplify the process of drawing tooltips. 22 pidgin_tooltip_show to simplify the process of drawing tooltips.
22 23
23 version 2.3.2 (??/??/????):
24 Finch: 24 Finch:
25 libgnt: 25 libgnt:
26 * Added gnt_tree_set_row_color to set the color for a row in a tree. 26 * Added gnt_tree_set_row_color to set the color for a row in a tree.
27 * Added gnt_style_get_string_list 27 * Added gnt_style_get_string_list
28 * Added gnt_color_add_pair to define a new color. 28 * Added gnt_color_add_pair to define a new color.