comparison ChangeLog.API @ 21992:1690d040addd

Remove a lot of duplication from a lot of places. Closes #4558. committer: Sadrul Habib Chowdhury <imadil@gmail.com>
author Gabriel Schulhof <nix@go-nix.ca>
date Sat, 05 Jan 2008 10:43:25 +0000
parents 07eb63fa0bdb
children f9dcdc0e89a5
comparison
equal deleted inserted replaced
21991:cca516eb7610 21992:1690d040addd
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 * purple_gai_strerror.
8 * purple_major_version, purple_minor_version, 8 * purple_major_version, purple_minor_version,
9 purple_micro_version variables are exported by version.h, 9 purple_micro_version variables are exported by version.h,
10 giving the version of libpurple in use at runtime. 10 giving the version of libpurple in use at runtime.
11 * purple_util_set_current_song, purple_util_format_song_info
11 12
12 Pidgin: 13 Pidgin:
13 Added: 14 Added:
14 * pidgin_create_dialog to create a window that closes on escape. Also 15 * pidgin_create_dialog to create a window that closes on escape. Also
15 added utility functions pidgin_dialog_get_vbox_with_properties, 16 added utility functions pidgin_dialog_get_vbox_with_properties,
22 * pidgin_auto_parent_window to make a window transient for a suitable 23 * pidgin_auto_parent_window to make a window transient for a suitable
23 parent window. 24 parent window.
24 * pidgin_tooltip_setup_for_treeview, pidgin_tooltip_destroy, 25 * pidgin_tooltip_setup_for_treeview, pidgin_tooltip_destroy,
25 pidgin_tooltip_show and pidgin_tooltip_setup_for_widget to simplify 26 pidgin_tooltip_show and pidgin_tooltip_setup_for_widget to simplify
26 the process of drawing tooltips. 27 the process of drawing tooltips.
27 28 * pidgin_add_widget_to_vbox to simplify adding a labeled widget to a
28 Deprecated: 29 window.
29 * PIDGIN_DIALOG 30
31 Deprecated:
32 * PIDGIN_DIALOG
30 33
31 Finch: 34 Finch:
32 libgnt: 35 libgnt:
33 * Added gnt_tree_set_row_color to set the color for a row in a tree. 36 * Added gnt_tree_set_row_color to set the color for a row in a tree.
34 * Added gnt_style_get_string_list 37 * Added gnt_style_get_string_list