Evas textblock: Updated changelog.
authorTom Hacohen <tom@stosb.com>
Wed, 14 Dec 2011 13:27:18 +0000 (13:27 +0000)
committerTom Hacohen <tom@stosb.com>
Wed, 14 Dec 2011 13:27:18 +0000 (13:27 +0000)
SVN revision: 66192

legacy/evas/ChangeLog

index e43f6dd..fc11c96 100644 (file)
 
        * 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.