diff options
author | sabetts <sabetts> | 2002-01-02 12:15:08 +0000 |
---|---|---|
committer | sabetts <sabetts> | 2002-01-02 12:15:08 +0000 |
commit | d2de091a0450b16a51d4be53928a7617961a9850 (patch) | |
tree | 3d7bcf90aea19a31a70cd187a5b0979fea22d579 /ChangeLog | |
parent | 46eeb9fd620ded56fd2a5c013038ca56f22a2b4d (diff) | |
download | ratpoison-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-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -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 |