summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorsabetts <sabetts>2001-04-07 02:57:41 +0000
committersabetts <sabetts>2001-04-07 02:57:41 +0000
commitdf64022d3e7c09826c573a050e537b639afb8034 (patch)
treee6c2797940cce5840bce078991fe364993a09998 /ChangeLog
parent4ef01dc374bd76295e7a46140591e516187e33df (diff)
downloadratpoison-df64022d3e7c09826c573a050e537b639afb8034.zip
* src/split.c (maximize_frame): new function
(create_initial_frame): calls maximize_frame to fill in the initial frame's fields. (num_frames): comment out (remove_frame): remove special case when there is only 1 frame left.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5f2c57f..9d31cae 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2001-04-06 shawn <sabetts@diggin.lamenet.tmp>
+ * src/split.c (maximize_frame): new function
+ (create_initial_frame): calls maximize_frame to fill in the
+ initial frame's fields.
+ (num_frames): comment out
+ (remove_frame): remove special case when there is only 1 frame
+ left.
+
* src/split.h (h_split_frame): renamed frome h_split_window
(v_split_frame): renamed frome v_split_window
(split_frame): renamed frome split_window