Mercurial > pidgin
diff 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 |
line wrap: on
line diff
--- a/ChangeLog.API Sat Jan 05 02:16:30 2008 +0000 +++ b/ChangeLog.API Sat Jan 05 10:43:25 2008 +0000 @@ -8,6 +8,7 @@ * purple_major_version, purple_minor_version, purple_micro_version variables are exported by version.h, giving the version of libpurple in use at runtime. + * purple_util_set_current_song, purple_util_format_song_info Pidgin: Added: @@ -24,9 +25,11 @@ * pidgin_tooltip_setup_for_treeview, pidgin_tooltip_destroy, pidgin_tooltip_show and pidgin_tooltip_setup_for_widget to simplify the process of drawing tooltips. + * pidgin_add_widget_to_vbox to simplify adding a labeled widget to a + window. - Deprecated: - * PIDGIN_DIALOG + Deprecated: + * PIDGIN_DIALOG Finch: libgnt: