From 241bfda06e9a91bbb7e48018d4a669fd1ae6f14c Mon Sep 17 00:00:00 2001
From: Daniel Veillard
Date: Thu, 28 Jun 2001 14:23:39 +0000
Subject: [PATCH] added configuration/version informations for Windows/MSC
internal header
* 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
Daniel
---
AUTHORS | 6 ++--
ChangeLog | 11 +++++++
FEATURES | 2 +-
configure.in | 1 +
doc/internals.html | 2 +-
doc/libxslt.sgml | 2 +-
doc/xslt.html | 4 +--
libxslt.spec.in | 2 +-
libxslt/Makefile.am | 5 ++-
libxslt/attributes.c | 4 +--
libxslt/attributes.h | 2 +-
libxslt/documents.c | 5 ++-
libxslt/documents.h | 2 +-
libxslt/extensions.c | 4 +--
libxslt/extensions.h | 2 +-
libxslt/extra.c | 5 ++-
libxslt/extra.h | 2 +-
libxslt/functions.c | 4 +--
libxslt/functions.h | 2 +-
libxslt/imports.c | 4 +--
libxslt/imports.h | 2 +-
libxslt/keys.c | 4 +--
libxslt/keys.h | 2 +-
libxslt/namespaces.c | 4 +--
libxslt/namespaces.h | 2 +-
libxslt/numbers.c | 4 +--
libxslt/numbersInternals.h | 2 +-
libxslt/pattern.c | 4 +--
libxslt/pattern.h | 2 +-
libxslt/preproc.c | 4 +--
libxslt/preproc.h | 2 +-
libxslt/templates.c | 4 +--
libxslt/templates.h | 2 +-
libxslt/transform.c | 4 +--
libxslt/transform.h | 2 +-
libxslt/variables.c | 5 ++-
libxslt/variables.h | 2 +-
libxslt/win32config.h | 4 ++-
libxslt/xslt.c | 4 +--
libxslt/xslt.h | 2 +-
libxslt/xsltInternals.h | 2 +-
libxslt/xsltconfig.h.in | 2 +-
libxslt/xsltproc.c | 5 ++-
libxslt/xsltutils.c | 5 ++-
libxslt/xsltutils.h | 2 +-
libxslt/xsltwin32config.h | 64 ++++++++++++++++++++++++++++++++++++
libxslt/xsltwin32config.h.in | 64 ++++++++++++++++++++++++++++++++++++
47 files changed, 209 insertions(+), 67 deletions(-)
create mode 100644 libxslt/xsltwin32config.h
create mode 100644 libxslt/xsltwin32config.h.in
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$