summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRob Adams <readams@src.gnome.org>2003-05-17 04:16:34 +0000
committerRob Adams <readams@src.gnome.org>2003-05-17 04:16:34 +0000
commit9e2608524dcce0cb649accd4a85e95efbdb85845 (patch)
tree0ee3bfe54d0206989d78822052a29bb91adfecc8 /ChangeLog
parent7fc6c99987c11f0ea2a4fd14042b8997a6d160d1 (diff)
downloadmetacity-9e2608524dcce0cb649accd4a85e95efbdb85845.tar.gz
update ChangeLog
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 8 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index df79879a..4354b11d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,11 +1,16 @@
2003-05-16 Rob Adams <robadams@ucla.edu>
+ Flip the workspace when using up/down/left/right for move window
+ to, but not when specifying a workspace explicitly as in move to
+ workspace 4. Possible fix for #105492.
+
* src/keybindings.c (do_handle_move_to_workspace): new function
- moves a window to a workspace with the option to flip to that workspace.
+ moves a window to a workspace with the option to flip to that
+ workspace.
(handle_move_to_workspace): Use new do_handle_move_to_workspace
function without flipping (a keybinding)
- (handle_move_to_workspace_flip): Use new do_handle_move_to_workspace
- function with flipping (a keybinding)
+ (handle_move_to_workspace_flip): Use new
+ do_handle_move_to_workspace function with flipping (a keybinding)
2003-05-16 Havoc Pennington <hp@redhat.com>