history of "lores source converter"

version 1.02b  released 03.09.2000
* "Could not load icon" bug fixed - occured when showing the About-Dialog
  when the working directory wasnt the same as the one of the executable.
* Conversion routine now runs in an additional thread. Progress is shown 
  in a control dialog. The user can stop the running process by closing 
  the control dialog.
* Two lines whith a link to www.source2html.org and some statistics are 
  added at the end of each generated html-file. If you dont like it, 
  remove it manually or change the source-code and recompile it ;-)


version 1.2b  released 17.09.2000
* Expert Settings: You can specify if you want all HTML-tags to be closed
  when there are 'endlNo' or more successive linefeeds. 
* Indents: You can set a number of spaces which is inserted at the begin of
  each non-empty line. 
* The positon of the tabs, the indent and 'endlNo' for the expert settings 
  are now saved within the section '[basics]' in the style file 'styles.ini'.
* Changes in the error detection mechanisms when reading the styles file. Now
  fully supports comments. Better description and correct line number when an
  error occurs: Line numbers do not correspond to the stream position when the
  program runs into an error! They rather correspond to the position where a 
  human beeing would 'see' the error.
* Minor memory leaks fixed.
* Support for java and delphi source added
* Install-Dialog added which pops up when the programm starts the first time
  and asks the user to agree to the licence.txt


version 1.21b  released 01.10.2000
* The upper 128 characters are now replaced by their unicode representation
  and colored as illegal.
* The programs homepage changed to www.source2html.org
* You can now reach the programs homepage or mail bugs by one single click in the
  About-Dialog. Design of the About-Dialog changed.
* Small Speedup: Alphabetical order of keywords used to optimize their identification 
* More Speedup: Optimized conversion routines
* Button 'View in Browser' added: Opens the converted file in your browser.
* Fixed bug with the first character after a comment chain.
* You can now choose if you want to enclose the output in <html> and <body> tags
* Language and expert settings are now saved within the style file
* Beautified output: When tags are closed, this is done directly after the last previous non-whitespace.
* build 2 - released 16.10.2000: Memory leak and problem with escape characters in strings fixed. 

