diff options
author | Tor Lillqvist <tml@iki.fi> | 1999-11-21 21:21:58 +0000 |
---|---|---|
committer | Tor Lillqvist <tml@src.gnome.org> | 1999-11-21 21:21:58 +0000 |
commit | 7944e647c6feb0c3e7e34618da4491d8a3c550b2 (patch) | |
tree | 1839d110f4cb92e70fceeb516bd423b4fd81aa66 /ChangeLog.pre-2-4 | |
parent | 09240118e104c653bc5cc29f5c7cf5ee62ea2a6d (diff) | |
download | gtk+-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.pre-2-4')
-rw-r--r-- | ChangeLog.pre-2-4 | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index f5dc4c12b8..e8202df33c 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -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 |