From 4f36121edb72f024ca18919eaee06df3897078c7 Mon Sep 17 00:00:00 2001 From: Tom Hacohen Date: Tue, 22 Feb 2011 09:33:22 +0000 Subject: [PATCH] Evas: Updated changelog. SVN revision: 57230 --- legacy/evas/ChangeLog | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/legacy/evas/ChangeLog b/legacy/evas/ChangeLog index 756ecddee3..331ea5fa5e 100644 --- a/legacy/evas/ChangeLog +++ b/legacy/evas/ChangeLog @@ -110,9 +110,14 @@ * Fix bug in font string parsing that can result in a crash if a font element is long enough. * Fiix convert rgba8888 -> a8 bug so it wont crash. - + 2011-02-21 Carsten Haitzler (The Rasterman) * Fixed bug with memory access of old utf8 string when comparing prev and cur state with text obj. +2011-02-22 Tom Hacohen (TAsn) + + * Fixed a bug in textblock cursor position with empty textblocks. + +