Mercurial > pidgin
comparison ChangeLog.API @ 25903:f8d3447235b1
Made the Purple::Request::Field(s) functions act more perl-like.
Call the new() functions as Class->new(...) instead of Class::new(...).
author | Etan Reisner <pidgin@unreliablesource.net> |
---|---|
date | Tue, 06 Jan 2009 06:23:46 +0000 |
parents | be3ba7e07de5 |
children | 94a6eb10c691 |
comparison
equal
deleted
inserted
replaced
25902:be3ba7e07de5 | 25903:f8d3447235b1 |
---|---|
33 * gtk_imhtml_class_register_protocol | 33 * gtk_imhtml_class_register_protocol |
34 * gtk_imhtml_link_get_url, gtk_imhtml_link_get_text_tag, | 34 * gtk_imhtml_link_get_url, gtk_imhtml_link_get_text_tag, |
35 gtk_imhtml_link_activate functions to process GtkIMHtmlLink | 35 gtk_imhtml_link_activate functions to process GtkIMHtmlLink |
36 objects from GtkIMHtml protocol callbacks. | 36 objects from GtkIMHtml protocol callbacks. |
37 * pidgin_utils_init, pidgin_utils_uninit | 37 * pidgin_utils_init, pidgin_utils_uninit |
38 | |
39 perl: | |
40 Changed: | |
41 * Made a bunch of functions act more perl-like. Call the new() | |
42 functions as Class->new(...) instead of Class::new(...): | |
43 * Purple::Request::Fields::new | |
44 * Purple::Request::Field::new | |
45 * Purple::Request::Field::account_new | |
46 * Purple::Request::Field::bool_new | |
47 * Purple::Request::Field::choice_new | |
48 * Purple::Request::Field::int_new | |
49 * Purple::Request::Field::label_new | |
50 * Purple::Request::Field::list_new | |
51 * Purple::Request::Field::string_new | |
52 * Purple::Request::Field::group_new | |
38 | 53 |
39 version 2.5.3 (12/20/2008): | 54 version 2.5.3 (12/20/2008): |
40 libpurple | 55 libpurple |
41 Changed: | 56 Changed: |
42 * purple_util_fetch_url and purple_util_fetch_url_request can | 57 * purple_util_fetch_url and purple_util_fetch_url_request can |