summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElijah Newren <newren@gmail.com>2005-10-03 20:10:56 +0000
committerElijah Newren <newren@src.gnome.org>2005-10-03 20:10:56 +0000
commit0a13bf3270a2b24e7fd3f247f7f4bbaaf244daed (patch)
tree16c8e99cdb02ab61879f0294cd4c0bc76285b354
parent4aaf6e3eb44d55c103e96bdeb6eb4848935d4d19 (diff)
downloadmetacity-0a13bf3270a2b24e7fd3f247f7f4bbaaf244daed.tar.gz
clarify the meaning of the auto_raise preference. Fixes one of the issues
2005-10-03 Elijah Newren <newren@gmail.com> * src/metacity.schemas.in: clarify the meaning of the auto_raise preference. Fixes one of the issues in #312421.
-rw-r--r--ChangeLog5
-rw-r--r--src/metacity.schemas.in10
2 files changed, 15 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f4ba1d43..659c3de8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2005-10-03 Elijah Newren <newren@gmail.com>
+ * src/metacity.schemas.in: clarify the meaning of the auto_raise
+ preference. Fixes one of the issues in #312421.
+
+2005-10-03 Elijah Newren <newren@gmail.com>
+
Patch from Ross Cohen to make alt-esc consistent with alt-tab by
leaving stacking of unselected windows unchanged. Fixes #314285.
diff --git a/src/metacity.schemas.in b/src/metacity.schemas.in
index e39ad0cc..337b1ae5 100644
--- a/src/metacity.schemas.in
+++ b/src/metacity.schemas.in
@@ -90,6 +90,16 @@
If true, and the focus mode is either "sloppy" or "mouse"
then the focused window will be automatically raised after a
delay (the delay is specified by the auto_raise_delay key).
+
+ This preference is poorly named, but kept for backwards
+ compatibility. To try to be more clear (at least to the
+ technically inclined), its meaning is "automatically raise
+ the window following a timeout which is triggered by
+ non-grabbed mouse entry in sloppy or mouse focus modes". It
+ is unrelated to clicking behavior (i.e. this is not related
+ to raise-on-click/orthogonal-raise). It is unrelated to
+ entering a window during drag and drop (because that results
+ in the application grabbing the mouse)
</long>
</locale>
</schema>