summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authordx <dx@dxzone.com.ar>2016-04-11 04:22:21 -0300
committerdx <dx@dxzone.com.ar>2016-04-11 04:22:21 -0300
commitc3729ca7c7d4566711c79c2f8f8c1f01a1aea927 (patch)
treec30f8b4d3baf10b38347af6ae76d8e9a5c5630ad /ChangeLog
parent69c41e3eafc159394bdce769227066a52ecca07d (diff)
downloadpidgin-c3729ca7c7d4566711c79c2f8f8c1f01a1aea927.tar.gz
gtkconv: Fix alignment of incoming RTL messages in protocols without rich text
Which means this probably only worked properly for XMPP, given a pidgin client on the other side which also sent that span tag with direction:rtl. In the case of outgoing messages, it worked because that span tag was added by pidgin's own input box.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c93c817b81..ef3c4ad650 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,8 @@ Pidgin and Finch: The Pimpin' Penguin IM Clients That're Good for the Soul
version 2.10.13 (MM/DD/YY):
Pidgin:
* Fixed #14962
+ * Fixed alignment of incoming right-to-left messages in protocols that
+ don't support rich text
Windows-Specific Changes:
* Use getaddrinfo for DNS to enable IPv6 (#1075)