Mercurial > pidgin
diff ChangeLog.API @ 26028:3fd5bda55d76
propagate from branch 'im.pidgin.pidgin' (head e602a35f60e3d423d43bacc72fcb7239c8b43cf0)
to branch 'im.pidgin.pidgin.vv' (head dcc53c9783aecbdde6269c4310ec4b0cf511bd9e)
| author | Mike Ruprecht <maiku@soc.pidgin.im> |
|---|---|
| date | Tue, 13 Jan 2009 03:02:42 +0000 |
| parents | f0c2e27c7ae7 fbef4cf4c783 |
| children | f95aa2b14bec |
line wrap: on
line diff
--- a/ChangeLog.API Mon Jan 12 03:43:04 2009 +0000 +++ b/ChangeLog.API Tue Jan 13 03:02:42 2009 +0000 @@ -6,6 +6,22 @@ * PurpleMedia API * xmlnode_get_parent +version 2.5.4 (01/12/2009): + perl: + Changed: + * Purple::PluginPref->get_bounds no longer takes two integer + arguments it now returns two integers. + + Removed: + * Removed a handful of string-related utility functions that + can generally be better handled with perl's built-in string + functions rather than using pidgin's: + * Purple::Util::strcasereplace + * Purple::Util::strcasestr + * Purple::Util::strreplace + * Purple::Util::str_strip_char + * Purple::Util::chrreplace + version 2.5.3 (12/20/2008): libpurple Changed:
