From 604ad360ff1e22e5025ff522af1fb24f22ea74c6 Mon Sep 17 00:00:00 2001 From: Tom Hacohen Date: Thu, 5 May 2011 11:06:09 +0000 Subject: [PATCH] Evas: Updated changelog. SVN revision: 59209 --- legacy/evas/ChangeLog | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/legacy/evas/ChangeLog b/legacy/evas/ChangeLog index ecbd24b1cd..138b93f799 100644 --- a/legacy/evas/ChangeLog +++ b/legacy/evas/ChangeLog @@ -295,10 +295,20 @@ * Improved table layout for homogenous mode to handle not column or row multiple sized table better. - + 2011-05-04 Jiyoun Park * OpenGL binary shader ability to cache (save and load back later) to avoid re-compiling shaders on every time an app starts and uses the GL engine. Faster startup time. +2011-05-04 Tom Hacohen (TAsn) + + * Textblock: Do standard compliant line breaks. In order to achieve + that we now statically link against liblinebreak (available in + src/static_deps/liblinebreak). It's usage can be disabled using the + configure flag: "--disable-liblinebreak"; Disabling it will activate + the fallback line breaking methods which are not very correct, but + are possibly faster. I haven't noticed any difference between the + two speed-wise, but there probably are in some rare cases. +