From f7002113a640e328c1af8cc5d018a68d67070df8 Mon Sep 17 00:00:00 2001 From: ChunEon Park Date: Wed, 2 May 2012 10:49:22 +0000 Subject: [PATCH] elementary - updated changelog SVN revision: 70621 --- legacy/elementary/ChangeLog | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/legacy/elementary/ChangeLog b/legacy/elementary/ChangeLog index dadef60d0d..6d4e1e94ab 100644 --- a/legacy/elementary/ChangeLog +++ b/legacy/elementary/ChangeLog @@ -5,9 +5,9 @@ 2012-04-27 Daniel Juyung Seo (SeoZ) * Genlist : Fixed genlist expandable effect bug when we expand/contract - items with many children very quickly. + items with many children very quickly. * Genlist : Realize move items during tree effect only when the item is - not in the queue. + not in the queue. 2012-04-30 Jérôme Pinot @@ -20,4 +20,9 @@ 2012-05-02 Carsten Haitzler (The Rasterman) * Fix possible problems with other subsystems depending on X11 display - being closed (XCloseDisplay not close() on socket fd). + being closed (XCloseDisplay not close() on socket fd). + +2012-05-02 ChunEon Park (Hermet) + + * Font: actually it doesnt append the font to the hash when font_hash is + created inside. Now it is fixed.