From b5b34a6fe3db81cc5844600d28ef0f07c41494c9 Mon Sep 17 00:00:00 2001 From: Tom Hacohen Date: Thu, 7 Apr 2011 13:15:57 +0000 Subject: [PATCH] Evas textblock: Updated changelog. SVN revision: 58449 --- legacy/evas/ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/legacy/evas/ChangeLog b/legacy/evas/ChangeLog index 76b8132ec3..59f513beed 100644 --- a/legacy/evas/ChangeLog +++ b/legacy/evas/ChangeLog @@ -221,3 +221,10 @@ * Fix bug in GL engine with someone stealing the GLX context away as well as scissor clips when rotated output is not 0 (90, 180, 270). +2011-04-07 Tom Hacohen (TAsn) + + * Major speed improvements. + * Only relayout and remake paragraphs that have actually changed. + This means we are a lot faster than before, especially with + long texts. +