summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorsabetts <sabetts>2002-01-02 12:15:08 +0000
committersabetts <sabetts>2002-01-02 12:15:08 +0000
commitd2de091a0450b16a51d4be53928a7617961a9850 (patch)
tree3d7bcf90aea19a31a70cd187a5b0979fea22d579 /ChangeLog
parent46eeb9fd620ded56fd2a5c013038ca56f22a2b4d (diff)
downloadratpoison-d2de091a0450b16a51d4be53928a7617961a9850.zip
* src/manage.h (get_state): new prototype
* src/manage.c (update_normal_hints): print only the hints that are set as debugging output. (scanwins): collect mapped and iconized windows. (get_state): new function * src/main.c (clean_up): don't map iconized windows.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 645dc68..d87e8f2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2002-01-02 shawn <sabetts@vcn.bc.ca>
+
+ * src/manage.h (get_state): new prototype
+
+ * src/manage.c (update_normal_hints): print only the hints that
+ are set as debugging output.
+ (scanwins): collect mapped and iconized windows.
+ (get_state): new function
+
+ * src/main.c (clean_up): don't map iconized windows.
+
2001-12-21 shawn <sabetts@vcn.bc.ca>
* src/actions.h (cmd_alias): new prototype