summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorTor Lillqvist <tml@novell.com>2008-05-29 18:22:38 +0000
committerTor Lillqvist <tml@src.gnome.org>2008-05-29 18:22:38 +0000
commit776c50947e11f3c4b41cef5e2c13744490a8cfc0 (patch)
tree49320558976618154d1adac7d76db0daa5ca4b47 /ChangeLog
parent0fb31a06bb4f36c89b92940c9795d0253d71fe98 (diff)
downloadgtk+-776c50947e11f3c4b41cef5e2c13744490a8cfc0.tar.gz
Bug 535526 - updateiconcache.c: using open/close without prototype
2008-05-29 Tor Lillqvist <tml@novell.com> Bug 535526 - updateiconcache.c: using open/close without prototype * gtk/updateiconcache.c: Include <io.h> if _MSC_VER. Also, use g_utime() instead of utime() for UTF-8 pathname support on Windows when available. svn path=/trunk/; revision=20238
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d68a6a8bb9..97dbccecad 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2008-05-29 Tor Lillqvist <tml@novell.com>
+
+ Bug 535526 - updateiconcache.c: using open/close without prototype
+
+ * gtk/updateiconcache.c: Include <io.h> if _MSC_VER. Also, use
+ g_utime() instead of utime() for UTF-8 pathname support on Windows
+ when available.
+
2008-05-29 Jan Arne Petersen <jpetersen@jpetersen.org>
Bug 56355 – GtkLabel - Not all changes propagate correctly