# HG changeset patch # User Paul Aurich # Date 1315170684 0 # Node ID d82c76a842f8b02f4b41245aaee1045558022842 # Parent afdbf45fa861a2581db898bf14f2fcba726a7e52 ChangeLog that. Refs #14529 diff -r afdbf45fa861 -r d82c76a842f8 ChangeLog --- a/ChangeLog Sun Sep 04 21:08:40 2011 +0000 +++ b/ChangeLog Sun Sep 04 21:11:24 2011 +0000 @@ -14,6 +14,11 @@ * The buddy's name was not centered vertically in the buddy-list if they did not have a status-message or mood set. + XMPP: + * Strip element prefixes from XHTML-IM messages as they're presented + to the core (and UIs) as incoming messages (Thijs Alkemade). + (#14529) + version 2.10.0 (08/18/2011): Pidgin: * Make the max size of incoming smileys a pref instead of hardcoding it. diff -r afdbf45fa861 -r d82c76a842f8 ChangeLog.API --- a/ChangeLog.API Sun Sep 04 21:08:40 2011 +0000 +++ b/ChangeLog.API Sun Sep 04 21:11:24 2011 +0000 @@ -46,7 +46,9 @@ * purple_xfer_set_protocol_data * purple_xfer_set_status * purple_xfer_set_ui_data - * purple_xfer_set_watcher + * purple_xfer_set_watcher + * xmlnode_get_default_namespace + * xmlnode_strip_prefixes Changed: * purple_connection_error now takes a PurpleConnectionError