summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorsabetts <sabetts>2002-02-17 21:24:28 +0000
committersabetts <sabetts>2002-02-17 21:24:28 +0000
commit0027574655e306fcb2d9dd6ad578fdba9bf10826 (patch)
tree08b227e58b540b89ceb40cc310fbd87d31d832fb /ChangeLog
parent6b681e4bcc5fc719ea27bd30b9547be43224e255 (diff)
downloadratpoison-0027574655e306fcb2d9dd6ad578fdba9bf10826.zip
* src/manage.c (update_normal_hints): fix debugging output to be
more readable. * src/events.c (configure_request): call XSync after granting configure request. (property_notify): maximize the window on receiving a normal hints property change.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 59d7f3a..7dae830 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2002-02-17 Shawn Betts <sabetts@vcn.bc.ca>
+
+ * src/manage.c (update_normal_hints): fix debugging output to be
+ more readable.
+
+ * src/events.c (configure_request): call XSync after granting
+ configure request.
+ (property_notify): maximize the window on receiving a normal hints
+ property change.
+
2002-02-16 Shawn Betts <sabetts@vcn.bc.ca>
* src/manage.c (maximize): remove calls to XSelectInput.