comparison ChangeLog.API @ 30171:6eb183a072d3

Add autojoin signal to ChangeLog.API and fix a typo.
author Elliott Sales de Andrade <qulogic@pidgin.im>
date Mon, 19 Apr 2010 20:40:18 +0000
parents bb615a2542d6
children 2a1e4a000e87
comparison
equal deleted inserted replaced
30170:21285007d703 30171:6eb183a072d3
40 * got-attention conversation signal 40 * got-attention conversation signal
41 * PurpleMood struct in status.h 41 * PurpleMood struct in status.h
42 * purple_certificates_import for importing multiple 42 * purple_certificates_import for importing multiple
43 certificates from a single file (and corresponding 43 certificates from a single file (and corresponding
44 import_certificates member of PurpleCertificateScheme struct) 44 import_certificates member of PurpleCertificateScheme struct)
45 * autojoin connection signal
45 46
46 Pidgin: 47 Pidgin:
47 Added: 48 Added:
48 * pidgin_dialogs_buildinfo (should not be used by anything but Pidgin) 49 * pidgin_dialogs_buildinfo (should not be used by anything but Pidgin)
49 * pidgin_dialogs_developers (should not be used by anything but Pidgin) 50 * pidgin_dialogs_developers (should not be used by anything but Pidgin)
57 Changed: 58 Changed:
58 * purple_xfer_cancel_local is now called instead of 59 * purple_xfer_cancel_local is now called instead of
59 purple_xfer_request_denied if an error is found when selecting 60 purple_xfer_request_denied if an error is found when selecting
60 a file to send. Request denied is still used when a receive 61 a file to send. Request denied is still used when a receive
61 request is not allowed. 62 request is not allowed.
62 * xmlnode_from_str now properly handles paring an attribute which 63 * xmlnode_from_str now properly handles parsing an attribute which
63 contain "&lt;br&gt;", which were previously transformed into a 64 contain "&lt;br&gt;", which were previously transformed into a
64 newline character (libxml2 unescapes all entities except 65 newline character (libxml2 unescapes all entities except
65 representations of '&', and libpurple's purple_unescape_html 66 representations of '&', and libpurple's purple_unescape_html
66 converts "<br>" to a newline). 67 converts "<br>" to a newline).
67 68