summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorElijah Newren <newren@math.utah.edu>2004-09-15 16:53:20 +0000
committerElijah Newren <newren@src.gnome.org>2004-09-15 16:53:20 +0000
commitcffe7e95667b92af5539c69147556169dd224781 (patch)
tree7d1a952501e8d536e5eabdac717b99b501520c36 /ChangeLog
parentb8b647e34683a0da10550c83e06edaedf01345f6 (diff)
downloadmetacity-cffe7e95667b92af5539c69147556169dd224781.tar.gz
Focus the no_focus_window if no suitable window is in the mru list (should
2004-09-15 Elijah Newren <newren@math.utah.edu> Focus the no_focus_window if no suitable window is in the mru list (should fix the almost contrived extra issue found in #147475) * doc/how-to-get-focus-right.txt: We no longer need to lie about only focusing panels upon explicit request. * src/workspace.c: (meta_workspace_focus_top_window): removed this function--it was more code than needed and was unreliable anyway, (meta_workspace_focus_mru_window): if a suitable window isn't in the mru list, focus the no_focus_window instead of calling focus_top_window.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2a15c1c2..8394d8ca 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,19 @@
2004-09-15 Elijah Newren <newren@math.utah.edu>
+ Focus the no_focus_window if no suitable window is in the mru list
+ (should fix the almost contrived extra issue found in #147475)
+
+ * doc/how-to-get-focus-right.txt: We no longer need to lie about
+ only focusing panels upon explicit request.
+
+ * src/workspace.c: (meta_workspace_focus_top_window): removed this
+ function--it was more code than needed and was unreliable anyway,
+ (meta_workspace_focus_mru_window): if a suitable window isn't in
+ the mru list, focus the no_focus_window instead of calling
+ focus_top_window.
+
+2004-09-15 Elijah Newren <newren@math.utah.edu>
+
Prevent focus inconsistencies by only providing one focus method
(fixes #151990)