summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-4
diff options
context:
space:
mode:
authorTor Lillqvist <tml@src.gnome.org>1999-07-21 19:27:25 +0000
committerTor Lillqvist <tml@src.gnome.org>1999-07-21 19:27:25 +0000
commit45a3396064873cf248908a0d275caa342a3bc4c1 (patch)
tree76eb1cb0c5371f21113179f1203f474a69fd38cf /ChangeLog.pre-2-4
parent0a07d3ba1f9ee29fdf0cc5a145a439df9d1df65c (diff)
downloadgtk+-45a3396064873cf248908a0d275caa342a3bc4c1.tar.gz
Update gcc build instructions. Mention gettext is GPL.
* README.win32: Update gcc build instructions. Mention gettext is GPL. * gdk/win32/gdkcursor.c (gdk_cursor_new_from_pixmap): Get correct supported cursor size with GetSystemMetrics. * gdk/win32/gdkfont.c * gtk/gtkfontsel.c: Guard against some font weight and charset symbols being undefined (in mingw32 headers). * gdk/win32/makefile.cygwin * gtk/makefile.cygwin * gtk/gtkthemes.c: No longer need to have differently named gcc-built DLLs when using gcc-2.95 and -fnative-struct.
Diffstat (limited to 'ChangeLog.pre-2-4')
-rw-r--r--ChangeLog.pre-2-419
1 files changed, 18 insertions, 1 deletions
diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4
index 188e6510a0..ccb53c916e 100644
--- a/ChangeLog.pre-2-4
+++ b/ChangeLog.pre-2-4
@@ -1,4 +1,21 @@
-Thu Jul 15 13:33:15 BST 1999 Tony Gale <gale@gtk.org>
+1999-07-21 Tor Lillqvist <tml@iki.fi>
+
+ * README.win32: Update gcc build instructions. Mention gettext is
+ GPL.
+
+ * gdk/win32/gdkcursor.c (gdk_cursor_new_from_pixmap): Get correct
+ supported cursor size with GetSystemMetrics.
+
+ * gdk/win32/gdkfont.c
+ * gtk/gtkfontsel.c: Guard against some font weight and charset
+ symbols being undefined (in mingw32 headers).
+
+ * gdk/win32/makefile.cygwin
+ * gtk/makefile.cygwin
+ * gtk/gtkthemes.c: No longer need to have differently named
+ gcc-built DLLs when using gcc-2.95 and -fnative-struct.
+
+hu Jul 15 13:33:15 BST 1999 Tony Gale <gale@gtk.org>
* docs/gtkfaq.sgml: Long awaited FAQ update.