2004-2-27
	* release: 0.3.0
	
2004-3-1
	* phpoot.php, phpoot.compiler.php: remove realpath() which may not work with Linux.
	* release: 0.3.1

2004-3-2
	* phpoot.parser.php: rewrited for "alternative feature"

2004-3-3
	* change directory tree for CVS. adds "doc" directory and move related files there.
	
2004-3-4
	* phpoot.php,  phpoot.*.php: refactoring
	* phpoot.parser.php: {foo} style for variable name in template
	* release: 0.4.0
	
2004-3-16
	* phpoot.php: fix _mkdirs()
	* phpoot.parser.php: fix some to prevent notice

2004-3-23
	* phpoot.php: fix phpoot_attr() to recognize numeric as string.
	* phpoot.parser.php: fix comment.
	* release: 0.4.1
	
2004-4-23
	* phpoot.php: add removeCompiled(). arrange error handling.
		only PEARError is returnd when error.
		remove raiseError() and option for it.
	* phpoot_compiler: sync with phpoot.php
	* phpoot.parser.php: fix just a version num.
	* release: 0.5.0
	
2004-4-26
	* phpoot.php: refactoring phpoot_* functions. add is_numeric() in if, etc...
	* phpoot.php, phpoot.parser.php: fix option handling

2004-4-26
	* phpoot.php: make use flock() when writting compiled file. 
		add 'flcok' option.
		
2004-4-26
	* release: 0.5.1

2004-5-9
	* phpoot.parser.php: adds "format feature".
	
2004-5-10
	* phpoot.parser.php: devided into two files; phpoot.handler.php, phpoot.parser.php.
	* phpoot_handler: makes it extends PEAR, and add precise error handling.
	* phpoot.php: add display_eval() method.
		when debug mode, compiled file will be removed after display().
		When PEAR_ERROR_PRINT, no data message will be showed in escape.
	* phpoot.parser.php: remove 'allow_no_brace' option.
		changed the behavior of escape for remove,
		*-started escape like <!-- * foo --> will be removed.
		
2004-5-11
	* phpoot.parser.php: fix escape removing. change sign-char from * to #.
	* format: make "format feature" impl liblalize in format dir.
	* phpoot.php: add PHPOOT_WARN_TEMPLATE const.
	* phpoot.parser.php: '#notop' feature. alternation is shown by + char, like var="{foo}+".
		fixed bug related to indent. 