summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorsabetts <sabetts>2001-06-05 09:07:18 +0000
committersabetts <sabetts>2001-06-05 09:07:18 +0000
commit622ea708ef80c3044838f32837254c6f74fe793e (patch)
tree624967ce6f5b866d64a9bcbfab888ceb160d63ba /ChangeLog
parentb491c9ed23c5f1345914d0ffb2cbaea9662d1d61 (diff)
downloadratpoison-622ea708ef80c3044838f32837254c6f74fe793e.zip
* src/manage.c (hide_window): ignore only StructureNotify events.
* src/data.h (WIN_EVENTS): Add StructureNotifyMask. * src/events.c (unmap_notify): ignore SubstructureNotify unmaps.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5ad57a5..8604b22 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2001-06-05 shawn <sabetts@diggin.lamenet.tmp>
+
+ * src/manage.c (hide_window): ignore only StructureNotify events.
+
+ * src/data.h (WIN_EVENTS): Add StructureNotifyMask.
+
+ * src/events.c (unmap_notify): ignore SubstructureNotify unmaps.
+
2001-06-02 shawn <sabetts@diggin.lamenet.tmp>
* src/split.c (blank_frame): hide transient's transient_for.