diff options
author | Havoc Pennington <hp@pobox.com> | 2001-12-10 03:55:26 +0000 |
---|---|---|
committer | Havoc Pennington <hp@src.gnome.org> | 2001-12-10 03:55:26 +0000 |
commit | 041b33c450ec54ad85d9f642035f0cc9d9195e26 (patch) | |
tree | fba66e02b3e5af9b8b88d44a49803b8c946de82a /ChangeLog | |
parent | 06a0c62f86fb4096023ce5ee22aa37861180763c (diff) | |
download | metacity-041b33c450ec54ad85d9f642035f0cc9d9195e26.tar.gz metacity-041b33c450ec54ad85d9f642035f0cc9d9195e26.tar.bz2 |
update number of workspaces hint
2001-12-09 Havoc Pennington <hp@pobox.com>
* src/workspace.c (meta_workspace_free): update number of
workspaces hint
* src/screen.c (update_num_workspaces): implement number of
workspaces setting
* src/window.c (meta_window_configure_request): honor configure
requests on windows of type NORMAL, but still be mean to those of
type DIALOG
* src/main.c (main): add more log domains to those we set a log
handler for, and only set warnings fatal in debug mode
* src/metacity.schemas: add number of workspaces setting
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -1,5 +1,22 @@ 2001-12-09 Havoc Pennington <hp@pobox.com> + * src/workspace.c (meta_workspace_free): update number of + workspaces hint + + * src/screen.c (update_num_workspaces): implement number of + workspaces setting + + * src/window.c (meta_window_configure_request): honor configure + requests on windows of type NORMAL, but still be mean to those of + type DIALOG + + * src/main.c (main): add more log domains to those we set a log + handler for, and only set warnings fatal in debug mode + + * src/metacity.schemas: add number of workspaces setting + +2001-12-09 Havoc Pennington <hp@pobox.com> + * src/display.c (event_callback): in click-to-focus mode don't focus on enter notify. Implement unfocusing on LeaveNotify in mouse focus mode. Click to focus just ends up working if we |