Mercurial > pidgin.yaz
comparison ChangeLog.API @ 24913:7bc52fed6fdb
Remove a handful of string utility functions from perl, they are generally
better handled by perl's built-in functions and at least two of them are
reported to crash currently.
References #6562
| author | Etan Reisner <pidgin@unreliablesource.net> |
|---|---|
| date | Wed, 07 Jan 2009 03:31:23 +0000 |
| parents | df6d3c3574ce |
| children | a67ac9a3fd05 |
comparison
equal
deleted
inserted
replaced
| 24912:b97d8001402d | 24913:7bc52fed6fdb |
|---|---|
| 3 version 2.5.4 (??/??/????): | 3 version 2.5.4 (??/??/????): |
| 4 perl: | 4 perl: |
| 5 Changed: | 5 Changed: |
| 6 * Purple::PluginPref->get_bounds no longer takes two integer | 6 * Purple::PluginPref->get_bounds no longer takes two integer |
| 7 arguments it now returns two integers. | 7 arguments it now returns two integers. |
| 8 | |
| 9 Removed: | |
| 10 * Removed a handful of string-related utility functions that | |
| 11 can generally be better handled with perl's built-in string | |
| 12 functions rather than using pidgin's: | |
| 13 * Purple::Util::strcasereplace | |
| 14 * Purple::Util::strcasestr | |
| 15 * Purple::Util::strreplace | |
| 16 * Purple::Util::str_strip_char | |
| 17 * Purple::Util::chrreplace | |
| 8 | 18 |
| 9 version 2.5.3 (12/20/2008): | 19 version 2.5.3 (12/20/2008): |
| 10 libpurple | 20 libpurple |
| 11 Changed: | 21 Changed: |
| 12 * purple_util_fetch_url and purple_util_fetch_url_request can | 22 * purple_util_fetch_url and purple_util_fetch_url_request can |
