diff options
author | sabetts <sabetts> | 2002-02-14 11:03:38 +0000 |
---|---|---|
committer | sabetts <sabetts> | 2002-02-14 11:03:38 +0000 |
commit | 2d022d28ac06ecd9e1237f5ad7142891abb57dc9 (patch) | |
tree | 144ca77f410330265bc8f16bc22b14658470a1b7 /ChangeLog | |
parent | 70cf82da23418e4d1467d9c058eb1c1afc1d420e (diff) | |
download | ratpoison-2d022d28ac06ecd9e1237f5ad7142891abb57dc9.zip |
* src/manage.c (maximize_transient): correctly detect when the
window is bigger than its frame.
(maximize): ignore the structure events generated by the maximize
(force_maximize): likewise
(unhide_window): likewise
(unhide_window_below): likewise
* src/events.c (configure_notify): Clear up ambiguous debugging
output.
(configure_request): initialize the changes structure to the
window's current attributes.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -1,3 +1,17 @@ +2002-02-14 Shawn Betts <sabetts@vcn.bc.ca> + + * src/manage.c (maximize_transient): correctly detect when the + window is bigger than its frame. + (maximize): ignore the structure events generated by the maximize + (force_maximize): likewise + (unhide_window): likewise + (unhide_window_below): likewise + + * src/events.c (configure_notify): Clear up ambiguous debugging + output. + (configure_request): initialize the changes structure to the + window's current attributes. + 2002-02-07 Shawn Betts <sabetts@vcn.bc.ca> * src/split.h (find_last_frame): prototype now correctly reflects |