comparison ChangeLog.API @ 26640:85822db8cd84

Changelog the progressbar addition.
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Sun, 12 Apr 2009 21:10:03 +0000
parents 15ae2dea92b3
children 0011cd06990a 872d30754311
comparison
equal deleted inserted replaced
26639:a372ea58c3ae 26640:85822db8cd84
75 * pidgin_blist_get_theme 75 * pidgin_blist_get_theme
76 * pidgin_prefs_labeled_password 76 * pidgin_prefs_labeled_password
77 * pidgin_sound_is_customized 77 * pidgin_sound_is_customized
78 * pidgin_utils_init, pidgin_utils_uninit 78 * pidgin_utils_init, pidgin_utils_uninit
79 * pidgin_notify_pounce_add 79 * pidgin_notify_pounce_add
80
81 libgnt:
82 Added:
83 * GntProgressBar and functions (Saleem Abdulrasool)
80 84
81 perl: 85 perl:
82 Changed: 86 Changed:
83 * Made a bunch of functions act more perl-like. Call the new() 87 * Made a bunch of functions act more perl-like. Call the new()
84 functions as Class->new(...) instead of Class::new(...): 88 functions as Class->new(...) instead of Class::new(...):