summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2011-10-07 21:19:04 -0700
committerKaz Kylheku <kaz@kylheku.com>2011-10-07 21:19:04 -0700
commit81c5eee132546c90d878065722f52e70b27c359f (patch)
tree41e8b45cc3e000898b5c532c7a0fd4282159ff46 /ChangeLog
parentf5af9dd56254dd90f5985eb3e1dcbab042d72431 (diff)
downloadtxr-81c5eee132546c90d878065722f52e70b27c359f.tar.gz
txr-81c5eee132546c90d878065722f52e70b27c359f.tar.bz2
txr-81c5eee132546c90d878065722f52e70b27c359f.zip
* 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.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 11e76f2b..021132ca 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,19 @@
2011-10-07 Kaz Kylheku <kaz@kylheku.com>
+ * 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 <kaz@kylheku.com>
+
* lib.c (flatten_helper): Function removed.
(flatten): Recurse directly, using func_n1.