diff options
author | sabetts <sabetts> | 2006-01-03 21:34:20 +0000 |
---|---|---|
committer | sabetts <sabetts> | 2006-01-03 21:34:20 +0000 |
commit | 1d3b753b428842fc9c0bdc6d9ccc9e2289239ffa (patch) | |
tree | 99e3b68f6d43a05ec936912c1a101eca88584cc6 /ChangeLog | |
parent | 4d51c49a9428837d6adc638f442717178b2d2b2f (diff) | |
download | ratpoison-1d3b753b428842fc9c0bdc6d9ccc9e2289239ffa.zip |
* src/number.c (numset_add_num): store the ret val of
numset_find_empty_cell in a variable and use it as an index into
the numbers_taken array.
* src/actions.c (cmd_curframe): return the frame number in
non-interactive mode.
* src/split.c (cleanup_frame): in the maxsize windows are
transients check either the width or height must be less than the
screen width/height (just like in windows.c).
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -1,3 +1,16 @@ +2006-01-03 Shawn Betts <sabetts@vcn.bc.ca> + + * src/number.c (numset_add_num): store the ret val of + numset_find_empty_cell in a variable and use it as an index into + the numbers_taken array. + + * src/actions.c (cmd_curframe): return the frame number in + non-interactive mode. + + * src/split.c (cleanup_frame): in the maxsize windows are + transients check either the width or height must be less than the + screen width/height (just like in windows.c). + 2005-12-11 Shawn Betts <sabetts@shitbender.gagrod> * src/manage.c (withdraw_window): call rp_delete_window_hook hook |