summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 928fc023..805cb9ca 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,15 @@
2004-09-15 Elijah Newren <newren@math.utah.edu>
+ Remove race condition for focus window choice on window close
+ followed by rapid mouse movement in sloppy and mouse focus modes
+ (fixes #152000)
+
+ * src/window.c (meta_window_free): Don't increment the focus
+ sentinel for windows being freed, (idle_calc_showing): don't
+ increment the focus sentinel for windows being minimized
+
+2004-09-15 Elijah Newren <newren@math.utah.edu>
+
Fix unwanted loss of focus to the mouse window when using keynav
(fixes #101190)