From 671887935ca383bcc81103448e49c51c04b8ff49 Mon Sep 17 00:00:00 2001 From: Carsten Haitzler Date: Tue, 1 Feb 2011 06:45:03 +0000 Subject: [PATCH] remove some "not so important" changes and merge all of seb's changes made on that one day. no point having a whole tonne of changelog entries for the same day and the same person. SVN revision: 56616 --- legacy/efreet/ChangeLog | 55 ----------------------------------------- 1 file changed, 55 deletions(-) diff --git a/legacy/efreet/ChangeLog b/legacy/efreet/ChangeLog index 968d62c2e3..fd3d8007f4 100644 --- a/legacy/efreet/ChangeLog +++ b/legacy/efreet/ChangeLog @@ -13,70 +13,15 @@ 2011-01-31 Sebastian Dransfeld * Fix memleak, free cache icons after retrival - -2011-01-31 Sebastian Dransfeld - - * Improve storage of desktop util data - -2011-01-31 Sebastian Dransfeld - * Add temporary memory cache of eet file data - -2011-01-31 Sebastian Dransfeld - * Always use icon cache, remove old code - -2011-01-31 Sebastian Dransfeld - * Make check for stat return more explicit - -2011-01-31 Sebastian Dransfeld - - * Return EINA_{TRUE,FALSE} if return type is Eina_Bool - -2011-01-31 Sebastian Dransfeld - - * Return Eina_Bool if the return value of a function is true or false - -2011-01-31 Sebastian Dransfeld - * Check whether dirs is NULL - -2011-01-31 Sebastian Dransfeld - * Create internal struct for theme cache - -2011-01-31 Sebastian Dransfeld - * Check if theme has changed when building cache - -2011-01-31 Sebastian Dransfeld - * Prefix internal efreet cache keys with __ - -2011-01-31 Sebastian Dransfeld - * Create one cache file for each theme - -2011-01-31 Sebastian Dransfeld - * Before doing strcmp, check if pointers are equal. They might be because of mmap and stringshare. - -2011-01-31 Sebastian Dransfeld - - * Remove TODO, code is correct - -2011-01-31 Sebastian Dransfeld - - * Remove TODO, must be solved in src/lib/efreet_cache.c and - src/bin/efreet_icon_cache_create.c - -2011-01-31 Sebastian Dransfeld - - * Remove FIXME, already done - -2011-01-31 Sebastian Dransfeld - * Add local icon cache, so we wont hit the cache file for each icon to be retrieved