summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2011-09-25 11:48:27 -0700
committerKaz Kylheku <kaz@kylheku.com>2011-09-25 11:48:27 -0700
commit08c1ae52231c2caa11273dfb3868209e41d39a02 (patch)
treedd9dafafb7a3391ce795591b65d847dad87c58d0 /ChangeLog
parent4ce8dde9cafa8a77a0c623043fded0a751ad4b02 (diff)
downloadtxr-08c1ae52231c2caa11273dfb3868209e41d39a02.tar.gz
txr-08c1ae52231c2caa11273dfb3868209e41d39a02.tar.bz2
txr-08c1ae52231c2caa11273dfb3868209e41d39a02.zip
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.
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.