Summer's cleanup, a really big one:
* AUTHORS: added William and Bjorn
* include/libxml/*.h *.c README doc/*.html etc.: changed old email to
  daniel@veillard.com hopefully I won't have to do this again
* doc/Makefile.am doc/html/*.html: cleanup makefile, checked that
  docs can be rebuilt cleanly now
* include/libxml/xml*version.h*: removed include/libxml/xmlversion.h
  from CVs it's generated, added include/libxml/xmlwin32version.h
  also generated but which should change far less frequently.
* catalog.c nanoftp.c: made sure to include libxml.h not
  libxml/xmlversion.h directly
* include/libxml/*.h: include xmlwin32version.h instead of xmlversion.h
  when compiling on WIN32 and MSC
Daniel
diff --git a/HACKING b/HACKING
index cafb99a..e9c2a7d 100644
--- a/HACKING
+++ b/HACKING
@@ -5,7 +5,7 @@
     http://xmlsoft.org/upgrade.html
   - in the meantime the old 1.x code has been tagged with LIB_XML_1_BRANCH
     extract this version and drop me a mail if you want me to take care of
-    the update of your module to libxml-2 <veillard@w3.org>
+    the update of your module to libxml-2 <daniel@veillard.com>
   - the 1.x branch has a separate commit policy, please check the HACKING
     file for this branch