summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorsabetts <sabetts>2006-01-03 21:34:20 +0000
committersabetts <sabetts>2006-01-03 21:34:20 +0000
commit1d3b753b428842fc9c0bdc6d9ccc9e2289239ffa (patch)
tree99e3b68f6d43a05ec936912c1a101eca88584cc6 /ChangeLog
parent4d51c49a9428837d6adc638f442717178b2d2b2f (diff)
downloadratpoison-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--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 96ca2ec..d9bc7e0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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