comparison ChangeLog.API @ 28610:bc87a89e4401

merge of '9ce1a7ac92f523b7b5b9983746ae57ee1fac1a67' and 'ebf771e2c74addf4821a643a9c9179f4adc67c3b'
author Etan Reisner <pidgin@unreliablesource.net>
date Tue, 08 Sep 2009 02:23:49 +0000
parents e8eaf57f42da f07722ed802d
children 7686397d2282
comparison
equal deleted inserted replaced
28601:1f0b2af9e2b8 28610:bc87a89e4401
1 Pidgin and Finch: The Pimpin' Penguin IM Clients That're Good for the Soul 1 Pidgin and Finch: The Pimpin' Penguin IM Clients That're Good for the Soul
2 2
3 version 2.6.0 (??/??/2009): 3 version 2.6.2 (09/05/2009):
4 Perl:
5 Added:
6 * Purple::XMLNode::get_next(), which returns the next neighbor tag of
7 the current node.
8 Changed:
9 * Purple::XMLNode::get_child() will return the first child node if
10 passed "" or undef as the name of the node.
11
12 version 2.6.1 (08/18/2009):
13 No changes
14
15 version 2.6.0 (08/18/2009):
4 libpurple: 16 libpurple:
5 Added: 17 Added:
6 * PurpleMedia and PurpleMediaManager API 18 * PurpleMedia and PurpleMediaManager API
7 * PURPLE_BLIST_NODE 19 * PURPLE_BLIST_NODE
8 * PURPLE_GROUP 20 * PURPLE_GROUP
153 libgnt: 165 libgnt:
154 Added: 166 Added:
155 * GntProgressBar and functions (Saleem Abdulrasool) 167 * GntProgressBar and functions (Saleem Abdulrasool)
156 168
157 perl: 169 perl:
170 Added:
171 * Purple::XMLNode::get_name()
172
158 Changed: 173 Changed:
159 * Made a bunch of functions act more perl-like. Call the new() 174 * Made a bunch of functions act more perl-like. Call the new()
160 functions as Class->new(...) instead of Class::new(...): 175 functions as Class->new(...) instead of Class::new(...):
161 * Purple::Request::Fields::new 176 * Purple::Request::Fields::new
162 * Purple::Request::Field::new 177 * Purple::Request::Field::new
166 * Purple::Request::Field::int_new 181 * Purple::Request::Field::int_new
167 * Purple::Request::Field::label_new 182 * Purple::Request::Field::label_new
168 * Purple::Request::Field::list_new 183 * Purple::Request::Field::list_new
169 * Purple::Request::Field::string_new 184 * Purple::Request::Field::string_new
170 * Purple::Request::Field::group_new 185 * Purple::Request::Field::group_new
186 * Make the XMLNode API more perl-like. Don't pass len
187 parameters and call them like:
188 * $xmlnode->copy()
189 * $xmlnode->to_str()
190 * $xmlnode->to_formatted_str()
191 * Purple::XMLNode::from_str(...)
192 version 2.5.9 (08/18/2009):
193 No changes
171 194
172 version 2.5.8 (06/27/2009): 195 version 2.5.8 (06/27/2009):
173 No changes 196 No changes
174 197
175 version 2.5.7 (06/20/2009): 198 version 2.5.7 (06/20/2009):