aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorrathnor <rathnor>2003-10-14 16:23:16 (GMT)
committerrathnor <rathnor>2003-10-14 16:23:16 (GMT)
commitf89532c0cb3c8a5cc1a78bc11f1c6445edc2d826 (patch)
treeb2b28146930af8749882d814b3e7b95d68881064 /ChangeLog
parentc583251e18003d4ea2886cf227b96d351d7d32c5 (diff)
downloadfluxbox-f89532c0cb3c8a5cc1a78bc11f1c6445edc2d826.zip
fluxbox-f89532c0cb3c8a5cc1a78bc11f1c6445edc2d826.tar.bz2
fix identification of event targets in event manager
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1bbc969..7ee9c53 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
1(Format: Year/Month/Day) 1(Format: Year/Month/Day)
2Changes for 0.9.6: 2Changes for 0.9.6:
3*03/10/15:
4 * Fix event manager target window (Simon)
5 -> Some events don't have the main window as xany.window
6 (e.g. XConfigureRequestEvent has the parent there)
7 -> Fixes missing configurerequest events for e.g. galeon
8 EventManager.hh/cc fluxbox.cc
3*03/10/14: 9*03/10/14:
4 * Bug fix in NextWindow/PrevWindow Command (Henrik) 10 * Bug fix in NextWindow/PrevWindow Command (Henrik)
5 it was only executed when last event = keyevent 11 it was only executed when last event = keyevent