----------	Release 0.4.1  ------------------
2002-04-24	Joshua Eichorn <jeichorn@phpdoc.org>
	* left.html	Remove extra <dl> tag that was indenting another level for
			each new subpackage
	* phpdoc.inc	Add a newline at end of output
	* Render.inc	fix possible warning where $val['$_pro'] isn't set
	* doc-notes	Removed no longer valid
	* bug-541886.php New Test file
	* DataTypes.inc	Part of fix bug 548191, we only return a string for
			getKeyword package or subpackage
	* test.php	Removed unused file

2002-04-23	Gregory Beaver <cellog@users.sourceforge.net>
	* Render.inc	added elimination of default package if nothing is in it
	* Parser.inc	fixed bug in handleDocKeyword(), p_flags['tempnewline'] needed reset to false on event exit
	* DataTypes.inc	added feature 541284, specific order of @tags in output
	* added feature 547431, class trees by package
	* worked on Release-0.4.1
	* added @abstract support for phpdoc.de compatibility
	* Render.inc, Parser.inc	added inheritance of package/subpackage to classes
	* phpdoc.inc	added total documentation time display
	* fixed bug 547212, added complete documentation to Parser.inc
	* added support for @var, @deprec, and @magic tag, in the continuing quest for 100% phpdoc.de compatibility
	* Parser.inc,
	  DataTypes.inc, 
	  Linker.inc, 
	  Render.inc	added parsing of require/include/require_once/include_once for phpdoc.de compatibility
			rendering requires addition to Template.inc and to templates
	* added templates for support of include
	* added full compliance with phpdoc.de, @param now does not require $varname to work
	* fixed bug 546987
	* fixed bug 547433

2002-04-22	Gregory Beaver <cellog@users.sourceforge.net>
	* DataTypes.inc	fixed bug that didn't parse <a></a> tags in htmlentitied stores correctly
	* Linker.inc	fixed bug 547233, fixed warning if there are no packages defined
	* Parser.inc	fixed bug, p_vars['function_params'] => NULL instead of p_vars['function_params'] => false
	* fixed bug 547225 - temp variables needed reset
	* Parser.inc	Major redesign of parser, use a lookup table instead of a switch, allows separation of events into
					different functions, which is easier for development and documentation
	* fixed bug 546994 - tags in start of docblock not at line beginning not ignored 
	* fixed bug 545516 in DataTypes.inc, using anonymous user fix
	* added <pre></pre> to the list of non-escaped html tags
	* fixed bug 543608 in Parser.inc, with move towards v2.0 of parser.
	* added rudimentary support for @global and @TODO for cross-phpdoc compatibility
	* fixed occasional warning in Linker.inc on line 1120

----------	Release 0.4.0  ------------------
2002-04-13	Joshua Eichorn <jeichorn@phpdoc.org>
	* Release-0.4.0 work on release notes
	* README	update docs
	* phpdoc.inc Io.inc small cleanups

2002-04-13	Gregory Beaver <cellog@users.sourceforge.net>
	* Parser.inc	fixed handling of unknown tags, and of @ in tag descriptions
	* fixed bug 542586, @access private documenting when I don't want it to
	* fixed page-level docs
	* added package-level docs, PHPDocumentor looks for packagename.html in the same directory as any file that contains packagename's elements

2002-04-12	Gregory Beaver <cellog@users.sourceforge.net>
	* fixed adv_htmlentities to allow for html parameters to img, ol, ul and li tags
	* created PHPDocumentor Spec (tags only)

2002-04-11	Joshua Eichorn <jeichorn@phpdoc.org>
	* added tests\bug-eofquotes.php to <<< EOF nonsens
	* fixes EOF bugs
	* phpdoc.inc got rid of some random warnings

2002-04-11	Greg Beaver <cellog@users.sourceforge.net>
	* default\class.html, default\page.html	removed link to classtrees, it doesn't work with package subdirectories, and the classtrees link
											is on the left anyways
	* fixed bug 541887 and a host of smaller bugs discovered in the process
	* Io.inc	put flush() after "-- Parsing file xxx" so that we see what it is actually doing
	* Linker.inc	fixed small bug, reset procedural page directory, package, and subpackage on reaching page end in the parser
	* Linker.inc	fixed element indexing, fixed bug 542349, bug 542348, also alphabetized inherited methods/variables
	* Render.inc	fixed silly misspelling "rcNetCmp" to "rcNatCmp" in registerCurrent[Class]() and made it sort case-insensitive
	* DataTypes.inc, phpdoc.inc	fixed bug 541283, added adv_htmlentities to parse out allowed html tags only

2002-04-10	Greg Beaver <cellog@users.sourceforge.net>
	* Parser.inc	fix for bug 542223,define parsing incomplete
	* added indexing by element name, both universal and by package
	* elementindex.html	added to default template
	* pkgelementindex.html added to default template
	* default\left.html added links to element indexes
	* added {@link}
	* added subdirectory by package parsing
	* Render.inc	fix for procedural page @package bug and procedure lost after class bug
	* phpdoc.inc	added procedural page to phpDocumentor project
	* Linker.inc	added procedural page to phpDocumentor project
	* Parser.inc	added procedural page to phpDocumentor project
	* howto.html	added documentation for {@link}, added examples of {@link} and @see

2002-04-10	Joshua Eichorn <jeichorn@phpdoc.org>
	* TODO		Updated TODO file as per conversation with Greg, were on the
			read to 1.0

2002-04-09	Joshua Eichorn <jeichorn@phpdoc.org>
	* phpdoc.inc	Fix for bug 540795, thanks to David Norman for the heads up

----------	Release 0.3.0  ------------------
2002-04-07	Joshua Eichorn <jeichorn@phpdoc.org>
	* Documentation Updates to all files
	* Update to Howto
	* bring L00t1 template up to date with Default template
	* Escaping in quotes bug fix
	* Update to Readme, Release notes, and ChangeLog preparing for release
	* Update phpdoc.inc for 2 stage parsing
	* Make setting directory more robust
	* Copy in stylesheet.css from the template directory to the output dir
	* Copy any template images that have been added to a copy list
		
2002-04-07	Greg Beaver <cellog@users.sourceforge.net>
	* New files for addition of Linker Stage
	* Original phpdoc.inc for 2 stage parsing
	* Changes to Render.inc for 2 stage parsing, plus other fixes
	* Update to Howto
	* New Template Files for default template  show inherited methods, and @see links

----------	Release 0.2.6  ------------------
2002-04-06	Joshua Eichorn <jeichorn@phpdoc.org>
	* Lots of changes all over the place i forgot to edit this as i went
	so just read the release notes


----------	Release 0.2.5  ------------------
2001-08-19	Joshua Eichorn <jeichorn@phpdoc.org>
	* Parser.inc	Fix for bug #445820, make sure array doesn't have
			anything in front of it

	* bug-445820.php Test file for bug #445820
	
	* DataTypes.inc	Hack to support multiple keywords better fix for bug
			#443153 and bug #445298

	* bug-443153.php Test file for bug #443153

	* bug-445298.php Test file for bug #445298
	
	* Io.inc	Turn off ignore-file and ignore-directory options

	* Io.inc	Add support for changing the template directory

	* phpdoc.inc	Finish work for bug #442011

2001-07-18	Joshua Eichorn <jeichorn@phpdoc.org>
	* TODO		Items for 0.3.x releases

	* Release-0.2.5 Initial Version of release notes for 0.2.5

	* bug-author.php Test file for htmlentities problems

	* Io.inc,	Fix for bug #442011, activate new command line options
	  phpdoc.inc
	  
	* DataTypes.inc	Fix for an error created by the fix for bug #441433
			we were turning the mailto: links into entities

2001-07-17	Joshua Eichorn <jeichorn@phpdoc.org>
	* Io.inc	Partial fix for bug #442011, add new command line
			options

	* Render.inc	Fix for bug #441778, put a newline in stylesheet.css
			so that its not a 0 byte file

2001-07-15	Joshua Eichorn <jeichorn@phpdoc.org>
	* DataTypes.inc	Rest of fix for bug #441433, add support for quoting
			of html entities in all data that might contain it

	* Parser.inc	Partial fix for bug #441433, make quotes return all
			data when it has been escaped

	* bug-441433.php Added a test file for bug #441433
	



----------	Release 0.2.4  ------------------

2001-07-14	Joshua Eichorn <jeichorn@phpdoc.org>
	* Parser.inc	Fix for bug #441289, the way short desc and long desc
			are calculated has been totally redone
	
	* bug-441289.php Added test file for bug #441289

	* Parser.inc	Fix for bug #441287, turn white space stripping off
			and change how white space before the * is stripped
	
	* Parser.inc	Fix for bug #441278, turn email address into links
			only if word contains an @, otherwise treat <$word> 
			as an html tag, turn of white space stripping for
			dockeywords

	* bug-441287.php Added a test file for bug #441287

	* WordParser.inc Allow Setting or returning of whitespace to allow
			bugs 441278 and 441287 to be fixed

	* bug-441278.php Added test file for bug #441278

	* Render.inc	Fix bug #441275, handle arrays as defaults values for
			function parameters correctly

	* Render.inc,	Added Better Error handling for reading files and for
	  Io.inc	settings the output directory
	  
	* test/		Added a directory to hold tests in

	* bug-441275.php	Added test file for bug #441275

2001-07-13	Joshua Eichorn <jeichorn@phpdoc.org>
	* phpdoc.php	Some added documentation, links to phpdoc website
			and contact information if there is a problem
			with phpdoc and no the web-interface

2001-07-13	Juan Pablo Morales <ju-moral@uniandes.edu.co>
	* phpdoc.php	New webinterface, with better documentation, and a
			javascript helper box for keeping long directories

2001-06-21	Joshua Eichorn <jeichorn@phpdoc.org>

	* Render.inc	Updates to split up code into procedural and class as
			the subpackage level

	* templates/default/left.html	Updates to handle subpackages in a
	  Render.inc			more useful manner
	
	* Parser.inc	Added support for another @keyword, you can now use
	  howto.html	@link to designated urls related to your code

	* Parser.inc	Added a new Parser event and a new state to handle
			email addresses in the @author keyword, this case
			actualy handles emails in any @keyword, The email must
			be inside <> for this to work. Example
			<jeichorn@phpdoc.org> will be turned into a <a href>
			with a mailto: link

2001-06-20	Joshua Eichorn <jeichorn@phpdoc.org>

	* Parser.inc	Made changes to how end of docblock keyword is
			calculated, should handle multiple line descs now

	* Parser.inc	Remove cases where @ could be the short description
	 		and where */ could be it

	* Parser.inc	After an escape event the rest of the file wasn't
	 WordParser.inc being parsed since have there would be no
			wordseperators set.  Fixed this by creating a way to
			make the wordparser just cycle.

	* Render.inc	Default support for multiple projects and subprojects

	* templates/default/index.html	Update index.html to split left frame
	 				into top and bottom sections

	* templates/default/packages.html	New template for package index
	
	* Parser.inc	Change group keyword to subproject
	  Howto.html	

	* Template.inc	Fix a template error, loops where no values are replaced 
	 		now disapear
	
	* CHANGELOG	Move to ChangeLog
	
	* ChangeLog	Switch over to a more standard changelog format
	
2001-06-18	Joshua Eichorn <jeichorn@phpdoc.org>
	
	* Parser.inc	SF BUG #433227 The following <?php echo " class = '".$search_class."'"; ?> 
			would create a class called =, fixed, not handling quoted strings in procedural code correctly
	
	* Parser.inc	SF BUG #434166 The escape parser event had no state to go with it, so wordseperators wasn't getting set
			this cased the following error to be displayed "Error: Wordseperators is not set, this should never happen, but yet it does"

2001-06-10	Joshua Eichorn <jeichorn@phpdoc.org>

	* Parser.inc	Fix parsing of function params with default values

	* Render.inc	Ouput optional parameter in [] with default values being shown
	  DataTypes.inc
	
	* Parser.inc	When quotes contain nothing set their value to nothing instead of ' or "

----------	Release 0.2.3 "The big Bug fix" ---
-Fix php version calculation, so that str_replace is used correctly in the templates
-Bug fix (if a function had multiple parameters and the last one didn't have a default, it wouldn't show up)
-Actualy handle paramaters, i was only showing docblock info for the last one, since i was treating it like any other keyword
-Fixed template weirdness
-Fixed problems with not figuring out the shortdesc right when it was on the same line as the /**
-Fixed instances where commented '{'s directly after the class declaration would cause documentation to be lost
-Remove trailing / from input paths, so output looks cleaner
-Hide template tags on procedural pages
-Add one more directory level when finding the base directory
-Impove naming of procedural pages in the index
-Generate simple class tree, only shows direct parent
-Creates a blank stylesheet to get rid of webserver errors

0.2.2
-Added a web interface

0.2.1
-bug fix release
-add a list of @tags that are allowed (fixes bugs where email addresses are mauled in comments), got my list from javadoc
-handle files with that same name that have different extensions (transform.php transform.inc)
-fix problem with detail sections not showing up

0.2.0 
-I'm back at it again
-Yet another new parser, this one should be the last one (well maybe not, but at least the last total rewrite)
-A template system for creating output

0.1.6pre2
-Tons of Bug fixes to stop parser fatal errors while parsing PEAR
-Changed global now, each bit of global goes into its own file
-The webinterface phpdoc.php is now working again
-There is now a per class index as well as an entire parse run index
-There is new a per class tree and a global tree

0.1.6pre1
-Parse.inc is entirely new, it uses a new Event driven architexture
-Most of Render.inc has been updated in order to work with the new output from Parse
-Every file has been updated in some way except for phpdoc.php, which is the web interface that is now broken

0.1.5
-Experimental Support for function outside of classes

0.1.4
-Web Interface now lives
-Parsing paramaters is now done in Io.inc
-stylesheet.inc is now generated
-Multiply files and directories are now supported

0.1.3
-Inheritence tree's for a class now transverse all the way to the root parent instead of just the imediate parent
-Io.inc is hooked up file io is moved from Parse.inc to Io.inc
-And index page is now made of all functions and variables

0.1.2a
-Addition of a stylesheet.inc placeholder
-Bug fix in phpdoc, has a typeo in the first line

0.1.2
-Creation of Io.inc
-Creation of basic documentation
-Development moved to cvs
-Bug fixes in Parse.inc, @keywords now work with multiline descriptions
-Remove debug code left from 0.1.1

0.1.1
-Creation of Template.inc
-Bug fixes in Parse.inc so that pear will parse properly

0.1.0
-Initial Release
