summaryrefslogtreecommitdiff
path: root/NEWS
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 /NEWS
parent0e363f54b4b8adcf5c084992f85660d1aa17a825 (diff)
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 'NEWS')
-rw-r--r--NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index e24caaaca..6a1f8bdb0 100644
--- a/NEWS
+++ b/NEWS
@@ -360,7 +360,7 @@ Fixes:
- Fixed the map surface to be updated properly. By tranversing the whole of the map target's tree, it decides to update the map surface to be redrawn if one of the objects is changed except the clipper itself.
- Fixed the textblock format to be drawn according to the glyph's horizontal advance width.
- Fixed the textblock set to context with the textblock object's render operation.
-
+ - Evas textblock: Fixed order of tags inserted with markup_app/prepend.
* Ecore:
- Don't leak fd on exec.
- Fix fd handler increase issue when ecore_pipe_add/del is called repeatedly.