diff --git a/AUTHORS b/AUTHORS
index 9f3c0e17..5d0c9b65 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -1,6 +1,5 @@
-
Daniel Veillard:
- Daniel.Veillard@imag.fr
+ daniel@veillard.com
DV on #gnome IRC channel
http://veillard.com/
Used to work at W3C, now Red Hat
@@ -13,3 +12,6 @@ Bjorn Reese:
http://home1.stofanet.dk/breese/
Software developer at http://www.systematic.dk/
Member of the XML-MTF Mapping WG.
+
+William Brack
+
diff --git a/ChangeLog b/ChangeLog
index 1fed873c..a407b221 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+Thu Jun 28 15:48:06 CEST 2001 Daniel Veillard
+
+ * libxslt/xsltwin32config.h[.in]: added configuration/version
+ informations for Windows/MSC
+ * libxslt/libxslt.h libxslt/*.c: internal header to centralize
+ includes switches
+ * libxslt/Makefile.am: added libxslt.h and xsltwin32config.h[.in]
+ * libxslt/*.[ch] libxslt/*.in: quite a bit of cleanup, especially
+ the email addresses
+ * AUTHORS: added William
+
Tue Jun 26 18:45:38 CEST 2001 Daniel Veillard
* configure.in doc/xslt.html: releasing 0.13.0
diff --git a/FEATURES b/FEATURES
index 78ebf3e5..59714469 100644
--- a/FEATURES
+++ b/FEATURES
@@ -241,4 +241,4 @@ YES @class
YES @*
YES except ns for key key('a','b')
-Daniel.Veillard@imag.fr
+daniel@veillard.com
diff --git a/configure.in b/configure.in
index b81a949a..5dfeaeff 100644
--- a/configure.in
+++ b/configure.in
@@ -178,6 +178,7 @@ AC_OUTPUT([
Makefile
libxslt/Makefile
libxslt/xsltconfig.h
+libxslt/xsltwin32config.h
tests/Makefile
tests/docs/Makefile
tests/REC1/Makefile
diff --git a/doc/internals.html b/doc/internals.html
index c93e6645..0aa9b5df 100644
--- a/doc/internals.html
+++ b/doc/internals.html
@@ -500,7 +500,7 @@ xsltCompMatch).
-Daniel Veillard
+Daniel Veillard
$Id$