From 81c5eee132546c90d878065722f52e70b27c359f Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Fri, 7 Oct 2011 21:19:04 -0700 Subject: * lib.c (eol_s): New symbol variable. (obj_init): New variable initialized. * lib.h (eol_s): Declared. * match.c (match_line): Implemented horizontal skip as and new eol directive. (match_lines): Vertical skip defers to horizontal skip if there is trailing material. * txr.1: Updated. * lib.c (eol_s): New symbol variable. (obj_init): New variable initialized. * lib.h (eol_s): Declared. * match.c (match_line): Implemented horizontal skip as and new eol directive. (match_lines): Vertical skip defers to horizontal skip if there is trailing material. * txr.1: Updated. --- ChangeLog | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 11e76f2b..021132ca 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,17 @@ +2011-10-07 Kaz Kylheku + + * lib.c (eol_s): New symbol variable. + (obj_init): New variable initialized. + + * lib.h (eol_s): Declared. + + * match.c (match_line): Implemented horizontal skip as and + new eol directive. + (match_lines): Vertical skip defers to horizontal skip if + there is trailing material. + + * txr.1: Updated. + 2011-10-07 Kaz Kylheku * lib.c (flatten_helper): Function removed. -- cgit v1.2.3