Version 1.0d
------------

(14 August 2001)

- fixed bug with the generation of table of contents for headers
  which already contain anchors.
- corrections of a few notices and names, added documentation of
  XHTMLPP_PATH

Version 1.0c
------------

(3 August 2001)

- changed the way the tarball is built so that it doesn't contain
  the CVS admin directories, fixing problems with tags (ugh!)
- changed the order of entries in the CHANGELOG.txt file to be
  most recent first.

Version 1.0a
-----------

(3 August 2001)

- enable the XHTMLPP_PATH environment variable to take precedence over
  the LIBPATH environment variable for searching for files (good for
  mixed htmlpp and xhtmlpp sites)
- copied the old prelude.def (and other *.def) files to the doc/
  directory and changed the default prelude.def so it will work with
  files "out of the box"

Version 1.0
-----------

(July 2001)

- EXT is set to html by default
- created examples directory with examples
- updated the documentation
- created xhtmlpp web page
- added -nounderline option when I found that this CHANGELOG couldn't
be processed with sensible outcome in guru mode!


Version 0.2
-----------

(June/July 2001)

- changed name to xhtmlpp
- put sources under local CVS, with Makefiles
- changed .pl files to Perl Module .pm files, added POD to files
- added toc_open_inner and toc_close_inner
and toc_open_outer and toc_close_outer
- removed old image-size code, and use Image::Size everywhere
altered the intrinsic_image_size to use imgsize and put quotes around
the returned string
- changed underline mode to produce bold tt text instead of underline,
since the <u> tag is depreciated.
- many other changes to make the tags XHTML compliant


Version 0.1
------------

- fixes to guru mode URL parsing (April 1999)
- added level 4 headers to guru mode  (May 1999)
- added italics, bold and underline to guru mode (May 1999)
- added one level of nesting to bulleted lists in guru mode
- added -notable option for guru mode
- added support for short-lines in guru mode
- added <URL:> URL tag to guru mode
- made changes to make support for HTML 4.01 easier (July 2001)
- used Image::Size module to add &image_size intrinsic
when I found that &image_width and &image_height only support GIF and JPG
(July 2001)

