The following fields were missing:
With %HZH_FIELDS_MISSING being an undocumented string so above parsed. You can also access %HZH_FIELDS_INVALID, but *FIELDNAME won't trigger that.
Hacked Hazel-Subst to recursively replace all instances of RE. Also, to allow use of HZML tokens in the replacement string, so the replacement can use the replaced text itself, eg. %HZV_RE0, %HZV_RE1, etc. There is a maximum replacement of 100 to avoid an infinite recursive replacement. This until I implement the better solution of replacing the string in-place rather than passing off to strsub and doing the whole damn thing over, which is f-ing stupid.
So, for now, be careful what you use in the RE. Something like RE="[^0-9]" with a Replace="anythingnotanumberonethroughnine" is not going to work proper.
DATE: 2003-12-04; VERSION: 4.045
==================================================
Fixed another bug for cases without plugins, this time in poll_plugin_versions. (Only occurred with a showreg, though.)
Gutted WIN32_PLUGINS section in os.c. Funk dat snit.
DATE: 2003-12-04; VERSION: 4.044
==================================================
Added text.c::Hazel_datecmp and Before|After="date" and Past|Present|Future attributes to Hazel-Choice.
Added "Result" attribute support for Hazel-Email, Hazel-API, Hazel-Slurp, and Hazel-Belch.
Added alias "Value" for "Src" attributes in Hazel-Strip, Hazel-Explode.
DATE: 2003-11-25; VERSION: 4.043
==================================================
Initial work on