# vim2html ChangeLog
--------------------

    Mar 6 2005 (1.46)
    * Fixed sed bug in HTML title tag routine.

    Jul 15 2004 (1.45)
    * Improved internal variables
    * Improved error handling
    * Prevent Vim from creating swap files

    Jul 14 2004 (1.44)
    * Fixed line numbering/syntax bug
    * code cleanups

    Jul 13 2004 (1.43)
    * Updated syntax calls for Vim-6.3

    Apr 29 2004 (1.42)
    * Major code cleanups
    * Fixed long-wrapped HTML output
    * Added decriptive commets to code
    * Made even better use of global vars.
    * Fixed invalid newline issues

    Apr 28 2004 (1.40)
    * Made better use of global vars.
    * Fixed odd <title> tag.
    * Updated copyright and URLs.

    Apr 20 2004 (1.38)
    * Added patch to allow file-type specification
        o Thanks to Nathan Poznick
    * Added patch to fix vim-home location routine
        o Thanks to Nathan Poznick

    Apr 19 2004 (1.37)
    * Added sanity checks if target file already
      exists. This prevents vim2html from hanging
      if target file is read-only.

    Nov 29 2003 (1.36)
    * Minor code clean-ups
    * Added manpage

    Nov 25 2003 (1.35)
    * added error handling in the event
      if vim2html cannot find syntax file
      or if vars are not set properly.

    Oct 2 2003 (1.34)
    * added functionality to display line
      numbers in output file
        o Thanks Ari Gronning for this idea!
    * updated help/usage messages

    Sep 13 2003 (1.33)
    * fixed extraneous spaces in output
    * update links in footer
    * very minor code clean-ups

    Sep 3 2003 (1.32)
    * cleaned up HTML output
    * got rid of Latin1 charset;
      now detects default charset
      and outputs accordingly
    * fixed branding and links
    * killed /bin/sh location
      dependency; now uses /usr/bin/env
    * added file header to tidied output

    Aug 20 2003 (1.27)
    * added much needed status indicators
    * minor code cleanups

    Aug 1 2003 (1.26)
    * Added user-selectable color scheme
      function and color list options
        o Thanks to Volodymyr M. Lisivka
        <mystery[@]lviv[.]net> for
        contributing patches!
    * Quieted conversion status to STDOUT
    * More code cleanups
    * Less user configuration

    Jul 31 2003 (1.25)
    * MAJOR code refining and cleanups
    * streamlined some main functions
    * got rid of "--clean" option since
      the "--tidy" option takes care of it
    * added version checker
    * better error handling
    * detects if HTMLtidy is/is not installed,
      nags if it is not ;-)
    * fixed vim2html sig output in meta tags

    Jun 17 2003 (1.19)
    * added vim2html sig. in output file
    * utilized XHTML functionality of HTMLtidy
    * various code cleanups

    Jun 6 2003 (1.0)
    * initial release

