diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2001-08-25 06:41:24 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2001-08-25 06:41:24 +0800 |
commit | e00591f0081d57618d709e59f6d4a4d671fc2fb0 (patch) | |
tree | 8c68694840ff446e45f5ca24c9eaf901f289a074 /mail/ChangeLog | |
parent | 7a67b5c2ff35239e7f53fb94896064af9d3c5d17 (diff) | |
download | gsoc2013-evolution-e00591f0081d57618d709e59f6d4a4d671fc2fb0.tar gsoc2013-evolution-e00591f0081d57618d709e59f6d4a4d671fc2fb0.tar.gz gsoc2013-evolution-e00591f0081d57618d709e59f6d4a4d671fc2fb0.tar.bz2 gsoc2013-evolution-e00591f0081d57618d709e59f6d4a4d671fc2fb0.tar.lz gsoc2013-evolution-e00591f0081d57618d709e59f6d4a4d671fc2fb0.tar.xz gsoc2013-evolution-e00591f0081d57618d709e59f6d4a4d671fc2fb0.tar.zst gsoc2013-evolution-e00591f0081d57618d709e59f6d4a4d671fc2fb0.zip |
Use the new e_mkdtemp function.
2001-08-24 Jeffrey Stedfast <fejj@ximian.com>
* mail-display.c (launch_cb): Use the new e_mkdtemp function.
* folder-browser.c (message_list_drag_data_get): Use the new
e_mkdtemp function.
svn path=/trunk/; revision=12462
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 19 |
1 files changed, 13 insertions, 6 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 925c1e0879..94aa66e71f 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,10 @@ +2001-08-24 Jeffrey Stedfast <fejj@ximian.com> + + * mail-display.c (launch_cb): Use the new e_mkdtemp function. + + * folder-browser.c (message_list_drag_data_get): Use the new + e_mkdtemp function. + 2001-08-24 Ettore Perazzoli <ettore@ximian.com> [Fix #8024, Empty strings marked for translation.] @@ -8,9 +15,9 @@ 2001-08-24 Peter Williams <peterw@ximian.com> - * mail-ops.c (remove_folder_get): Save the folder's full_name, unref it, - and *then* unref the store, so that the folder has been closed before - it gets deleted. + * mail-ops.c (remove_folder_get): Save the folder's full_name, + unref it, and *then* unref the store, so that the folder has been + closed before it gets deleted. 2001-08-24 Peter Williams <peterw@ximian.com> @@ -26,9 +33,9 @@ (maybe_add_shortcut): Renamed to new_source_created. (new_source_created): Call add_new_storage here. - * component-factory.c (mail_remove_storage_by_uri): Don't warn - if the storage isn't remote... no point in making the caller - do extra work. + * component-factory.c (mail_remove_storage_by_uri): Don't warn if + the storage isn't remote... no point in making the caller do extra + work. 2001-08-24 Jeffrey Stedfast <fejj@ximian.com> |