aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 899e359d8..7c8f60b8d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,15 @@
2004-05-29 Christian Persch <chpe@cvs.gnome.org>
+ * configure.in:
+
+ Add check for 'mkdtemp', since solaris doesn't have it.
+
+ * lib/ephy-file-helpers.c: (ephy_file_tmp_dir):
+
+ Error out if we don't have mkdtemp.
+
+2004-05-29 Christian Persch <chpe@cvs.gnome.org>
+
* lib/ephy-dialog.c: (ephy_dialog_construct):
Don't return a value in void function, part of bug #141319.