## NEWS - Changes since last stable version Sun Apr 7 16:36:10 CEST 2002
## NEWS - Changes since last stable version      Sun Apr  7 16:36:10 CEST 2002
## ===========================================================================

Bugfixes (all done by Arno):

* 2nd line of SGML doctype declaration is not ignored
  [Debian Bug report logs #96819]:
+ html2text now accepts multiple-line DOCTYPE declarations (HTMLControl.C:352)

* The program does not print any error message if a remote document could not
  be retrieved due to an incomplete URI:
+ Bad initialisation of "fd_" in "urlistream" fixed (urlistream.h)
+ A missing node now is interpreted as node '/' (urlistream.C)

* Missing closing </DIV> element will cause the program to die silently
  (i.e. without any output):
+ Closing DIV, FORM and BLOCKQUOTE tags are now optional (HTMLParser.y)

* First non-ASCII character after an opening block element (<B>) is swallowed:
+ Some dificulties with non-ASCII chars fixed (HTMLControl.C)

* html2text can't cope with Microsoft Word 10 generated html
  [Debian Bug report logs #116907]:
+ MS-Word's HTML may very unlikely be considered valid HTML-3.2.
  However, colons (':') in elements and attributes now are tolerated and
  elements are not any longer implecitly closed at a newline (HTMLControl.C).

+ Some changes in configure and Makefile.in.


# ----------------------------------------------------------------------------


Martin Bayer <mbayer@zedat.fu-berlin.de>