diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2001-08-25 06:36:52 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2001-08-25 06:36:52 +0800 |
commit | 7c6273ec2ee915a55b2a8fbeb1c597a2a0d0282d (patch) | |
tree | 616bb8d01c626d26aca0ec2fe9f81e22503cfddb /e-util/ChangeLog | |
parent | b74947b0a0adc405938f3ec720e9ea6e1904de94 (diff) | |
download | gsoc2013-evolution-7c6273ec2ee915a55b2a8fbeb1c597a2a0d0282d.tar gsoc2013-evolution-7c6273ec2ee915a55b2a8fbeb1c597a2a0d0282d.tar.gz gsoc2013-evolution-7c6273ec2ee915a55b2a8fbeb1c597a2a0d0282d.tar.bz2 gsoc2013-evolution-7c6273ec2ee915a55b2a8fbeb1c597a2a0d0282d.tar.lz gsoc2013-evolution-7c6273ec2ee915a55b2a8fbeb1c597a2a0d0282d.tar.xz gsoc2013-evolution-7c6273ec2ee915a55b2a8fbeb1c597a2a0d0282d.tar.zst gsoc2013-evolution-7c6273ec2ee915a55b2a8fbeb1c597a2a0d0282d.zip |
Added e-mktemp.[c,h] to the build.
2001-08-24 Jeffrey Stedfast <fejj@ximian.com>
* 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
Diffstat (limited to 'e-util/ChangeLog')
-rw-r--r-- | e-util/ChangeLog | 21 |
1 files changed, 15 insertions, 6 deletions
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 <fejj@ximian.com> + + * 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 <cyba@gnome.pl> * Makefile.am (libeutil_la_SOURCES): Added e-unicode-i18n.c and @@ -9,10 +18,9 @@ 2001-08-23 Zbigniew Chyla <cyba@gnome.pl> - * 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 <damon@ximian.com> @@ -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 <federico@ximian.com> |