Mercurial > pidgin.yaz
comparison ChangeLog.API @ 28634:7686397d2282
merge of '21bc6a005e10217fb89ff6fe326c1f4174fadf73'
and 'e6bbde6f4d46cd78557b9d95f583b3668415e256'
| author | John Bailey <rekkanoryo@rekkanoryo.org> |
|---|---|
| date | Wed, 16 Sep 2009 15:36:24 +0000 |
| parents | 4eca423c63e1 bc87a89e4401 |
| children | 31ff586b8ddc 6e9917e067e6 |
comparison
equal
deleted
inserted
replaced
| 28623:4eca423c63e1 | 28634:7686397d2282 |
|---|---|
| 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 |
| 152 libgnt: | 164 libgnt: |
| 153 Added: | 165 Added: |
| 154 * GntProgressBar and functions (Saleem Abdulrasool) | 166 * GntProgressBar and functions (Saleem Abdulrasool) |
| 155 | 167 |
| 156 perl: | 168 perl: |
| 169 Added: | |
| 170 * Purple::XMLNode::get_name() | |
| 171 | |
| 157 Changed: | 172 Changed: |
| 158 * Made a bunch of functions act more perl-like. Call the new() | 173 * Made a bunch of functions act more perl-like. Call the new() |
| 159 functions as Class->new(...) instead of Class::new(...): | 174 functions as Class->new(...) instead of Class::new(...): |
| 160 * Purple::Request::Fields::new | 175 * Purple::Request::Fields::new |
| 161 * Purple::Request::Field::new | 176 * Purple::Request::Field::new |
| 165 * Purple::Request::Field::int_new | 180 * Purple::Request::Field::int_new |
| 166 * Purple::Request::Field::label_new | 181 * Purple::Request::Field::label_new |
| 167 * Purple::Request::Field::list_new | 182 * Purple::Request::Field::list_new |
| 168 * Purple::Request::Field::string_new | 183 * Purple::Request::Field::string_new |
| 169 * Purple::Request::Field::group_new | 184 * Purple::Request::Field::group_new |
| 185 * Make the XMLNode API more perl-like. Don't pass len | |
| 186 parameters and call them like: | |
| 187 * $xmlnode->copy() | |
| 188 * $xmlnode->to_str() | |
| 189 * $xmlnode->to_formatted_str() | |
| 190 * Purple::XMLNode::from_str(...) | |
| 191 version 2.5.9 (08/18/2009): | |
| 192 No changes | |
| 170 | 193 |
| 171 version 2.5.8 (06/27/2009): | 194 version 2.5.8 (06/27/2009): |
| 172 No changes | 195 No changes |
| 173 | 196 |
| 174 version 2.5.7 (06/20/2009): | 197 version 2.5.7 (06/20/2009): |
