From bf11500312ebdd208f5d04ff1caaeec7b6e59c0e Mon Sep 17 00:00:00 2001 From: Tom Hacohen Date: Wed, 16 Feb 2011 16:43:49 +0000 Subject: [PATCH] Evas: Updated changelog. SVN revision: 57098 --- legacy/evas/ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/legacy/evas/ChangeLog b/legacy/evas/ChangeLog index bafaf5bb01..771c67f4c8 100644 --- a/legacy/evas/ChangeLog +++ b/legacy/evas/ChangeLog @@ -99,3 +99,9 @@ improves BMP loader support to handle malformed RLE BMP's that encode more pixels per line than the image actuall has. +2011-02-16 Tom Hacohen (TAsn) + + * Dropped Evas_Encoding and moved to use Eina_unicode_utf8 instead. + * Started showing the unicode replacement character instead of missing + glyphs. +