comparison ChangeLog.API @ 29398:e1c01f236674

Correctly parse "<br>" in an XML attribute. Closes #11318. If nobody has objections, I intend to add purple_unescape_text() to util.[ch] for 2.7.0.
author Paul Aurich <paul@darkrain42.org>
date Wed, 10 Feb 2010 03:32:29 +0000
parents 3a43e48c870e
children 1eeeb20f0b9f 55515a760e87
comparison
equal deleted inserted replaced
29397:9b0d3a48a467 29398:e1c01f236674
5 Changed: 5 Changed:
6 * purple_xfer_cancel_local is now called instead of 6 * purple_xfer_cancel_local is now called instead of
7 purple_xfer_request_denied if an error is found when selecting 7 purple_xfer_request_denied if an error is found when selecting
8 a file to send. Request denied is still used when a receive 8 a file to send. Request denied is still used when a receive
9 request is not allowed. 9 request is not allowed.
10 * xmlnode_from_str now properly handles paring an attribute which
11 contain "&lt;br&gt;", which were previously transformed into a
12 newline character (libxml2 unescapes all entities except
13 representations of '&', and libpurple's purple_unescape_html
14 converts "<br>" to a newline).
15
10 Perl: 16 Perl:
11 Changed: 17 Changed:
12 * Corrected the package names for the PurpleProxyType and 18 * Corrected the package names for the PurpleProxyType and
13 PurpleLogReadFlags enums to have the correct number of colons 19 PurpleLogReadFlags enums to have the correct number of colons
14 (from Purple::ProxyType::::<type> to Purple::ProxyType::<type> 20 (from Purple::ProxyType::::<type> to Purple::ProxyType::<type>