diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2011-09-25 11:48:27 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2011-09-25 11:48:27 -0700 |
commit | 08c1ae52231c2caa11273dfb3868209e41d39a02 (patch) | |
tree | dd9dafafb7a3391ce795591b65d847dad87c58d0 /ChangeLog | |
parent | 4ce8dde9cafa8a77a0c623043fded0a751ad4b02 (diff) | |
download | txr-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-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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. |