summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-6
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2002-09-24 21:53:19 +0000
committerTor Lillqvist <tml@src.gnome.org>2002-09-24 21:53:19 +0000
commite53e9652a52e468586df2ebdb03f51df781e9499 (patch)
tree3ed652cf0caa92a99938c2fc4fc057d31b3a7f0b /ChangeLog.pre-2-6
parentbeb31ce0f002a52833a33a0175a505d22c089438 (diff)
downloadgtk+-e53e9652a52e468586df2ebdb03f51df781e9499.tar.gz
Merge from gtk-2-0:
2002-09-25 Tor Lillqvist <tml@iki.fi> * gdk/win32/gdkevents-win32.c (gdk_event_translate): WM_SYSKEYDOWN, WM_SYSKEYUP: Need to handle F10 specially here in order to be able to handle it normally in the application. Set ignore_wm_char also always when handling WM_SYSKEY{DOWN,UP}, this way we can generate GDK events also for Alt-Fn keys, for instance.
Diffstat (limited to 'ChangeLog.pre-2-6')
-rw-r--r--ChangeLog.pre-2-68
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6
index 5534365f7a..97fdab1f87 100644
--- a/ChangeLog.pre-2-6
+++ b/ChangeLog.pre-2-6
@@ -1,3 +1,11 @@
+2002-09-25 Tor Lillqvist <tml@iki.fi>
+
+ * gdk/win32/gdkevents-win32.c (gdk_event_translate):
+ WM_SYSKEYDOWN, WM_SYSKEYUP: Need to handle F10 specially here in
+ order to be able to handle it normally in the application. Set
+ ignore_wm_char also always when handling WM_SYSKEY{DOWN,UP}, this
+ way we can generate GDK events also for Alt-Fn keys, for instance.
+
2002-09-24 Matthias Clasen <maclas@gmx.de>
* gdk/x11/gdkx.h: Add a missing ; to make things compile.