and now go to normal-like svn revs
[framework/uifw/efreet.git] / ChangeLog
1 2011-01-29  Carsten Haitzler (The Rasterman)
2
3         1.0.0 release
4         
5 2011-01-29  Brian Mattern
6
7         Fix bug when you have an empty <Name></Name> in a menu
8
9 2011-01-30  Carsten Haitzler (The Rasterman)
10
11         Fix tests to not build clearenv related code if not available
12
13 2011-01-31  Sebastian Dransfeld
14
15         * Fix memleak, free cache icons after retrival
16         * Add temporary memory cache of eet file data
17         * Always use icon cache, remove old code
18         * Make check for stat return more explicit
19         * Check whether dirs is NULL
20         * Create internal struct for theme cache
21         * Check if theme has changed when building cache
22         * Prefix internal efreet cache keys with __
23         * Create one cache file for each theme
24         * Before doing strcmp, check if pointers are equal. They might be
25           because of mmap and stringshare.
26         * Add local icon cache, so we wont hit the cache file for each icon
27           to be retrieved
28
29 2011-02-03  Sebastian Dransfeld
30
31         * Fix leak in efreet_mime_type_icon_get()
32
33 2011-02-05  Sebastian Dransfeld
34
35         * Remove global log domain and make all files define log domain
36           before including efreet_private.h
37         * Remove efreet_xml_{init,shutdown}() from efreet_menu.c, it is done
38           in efreet_init()
39         * Set EFREET_MODULE_LOG_DOM variable to -1 after unregister
40         * Remove duplicate logging macros
41
42 2011-02-05  Hannes Janetzek
43
44         * Clear mem cache when closing eet file
45
46 2011-02-06  Sebastian Dransfeld
47
48         * Fix doc for efreet_utils.{h,c},efreet_mime.c
49         * Add comment for all internal EAPI functions
50         * Remove doc for removed _efreet_log_domain_global
51
52 2011-02-07  Sebastian Dransfeld
53
54         * Don't create cache dir several times
55         * Do efreet_init before using efreet_*() functions
56         * Move lock creation to own function for desktop cache
57         * Set file owner to calling user
58
59 2011-02-09  Sebastian Dransfeld
60
61         * Move theme hash from efreet_icon.c to efreet_cache.c
62         * Don't free data returned by efreet_util_cache_names
63         * Add free callback to eet hashes
64         * Remove unneeded header
65         * Check if pattern equals "*" before doing pattern match
66         * Remove EAPI from efreet_home_dir_get
67         * Make efreet_cache_icon_theme_free only used in efreet_cache.c static
68         * Move struct only used for cache to efreet_cache_private.h
69
70 2011-02-10  Sebastian Dransfeld
71
72         * Move all eet cache handling to efreet_cache.c
73         * Free hashes on init error
74         * efreet_cache_icon -> efreet_icon for functions in efreet_icon.c
75         * Fix memleak in desktop cache create
76         * Pass dirs to desktop cache process as arguments
77         * Delay cache recreation with a timer
78         * Move desktop cache to efreet_cache.c, and cache all requests which
79           hit the eet cache
80
81 2011-03-18  Mike Blumenkrantz
82
83         * Use eina_log more effectively
84
85 2011-04-04  Tom Hacohen (TAsn)
86
87         * Fixed uri encoding when opening files.
88
89 2011-08-16  Sebastian Dransfeld
90
91         * Always rebuild cache from scratch when needed, but rely on correct
92         spec behaviour to check for theme changes. This will considerably
93         speed up the cache process when there is no change, and improve the
94         correctness of the cache when changes occur. For example didn't the
95         previous behaviour handle file removal gracefully.
96
97 2011-08-16  Sebastian Dransfeld
98
99         * Save whether cache changed in update file, and propagate to update
100         event.