comparison ChangeLog.API @ 26268:3d997c09b94e

A patch from Jorge Villaseor which makes all pounces share a single window. The window is based on the one used by the mail notifications. I made some extra changes on top of the patch to clean things up a little bit, mainly to improve strings. Blame me if something breaks! Thanks to bjlockie for helping with testing. Closes #190
author Kevin Stange <kevin@simguy.net>
date Mon, 16 Mar 2009 17:07:41 +0000
parents b03430dae08e
children 4f6228f14461 7b63af454f26
comparison
equal deleted inserted replaced
26267:da9e022befd9 26268:3d997c09b94e
60 * gtk_imhtml_set_return_inserts_newline 60 * gtk_imhtml_set_return_inserts_newline
61 * pidgin_blist_set_theme 61 * pidgin_blist_set_theme
62 * pidgin_blist_get_theme 62 * pidgin_blist_get_theme
63 * pidgin_sound_is_customized 63 * pidgin_sound_is_customized
64 * pidgin_utils_init, pidgin_utils_uninit 64 * pidgin_utils_init, pidgin_utils_uninit
65 * pidgin_notify_pounce_add
65 66
66 perl: 67 perl:
67 Changed: 68 Changed:
68 * Made a bunch of functions act more perl-like. Call the new() 69 * Made a bunch of functions act more perl-like. Call the new()
69 functions as Class->new(...) instead of Class::new(...): 70 functions as Class->new(...) instead of Class::new(...):