From 7c6273ec2ee915a55b2a8fbeb1c597a2a0d0282d Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Fri, 24 Aug 2001 22:36:52 +0000 Subject: Added e-mktemp.[c,h] to the build. 2001-08-24 Jeffrey Stedfast * Makefile.am: Added e-mktemp.[c,h] to the build. * e-mktemp.c (e_mktemp): A new wrapper around mktemp so that we can keep track of temp files for later cleanup. (e_mkstemp): Same but obviously for the mkstemp call. (e_mkdtemp): And finally a mkdtemp wrapper. svn path=/trunk/; revision=12460 --- e-util/ChangeLog | 21 +++++++++++++++------ 1 file changed, 15 insertions(+), 6 deletions(-) (limited to 'e-util/ChangeLog') diff --git a/e-util/ChangeLog b/e-util/ChangeLog index f8c0a19dd6..eb1c2f02ba 100644 --- a/e-util/ChangeLog +++ b/e-util/ChangeLog @@ -1,3 +1,12 @@ +2001-08-24 Jeffrey Stedfast + + * Makefile.am: Added e-mktemp.[c,h] to the build. + + * e-mktemp.c (e_mktemp): A new wrapper around mktemp so that we + can keep track of temp files for later cleanup. + (e_mkstemp): Same but obviously for the mkstemp call. + (e_mkdtemp): And finally a mkdtemp wrapper. + 2001-08-24 Zbigniew Chyla * Makefile.am (libeutil_la_SOURCES): Added e-unicode-i18n.c and @@ -9,10 +18,9 @@ 2001-08-23 Zbigniew Chyla - * e-request.c (e_request_string): Modified to accept and return UTF-8 - string. - It's currently used only in shell/e-shortcuts-view.c and we need UTF-8 - there. + * e-request.c (e_request_string): Modified to accept and return + UTF-8 string. It's currently used only in + shell/e-shortcuts-view.c and we need UTF-8 there. 2001-08-20 Damon Chaplin @@ -24,8 +32,9 @@ * e-categories-config.c (e_categories_config_get_icon_for): return when there's no icon associated with the category - * e-categories-config.c: reworked to use the ECategoriesMasterListWombat - class. Also, load correctly images (fixes #6794) + * e-categories-config.c: reworked to use the + ECategoriesMasterListWombat class. Also, load correctly images + (fixes #6794) 2001-08-09 Federico Mena Quintero -- cgit v1.2.3