From 285aa1b323f65858dfb55a18765864bb2a9e4339 Mon Sep 17 00:00:00 2001 From: Tom Hacohen Date: Wed, 14 Dec 2011 13:27:18 +0000 Subject: [PATCH] Evas textblock: Updated changelog. SVN revision: 66192 --- legacy/evas/ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/legacy/evas/ChangeLog b/legacy/evas/ChangeLog index e43f6ddc47..fc11c96f18 100644 --- a/legacy/evas/ChangeLog +++ b/legacy/evas/ChangeLog @@ -560,3 +560,9 @@ * Use Eina_File when loading bmp, ico, pmaps and wbmp files. * Fix potential race condition in wbmp loader code. + +2011-12-14 Tom Hacohen (TAsn) + + * Textblock: Made "br" and "tab" default tags for newline and tab. + * Textblock: Added "b" and "i" as default tags that can be overridden + by style, and added the infra to support this.