summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorThomas James Alexander Thurman <tthurman@src.gnome.org>2009-01-27 21:05:42 +0000
committerThomas James Alexander Thurman <tthurman@src.gnome.org>2009-01-27 21:05:42 +0000
commit0a172cc053d019612e672d7e943e7f466fb3866a (patch)
treede64c64bcd41604c3f6f4e8528de421941286b74 /ChangeLog
parentf5fa4a386690180e029ccd471c60874ae3d07c47 (diff)
downloadmetacity-0a172cc053d019612e672d7e943e7f466fb3866a.tar.gz
Added a gconf key to swap the meanings of the right and
middle buttons when the modifier key is held down. Closes #437910. Thanks to Matt Kraai for looking over the patch. * src/core/display.c: * src/core/prefs.c: * src/include/prefs.h: * src/metacity.schemas.in.in: svn path=/trunk/; revision=4091
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index dbacc59a..0fdf6d3b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,17 @@
2009-01-27 Thomas Thurman <tthurman@gnome.org>
+ Added a gconf key to swap the meanings of the right and
+ middle buttons when the modifier key is held down.
+ Closes #437910. Thanks to Matt Kraai for looking over
+ the patch.
+
+ * src/core/display.c:
+ * src/core/prefs.c:
+ * src/include/prefs.h:
+ * src/metacity.schemas.in.in:
+
+2009-01-27 Thomas Thurman <tthurman@gnome.org>
+
All the window properties are now handled using simple
window property handlers. Closes #549886.