2002-03-02  Pekka Enberg <penberg@iki.fi>

	* Release version 0.2.3
	* Fix DOCTYPE parsing error that caused problems with DocBook
	  XMLs.

2002-02-26  Pekka Enberg <penberg@iki.fi>
	
	* Fix EOF check on PPC and probably some other non IA-32 platforms
	  as well

2002-02-25  Pekka Enberg <penberg@iki.fi>

	* Makefile fix for Solaris
 
2002-02-12  Pekka Enberg <penberg@iki.fi>

	* Fix bug in line wrapping that ate whitespace from next line.
	* Add '-nbs' and '-nbe' options.
	* Release version 0.2.2
	* Fix comment parsing bug found by Nicolas Girard.
	
2002-02-11  Pekka Enberg <penberg@iki.fi>

	* Make it compile with non-ANSI C99 compiliant compiler (thanks
	  to Nicolas Girard for spotting this one)

2003-02-08  Pekka Enberg <penberg@iki.fi>

	* Release version 0.2.1
	* Remove support for forcing newline before tags because it
	  produces too funky results
	* Support line wrapping command line option '-l'
	
2003-02-06  Pekka Enberg <penberg@iki.fi>

	* Avoid duplicate newlines
	* Eat whitespace after newline
	
2003-02-03  Pekka Enberg <Pekka.Enberg@cs.helsinki.fi>

	* Release version 0.2.0
	* Support forcing newline after and before start and end-tags.
	* Use flex for generating the XML parser. Regressions: -c not
	  supported anymore.
	
2002-10-26  Pekka Enberg <Pekka.Enberg@cs.helsinki.fi>

	* Release version 0.1.9
	
2002-10-25  Pekka Enberg <Pekka.Enberg@cs.helsinki.fi>

	* Emit last line even if there was no newline before end of file.
	
2002-10-04  Peter Bray <pdb_ml@yahoo.com.au>

	* Avoid reallocations for long lines.
	
2002-10-04  Pekka Enberg <Pekka.Enberg@cs.helsinki.fi>

	* Release version 0.1.8
	* Fix segfault for lines longer than 1024 characters. Thanks to
	  Peter Bray for spotting this one.
	
2002-10-01  Brett Pemberton <brett@bad-sports.com>

	* RPM spec and Makefile fixes

2002-10-01  Pekka Enberg <Pekka.Enberg@cs.helsinki.fi>

	* Recognize two character end of line markers.
	* Added overwrite original file command line option -w.

2002-09-29  Pekka Enberg <Pekka.Enberg@cs.helsinki.fi>

	* Release version 0.1.7

2002-09-28  Pekka Enberg <Pekka.Enberg@cs.helsinki.fi>

	* Add RPM spec file.  
	* Add version printing command line option -v.  
	* Add output filename command line option -o.  
	* FIX: Eats empty lines.  
	* Release version 0.1.6

2002-09-25  Pekka Enberg <Pekka.Enberg@cs.helsinki.fi>

	* Use <unistd.h> instead of <getopt.h>.  
	* Add compile, install, and uninstall targets to Makefile.  

2002-09-24  Thomas Fischer <th.fischer@gmx.net>

	* Add man page.  

2002-09-24  Pekka Enberg <Pekka.Enberg@cs.helsinki.fi>

	* Release version 0.1.5
	* Leave CDATA sections alone.  

2002-09-23  Pekka Enberg <Pekka.Enberg@cs.helsinki.fi>

	* Release version 0.1.4
	* Add use tabs command line option.

2002-09-23  Brett Pemberton <brett@bad-sports.com>

	* Break up xmlindent to xmlindent.c and main.c.
	* Parse command line arguments with getopts.

2002-09-21  Pekka Enberg <Pekka.Enberg@cs.helsinki.fi>

	* Release version 0.1.3
	* Better end of line recognizition.  
	* Add leave comments alone command line option -c.  
	* Recognize start-tags beginning with underscore or colon.

2002-09-21  Markus Hjort <Markus.Hjort@hut.fi>

	* Add indent level command line option -i.

2002-09-19  Pekka Enberg <Pekka.Enberg@cs.helsinki.fi>

	* Release version 0.1.2
	* FIX: Closed XML tag after XML begin tag caused indent errors.  
	* Release version 0.1.1
	* Recognize XML comments.  
	* Eat leading whitespace.  
	* Remove fixed-size buffer. Recognize begin tags better.

2002-09-18  Pekka Enberg <Pekka.Enberg@cs.helsinki.fi>

	* Release version 0.1
