summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorsabetts <sabetts>2002-02-14 11:03:38 +0000
committersabetts <sabetts>2002-02-14 11:03:38 +0000
commit2d022d28ac06ecd9e1237f5ad7142891abb57dc9 (patch)
tree144ca77f410330265bc8f16bc22b14658470a1b7 /ChangeLog
parent70cf82da23418e4d1467d9c058eb1c1afc1d420e (diff)
downloadratpoison-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--ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ad596b5..c1ce77e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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