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/libxml.spec.in b/libxml.spec.in
index 9c341e4..56aadad 100644
--- a/libxml.spec.in
+++ b/libxml.spec.in
@@ -53,19 +53,19 @@
 - Moved the man pages from /usr/man to /usr/share/man to conform to FHS2.0
 - Moved programmer documentation into the devel package
 
-* Thu Sep 23 1999 Daniel Veillard <Daniel.Veillard@w3.org>
+* Thu Sep 23 1999 Daniel Veillard <daniel@veillard.com>
 
 - corrected the spec file alpha stuff
 - switched to version 1.7.1
 - Added validation, XPath, nanohttp, removed memory leaks
 - Renamed CHAR to xmlChar
 
-* Wed Jun  2 1999 Daniel Veillard <Daniel.Veillard@w3.org>
+* Wed Jun  2 1999 Daniel Veillard <daniel@veillard.com>
 
 - Switched to version 1.1: SAX extensions, better entities support, lots of
   bug fixes.
 
-* Sun Oct  4 1998 Daniel Veillard <Daniel.Veillard@w3.org>
+* Sun Oct  4 1998 Daniel Veillard <daniel@veillard.com>
 
 - Added xml-config to the package