Version 0.9.1 2003/03/14 ------------- eventcheck.cgi: * Escape HTML in warning text. Fixes problem where statemachine state was invisible, because they were enclosed in angle-brackets * Now gives warning if duplicate event ID was found * Don't warn about the core trigger, since it is working now EventParser.pl * Added the ai=yes|no and flag=.* triggers. * Added the ai, setflag, and clrflag command actions * Removed warning regarding the core trigger (it is fixed in 1.06) * Avoid wildcard expansion of directory arguments, which works differently between DOS and Unix. Instead, determine the files within a directory using a normal directory scan * Commandline options are now: --check-range=(strict|loose|none), --nowarn-dup-ids, and --full-id-report * Warn if duplicate IDs are detected. Turn off with --nowarn-dup-ids * If --full-id-report is set, summarize event ranges after parsing complete Version 0.9 2003/03/06 ----------- Initial release