diff options
author | Not Zed <NotZed@Ximian.com> | 2004-03-03 14:24:19 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2004-03-03 14:24:19 +0800 |
commit | 3181ad6bfa6bc0d5f0049a1fe510ec94f186ebe5 (patch) | |
tree | a1dbe7908c8834259d3b945a927bed741e72a9a0 /e-util/ChangeLog | |
parent | 2dfa45ed94eb986902e5ae625d77df896ef87e9a (diff) | |
download | gsoc2013-evolution-3181ad6bfa6bc0d5f0049a1fe510ec94f186ebe5.tar.gz gsoc2013-evolution-3181ad6bfa6bc0d5f0049a1fe510ec94f186ebe5.tar.zst gsoc2013-evolution-3181ad6bfa6bc0d5f0049a1fe510ec94f186ebe5.zip |
** See Bug #37329.
2004-02-27 Not Zed <NotZed@Ximian.com>
** See Bug #37329.
* e-mktemp.c (get_dir): setup a comjpile time option for storing
in the homedir, and also just use the uid as the key for a /tmp
dir option.
(e_mktemp_cleanup): removed entirely.
(e_mkstemp, e_mkdtemp, e_mktemp): dont save the file/dirname in a
list anymore.
(expire_dir_rec): expire old temp data from previous runs/old data
lying around. Based on access time.
(get_dir): run an expirey every now and then.
svn path=/trunk/; revision=24941
Diffstat (limited to 'e-util/ChangeLog')
-rw-r--r-- | e-util/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/e-util/ChangeLog b/e-util/ChangeLog index b4b75c01fc..14b70291b7 100644 --- a/e-util/ChangeLog +++ b/e-util/ChangeLog @@ -1,3 +1,17 @@ +2004-02-27 Not Zed <NotZed@Ximian.com> + + ** See Bug #37329. + + * e-mktemp.c (get_dir): setup a comjpile time option for storing + in the homedir, and also just use the uid as the key for a /tmp + dir option. + (e_mktemp_cleanup): removed entirely. + (e_mkstemp, e_mkdtemp, e_mktemp): dont save the file/dirname in a + list anymore. + (expire_dir_rec): expire old temp data from previous runs/old data + lying around. Based on access time. + (get_dir): run an expirey every now and then. + 2004-02-25 Jeffrey Stedfast <fejj@ximian.com> * e-gui-utils.c (e_icon_for_mime_type): Protect against feeding |