From 306424d93d5a1a379a751394acbc696415b4281b Mon Sep 17 00:00:00 2001 From: sabetts Date: Fri, 18 Oct 2002 08:39:17 +0000 Subject: * src/split.c (VERTICALLY): new define (VERTICALLY): likewise (split_frame): new argument 'pixels'. The current frame is split and resized to 'pixels' pixels. (v_split_frame): new argument 'pixels'. prototype updated. (h_split_frame): likewise * src/actions.c (user_commands): hsplit, vsplit, and split take a string argument. (read_split): new function (cmd_h_split): takes a ratio or number to determine how big the frame split will be. (cmd_v_split): likewise --- ChangeLog | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 4289a3b..b886448 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,19 @@ +2002-10-18 Shawn Betts + + * src/split.c (VERTICALLY): new define + (VERTICALLY): likewise + (split_frame): new argument 'pixels'. The current frame is split + and resized to 'pixels' pixels. + (v_split_frame): new argument 'pixels'. prototype updated. + (h_split_frame): likewise + + * src/actions.c (user_commands): hsplit, vsplit, and split take a + string argument. + (read_split): new function + (cmd_h_split): takes a ratio or number to determine how big the + frame split will be. + (cmd_v_split): likewise + 2002-08-31 Shawn Betts * src/actions.c (cmd_bind): malloc the correct amount of memory for keydesc -- cgit v1.2.3