Evas textblock: Updated changelog.
authortasn <tasn@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 14 Dec 2011 13:27:18 +0000 (13:27 +0000)
committertasn <tasn@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 14 Dec 2011 13:27:18 +0000 (13:27 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@66192 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

ChangeLog

index e43f6dd..fc11c96 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
 
        * 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.