summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorTom Hacohen <tom@stosb.com>2013-09-03 11:49:02 +0100
committerTom Hacohen <tom@stosb.com>2013-09-03 11:50:34 +0100
commitbda3ceb632139b6b7bbe9d61f5c11a9a5fccbdb7 (patch)
treeb2d8fe9e2ac349a73b242e9d668aa06179ae8446 /ChangeLog
parent0af10ae93fe0d84c7244e6cc11cdd6afe72c9b22 (diff)
downloadefl-bda3ceb632139b6b7bbe9d61f5c11a9a5fccbdb7.tar.gz
Evas textblock: fixed *_markup_get issue with escaped chars.
Markup_get was misbehaving and returning wrong results with some escaped chars. markup_to_utf8 was working correctly. Merged the code together and now both are consistent and correct. Thanks to WooHyun for reporting.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 85dcb1808e..1a50d14e6e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2013-09-03 Tom Hacohen
+
+ * Evas textblock: fixed an issue with markup_get and markup_to_utf8
+ behaving differently (markup_get was misbehaving).
+
2013-09-02 Shinwoo Kim
* Ecore_Input_Evas: Check the state of last mouse event more properly.