diff --git a/ChangeLog b/ChangeLog index b44e8078..1830a36e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Fri Sep 12 13:52:07 CEST 2003 Daniel Veillard + + * configure.in: preparing release libxslt-1.0.33 + * doc/*: updated and rebuilt the docs + * doc/apibuild.py: small fixes for new tokens + Wed Sep 10 23:32:42 PDT 2003 William Brack * transform.c: enhanced previous fix to bug #120684, using diff --git a/NEWS b/NEWS index 3ec3d42b..397695b0 100644 --- a/NEWS +++ b/NEWS @@ -10,6 +10,20 @@ http://cvs.gnome.org/lxr/source/libxslt/ChangeLog file for a really accurate description: +1.0.33: Sep 12 2003: + This is a bugfix only release - error message missing argument (William Brack) + - mode not cascaded in template fallbacks (William Brack) + - catch redefinition of parameter/variables (William Brack) + - multiple keys with same namespace name (William Brack) + - patch for compilation using MingW on Windows (Mikhail Grushinskiy) + - header export macros for Windows (Igor Zlatkovic) + - cdata-section-elements handling of namespaced names + - compilation without libxml2 XPointer support (Mark Vadoc) + - apply-templates crash (William Brack) + - bug with imported templates (William Brack) + - imported attribute-sets merging bug (DocBook) (William Brack) + + 1.0.32: Aug 9 2003: - bugfixes: xsltSaveResultToFile() python binding (Chris Jaeger), EXSLT function (William Brack), RVT for globals (William Brack), EXSLT date diff --git a/configure.in b/configure.in index aea19a9f..651fadcb 100644 --- a/configure.in +++ b/configure.in @@ -6,11 +6,11 @@ dnl libexslt is an extension dnl LIBXSLT_MAJOR_VERSION=1 LIBXSLT_MINOR_VERSION=0 -LIBXSLT_MICRO_VERSION=32 +LIBXSLT_MICRO_VERSION=33 PACKAGE=libxslt LIBEXSLT_MAJOR_VERSION=0 LIBEXSLT_MINOR_VERSION=7 -LIBEXSLT_MICRO_VERSION=21 +LIBEXSLT_MICRO_VERSION=22 LIBXML_REQUIRED_VERSION=2.5.6 diff --git a/doc/apibuild.py b/doc/apibuild.py index 58fe3a50..cf803839 100755 --- a/doc/apibuild.py +++ b/doc/apibuild.py @@ -11,6 +11,8 @@ import sys import string import glob +debug=0 + def escape(raw): raw = string.replace(raw, '&', '&') raw = string.replace(raw, '<', '<') @@ -224,6 +226,15 @@ ignored_files = { ignored_words = { "WINAPI": (0, "Windows keyword"), "LIBXML_DLL_IMPORT": (0, "Special macro to flag external keywords"), + "XMLPUBVAR": (0, "Special macro for extern vars for win32"), + "XSLTPUBVAR": (0, "Special macro for extern vars for win32"), + "EXSLTPUBVAR": (0, "Special macro for extern vars for win32"), + "XMLPUBFUN": (0, "Special macro for extern funcs for win32"), + "XSLTPUBFUN": (0, "Special macro for extern funcs for win32"), + "EXSLTPUBFUN": (0, "Special macro for extern funcs for win32"), + "XMLCALL": (0, "Special macro for win32 calls"), + "XSLTCALL": (0, "Special macro for win32 calls"), + "EXSLTCALL": (0, "Special macro for win32 calls"), "__declspec": (3, "Windows keyword"), "ATTRIBUTE_UNUSED": (0, "macro keyword"), "LIBEXSLT_PUBLIC": (0, "macro keyword"), @@ -727,7 +738,8 @@ class CParser: token = self.lexer.token() continue else: - #print "=> ", token + if debug: + print "=> ", token return token return None diff --git a/doc/docbook.html b/doc/docbook.html index 1366a616..b2925ba4 100644 --- a/doc/docbook.html +++ b/doc/docbook.html @@ -18,9 +18,9 @@ few pointers and informations which may be helpful: