[-- htmlex 0.4.4 release --]
* Fixed a bug when define macros inside functions.
[-- htmlex 0.4.3 release --]
* Corrected the -a argument explanation.
* Fixed an error in functional macros when you called them with
arguments that had .
[-- htmlex 0.4.2 release --]
* Added -E option to change the default .html extension used by -c.
* Arguments processing was changed, I recommend you see the
"EXECUTION" section in "readme.txt".
* Fixed a couple of bugs in dependencies generation and functional
macros.
* New default behavior for comments: Now are preserved, and a new
parameter (-k) was added to "kill" them.
* Optimized dependencies generation: Because from now tags inside
false expressions, aren't processed.
[-- htmlex 0.4 release --]
* New htmlex-filter.pl script to "clean" the htmlex output.
* New "body" tag. To make macros
like C/C++.
* Fixed the quoted arguments behavior (now accepts \n \t \" etc.).
* Fixed some minor bugs.
[-- htmlex 0.3.2 release --]
* Some notes about macros in readme.txt.
* Fixed the tag and the general behavior.
* Fixed a free memory error.
* Added verbose mode.
[-- htmlex 0.3.1 release --]
By Robert J Ohannessian:
* Text file `readme.txt' is in more understandable English.
* presents the size of file in an improved way.
* The program compiles in MinGW without problems.
[-- htmlex 0.3 release --]
* Completed the english documentation.
* Fixed various bugs.
* The tag generates dependencies.
* New tag.
[-- htmlex 0.2 pre-release --]
* More facilities for the comparations.
* New operation for various tags, for more information see `readme.txt'.
* New tags names:
, ->
, ->
->
and ->
* New C code, and an executable program.
* Eliminated the GNU format.
[-- htmlex 0.1.3 beta --]
* New tag .
[-- htmlex 0.1.2 beta --]
* New tag .
* Enhanced the htmlex-site utility.
* New tag to know if a file exist or not.
* Improve the process speed.
* to print the htmlex version.
* A poor (and bad) english documentation.
* Optimized htmlex-site to create the "skeleton" of a new site.
[-- htmlex 0.1.1 beta --]
* Tags `' to control conditional-blocks:
Support (theoretical) infinites nestles.
[-- htmlex 0.1.0 pre-alpha --]
* The conventional HTML files (.html) are fully compatible with the
format used by htmlex (.htex).
* Extra tags with similar format to the HTML.
* Tag `' to create macros which will be replaces with theirs
values when will find the exact name of itself.
* Tag `' to include a complete file within other.
* Dependencies generation since tag, fully compatible with
the Makefiles.
* Support for pass arguments to the main input file, and all the files
included in itself.
* Tag `' to execute extern programs and put its output in the
result file.
* Functions for control text:
(All with the same functionality which in the Makefiles).
(All with the same functionality which in Perl).