comparison ChangeLog.API @ 26564:6559bf971fcd

merge of '79565c78f0c63b6c8f1b52e57e6e928780ce4f65' and 'a1c902f30c51b755e7c047ab91f9dae471e8d007'
author Paul Aurich <paul@darkrain42.org>
date Sun, 12 Apr 2009 23:47:43 +0000
parents 85822db8cd84
children 0011cd06990a 872d30754311
comparison
equal deleted inserted replaced
26554:548871664d3b 26564:6559bf971fcd
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(...):