summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorTom Hacohen <tom@stosb.com>2013-11-19 16:03:41 +0000
committerTom Hacohen <tom@stosb.com>2013-11-19 16:05:34 +0000
commit7bba64d7eed9749a876255f489684355a7e0ccfd (patch)
tree2140ab3ea1a11933dd78965fd929adf8dd5da477 /ChangeLog
parent0e363f54b4b8adcf5c084992f85660d1aa17a825 (diff)
downloadefl-7bba64d7eed9749a876255f489684355a7e0ccfd.tar.gz
Evas textblock: Fixed order of tags inserted with markup_app/prepend.
The order was messed up when inserting a few formats in the markup_append/prepend functions without any characters between them. For example, inserting "<b><i>" would result in "<i><b>" being inserted. Thanks to YoungBok Shin for reporting this.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ec9d038b24..3dc7c28258 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2013-11-19 Tom Hacohen
+
+ * Evas textblock: Fixed order of tags inserted with markup_app/prepend.
+
2013-11-05 Youngbok Shin
* Edje: Add null checking for name of anchor and item in geometry get functions.