diff options
author | rcyeske <rcyeske> | 2004-01-26 07:11:12 +0000 |
---|---|---|
committer | rcyeske <rcyeske> | 2004-01-26 07:11:12 +0000 |
commit | 40bcdaab7b5f418208110b7b3b106375c3d5464f (patch) | |
tree | 331f5ea027eca76c2e77cbfc543e804bbafc7236 /ChangeLog | |
parent | 4b75ac555c4205341ddf9d786225a48d8be3b2ad (diff) | |
download | ratpoison-40bcdaab7b5f418208110b7b3b106375c3d5464f.zip |
(sync_wins): Change list_for_each_entry to
list_for_each_entry_safe.
(cmd_tmpwm): Unhide and maximize each mapped window before
spawning a new wm.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2004-01-25 Ryan Yeske <rcyeske@vcn.bc.ca> + + * src/actions.c (sync_wins): Change list_for_each_entry to + list_for_each_entry_safe. + (cmd_tmpwm): Unhide and maximize each mapped window before + spawning a new wm. + 2003-11-29 Ryan Yeske <rcyeske@vcn.bc.ca> * src/communications.c (receive_command_result): Rename from |