summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>1999-11-21 21:21:58 +0000
committerTor Lillqvist <tml@src.gnome.org>1999-11-21 21:21:58 +0000
commit7944e647c6feb0c3e7e34618da4491d8a3c550b2 (patch)
tree1839d110f4cb92e70fceeb516bd423b4fd81aa66 /ChangeLog
parent09240118e104c653bc5cc29f5c7cf5ee62ea2a6d (diff)
downloadgtk+-7944e647c6feb0c3e7e34618da4491d8a3c550b2.tar.gz
Fix typo.
1999-11-21 Tor Lillqvist <tml@iki.fi> * gdk/gdk.c (gdk_keyval_convert_case): Fix typo. * gdk/gdkconfig.h.win32: New file. * gdk/win32/makefile.cygwin: Build just a static archive here. * gdk/makefile.cygwin: New file. Get the win32-specific stuff for the DLL from the static archive built above. * gdk/gdk.def: Moved here from the win32 subdirectory. * gdk/win32/*: Adapt for the changed private struct organisation. * gtk/makefile.{cygwin,msc}: Get gdk library from ../gdk now.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f5dc4c12b8..e8202df33c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,20 @@
+1999-11-21 Tor Lillqvist <tml@iki.fi>
+
+ * gdk/gdk.c (gdk_keyval_convert_case): Fix typo.
+
+ * gdk/gdkconfig.h.win32: New file.
+
+ * gdk/win32/makefile.cygwin: Build just a static archive here.
+
+ * gdk/makefile.cygwin: New file. Get the win32-specific stuff
+ for the DLL from the static archive built above.
+
+ * gdk/gdk.def: Moved here from the win32 subdirectory.
+
+ * gdk/win32/*: Adapt for the changed private struct organisation.
+
+ * gtk/makefile.{cygwin,msc}: Get gdk library from ../gdk now.
+
Sun Nov 21 16:44:35 1999 Stefan Jeske <stefan@gtk.org>
* gtk/gtkspinbutton.c (gtk_spin_button_button_press): Added support