summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b22ba7c5..ccff56ff 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
2011-09-25 Kaz Kylheku <kaz@kylheku.com>
+ Filtering from HTML implemented.
+
+ * filter.c (from_html_k): New variable.
+ (to_html_table): New static array.
+ (filter_init): Intern new symbol. Instantiate new filter
+ and store in filters hash.
+
+2011-09-25 Kaz Kylheku <kaz@kylheku.com>
+
Filtering feature for variable substitution in output.
* filter.c, filter.h: New files.