adding libexslt.pc support Daniel
[platform/upstream/libxslt.git] / ChangeLog
1 Fri Nov 14 18:44:50 CET 2003 Daniel Veillard <daniel@veillard.com>
2
3         * Makefile.am configure.in libexslt.pc.in libxslt.spec.in: adding
4           libexslt.pc support
5
6 Thu Nov 13 11:54:36 CET 2003 Daniel Veillard <daniel@veillard.com>
7
8         * libxslt/attributes.c libxslt/documents.c libxslt/transform.c
9           libxslt/variables.c libxslt/xsltInternals.h: applied Mark Vakoc
10           patch to moves the control of the XSLT debugger into the transform
11           context.
12
13 Tue Nov 12 18:17:24 HKT 2003 William Brack <wbrack@mmm.com.hk>
14
15         * libexslt/functions.c: applied patch for param visibility from
16           Shaun McCance.  Changed variable scoping in accordance with
17           Shaun's suggestions.  This fixed problem reported on the list
18           by Bernd Lang
19         * tests/exslt/functions/function.8.[xml,xsl,out], Makefile.am:
20           regression test for above
21         
22 Sat Nov  8 13:27:12 CET 2003 Daniel Veillard <daniel@veillard.com>
23
24         * libexslt/libexslt.3: applied improvement patch from Jonathan Wakely
25           describing the entry points.
26
27 Wed Nov  6 17:27:23 CET 2003 Igor Zlatkovic <igor@zlatkovic.com>
28
29         * win32/configure.js: fixed #122146
30
31 Wed Nov  5 12:25:34 CET 2003 Daniel Veillard <daniel@veillard.com>
32
33         * tests/multiple/Makefile.am: applied last fix from #125614
34
35 Tue Nov  4 19:08:53 PST 2003 William Brack <wbrack@mmm.com.hk>
36
37         Minor enhancements to eliminate compile/test warnings
38         * libxslt/xsltconfig.h.in, libexstl/exsltconfig.h.in:
39           changed macro ATTRIBUTE_UNUSED for gcc so that, if undefined,
40           it's defined as __attribute__((unused))
41         * python/libxslt.c: fixed ATTRIBUTE_UNUSED to appear after
42           variable declaration
43         * libxslt/preproc.c: minor change to get rid of unused var/code
44           
45 Tue Nov  4 14:21:06 CET 2003 Daniel Veillard <daniel@veillard.com>
46
47         * doc/* NEWS: preparing release 1.1.0
48
49 Tue Nov  4 14:04:58 CET 2003 Daniel Veillard <daniel@veillard.com>
50
51         * libxslt/preproc.c: fixing the Document element precompilation
52           to avoid the problem raised in #125614
53
54 Tue Nov  4 01:08:17 PST 2003 William Brack <wbrack@mmm.com.hk>
55
56         * tests/multiple/out/letter*.orig: updated to reflect change
57           to HTML output in libxml2 (formatting of <p>, bug #125093)
58
59 Sun Nov  2 09:07:32 PST 2003 William Brack <wbrack@mmm.com.hk>
60
61         * libxslt/xslt.c: fixed bug #124286 - detect invalid name on
62           template
63         
64 Sun Nov  2 10:51:58 CET 2003 Daniel Veillard <daniel@veillard.com>
65
66         * Makefile.am configure.in libxslt.spec.in doc/libxslt-api.xml
67           libxslt/xslt.h libxslt/xsltwin32config.h: some cleanup and trial
68           for the upcoming 1.1.0 release
69         * breakpoint/*: this release removes the deprecated breakpoint library
70
71 Sat Nov  1 17:04:27 PST 2003 William Brack <wbrack@mmm.com.hk>
72
73         * libxslt/transform.c, tests/general/bug-119.out: fixed
74           bug #125502 and corrected expected test output
75         * tests/general/bug-79.out: fixed broken test (bug #123328)
76         * libxslt/pattern.c, libexslt/functions.c: minor change to
77           eliminate compilation warning
78           
79 Sat Nov  1 22:36:30 CET 2003 Daniel Veillard <daniel@veillard.com>
80
81         * tests/REC/test-5.2-17.xsl tests/REC/test-5.2-18.xsl: fixing two
82           broken tests (revealed by #125502)
83
84 Sat Nov  1 07:41:06 CET 2003 Daniel Veillard <daniel@veillard.com>
85
86         * libexslt/strings.c: fix bug #125265 about entities breaking
87           exsl:tokenize and exsl:split
88         * tests/exslt/strings/split.1.* tests/exslt/strings/tokenize.1.*:
89           augmented the reression tests with the example from the bug report.
90
91 Fri Oct 31 20:26:04 CET 2003 Daniel Veillard <daniel@veillard.com>
92
93         * libxslt/preproc.c: fix bug #120828 make sure that xsl:sort is
94           empty.
95
96 Fri Oct 31 15:53:45 CET 2003 Daniel Veillard <daniel@veillard.com>
97
98         * libxslt/documents.c libxslt/imports.c libxslt/xslt.c libxslt/xslt.h
99           xsltproc/xsltproc.c: switch to use xmlReadfile instead of
100           xmlParseFile, this avoid relying on global parser options, far
101           far cleaner.
102         * tests/XSLTMark/xslbench1.out tests/general/bug-90.out: fixes a
103           slightly corrected output for CDATA and STYLE element save.
104
105 Tue Oct 28 15:30:54 CET 2003 Daniel Veillard <daniel@veillard.com>
106
107         * configure.in python/Makefile.am python/tests/Makefile.am: applied
108           patch from Roumen Petrov for bug #124539 when building outside the
109           source directory
110         * libxslt/xsltutils.c: fixed the way to grab the line number from
111           the document, use the predefiend libxml2 API which mate it work
112           with both 2.5.x and 2.6.x
113
114 Mon Oct 27 08:57:43 HKT 2003 William Brack <wbrack@mmm.com.hk>
115
116         * libxslt/xslt.c: put in #undef for IS_BLANK macros to fix
117           problem reported on the mailing list by Justin Fletcher
118
119 Fri Oct 24 00:49:05 CEST 2003 Daniel Veillard <daniel@veillard.com>
120
121         * configure.in libxslt.spec.in: doing some testing and raising
122           the build requirement to 2.5.10 
123         * libexslt/Makefile.am configure.in: applied patch from Graham Wilson
124           for linking the exslt lib with the lib being build instead of the
125           installed one
126
127 Thu Oct 23 15:48:39 HKT 2003 William Brack <wbrack@mmm.com.hk>
128
129         * libxslt/pattern.c: Fixed problem with cascaded predicates
130           (more of bug 119946)
131
132 Thu Oct 23 15:37:26 HKT 2003 William Brack <wbrack@mmm.com.hk>
133
134         * restored earliest portion of ChangeLog (was corrupted)
135
136 Wed Oct 22 13:07:50 CEST 2003 Daniel Veillard <daniel@veillard.com>
137
138         * libxslt/xsltutils.[ch]: applied patch from Kasimier Buchcik
139           for xsltGetDebuggerStatus and xsltSetDebuggerStatus
140         * doc/libxslt-api.xml: regenerated the API
141
142 Sun Oct 19 23:32:23 CEST 2003 Daniel Veillard <daniel@veillard.com>
143
144         * configure.in: bump the libxml2 require to 2.6.0 which
145           should ship for good real soon...
146         * doc/Makefile.am: fix installation of HTML pages
147         * doc/libxslt-api.xml: rebuilt
148         * libxslt/xsltexports.h: cleanup
149         * python/generator.py: ATTRIBUTE_UNUSED is after the parameter
150         * xsltproc/xsltproc.c: applied Crutcher Dunnavant --load-trace patch 2
151
152 Fri Oct 17 18:25:42 HKT 2003 William Brack <wbrack@mmm.com.hk>
153
154         * libxslt/attributes.c: fixed bug 123822
155
156 Fri Oct 17 12:40:37 HKT 2003 William Brack <wbrack@mmm.com.hk>
157
158         * libxslt/pattern.c: fixed bug 119946
159         * configure.in: enhanced for better devel (me) testing
160
161 Wed Oct 15 17:30:43 CEST 2003 Daniel Veillard <daniel@veillard.com>
162
163         * configure.in: applied a small patch from Troels Walsted Hansen
164           for python libxml2 detection.
165
166 Sat Sep 27 18:42:57 PDT 2003 William Brack <wbrack@mmm.com.hk>
167
168         * libxslt/numbers.c, libxslt/extensions.c, libexslt/date.c,
169           python/libxslt.c, xsltproc/xsltproc.c: minor cleanup for
170           various compilation warnings (AIX as well as gcc)
171
172 Sat Sep 27 17:29:43 CEST 2003 Daniel Veillard <daniel@veillard.com>
173
174         * libexslt/saxon.c: applied patch from Brett Kail to implement
175           saxon:line-number()
176
177 Thu Sep 25 11:46:40 CEST 2003 Daniel Veillard <daniel@veillard.com>
178
179         * libxslt/extensions.h libxslt/extra.h: fix some header paths
180           as pointed by Steve Ball
181
182 Wed Sep 24 23:31:45 CEST 2003 Daniel Veillard <daniel@veillard.com>
183
184         * libxslt/extensions.c: applied patch from Karl Eichwalder
185           apparently the xmlFree was introducting a memory error
186           on x86_64, though not reproduced.
187         * libxslt/transform.c: patch from Shaun McCance fixing a comment.
188
189 Thu Sep 18 11:32:20 CEST 2003 Daniel Veillard <daniel@veillard.com>
190
191         * python/libxslt.c: don't output errors to stdout by default
192           use stderr instead.
193
194 Thu Sep 18 11:28:43 CEST 2003 Daniel Veillard <daniel@veillard.com>
195
196         * libxslt/functions.c libxslt/numbers.c: small fixes w.r.t.
197           IS_XSLT_REAL_NODE change
198         * python/Makefile.am Makefile.am: some makefile "distclean"
199           target improvement from Graham Wilson
200         * xsltproc/xsltproc.c: small fix from Alexey Efimov for options
201           display.
202
203 Mon Sep 15 07:41:14 PDT 2003 William Brack <wbrack@mmm.com.hk>
204
205         * libxslt/xsltutils.h: Added XML_PI_NODE to the macro
206           IS_XSLT_REAL_NODE, fixed bug 120644.
207
208 Sat Sep 13 02:04:13 CEST 2003 Daniel Veillard <daniel@veillard.com>
209
210         * xsltproc/xsltproc.c doc/xsltproc.1 doc/xsltproc.xml
211           libxslt/xsltutils.h: removing the DocBook SGML support
212
213 Fri Sep 12 13:52:07 CEST 2003 Daniel Veillard <daniel@veillard.com>
214
215         * configure.in: preparing release libxslt-1.0.33
216         * doc/*: updated and rebuilt the docs
217         * doc/apibuild.py: small fixes for new tokens
218
219 Wed Sep 10 23:32:42 PDT 2003 William Brack <wbrack@mmm.com.hk>
220
221         * transform.c: enhanced previous fix to bug #120684, using
222           excellent suggestion by Daniel
223         * attributes.c: fixed bug #119583, merging attribute sets
224           from imported stylesheets.
225         * tests/docs/Makefile.am tests/docs/bug-131.xml
226           tests/general/Makefile.am tests/docs/bug-131*: added tests
227           to the regression suite for bug #120684.
228           
229 Sat Sep  6 09:57:03 PDT 2003 William Brack <wbrack@mmm.com.hk>
230
231         * pattern.c pattern.h imports.c: fixed bug 119946, caused by
232           incorrect creation of "extra" variables when compiling
233           templates on imported stylesheets.
234         * tests/docs/Makefile.am tests/docs/bug-130.xml tests/docs/bug-130.doc
235           tests/general/Makefile.am test/docs/bug-130*: added tests
236           to the regression suite for this bug.
237
238
239 Wed Sep  3 15:33:40 CEST 2003 Daniel Veillard <daniel@veillard.com>
240
241         * tests/xmlspec/*.html: tyny change HTML -> html DOCTYPE due to
242           a libxml2 change
243
244 Tue Sep  2 18:22:46 PDT 2003 William Brack <wbrack@mmm.com.hk>
245
246         * transform.c: fixing bug #120684 on crash caused by text between
247           apply-templates
248
249 Tue Sep  2 16:05:37 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
250
251         * libxslt/xsltexports.h libexslt/exsltexports.h: defined additional 
252           macros which affect exports and added mingw section
253
254 Mon Sep  1 23:02:12 CEST 2003 Daniel Veillard <daniel@veillard.com>
255
256         * libxslt/function.c: patch from Mark Vadoc to allow compiling
257           against libxml2 without XPointer supoort.
258
259 Fri Aug 29 12:28:12 CEST 2003 Daniel Veillard <daniel@veillard.com>
260
261         * libxslt/transform.c: fixing the bug #120971 on cdata-section-elements
262           with namespaced names reported by Steve Hay
263         * tests/docs/Makefile.am tests/docs/bug-129.*
264           tests/general/Makefile.am tests/general/bug-129*: added the
265           test to the regression suite for this bug.
266
267 Thu Aug 28 18:30:11 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
268
269         * libxslt/xsltexports.h libexslt/exsltexports.h: fixed typos reported by
270           Mark Vakoc 
271
272 Wed Aug 27 12:07:13 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
273
274         * libxslt/*.h: realigned parameters after taint
275
276 Wed Aug 27 09:59:54 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
277
278         * libxslt/xsltexports.h libexslt/exsltexports.h: fixed defs for 
279           Borland compiler, as reported by Eric Zurcher
280
281 Mon Aug 25 13:39:40 CEST 2003 Daniel Veillard <daniel@veillard.com>
282
283         * libxslt/Makefile.am libexslt/Makefile.am: add the new header so they
284           get included in the distrib
285
286 Mon Aug 25 11:56:02 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
287
288         * libxslt/*.h libexslt/*.h: exportability taint of the headers.
289         * libxslt/xsltexports.h libexslt/exsltexports.h: new files,
290           contain the export defs.
291
292 Tue Aug 19 00:38:46 CEST 2003 Daniel Veillard <daniel@veillard.com>
293
294         * xsltproc/Makefile.am libxslt/libxslt.h libxslt/numbersInternals.h
295           libexslt/*.c configure.in: applied patch from Mikhail Grushinskiy
296           for compilation with MingW compiler on Windows.
297
298 Mon Aug 18 14:42:12 HKT 2003 William Brack <wbrack@mmm.com.hk>
299
300         * keys.c: enhanced xsltInitCtxtKey to take care of multiple
301           instances of a key with the same namespace:name, reported
302           on the mailing list by Ian Young.  Added regression test
303           (bug-128).
304
305 Thu Aug 15 13:00:02 HKT 2003 William Brack <wbrack@mmm.com.hk>
306
307         * variables.c: fixed bug 119699 (missing error on shadowed
308           variable)
309         * autogen.sh: removed dependency on automake-1.4, updated
310           links for fetching auto* tools
311         * doc/Makefile.am: added check for automatic regeneration of
312           win32/*.def.src when api xml files are updated.
313
314 Thu Aug 14 23:15:14 HKT 2003 William Brack <wbrack@mmm.com.hk>
315
316         * transform.c: fixed bug 114563 (params not passed when
317           default template processed)
318
319 Thu Aug 14 22:04:37 HKT 2003 William Brack <wbrack@mmm.com.hk>
320
321         * xslt.c: fixed bug 119862 (missing param on ns error print)
322
323 Sun Aug 10 00:21:48 CEST 2003 Daniel Veillard <daniel@veillard.com>
324
325         * News configure.in: preparing libxslt-1.0.32 release
326         * doc/* : updated the doc and rebuilt
327
328 Thu Aug  7 21:02:07 HKT 2003 William Brack <wbrack@mmm.com.hk>
329
330         * breakpoint/Makefile.am: removed ref to libxslt.la
331         * numbers.c transform.c python/libxml_wrap.h python/types.c
332           xlstproc/xsltproc.c: Minor cleanup of warning errors
333
334 Mon Aug  4 22:43:05 CEST 2003 Daniel Veillard <daniel@veillard.com>
335
336         * doc/libxslt-api.xml doc/* doc/html/*: revuilt the API and docs
337
338 Sun Aug  3 21:34:44 EDT 2003 Daniel Veillard <daniel@veillard.com>
339
340         * tests/docs/Makefile.am tests/docs/bug-127.*
341           tests/general/Makefile.am tests/general/bug-127*: added the
342           test from bug #118763 to the regression suite.
343
344 Sun Aug  3 17:40:13 EDT 2003 Daniel Veillard <daniel@veillard.com>
345
346         * xsltproc/xsltproc.c: minor change, avoid wasting CPU cycles
347
348 Sun Aug 3 21:05:07 HKT 2003 William Brack <wbrack@mmm.com.hk>
349
350         Minor cleanup of regression test general/bug-125
351
352 Sun Aug 3 19:46:42 HKT 2003 William Brack <wbrack@mmm.com.hk>
353
354         Fixed bug 116517 - handling of '{' and '}'
355         * templates.c: added checks for escaping and balancing of
356           curly brackets
357         * tests/general/Makefile.am tests/docs/Makefile.am:
358           Added test case (bug-126) to regression suite.
359
360 Sun Aug 3 15:50:51 HKT 2003 William Brack <wbrack@mmm.com.hk>
361
362         Fixed bug 117552 - sort with multiple keys
363         * xsltutils.c: enhanced treatment of NaN when multiple sort
364           keys are specified.
365         * tests/general/Makefile.am tests/docs/Makefile.am:
366           Added test case (bug-125) to regression suite.
367           
368 Sat Aug 2 09:55:38 HKT 2003 William Brack <wbrack@mmm.com.hk>
369
370         Fixing bug 118561 (IRIX MIPSPro compiler warnings)
371         * transform.c, variables.c, xslt.c, xsltutils.c:
372           removed some unused variables
373   
374 Thu Jul 31 20:33:12 HKT 2003 William Brack <wbrack@mmm.com.hk>
375
376         Fixing bug 118558 (Solaris 8 compiler warnings)
377         * xslt.c: minor re-ordering of code
378         * functions.c: added an explicit cast
379         * number.c: added include for string.h
380         * security.c: added an explicit cast
381
382 Tue Jul 29 12:43:17 HKT 2003 William Brack <wbrack@mmm.com.hk>
383
384         * libexslt/date.c test/exslt/data/seconds.1 : changed sign
385           of date:seconds as previously posted to the mailing list
386         * numbers.c: extensive modification to cater for UTF8 within
387           the various routines.
388
389 Thu Jul 24 19:38:56 IST 2003 Daniel Veillard <daniel@veillard.com>
390
391         * libexslt/strings.c: applied patch from Shaun McCance to fix bug
392           #117616 about EXST str:tokenize.
393         * tests/exslt/strings/Makefile.am tests/exslt/strings/tokenize.3.*:
394           added the test in the regression suite.
395
396 Wed Jul 23 21:57:39 IST 2003 Daniel Veillard <daniel@veillard.com>
397
398         * xsltproc/xsltproc.c: applying a patch based on #117377
399           for --path option.
400
401 Mon Jul 21 20:28:11 IST 2003 Daniel Veillard <daniel@veillard.com>
402
403         * libxslt/transform.c: allow strip-space to support full namespaces
404           using prefix:* , should fix #114287
405         * tests/docs/Makefile.am tests/docs/bug-124.*
406           tests/general/Makefile.am tests/general/bug-124*: added a
407           test to the regression suite for this bug.
408
409 Mon Jul 21 20:09:57 IST 2003 Daniel Veillard <daniel@veillard.com>
410
411         * libxslt/tramsform.c: make xsl:copy on attribute a copy in case
412           the attribute was already defined, should fix bug #113812
413         * tests/docs/Makefile.am tests/docs/bug-123.*
414           tests/general/Makefile.am tests/general/bug-123*: added the
415           test to the regression suite.
416
417 Fri Jul 18 13:13:52 CEST 2003 Daniel Veillard <daniel@veillard.com>
418
419         * libexslt/strings.c: applied patch from Shaun McCance to implement
420           exslt:split c.f. #117752
421         * tests/exslt/strings/Makefile.am tests/exslt/strings/split.1.*:
422           added the test to the regression suite.
423
424 Thu Jul 17 10:35:22 CEST 2003 Daniel Veillard <daniel@veillard.com>
425
426         * libxslt/numbers.c: quick fix for an HP-UX compilation problem,
427           might require more attention could be an Unicode support breakage.
428
429 Wed Jul 16 10:46:35 CEST 2003 Daniel Veillard <daniel@veillard.com>
430
431         * libxslt/numbers.c libxslt/transform.c libxslt/transform.h
432           libxslt/xsltInternals.h: optimize text node coalescing by 
433           caching info about the last text node generated and doing
434           fast alloc/copy of the text. Should fix #115273
435
436 Mon Jul 14 13:00:00 HKT 2003 William Brack <wbrack@mmm.com.hk>
437
438         * fixed bug 113520, incorrect result for date:seconds
439           with change to type casting in libexslt/date.c
440
441 Sat Jul 12 20:35:28 HKT 2003 William Brack <wbrack@mmm.com.hk>
442
443         * fixed bug 114764: trouble with globals and RVT's
444           with minor changes in variables.c and transform.c
445           so that any global instantiated with an RVT gets
446           uninitialized when the RVT is destroyed.
447           
448 Thu Jul 10 15:47:33 CEST 2003 Daniel Veillard <daniel@veillard.com>
449
450         * libxslt/transform.c: simple cast missing Peter Breitenlohner
451         * breakpoint/Makefile.am: added deps to libxslt
452         * tests/exslt/common/Makefile.am: integrated William Brack test
453           in the regression suite
454
455 Wed Jul  9 21:27:43 HKT 2003 William Brack <wbrack@mmm.com.hk>
456
457         * fixed bug 114812, trouble with imported exslt functions
458           added lookup function in libxslt/extension.c
459           enhanced exsltInitFunc in libexslt/functions.c to take
460           better care of imports
461
462 Wed Jul  9 12:19:34 CEST 2003 Daniel Veillard <daniel@veillard.com>
463
464         * python/generator.py python/libxslt-python-api.xml python/libxslt.c
465           python/libxslt_wrap.h python/libxsltclass.txt: patch from
466           Sean Treadway, adding Python bindings for extension element and
467           some bindings cleanups.
468         * python/tests/Makefile.am python/tests/extelem.py: also add an
469           example/test.
470
471 Tue Jul  8 12:20:11 CEST 2003 Daniel Veillard <daniel@veillard.com>
472
473         * python/libxml_wrap.h: applied patch from #116943 which should
474           fix the xsltSaveResultToFile python binding.
475
476 Mon Jul  7 11:03:18 CEST 2003 Daniel Veillard <daniel@veillard.com>
477
478         * INSTALL: removed an old reference to libxml2 >= 2.2.12
479
480 Sun Jul  6 23:57:35 CEST 2003 Daniel Veillard <daniel@veillard.com>
481
482         * configure.in: releasing 1.0.31
483         * doc/*: update and rebuild of the docs
484
485 Sun Jul  6 18:31:56 CEST 2003 Daniel Veillard <daniel@veillard.com>
486
487         * libxslt/transform.c: fixing bug #115913 for xsl:copy with namespace
488           nodes.
489         * tests/docs/Makefile.am tests/docs/bug-122.*
490           tests/general/Makefile.am tests/general/bug-122*: added the
491           test to the regression suite.
492         
493 Sun Jul  6 18:09:13 CEST 2003 Daniel Veillard <daniel@veillard.com>
494
495         * libxslt/preproc.c: fix bug #115778 for attribute value template
496           on xsl:sort order
497
498 Sun Jul  6 17:22:35 CEST 2003 Daniel Veillard <daniel@veillard.com>
499
500         * libxslt/documents.c libxslt/transform.c: applied patch from
501           Keith Isdale to desactivate node numbering when running under
502           the debugger.
503
504 Sun Jul  6 00:00:31 CEST 2003 Daniel Veillard <daniel@veillard.com>
505
506         * libxslt/security.c: fix the write checking code when
507           the output filename does not parse as an URL bug #115402
508
509 Sun Jun 22 19:38:04 CEST 2003 Daniel Veillard <daniel@veillard.com>
510
511         * libxslt/Makefile.am: Albert Chin pointed out that trio.h and
512           triodef.h were missing from the distribution
513
514 Fri Jun 13 16:53:33 CEST 2003 Daniel Veillard <daniel@veillard.com>
515
516         * libxslt.spec.in libexslt/Makefile.am libexslt/libexslt.3
517           libxslt/Makefile.am libxslt/libxslt.3: Moved the man pages
518           to section 3
519         * libexslt/sets.c: applied patch from Peter Breitenlohner
520         * doc/*: rebuilt the docs
521         * tests/docbook/result//* tests/xmlspec/*.html: changes in
522           generattion of &quot; as " in element content.
523
524 Sun Jun 08 22:57:13 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
525
526         * libxslt/transform.c: changed xsltChoose to ignore whitespace 
527           which is a sibling of xsl:when
528
529 Sat May 31 17:18:21 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
530
531         * libxslt/xslt.c: fixed a possible crash when the document
532           wasn't a proper stylesheet.
533
534 Tue May 20 12:14:12 CEST 2003 Daniel Veillard <daniel@veillard.com>
535
536         * libxslt/variables.c: fixes a 64bits cleanliness issue #113318
537
538 Sat May 17 13:25:32 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
539
540         * win32/defgen.xsl: new file, generates the export sources.
541         * win32/*.def.src: these are now autogenerated, changes to these
542           will not be logged anymore.
543
544 Fri May 16 13:22:31 EDT 2003 Daniel Veillard <daniel@veillard.com>
545
546         * tests/docs/Makefile.am tests/docs/bug-121.*
547           tests/general/Makefile.am tests/general/bug-121*: added the
548           example for bug #112904 in the regression tests, the bug fix is
549           actually in libxml2
550
551 Thu May 15 16:26:34 EDT 2003 Daniel Veillard <daniel@veillard.com>
552
553         * xsltproc/xsltproc.c: fixing portability bug #113002 on HP-UX
554         * configure.in libxslt.spec.in python/Makefile.am: cleanup
555           of --with-python like for libxml2
556
557 Thu May 15 11:45:00 HKT 2003 William Brack <wbrack@mmm.com.hk>
558
559         * libxslt/xsltutils.c: fixing bug #112995, a problem with
560           NaN within the sort element. Also added regression test.
561
562 Tue May 13 18:22:38 EDT 2003 Daniel Veillard <daniel@veillard.com>
563
564         * doc/Makefile.am: fixing bug #112803 , make sure to avoid
565           network accesses when building
566
567 Sat May 10 14:19:14 EDT 2003 Daniel Veillard <daniel@veillard.com>
568
569         * libxslt/transform.c: fixed a segfault introduced with the RVT
570           handling change, bug #112703 .
571
572 Sat May 10 13:05:21 EDT 2003 Daniel Veillard <daniel@veillard.com>
573
574         * libxslt/xslt.c: make sure stylesheet compilation errors
575           forces a NULL stylesheet, fixes #112270
576
577 Sun May  4 17:41:23 CEST 2003 Daniel Veillard <daniel@veillard.com>
578
579         * NEWS configure.in : preparing release 1.0.30
580         * doc/apibuild.py: backported a patch from libxml2
581         * doc/*: updated and rebuilt the docs
582
583 Wed Apr 30 22:44:49 CEST 2003 Daniel Veillard <daniel@veillard.com>
584
585         * libxslt/transform.c libxslt/variables.c libxslt/xsltInternals.h:
586           cleaning up Result Value Tree handling
587         * libexslt/functions.c libexslt/strings.c: fixed a pair of
588           implementations.
589         * tests/exslt/strings/Makefile.am tests/exslt/strings/tokenize.2.*:
590           added Mark Vakoc test combining for-each and exslt:tokenize
591
592 Wed Apr 30 15:23:33 CEST 2003 Daniel Veillard <daniel@veillard.com>
593
594         * libxslt/transform.c: fixing bug #111755 when a template is
595           applied to an attribute
596         * tests/docs/Makefile.am tests/docs/bug-119.*
597           tests/general/Makefile.am tests/general/bug-119*: added the
598           example in the regression tests for that bug.
599
600 Tue Apr 29 15:18:31 CEST 2003 Daniel Veillard <daniel@veillard.com>
601
602         * doc/Makefile.am doc/libxslt.xml: upgraded to the XML/XSLT toolchain
603           for the HTML generation fixing #111799
604         * doc/html/*.html doc/html/*.png: associated update
605
606 Sun Apr 27 18:00:12 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
607
608         * libxslt/variables.c: removed premature call to xsltFreeStackElem
609         * win32/libxslty.def.src: added more exports
610
611 Sun Apr 27 12:46:31 CEST 2003 Daniel Veillard <daniel@veillard.com>
612
613         * NEWS doc/*.xsl doc/*.html: updated the web site, made the
614           transition to XHTML1 added validity checking to the makefile rules.
615
616 Sat Apr 26 14:00:58 CEST 2003 Daniel Veillard <daniel@veillard.com>
617
618         * python/generator.py: fixed a problem in the generator where
619           the way functions are remapped as methods on classes was
620           not symetric and dependant on python internal hash order,
621           as reported by Stéphane Bidoul
622         * libexslt/strings.c: attempt at fixing an object type pbm
623         * libxslt/triodef.h: update for OpenVMS from libxml2
624
625 Fri Apr 25 15:26:26 CEST 2003 Daniel Veillard <daniel@veillard.com>
626
627         * doc/Makefile.am doc/xsltproc.1 doc/xsltproc.xml: automated the
628           generation of the man page
629
630 Wed Apr 23 23:27:44 CEST 2003 Daniel Veillard <daniel@veillard.com>
631
632         * libexslt/sets.c: fixed a bug introduced in the last commit
633         * libxslt/transform.c: tried to fix #111437
634         * tests/docbook/result/xtchunk/html/*.orig
635           tests/multiple/out/*.orig: side effect of #111437 change.
636
637 Wed Apr 23 22:41:08 CEST 2003 Daniel Veillard <daniel@veillard.com>
638
639         * libexslt/strings.c: applied last patch for #110023 from 
640           Mark Vakoc
641         * libexslt/sets.c: fixed a memory leak when mixing one of the
642           EXSLT set functions and a Result Value Tree
643         * TODO: there are other bugs around in libexslt/sets.c in conjunction
644           with Result Value Tree
645
646 Wed Apr 23 17:00:16 CEST 2003 Daniel Veillard <daniel@veillard.com>
647
648         *  libxslt/extensions.c: patch from Vasily Tchekalkin fixing
649            bug #111420 about double initialization of extension contexts
650
651 Wed Apr 23 14:25:46 CEST 2003 Daniel Veillard <daniel@veillard.com>
652
653         * libxslt/transform.c: fix bug #110577 namespace in copy-of
654           don't obbey the same rules as for literal reusl elements.
655         * tests/docs/Makefile.am tests/docs/bug-118.*
656           tests/general/Makefile.am tests/general/bug-118*: added the
657           example in the regression tests for that bug.
658         * libxslt/variables.c: fixed a bug introduced in fixing #110020
659         * tests/docs/Makefile.am tests/docs/bug-11[67].*
660           tests/general/Makefile.am tests/general/bug-11[67]*: added 2
661           regression tests one still exposing a mem leak (Mark Vadoc).
662
663 Tue Apr 22 16:01:25 CEST 2003 Daniel Veillard <daniel@veillard.com>
664
665         * libxslt/pattern.c: fix a memory related segfault on a
666           pattern compilation error #110189
667
668 Tue Apr 22 15:45:25 CEST 2003 Daniel Veillard <daniel@veillard.com>
669
670         * libxslt/variables.c: fixing bug #110020 on global parameter
671           and variables mismatch
672         * tests/reports/Makefile.am tests/reports/cmdlineparams.*: added
673           the test to the regression suite
674
675 Mon Apr 21 12:22:31 CEST 2003 Daniel Veillard <daniel@veillard.com>
676
677         * libexslt/math.c: applied patch from Charles Bozeman fixing
678           the math power function where args were inverted #110996
679         * tests/exslt/math/Makefile.am tests/exslt/math/power.1.*:
680           added the test to the regraession for #110996
681         * libexslt/sets.c: avoid a problem with nodesets.
682
683 Wed Apr 14 18:10:21 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
684
685         * libxslt/win32config.h: added HAVE_MATH_H
686           
687 Wed Apr 13 14:04:15 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
688
689         * win32/Makefile.msvc: fixed compilation with thread-enabled
690           libxml
691           
692 Wed Apr  9 22:02:17 CEST 2003 Daniel Veillard <daniel@veillard.com>
693
694         * libexslt/strings.c: applied patch from Mark Vakoc fixing a problem
695           with RTF in libexslt
696
697 Mon Apr  7 14:39:01 CEST 2003 Daniel Veillard <daniel@veillard.com>
698
699         * libxslt/keys.c libxslt/templates.c libxslt/transform.c
700           libxslt/variables.c: Fixes bug #110023 reported by Mark Vakoc and
701           other places where ctxt->document pointer may be used without 
702           checking it agaisnt NULL.
703         * tests/docs/Makefile.am tests/docs/bug-115.*
704           tests/general/Makefile.am tests/general/bug-115*: added the
705           example in the regression tests for that bug.
706         * libxslt/trio.h libxslt/triodef.h: update of Trio from Bjorn Reese
707
708 Tue Apr  1 13:39:26 CEST 2003 Daniel Veillard <daniel@veillard.com>
709
710         * configure.in NEWS: preparing 1.0.29 release
711         * libxslt/documents.c: generate the document order for document()
712           loaded resources.
713         * doc/*: updated and regenerated the docs
714
715 Tue Apr  1 11:28:01 CEST 2003 Daniel Veillard <daniel@veillard.com>
716
717         * libxslt/transform.c: fixed a namespace redundancy problem
718           in xsl:element
719         * tests/docs/Makefile.am tests/docs/bug-114.*
720           tests/general/Makefile.am tests/general/bug-114*: added an
721           example in the regression tests for that bug.
722
723 Fri Mar 28 12:19:35 CET 2003 Daniel Veillard <daniel@veillard.com>
724
725         * python/libxsl.py: fix bug #109395 as pointed out by Ben Phillips
726           and avoid some warnings when loading the python modules on non
727           Linux platforms.
728         * libxslt/transform.c: fix a bug introduced in the document lookup
729           and exhibited by the keys test.
730
731 Wed Mar 26 22:41:00 CET 2003 Daniel Veillard <daniel@veillard.com>
732
733         * tests/docs/Makefile.am tests/docs/bug-113.*
734           tests/general/Makefile.am tests/general/bug-113*: added an
735           example in the regression tests for bug #109160 fixed in libxml2
736
737 Wed Mar 26 21:43:30 CET 2003 Daniel Veillard <daniel@veillard.com>
738
739         * configure.in python/Makefile.am python/libxslt.c libxslt/xsltutils.c
740           libxslt/trio.h libxslt/triodef.h: portability fixes from Albert Chin
741         * python/libxslt.py: avoid RTLD_GLOBAL detection warning too
742
743 Wed Mar 26 19:08:55 CET 2003 Daniel Veillard <daniel@veillard.com>
744
745         * libxslt/transform.c: forgot to make one change related to
746           Result Value Tree change, pointed out by Sebastian Rahtz
747         * tests/docs/Makefile.am tests/docs/bug-112.*
748           tests/general/Makefile.am tests/general/bug-112*: added an
749           example in the regression tests that bug
750
751 Wed Mar 26 01:38:38 CET 2003 Daniel Veillard <daniel@veillard.com>
752
753         * libxslt/transform.c: second part of the patch fixing #108905
754           performances problems, ask for computation of document order on
755           the document transformed and avoid inefficiencies building large
756           nodesets of unique nodes.
757         * configure.in: fix a trouble with libtool in my debug environment.
758
759 Mon Mar 24 22:30:00 CET 2003 Daniel Veillard <daniel@veillard.com>
760
761         * libxslt/pattern.c libxslt/transform.c libxslt/variables.c:
762           Result Value Tree are now generated with a document root node
763           not an element, it's quite cleaner.
764         * configure.in libxslt.spec.in NEWS: But this requires libxml2-2.5.5
765           also prepared for libxslt-1.0.28 release
766         * doc/*: updated and regenerated the docs
767
768 Mon Mar 24 15:01:07 CET 2003 Daniel Veillard <daniel@veillard.com>
769
770         * libxslt/pattern.c libxslt/transform.c libxslt/variables.c:
771           Finally fixed bug #75813, processing or Result Value Tree 
772           converted into node-sets should be a bit more sensible now.
773         * tests/exslt/common/node-set.2.out: the associated fix in libxml2
774           fixes this regression test, there is 4 nodes, not 3
775         * tests/docs/Makefile.am tests/docs/bug-111.*
776           tests/general/Makefile.am tests/general/bug-111*: added an
777           example in the regression tests for bug #75813
778         
779 Sun Mar 23 13:09:17 CET 2003 Daniel Veillard <daniel@veillard.com>
780
781         * tests/docs/Makefile.am tests/docs/bug-110.*
782           tests/general/Makefile.am tests/general/bug-110*: added an
783           example in the regression tests for bug #108976 which is
784           fixed in libxml2
785
786 Sat Mar 22 12:35:47 CET 2003 Daniel Veillard <daniel@veillard.com>
787
788         * tests/docs/Makefile.am tests/docs/bug-109.xml
789           tests/general/Makefile.am tests/general/bug-109*: added an
790           example in the regression tests for the invalid bug #108716
791
792 Sat Mar 22 12:01:24 CET 2003 Daniel Veillard <daniel@veillard.com>
793
794         * libxslt/variables.c: fixed bug #108633 reported by
795           Jerome Pesenti about recursive global variables/param detections
796         * tests/reports/Makefile.am tests/reports/rec*: added regression
797           tests for the checking of recusion in global/local param/variables.
798
799 Fri Mar  7 16:08:24 CET 2003 Daniel Veillard <daniel@veillard.com>
800
801         * libxslt/numbers.c: valgrind pointed out an uninitialized
802           variable use in format-number()
803
804 Fri Mar  7 15:27:56 CET 2003 Daniel Veillard <daniel@veillard.com>
805
806         * tests/docs/Makefile.am tests/docs/bug-108.xml
807           tests/general/Makefile.am tests/general/bug-108*: added an
808           example in the regression tests bug #107804 fixed in libxml2
809
810 Wed Mar  5 12:47:31 CET 2003 Daniel Veillard <daniel@veillard.com>
811
812         * libxslt/pattern.c: fixed bug #107591 node() in pattern
813           matches should catch comments and PIs
814         * tests/docs/Makefile.am tests/docs/bug-107.xml
815           tests/general/Makefile.am tests/general/bug-107*: added an
816           example in the regression tests for this case
817
818 Wed Feb 26 16:49:17 CET 2003 Daniel Veillard <daniel@veillard.com>
819
820         * tests/docs/Makefile.am tests/docs/bug-106.xml
821           tests/general/Makefile.am tests/general/bug-106*: added the next
822           example for bug #106788 from James Clark in the regression tests,
823           the bug fix is actually in libxml2
824
825 Tue Feb 25 16:19:45 CET 2003 Daniel Veillard <daniel@veillard.com>
826
827         * configure.in doc/Makefile.am xsltproc/Makefile.am: some cleanup
828           for Python checks, makefile cleanup, and convenience changes
829
830 Mon Feb 24 23:49:01 CET 2003 Daniel Veillard <daniel@veillard.com>
831
832         * xsltproc/xsltproc.c: had to comment out Igor last change
833           since it made libxslt-1.0.27 depends on libxml2 newly 
834           API extension which hasn't propagated yet :-(
835
836 Mon Feb 24 22:21:09 CET 2003 Daniel Veillard <daniel@veillard.com>
837
838         * configure.in: preparing release 1.0.27
839         * doc/*: updated and rebuilt the docs
840
841 Mon Feb 24 19:43:15 CET 2003 Daniel Veillard <daniel@veillard.com>
842
843         * libxslt/namespaces.c: fixed #106554 for spurious xmlns:nsX=""
844           generation
845
846 Sun Feb 23 14:52:57 CET 2003 Daniel Veillard <daniel@veillard.com>
847
848         * tests/docs/Makefile.am tests/docs/bug-105.xml
849           tests/general/Makefile.am tests/general/bug-105*: added the
850           example for bug #106788 from James Clark in the regression tests,
851           the bug fix is actually in libxml2
852
853 Sun Feb 23 14:25:13 CET 2003 Daniel Veillard <daniel@veillard.com>
854
855         * libxslt/namespaces.c libxslt/transform.c: fixed bug #106789 from
856           James Clark and a bit of cleanup
857         * tests/docs/Makefile.am tests/docs/bug-104.xml
858           tests/general/Makefile.am tests/general/bug-104*: added the
859           example in the regression tests for this case
860
861 Fri Feb 21 17:07:59 CET 2003 Daniel Veillard <daniel@veillard.com>
862
863         * libxslt.spec.in: fixed RH#84801 wrong prereqs in the spec file
864
865 Wed Feb 19 18:51:06 CET 2003 Igor Zlatkovic <igor@zlatkovic.com>
866
867         * libxslt/functions.c libxslt/xslt.c: fixed bug 106251
868
869 Wed Feb 19 15:52:33 CET 2003 Igor Zlatkovic <igor@zlatkovic.com>
870
871         * xsltproc/xsltproc.c: obsoleted xmlNormalizeWindowsPath
872         * win32/configure.js: included handling of the trio option
873
874 Mon Feb 10 17:34:32 CET 2003 Daniel Veillard <daniel@veillard.com>
875
876         * configure.in doc/*: preparing release 1.0.26
877
878 Fri Feb  7 15:47:20 CET 2003 Daniel Veillard <daniel@veillard.com>
879
880         * libxslt/functions.c: fixing another bug in document(), bug #105450
881         * tests/documents/test_bad.result: Slight change to the output
882
883 Fri Feb  7 15:34:24 CET 2003 Daniel Veillard <daniel@veillard.com>
884
885         * libxslt/functions.c: fixing a segfault in document(), bug #105418
886         * tests/documents/Makefile.am tests/documents/test_bad: add the
887           specific test as suggested by Jean T Anderson
888
889 Fri Feb  7 14:18:40 CET 2003 Daniel Veillard <daniel@veillard.com>
890
891         * libxslt/extensions.c libxslt/keys.c libxslt/pattern.c
892           libxslt/preproc.c libxslt/transform.c libxslt/variables.c
893           libxslt/xslt.c: tried to fix 105387 and all similar cases
894           in the library sources.
895
896 Wed Feb  5 16:04:10 CET 2003 Daniel Veillard <daniel@veillard.com>
897
898         * doc/* configure.in: preparing for release of 1.0.25
899
900 Wed Feb  5 00:07:43 CET 2003 Daniel Veillard <daniel@veillard.com>
901
902         * xsltproc/xsltproc.c: fixed bug #99623
903
904 Tue Feb  4 22:10:17 CET 2003 Daniel Veillard <daniel@veillard.com>
905
906         * libxslt/transform.c: fixing bug #105116 sometimes one need
907           to generate a default namespace reset xmlns="" in the output
908         * tests/docs/Makefile.am tests/docs/bug-103.xml
909           tests/general/Makefile.am tests/general/bug-103*: added the
910           example in the regression tests for this case
911
912 Tue Feb  4 18:39:35 CET 2003 Daniel Veillard <daniel@veillard.com>
913
914         * libxslt/pattern.c libxslt/transform.c: changed the way the
915           root element of value tree are handled to fix bug #104123
916
917 Tue Feb  4 18:15:01 CET 2003 Daniel Veillard <daniel@veillard.com>
918
919         * README: change of policy w.r.t. mails
920         * configure.in: small cleanup
921         * libxslt/transform.c libxslt/xslt.c libxslt/variables.c: fixed
922           a couple of bugs raised by Eric van der Vlist in #104114
923         * tests/exslt/*/*.out: slight change to the tests
924
925 Tue Feb  4 17:18:54 CET 2003 Daniel Veillard <daniel@veillard.com>
926
927         * doc/xsltproc.1 doc/xsltproc.xml: fixing bug #104096, put
928           emphasis on the fact that --docbook should not be used
929           for XML.
930
931 Wed Jan 22 16:43:49 CET 2003 Daniel Veillard <daniel@veillard.com>
932
933         * python/libxslt.c: fixed a couple of return error #104150
934           reported by Peter O'Shea 
935
936 Fri Jan 17 17:43:43 CET 2003 Daniel Veillard <daniel@veillard.com>
937
938         * xsltproc/xsltproc.c: fixed a double free of stylesheet
939           when applied to a standalone stylesheet
940
941 Tue Jan 14 16:22:48 CET 2003 Daniel Veillard <daniel@veillard.com>
942
943         * configure.in: preparing release 2.0.24
944         * libxslt.spec.in: small update
945         * doc/*: updated the news, rebuilt the APIs descriptions
946
947 Tue Jan 14 14:23:47 CET 2003 Daniel Veillard <daniel@veillard.com>
948
949         * libxslt/functions.c: fixed #101502 by applying and cleaning up
950           the associated patch from Daniel Stodden.
951         * tests/documents/Makefile.am tests/documents/fragment*: added a
952           specific test.
953
954 Mon Jan 13 23:25:59 CET 2003 Daniel Veillard <daniel@veillard.com>
955
956         * libxslt/extensions.c libxslt/transform.c: fixing bug #101602
957           for extension modules init and shutdown callbacks, check that
958           they are now called when needed.
959         * python/libxsl.py python/libxslt-python-api.xml python/libxslt.c:
960           started adding the extension module support at the Python level.
961           Still a strange bug to hunt down left.
962
963 Sun Jan 12 23:56:18 CET 2003 Daniel Veillard <daniel@veillard.com>
964
965         * libxslt/attributes.c libxslt/xsltInternals.h libxslt/imports.c
966           libxslt/xslt.c: fixed bug #101003 on attribute-sets value
967           computation in the presence of imports
968         * tests/docs/Makefile.am tests/docs/bug-102.xml
969           tests/general/Makefile.am tests/general/bug-102*: added an
970           example in the regression tests for this case
971
972 Fri Jan 10 10:34:23 CET 2003 Daniel Veillard <daniel@veillard.com>
973
974         * xsltproc/xsltproc.c: final touch to #102800 fix
975
976 Thu Jan  9 18:17:40 CET 2003 Daniel Veillard <daniel@veillard.com>
977
978         * xsltproc/xsltproc.c: tried to fix #102800 for good. Reenabled
979           memory debug checking which got deactivated at some point ?!?
980         * libexslt/date.c libxslt/attributes.c: fixing some memory leaks
981         * libxslt/xsltutils.c: very small change on HTML indentation handling
982
983 Thu Jan  9 14:28:19 CET 2003 Daniel Veillard <daniel@veillard.com>
984
985         * tests/REC/test-8-1.xsl tests/REC/test-9.1-2.xsl 
986           tests/general/bug-83.xsl tests/multiple/dict.xsl: added some
987           exclude-result-prefixes to avoid extra namespace declaration being
988           dumped following the fix for #102920 in libxml2
989
990 Wed Jan  8 12:33:47 CET 2003 Daniel Veillard <daniel@veillard.com>
991
992         * libxslt/transform.c: fixed a problem related to directory
993           checking and creation raised by Craig Goss
994
995 Thu Jan  2 23:23:30 CET 2003 Daniel Veillard <daniel@veillard.com>
996
997         * libexslt/strings.c: applied patch from Jörg Walter to provide
998           URI escaping and unescaping functions.
999
1000 Thu Dec 26 15:43:31 CET 2002 Daniel Veillard <daniel@veillard.com>
1001
1002         * libexslt/strings.c: Alexey Efimov found a typo bug in
1003           exsltStrPaddingFunction()
1004
1005 Mon Dec 23 15:43:59 CET 2002 Daniel Veillard <daniel@veillard.com>
1006
1007         * python/libxslt.c: patch from Stéphane Bidoul for Python 2.1
1008
1009 Sun Dec 22 22:54:04 CET 2002 Daniel Veillard <daniel@veillard.com>
1010
1011         * vms/build_xslt.com libxslt/xsltconfig.h.in libxslt/xsltutils.c:
1012           applied patch from Craig A. Berry for the VMS port.
1013
1014 Wed Dec 18 15:41:21 CET 2002 Daniel Veillard <daniel@veillard.com>
1015
1016         * libxslt/xsltInternals.h: increase the max number of cascaded
1017           sort operations.
1018         * AUTHORS doc/* win32/*: updated Igor's mail and the Web page for
1019           the Windows binaries.
1020
1021 Mon Dec 16 19:31:16 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1022
1023         * win32/libxslt.def.src: added more exports for Stephane Bidoul
1024         
1025 Fri Dec 13 14:50:12 CET 2002 Daniel Veillard <daniel@veillard.com>
1026
1027         * doc/apibuild.py doc/libexslt-api.xml doc/libxslt-api.xml: updated
1028           the apibuilder script, regenerated the APIs
1029
1030 Fri Dec 13 11:59:07 CET 2002 Daniel Veillard <daniel@veillard.com>
1031
1032         * libxslt/numbers.c: numbering should not traverse XInclude
1033           nodes left in the tree. Closes bug #101114 raised by
1034           Bernd Kuemmerlen
1035
1036 Thu Dec 12 01:17:09 CET 2002 Daniel Veillard <daniel@veillard.com>
1037
1038         * doc/apibuild.py: fixed a bug in merging public info from
1039           C modules.
1040         * win32/Makefile.msvc win32/configure.js: patch from Mark Vakoc
1041           the iconv option to configure.js didn't work, and 
1042           added zlib option needed when linking xsltproc statically
1043
1044 Wed Dec 11 19:18:45 CET 2002 Daniel Veillard <daniel@veillard.com>
1045
1046         * doc/Makefile.am doc/apibuild.py doc/libexslt-api.xml: added
1047           the generation of libexslt-api.xml
1048         * libexslt/exslt.h: small cleanup.
1049
1050 Wed Dec 11 18:45:09 CET 2002 Daniel Veillard <daniel@veillard.com>
1051
1052         * doc/Makefile.am doc/apibuild.py doc/libxslt-api.xml:
1053           copied over the apibuild.py from libxml2, adapted a bit and
1054           regenerated the API description in XML. Todo: libexslt-api.xml
1055         * libxslt/attributes.c libxslt/documents.c libxslt/extensions.c
1056           libxslt/imports.c libxslt/numbers.c libxslt/numbersInternals.h
1057           libxslt/pattern.c libxslt/preproc.c libxslt/security.c
1058           libxslt/templates.c libxslt/transform.c libxslt/transform.h
1059           libxslt/variables.c libxslt/xslt.c libxslt/xsltInternals.h
1060           libxslt/xsltutils.c libxslt/xsltutils.h: cleanup based on the
1061           report from the scripts.
1062         * libxslt.spec.in: make sure libxslt-api.xml ends up in the devel
1063           package
1064
1065 Thu Dec  5 18:05:44 CET 2002 Daniel Veillard <daniel@veillard.com>
1066
1067         * libxslt/transform.c: xsl:element generated superfluous xmlns
1068           declarations, closes bug #99905
1069         * tests/docs/Makefile.am tests/docs/bug-101.xml
1070           tests/general/Makefile.am tests/general/bug-101.*: added the
1071           example in the regression tests for this case
1072
1073 Wed Dec  4 18:12:24 CET 2002 Daniel Veillard <daniel@veillard.com>
1074
1075         * libxslt/xslt.c: Matt Sergeant reported a bug when having comments
1076           within an <xsl:text>
1077
1078 Mon Dec  2 17:19:38 CET 2002 Daniel Veillard <daniel@veillard.com>
1079
1080         * libxslt/extensions.c: applied patch from Josh Parsons fixing bug
1081           #100056
1082         * tests/docs/Makefile.am tests/docs/bug-100.xml
1083           tests/general/Makefile.am tests/general/bug-100.*: added the
1084           example in the regression tests for this case
1085         * tests/docs/Makefile.am tests/docs/bug-99.xml
1086           tests/general/Makefile.am tests/general/bug-99.*: this test
1087           covers an xsl:attribute namespace bug that Norm pointed out.
1088
1089 Thu Nov 28 17:52:21 CET 2002 Daniel Veillard <daniel@veillard.com>
1090
1091         * libxslt/xsltInternals.h libxslt/xsltutils.c libxslt/xsltutils.h
1092           win32/libxslt.def.src: applied another patch from Richard Jinks
1093           for the export of teh sorting routine and allowing per context
1094           sort.
1095
1096 Wed Nov 27 13:33:26 CET 2002 Daniel Veillard <daniel@veillard.com>
1097
1098         * libxslt/preproc.c libxslt/xsltInternals.h libxslt/xsltutils.c
1099           libxslt/xsltutils.h: Applied patch from Richard Jinks to allow
1100           redefining the sorting routine, plus a bit of tweaking of the
1101           interfaces.
1102
1103 Tue Nov 26 16:02:38 CET 2002 Daniel Veillard <daniel@veillard.com>
1104
1105         * doc/Makefile.am doc/parsedecl.py: fixed the API generation
1106           scripts.
1107         * doc/libxslt-api.xml doc/libxslt-refs.xml: regenerated
1108         * doc/html/*.html: updated too
1109         * python/libxsltclass.txt: updated too
1110
1111 Tue Nov 26 15:17:13 CET 2002 Daniel Veillard <daniel@veillard.com>
1112
1113         * libxslt/xsltutils.c libxslt/xsltutils.h: added the function
1114           xsltGetProfileInformation() to retrieve profiling informations
1115           from an XSLT transformation context. It returns it as an XML
1116           tree. Provided by Michael Rothwell this closes RFE #99527
1117
1118 Tue Nov 26 14:40:45 CET 2002 Daniel Veillard <daniel@veillard.com>
1119
1120         * libxslt/imports.c: apply patch from Daniel Stodden, a bug
1121           in xsltFindElemSpaceHandling() missing imported informations
1122         * tests/REC/stand-2.7-1.stand.out: this change slightly the result
1123           of this test.
1124
1125 Mon Nov 25 17:33:48 CET 2002 Daniel Veillard <daniel@veillard.com>
1126
1127         * libxslt/namespaces.c: fix for namespace generation on 
1128           attributes created with xsl:attribute
1129
1130 Mon Nov 25 17:30:02 CET 2002 Daniel Veillard <daniel@veillard.com>
1131
1132         * libxslt.spec.in configure.in: add a line in %changelog for releases
1133
1134 Mon Nov 25 14:57:53 CET 2002 Daniel Veillard <daniel@veillard.com>
1135
1136         * libxslt/transform.h: Kir Kolyshkin pointed out it lacked 
1137           xsltInternals.h reference.
1138
1139 Sun Nov 24 15:49:58 CET 2002 Daniel Veillard <daniel@veillard.com>
1140
1141         * python/tests/*.py: enable libxml2 memory debug before
1142           loading libxslt since libxslt initialization now includes
1143           EXSLT registration which initialize the libxml2 library and
1144           allocate memory
1145
1146 Sun Nov 24 13:58:48 CET 2002 Daniel Veillard <daniel@veillard.com>
1147
1148         * python/libxsl.py: updated with new version from Stéphane Bidoul
1149
1150 Sat Nov 23 22:49:08 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1151
1152         * win32/libxslt.def.src: exported new functions
1153
1154 Sat Nov 23 14:46:06 CET 2002 Daniel Veillard <daniel@veillard.com>
1155
1156         * libexslt/date.c: patch from Charles Bozeman fixing a memory
1157           leak in exsltDateDurationFunction pointed out by Bernard Brinkhus
1158         * python/tests/exslt.py: trouble with mem debug in that specific
1159           test...
1160
1161 Sat Nov 23 12:33:58 CET 2002 Daniel Veillard <daniel@veillard.com>
1162
1163         * libxslt/xsltInternals.h: Alexey Efimov reported a portability
1164           problem when compiling on HP-UX
1165
1166 Sat Nov 23 12:23:32 CET 2002 Daniel Veillard <daniel@veillard.com>
1167
1168         * python/generator.py python/libxslt.c: fixes for compiling
1169           without config.h
1170
1171 Thu Nov 21 18:51:29 CET 2002 Daniel Veillard <daniel@veillard.com>
1172
1173         * libxslt/transform.c: fixed bug #99168 select evaluating to
1174           a node list check
1175
1176 Thu Nov 21 15:12:33 CET 2002 Daniel Veillard <daniel@veillard.com>
1177
1178         * tests/documents/result.xhtml: the XHTML1 serialization change
1179           to libxml2 modifies slightly the result of that test.
1180
1181 Mon Nov 18 11:38:46 CET 2002 Daniel Veillard <daniel@veillard.com>
1182
1183         * configure.in: the python bindings requires libxml2 >= 2.4.25
1184           for the regexp stuff.
1185
1186 Mon Nov 18 10:09:06 CET 2002 Daniel Veillard <daniel@veillard.com>
1187
1188         * configure.in: similar patch to #98825 for --with-python
1189
1190 Sun Nov 17 22:06:59 CET 2002 Daniel Veillard <daniel@veillard.com>
1191
1192         * libxslt/variables.c: fix bug #98793 on clash of imported global
1193           variables.
1194         * tests/reports/tst-1.err: this changes the output of that test
1195
1196 Sun Nov 17 18:12:20 CET 2002 Daniel Veillard <daniel@veillard.com>
1197
1198         * configure.in: preparing 1.0.23
1199         * doc/*: rebuilding the docs
1200
1201 Sat Nov 16 23:23:41 CET 2002 Daniel Veillard <daniel@veillard.com>
1202
1203         * python/libxslt.c: make sure to register EXSLT for the bindings
1204         * python/tests/Makefile.am python/tests/exslt.py: add a specific test
1205         * xsltproc/xsltproc.c: minor cleanup
1206
1207 Fri Nov 15 12:35:57 CET 2002 Daniel Veillard <daniel@veillard.com>
1208
1209         * python/Makefile.am python/tests/Makefile.am: trying to fix #98518
1210           when building outside of the source tree
1211
1212 Thu Nov 14 21:39:37 CET 2002 Daniel Veillard <daniel@veillard.com>
1213
1214         * python/generator.py: xpathObjectRet() pertains to the libxml2
1215           module, add the namespace.
1216
1217 Thu Nov 14 18:48:00 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1218
1219         * libxslt/win32config.h: cleanup
1220         * win32/Makefile.mingw: new file, integrated mingw in JScript configure
1221         * win32/Makefile.msvc: modified to allow mingw coexistence
1222         * win32/configure.js: integrated mingw
1223         * win32/Readme.txt: cleanup
1224         * xsltproc/xsltproc.c: allowed stdarg for mingw
1225
1226 Thu Nov 14 07:22:23 MST 2002 John Fleck <jfleck@inkstain.net>
1227
1228         * doc/xsltproc.1
1229         * doc/xsltproc.html - ran stylesheets to update man page
1230         and html with Daniel's fix to #95510
1231
1232 Thu Nov 14 15:10:13 CET 2002 Daniel Veillard <daniel@veillard.com>
1233
1234         * libxslt/transform.c: applied patch from Brian McCauley fixing #95493 
1235         * doc/xsltproc.xml: fixing #95510 missing description of --writesubtree
1236         * README: fix the bug page URL
1237
1238 Thu Nov 14 10:03:12 CET 2002 Daniel Veillard <daniel@veillard.com>
1239
1240         * libxslt/functions.c: make sure the fixup for key() reported
1241           by John Escott actually works.
1242         * tests/docs/Makefile.am tests/docs/bug-98.xml
1243           tests/general/Makefile.am tests/general/bug-98.*: added the
1244           example in the regression tests for this case
1245
1246 Wed Nov 13 10:35:46 CET 2002 Daniel Veillard <daniel@veillard.com>
1247
1248         * libxslt/pattern.c: fixes bug #97969 for @*[...] patterns
1249         * tests/docs/Makefile.am tests/docs/bug-97.xml
1250           tests/general/Makefile.am tests/general/bug-97.*: added the
1251           example in the regression tests for this case
1252         
1253 Tue Nov 12 22:35:47 CET 2002 Daniel Veillard <daniel@veillard.com>
1254
1255         * libxslt/transform.c: fixes bug #97950 for cdata-section-elements
1256           checks in recursive copies.
1257         * tests/docs/Makefile.am tests/docs/bug-96.xml
1258           tests/general/Makefile.am tests/general/bug-96.*: added the
1259           example in the regression tests for this case
1260
1261 Tue Nov 12 19:31:49 CET 2002 Daniel Veillard <daniel@veillard.com>
1262
1263         * libxslt/functions.c: autoconvert key() first arg to string,
1264           reported by John Escott
1265
1266 Tue Nov 12 13:40:47 CET 2002 Daniel Veillard <daniel@veillard.com>
1267
1268         * libxslt/transform.c: corner case handling of copying a CDATA node.
1269
1270 Fri Nov  8 18:12:46 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1271
1272         * libxslt/win32config.h: retired xmlwin32version.h
1273
1274 Fri Nov  8 17:09:14 CET 2002 Daniel Veillard <daniel@veillard.com>
1275
1276         * Makefile.am libxslt.m4 libxslt.spec.in: integrated libxslt.m4
1277           written by Thomas Schraitle (RFE #96485)
1278
1279 Thu Nov  7 11:18:42 MST 2002 John Fleck <jfleck@inkstain.net>
1280
1281         * doc/xsltproc.xml
1282         * doc/xsltproc.1
1283         clarifying --catalog option and xsltproc's use of 
1284         XML_CATALOG_FILES and /etc/xml/catalog. fixes
1285         http://bugzilla.gnome.org/show_bug.cgi?id=97891
1286         
1287 Mon Nov  4 06:55:36 CET 2002 Daniel Veillard <daniel@veillard.com>
1288
1289         * xsltproc/xsltproc.c: remove the use of snprintf, and use
1290           libxml2 string API instead.
1291         * configure.in libxslt/xsltconfig.h.in libxslt/xsltutils.c:
1292           try to cope with architecture lacking some of the string functions,
1293           reuse the trio ones compiled in libxml2 , should close #97113
1294
1295 Wed Oct 23 17:06:24 CEST 2002 Daniel Veillard <daniel@veillard.com>
1296
1297         * Makefile.am libxslt.spec.in doc/Makefile.am: cleaned up
1298           the spec file and associated changes in the Makefiles.
1299
1300 Tue Oct 22 21:02:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
1301
1302         * libxslt/pattern.c: Forgot to check a pointer, fixes bug #96495
1303
1304 Tue Oct 22 20:53:10 CEST 2002 Daniel Veillard <daniel@veillard.com>
1305
1306         * libxslt/keys.h: fixed include c.f. bug #96487
1307         * config.h.in:  Red Hat 8.0 induced change 
1308
1309 Mon Oct 21 20:56:31 CEST 2002 Daniel Veillard <daniel@veillard.com>
1310
1311         * libxslt/numbers.c libxslt/numbersInternals.h libxslt/xsltutils.[ch]:
1312           fixed bug #78501 when using a non ascii character for the
1313           number formatting grouping separator.
1314         * tests/docs/Makefile.am tests/docs/bug-95.xml
1315           tests/general/Makefile.am tests/general/bug-95.*: added the
1316           example in the regression tests for this case
1317         * libxslt/attributes.c: cleaning up a problem introduced in last
1318           patch
1319
1320 Mon Oct 21 09:31:55 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1321
1322         * libxslt/attributes.c: fixed minor typo in a call to
1323           xmlHasNsProp
1324
1325 Sun Oct 20 23:20:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
1326
1327         * python/types.c: fixed bugs when passing result value tree
1328           to Python functions.
1329
1330 Sun Oct 20 15:23:28 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1331
1332         * libxslt/win32config.h: mapped vsnprintf to _vsnprintf for the
1333           MS runtime
1334         * xsltproc/xsltproc.c: mapped snprintf to _snprintf for the MS
1335           runtime
1336         
1337 Fri Oct 18 13:40:12 CEST 2002 Daniel Veillard <daniel@veillard.com>
1338
1339         * configure.in: preparing 1.0.22
1340         * doc/*: upated and rebuilt the docs
1341
1342 Thu Oct 17 16:32:44 CEST 2002 Daniel Veillard <daniel@veillard.com>
1343
1344         * libxslt/variables.c: fixed bug #86421 
1345         * tests/docs/Makefile.am tests/docs/bug-94.xml
1346           tests/general/Makefile.am tests/general/bug-94.*: added the
1347           example in the regression tests for this case
1348
1349 Thu Oct 17 15:50:04 CEST 2002 Daniel Veillard <daniel@veillard.com>
1350
1351         * xsltproc: added and tested the --path option to close #79638
1352
1353 Thu Oct 17 15:25:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
1354
1355         * libxslt/attributes.c: fixing bug #95826 the attribute was reset
1356           with the inherited stylesheet value.
1357         * tests/docs/Makefile.am tests/docs/bug-93.xml
1358           tests/general/Makefile.am tests/general/bug-93-inc.*
1359           tests/general/bug-93.*: added the example in the regression
1360           tests for this case
1361         
1362 Tue Oct 15 18:02:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
1363
1364         * libxslt/xsltInternals.h libxslt/xsltutils.[ch]: added the
1365           possibility to register a transformation context specific
1366           error handler, with xsltSetTransformErrorFunc() and provided
1367           a new routine xsltTransformError() to handle contextual errors,
1368           this should fix #94435
1369         * libxslt/*.c: modified all the code to use the context specific
1370           error handling, as a result xsltPrintErrorContext() is not called
1371           anymore except internally from xsltTransformError()
1372
1373 Tue Oct 15 14:52:23 CEST 2002 Daniel Veillard <daniel@veillard.com>
1374
1375         * libxslt/transform.c: closing #94933, any error will make
1376           the transformation abort with  no result.
1377         * tests/reports/tst-1.err tests/reports/tst-1.out 
1378           tests/reports/undefvar.err: this changed the regression tests
1379           output.
1380         * tests/exslt/date/difference.1.out tests/exslt/date/seconds.1.out:
1381           updated the result accordingly to the fixes done last month.
1382         * libxslt/namespaces.c: make sure to avoid duplicate namespace
1383           declarations in the result trees. May fix #93692 but it's unclear.
1384
1385 Tue Oct 15 12:45:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
1386
1387         * xsltproc/xsltproc.c: added a --path option to provide the
1388           enhancement requested by #79638, first cut at it, untested
1389           yet.
1390
1391 Tue Oct 15 13:02:40 CEST 2002 Daniel Veillard <daniel@veillard.com>
1392
1393         * libxslt/xslt.c: seems the media-type attribute wasn't
1394           always correctly handled
1395
1396 Mon Oct 14 09:27:01 CEST 2002 Daniel Veillard <daniel@veillard.com>
1397
1398         * libxslt/transform.c: added URI escaping in case the resource 
1399           target computation of exslt:element failed. Should fix #81837
1400
1401 Tue Oct 15 12:42:25 CEST 2002 Daniel Veillard <daniel@veillard.com>
1402
1403         * README: updated the contact informations
1404
1405 Tue Oct 15 11:40:19 CEST 2002 Daniel Veillard <daniel@veillard.com>
1406
1407         * libxslt/pattern.c: fixed the behaviour of node() patter which
1408           didn't patch the one defined in XPath :-( . Closes bug #95793
1409         * tests/docs/Makefile.am tests/docs/bug-92.xml
1410           tests/general/Makefile.am tests/general/bug-92.*: added the
1411           example in the regression tests for this case
1412
1413 Mon Oct 14 12:29:53 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1414
1415         * libxslt/win32config.h: remapped mkdir to _mkdir for MS runtime
1416         * win32/Makefile.msvc: added security.c to the build
1417         * win32/libxslt.def.src: exported functions from security.c
1418
1419 Thu Oct 10 18:41:56 CEST 2002 Daniel Veillard <daniel@veillard.com>
1420
1421         * xsltproc/xsltproc.c: added another option --writesubtree to allow
1422           documents to be written only to  a given subtree.
1423
1424 Thu Oct 10 17:16:52 CEST 2002 Daniel Veillard <daniel@veillard.com>
1425
1426         * libxslt/security.[ch] libxslt/Makefile.am: new module with
1427           runtime security checks, it will also check and do directory
1428           creation when allowed
1429         * libxslt/documents.c libxslt/imports.c libxslt/transform.c
1430           libxslt/xslt.c libxslt/xsltInternals.h: plug-in the new
1431           security infrastructure probes at file reading or file creation
1432         * xsltproc/xsltproc.c: plugged the security module there too,
1433           added the new options --nowrite and --nomkdir
1434         * doc/*: updated the man page and regenerated.
1435
1436 Wed Oct  9 18:37:56 CEST 2002 Daniel Veillard <daniel@veillard.com>
1437
1438         * doc/*: updated the doc XSLT to add the search, added the search
1439           page, fixed a link problem raised by Yves Pratter, regenerated
1440
1441 Wed Oct  9 14:27:17 CEST 2002 Daniel Veillard <daniel@veillard.com>
1442
1443         * doc/index.py: the indexer version of the XSLT part of the
1444           xmlsoft site + archives
1445
1446 Sun Sep 29 20:02:25 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1447
1448         * win32/Makefile.msvc: introduced double-run compilation.
1449         * win32/configure.js: introduced double-run compilation.
1450
1451 Thu Sep 26 20:08:50 CEST 2002 Daniel Veillard <daniel@veillard.com>
1452
1453         * configure.in: preparing 1.0.21
1454         * doc/* : updated and regenerated the docs and web pages
1455
1456 Wed Sep 25 11:16:06 CEST 2002 Daniel Veillard <daniel@veillard.com>
1457
1458         * libxslt/transform.c: fixed a disable output escaping bug for
1459           HTML output introduced in 1.0.20 and raised by Mario Weilguni
1460         * tests/docs/Makefile.am tests/docs/bug-91.xml
1461           tests/general/Makefile.am tests/general/bug-91.*: added the
1462           example in the regression tests for this case
1463
1464 Tue Sep 24 20:33:08 MDT 2002 John Fleck <jfleck@inkstain.net>
1465
1466         * doc/xlst.html: changing link on ftp.gnome.org
1467
1468 Mon Sep 23 10:14:38 CEST 2002 Daniel Veillard <daniel@veillard.com>
1469
1470         * Makefile.am: set-up DIST_SUBDIRS to avoid the same problem Jacob
1471           reported for libxml2
1472
1473 Fri Sep 20 14:06:45 CEST 2002 Daniel Veillard <daniel@veillard.com>
1474
1475         * Makefile.am configure.in: trying to fix the same problem as
1476           #88412 by bypassing all the python subdir if python ain't detected
1477
1478 Fri Sep 20 10:55:03 CEST 2002 Daniel Veillard <daniel@veillard.com>
1479
1480         * libxslt/templates.c: fixed a problem reported by Mark Vakoc
1481
1482 Wed Sep 18 15:46:50 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1483
1484         * libexslt/date.c: fixed the embedded '-' in the duration format 
1485           function
1486         * tests/.../difference.1.xml: added test cases which illustrated
1487           the above bug
1488
1489 Tue Sep 17 18:01:22 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1490
1491         * libexslt/date.c: fixed date:difference() bugs, removed all
1492           type conversion warnings.
1493         * libxslt/xsltutils.c: removed unused local variable.
1494
1495 Sat Sep 14 16:17:51 MDT 2002 John Fleck <jfleck@inkstain.net>
1496
1497         * doc/xsltproc.html:
1498         oops, forgot to update the html version of the man page
1499
1500 Sat Sep 14 16:10:21 MDT 2002 John Fleck <jfleck@inkstain.net>
1501
1502         * doc/xsltproc.xml
1503         * doc/xsltproc.1
1504         * doc/xsltproc2.html
1505         Fixing erroneous mention of old --warnnet option (thanks to Jean
1506         T. Anderson for pointing this out)
1507
1508 Tue Sep 10 21:05:28 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1509
1510         * win32/configure.js: added more readme info for the binary
1511           package.
1512         
1513 Mon Sep  9 14:07:06 CEST 2002 Daniel Veillard <daniel@veillard.com>
1514
1515         * libxslt/pattern.c: fixed a bug in match="node()" reported by
1516           Ben Ko
1517
1518 Mon Sep  9 14:06:25 CEST 2002 Daniel Veillard <daniel@veillard.com>
1519
1520         * libxslt.spec.in: fixes libary path for x86_64 AMD
1521
1522 Thu Sep  5 10:07:13 CEST 2002 Daniel Veillard <daniel@veillard.com>
1523
1524         * python/Makefile.am: applied patch from Christophe Merlet to
1525           reestablish DESTDIR
1526
1527 Thu Aug 29 21:26:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
1528
1529         * libxslt/transform.c: re-applied the patch from Nathan Myers about
1530           a possible memory leak in case of error
1531
1532 Wed Aug 28 13:44:54 CEST 2002 Daniel Veillard <daniel@veillard.com>
1533
1534         * doc/Libxslt-Logo-180x168.gif doc/Libxslt-Logo-90x34.gif:
1535           nice logos generated by Marc Liyanage
1536         * doc/site.xsl *.html: changed the stylesheet to show the new
1537           logo and regenerated the pages
1538
1539 Sun Aug 25 17:01:40 CEST 2002 Daniel Veillard <daniel@veillard.com>
1540
1541         * python/libxslt-python-api.xml python/libxslt.c
1542           python/libxsltclass.txt python/tests/basic.py: applied a patch
1543           from Ralf Mattes providing style.saveResultToString()
1544
1545 Fri Aug 23 13:53:50 CEST 2002 Daniel Veillard <daniel@veillard.com>
1546
1547         * configure.in: preparing release 1.0.20
1548         * doc/*: updated and regenerated the docs
1549
1550 Wed Aug 21 21:27:29 CEST 2002 Daniel Veillard <daniel@veillard.com>
1551
1552         * libxslt/templates.c: fixed a bug w.r.t. namespace context when
1553           doing the evaluation of attribute value templates 
1554         * libxslt.spec.in python/Makefile.am: fixed some troubles
1555           with "make rpm"
1556
1557 Wed Aug 21 18:59:28 CEST 2002 Daniel Veillard <daniel@veillard.com>
1558
1559         * python/libxslt.c: fixed the parameter order when calling
1560           Python based extensions.
1561
1562 Wed Aug 21 13:48:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
1563
1564         * libxslt/transform.c libxslt/xslt.c: fixed bug #89258 and a bit of
1565           cleanup.
1566         * tests/docs/Makefile.am tests/docs/bug-90.xml
1567           tests/general/Makefile.am tests/general/bug-90.*: added the
1568           example in the regression tests for this case
1569
1570 Tue Aug 20 16:40:48 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1571
1572         * win32/Makefile.msvc: added the prefix location to the include
1573         and lib search path.
1574
1575 Mon Aug 19 15:03:11 CEST 2002 Daniel Veillard <daniel@veillard.com>
1576
1577         * libxslt/transform.c: found and fixed the small <xsl:choose>
1578           bug which was giving troubles to DocBook users (the test expression
1579           of <when> was evaluated in the namespace context of <choose> !)
1580
1581 2002-08-18  Havoc Pennington  <hp@pobox.com>
1582
1583         * autogen.sh: hardcode aclocal-1.4/automake-1.4 so that users with
1584         both automake 1.6 and 1.4 installed get the right automake. Means
1585         compilation from CVS will now require the latest automake 1.4
1586         release, or manually creating symlinks called "automake-1.4" and
1587         "aclocal-1.4"
1588
1589 Wed Aug 14 18:54:19 CEST 2002 Daniel Veillard <daniel@veillard.com>
1590
1591         * configure.in python/Makefile.am: AMD x86-64 induced changes from
1592           Frederic Crozat
1593
1594 Wed Aug 14 13:35:04 CEST 2002 Daniel Veillard <daniel@veillard.com>
1595
1596         * libxslt/functions.c: recovering to the old (somewhat) broken
1597           implementation of document('') when there is no base for the
1598           source document or it can't be realoaded (e.g. when the sytlesheet
1599           was loaded from a memory string). Matt Sergeant insisted on this
1600           one :-)
1601
1602 Tue Aug 13 11:21:44 CEST 2002 Daniel Veillard <daniel@veillard.com>
1603
1604         * libxslt/transform.c: applied another patch from Nathan Myers about
1605           a possible memory leak in case of error
1606
1607 Mon Aug 12 23:12:59 CEST 2002 Daniel Veillard <daniel@veillard.com>
1608
1609         * libxslt/transform.c: applied a patch from Nathan Myers about
1610           an erroneous free in case of error
1611
1612 Thu Aug  1 14:29:11 CEST 2002 Daniel Veillard <daniel@veillard.com>
1613
1614         * configure.in: upon suggestion of Marc-Andre Lemburg, make 
1615           the misdetection of libxml2 python bindings a warning only
1616
1617 Sun Jul 21 19:10:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
1618
1619         * xsltInternals.h/xslt.c/transform.c and pattern.c: fixed
1620           a bug reported by Gero Meissner (87230)
1621         * fixed a problem compiling python directory when multiple
1622           'make' jobs were executed (python/Makefile.am)
1623
1624 Wed Jul 17 19:58:36 CEST 2002 Daniel Veillard <daniel@veillard.com>
1625
1626         * libxslt/attributes.c: fixed a bug reported by Keith Isdale
1627           at the xsltdbg interface when encountering an empty attribute
1628           set.
1629
1630 Wed Jul 17 19:51:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
1631
1632         * tests/* : the change in HTML meta encoding tag serialization
1633           affected some of the results
1634
1635 Thu Jul 11 22:04:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
1636
1637         * doc/Makefile.am: adding doc/xsltproc.xml to the tarball
1638           to fix Red Hat bug #68614 
1639
1640 Wed Jul 10 21:28:11 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1641         
1642         * win32/Makefile.msvc: Made the copy *.pdb in install succeed even
1643           if there is no *.pdb
1644         
1645 Sat Jul  6 22:00:08 CEST 2002 Daniel Veillard <daniel@veillard.com>
1646
1647         * configure.in: preparing 1.0.19
1648         * doc/* : rebuilt the docs
1649
1650 Sat Jul  6 17:51:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
1651
1652         * libxslt/transform.c: fixed bug #83749 about namespace generated
1653           being invalid when they are inherited from the context.
1654
1655 Fri Jul  5 22:27:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
1656
1657         * libxslt/transform.c: fixed bug #86753 on multiple identical
1658           attributes being generated, oops ...
1659         * tests/docs/Makefile.am tests/docs/bug-89.xml
1660           tests/general/Makefile.am tests/general/bug-89.*: added an
1661           example in the regression tests for this case
1662         
1663 Fri Jul  5 18:28:08 CEST 2002 Daniel Veillard <daniel@veillard.com>
1664
1665         * libxslt/preproc.c libxslt/transform.c: fixed bug #87279
1666         * tests/docs/Makefile.am tests/docs/bug-88.xml
1667           tests/general/Makefile.am tests/general/bug-88.*: added an
1668           example in the regression tests for this case
1669
1670 Fri Jul  5 16:30:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
1671
1672         * libxslt/preproc.c libxslt/xsltutils.c: applied a patch from
1673           Ken Neighbors to implement/fix sorting orders
1674         * tests/docbook/result/*/gdp-handbook.* 
1675           tests/docbook/result/xtchunk/html/*.orig
1676           tests/general/bug-12-.out tests/general/bug-63.out:
1677           cleaned up the result of "make tests" following some changes
1678           in namespace axis order and serialization rules in libxml2
1679
1680 Thu Jul  4 16:53:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
1681
1682         * transform.c further enhancement for bug 84902 (another
1683           path), also cleaned up code slightly
1684
1685 Wed Jul  3 00:50:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
1686
1687         * transform.c: fixed bug 84902 - message with terminate=yes
1688           caused segfault
1689
1690 Tue Jul  2 00:02:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
1691
1692         * tests/docs/Makefile.am tests/docs/bug-87.xml
1693           tests/general/Makefile.am tests/general/bug-87.*: added a
1694           example in the regression tests for a case where the XML
1695           default namespace was missing from the namespace axis
1696         * xsltproc/xsltproc.c: added the informations that parameter
1697           strings are expected to be UTF8
1698         * libxslt/attributes.c: fixes on attribute group implementation
1699
1700 Sat Jun 29 21:12:14 MDT 2002 John Fleck <jfleck@inkstain.net>
1701
1702         * doc/xsltproc.xml, doc/xsltproc.html/, doc/xsltproc.1
1703         updating docs to add reference to UTF-8 requirement for
1704         stringparam command line option
1705
1706 Wed Jun 19 13:43:00 CEST 2002 Daniel Veillard <daniel@veillard.com>
1707
1708         * libxslt/documents.c libxslt/functions.c libxslt/xsltInternals.h:
1709           fixed document('') as pointed by Eric van der Vlist
1710         * tests/docs/Makefile.am tests/docs/bug-86.xml
1711           tests/general/Makefile.am tests/general/bug-86.*: added the
1712           specific example in the regression tests
1713
1714 Sat Jun 15 15:44:58 CEST 2002 Daniel Veillard <daniel@veillard.com>
1715
1716         * libxslt/numbers.c libxslt/numbersInternals.h: applied a
1717           patch from Ken Neighbors fixing some format-number inconsistencies
1718         * tests/numbers/format-number.out tests/numbers/format-number.xml
1719           tests/numbers/format-number.xsl: the patch also included
1720           updates to the regression tests
1721
1722 Mon Jun 10 14:55:31 CEST 2002 Daniel Veillard <daniel@veillard.com>
1723
1724         * libxslt/numbers.c: patch from Richard Jinks t correct a bug in
1725           xsl:number level="multiple"
1726         * tests/docs/Makefile.am tests/docs/bug-84.xml
1727           tests/general/Makefile.am tests/general/bug-84.*: added a 
1728           specific example in the regression tests
1729
1730 Fri May 31 09:33:09 CEST 2002 Daniel Veillard <daniel@veillard.com>
1731
1732         * libexslt/dynamic.c: turned a function static
1733         * libxslt/win32config.h: applied patch from Mark Vadoc
1734
1735 Thu May 30 23:35:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
1736
1737         * win32/Makefile.msvc libexslt/Makefile.am libexslt/date.c
1738           libexslt/dynamic.c libexslt/exslt.c libexslt/exslt.h: applied
1739           a patch from Mark Vakoc to implement the EXSLT
1740           object dyn:evaluate(string) extension function, and a small fix
1741           to date.c
1742
1743 Mon May 27 23:24:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
1744
1745         * configure.in: preparing 1.0.18
1746         * doc/*: recompiled the API and web site
1747
1748 Mon May 27 19:14:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
1749
1750         * libxslt/namespaces.c libxslt/transform.c: fix bug #81099 about
1751           duplicated namespace declarations, this might not be as generic as
1752           it should but works well for DocBook stylesheets
1753
1754 Sat May 25 12:07:45 CEST 2002 Daniel Veillard <daniel@veillard.com>
1755
1756         * libxslt.pc.in: fix bug #82970
1757
1758 Fri May 24 15:02:50 CEST 2002 Daniel Veillard <daniel@veillard.com>
1759
1760         * python/libxslt-python-api.xml python/libxslt.c 
1761           python/libxsltclass.txt : tried to fix #79105 by providing a 
1762           specific error registering routine.
1763
1764 Thu May 23 17:28:35 CEST 2002 Daniel Veillard <daniel@veillard.com>
1765
1766         * libxslt/xsltutils.[ch] : applied patch from Morus Walter
1767           adding xsltSaveResultToString()
1768         * doc/APIfiles.html doc/APIfunctions.html doc/libxslt-api.xml
1769           doc/libxslt-decl.txt doc/libxslt-refs.xml: this increased the
1770           API with the new function.
1771
1772 Wed May 22 11:50:36 CEST 2002 Daniel Veillard <daniel@veillard.com>
1773
1774         * libxslt/function.c: applied a patch from Richard Jinks
1775           to avoid a crash in element-available()
1776
1777 Tue May 21 19:38:20 CEST 2002 Daniel Veillard <daniel@veillard.com>
1778
1779         * libxslt.spec.in: applied patch from Geert Kloosterman to
1780           not miss gif and .png files in the RPM  documentation
1781
1782 Tue May 21 08:43:11 CEST 2002 Daniel Veillard <daniel@veillard.com>
1783
1784         * libexslt/libexslt.4: Applied patch for the EXSLT man page
1785           from Charles Bozeman
1786
1787 Sat May 18 10:01:38 CEST 2002 Daniel Veillard <daniel@veillard.com>
1788
1789         * libexslt/libexslt.4 libxslt/libxslt.4 libxslt/keys.c 
1790           libxslt/xsltconfig.h.in: applied a man page patch from 
1791           Christian Cornelssen and fixed a couple of issues he raised.
1792
1793 Thu May 16 19:38:24 CEST 2002 Daniel Veillard <daniel@veillard.com>
1794
1795         * xsltproc/xsltproc.c: moved the extension dump out of the loop
1796
1797 Thu May 16 19:31:35 CEST 2002 Daniel Veillard <daniel@veillard.com>
1798
1799         * libxslt/extensions.[ch]  xsltproc/xsltproc.c win32/libxslt.def.src:
1800           Applied Mark Vakoc patch to show registered extensions in xsltproc
1801         * doc/*: rebuilt the API, docs and website
1802         * python/libxsltclass.txt: this added an entry point
1803
1804 Wed May 15 00:20:10 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1805
1806         * libxslt/xslt.c: xsl:include crash fix
1807         * libxslt/imports.c: xsl:include crash fix
1808         * libxslt/imports.h: xsl:include crash fix      
1809
1810 Wed May  9 01:39:14 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1811
1812         * libexslt/exslt.h: fixed a typo _cplusplus -> __cplusplus
1813
1814 Thu May  2 11:08:22 CEST 2002 Daniel Veillard <daniel@veillard.com>
1815
1816         * xsltproc/xsltproc.c libxslt/xsltutils.c doc/xsltproc.xml:
1817           fixed some return code problems raised by Thomas Mauch
1818
1819 Tue Apr 30 18:06:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
1820
1821         * libxslt/transform.c: don't allow adding an attribute to
1822           a document node
1823
1824 Mon Apr 29 19:00:22 CEST 2002 Daniel Veillard <daniel@veillard.com>
1825
1826         * configure.in libxslt/xsltwin32config.h: preparing 1.0.17
1827         * doc/*: rebuilt the docs.
1828
1829 Mon Apr 29 17:22:08 CEST 2002 Daniel Veillard <daniel@veillard.com>
1830
1831         * libxslt/variables.c: better attempt to fix the problem in
1832           xsltProcessUserParamInternal reported by Babak Vahedipour-Kunze
1833
1834 Sun Apr 28 17:53:23 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1835
1836         * win32/dsp/*.dsp: Removed obsolete macros
1837         * win32/dsp/*.def: Updated export definitions
1838         
1839 Sun Apr 28 17:47:17 CEST 2002 Daniel Veillard <daniel@veillard.com>
1840
1841         * libxslt/variables.c: tried to fix a problem in
1842           xsltProcessUserParamInternal reported by Babak Vahedipour-Kunze
1843
1844 Fri Apr 26 08:15:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
1845
1846         * libexslt/date.c: applied another patch from Charles Bozeman to
1847           enhance date/duration support
1848         * tests/exslt/date: added the associated set of regression tests
1849
1850 Thu Apr 25 08:18:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
1851
1852         * libexslt/date.c: applied a patch from Charles Bozeman to add
1853           duration routines to the date exslt extensions.
1854
1855 Thu Apr 18 22:56:06 CEST 2002 Daniel Veillard <daniel@veillard.com>
1856
1857         * libexslt/exslt.h: extern "C" {  missing by Mark Vakoc
1858
1859 Tue Apr 17 23:16:54 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1860
1861         * libexslt/date.c: fixed type inconsistencies, double->int
1862          and unsigned/signed mismatch warnings eliminated
1863
1864 Tue Apr 16 19:40:21 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1865
1866         * win32/Makefile.msvc: XSLT debugger support fix
1867         * win32/configure.js: XSLT debugger support fix
1868         * libxslt/xsltconfig.h.in: XSLT debugger support fix
1869
1870 Mon Apr 15 19:27:31 CEST 2002 Daniel Veillard <daniel@veillard.com>
1871
1872         * configure.in: preparing 1.0.16
1873         * doc/*: updated and rebuilt the docs
1874
1875 Mon Apr 15 17:27:51 CEST 2002 Daniel Veillard <daniel@veillard.com>
1876
1877         * libxslt/attributes.c: removed a warning
1878         * libxslt/transform.c libxslt/transform.h win32/libxslt.def.src:
1879           added xsltRunStylesheetUser() API needed to fix #78546
1880         * xsltproc/xsltproc.c: second part of the fix #78546
1881
1882 Mon Apr 15 15:57:28 CEST 2002 Daniel Veillard <daniel@veillard.com>
1883
1884         * python/Makefile.am: fixing the equivalent of #75779
1885
1886 Mon Apr 15 14:00:12 CEST 2002 Daniel Veillard <daniel@veillard.com>
1887
1888         * libxslt/keys.c: fixed bug #78735
1889         * configure.in tests/Makefile.am tests/keys/*:
1890           added the tests in a separate directory
1891
1892 Mon Apr 15 00:01:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
1893
1894         * tests/docs/Makefile.am tests/docs/bug-83.xml
1895           tests/general/Makefile.am tests/general/bug-83.*: added a 
1896           specific example for bug #78662 in the regression tests
1897         * tests/docbook/: this also changed a couple of DocBook results
1898         
1899 Sun Apr 14 15:32:23 CEST 2002 Daniel Veillard <daniel@veillard.com>
1900
1901         * configure.in: trying to kill #77827 IEEE conformance on alphas
1902         * libxslt/imports.c libxslt/transform.c libxslt/xslt.c: fixing
1903           bug #78211
1904         * tests/docs/Makefile.am tests/docs/bug-82.xml
1905           tests/general/Makefile.am tests/general/bug-82.*: added a 
1906           specific example for bug #78211 in the regression tests
1907
1908 Wed Apr 10 20:35:54 CEST 2002 Daniel Veillard <daniel@veillard.com>
1909
1910         * libxslt/pattern.c: applied patch from Mark Vakoc
1911
1912 Fri Mar 29 18:28:23 CET 2002 Daniel Veillard <daniel@veillard.com>
1913
1914         * tests/docs/Makefile.am tests/docs/bug-81.xml
1915           tests/general/Makefile.am tests/general/bug-81.*: added a 
1916           specific example for bug #76927 in the regression tests
1917         
1918 Wed Mar 27 10:03:11 CET 2002 Daniel Veillard <daniel@veillard.com>
1919
1920         * AUTHORS HACKING: Added Igor Zlatkovic as official maintainer
1921         * python/Makefile.am python/tests/Makefile.am: Albert Chin pointed
1922           that $(datadir) should be used for docs
1923
1924 Mon Mar 25 17:56:44 CET 2002 Daniel Veillard <daniel@veillard.com>
1925
1926         * configure.in: preparing 1.0.15
1927         * doc/*: updated and rebuilt
1928
1929 Mon Mar 25 17:11:42 CET 2002 Daniel Veillard <daniel@veillard.com>
1930
1931         * libxslt/attributes.c libxslt/attributes.h libxslt/pattern.c
1932           libxslt/xslt.c: Fix bug #76043 about cascading attribute sets
1933         * tests/docs/Makefile.am tests/docs/bug-80.xml
1934           tests/general/Makefile.am tests/general/bug-80.*: added a 
1935           specific example for bug #76043 in the regression tests
1936
1937 Fri Mar 22 19:26:47 CET 2002 Daniel Veillard <daniel@veillard.com>
1938
1939         * libxslt/pattern.c: Fixing bug #75902 error with @foo[..]
1940           steps which were not compiled
1941         * tests/docs/Makefile.am tests/docs/bug-79.xml
1942           tests/general/Makefile.am tests/general/bug-79.*: added a 
1943           specific example for bug #75902 in the regression tests
1944         
1945 Fri Mar 22 16:13:22 CET 2002 Daniel Veillard <daniel@veillard.com>
1946
1947         * libxslt/pattern.c: Fixing bug #75777 error with namespaced
1948           attribute match rules evaluation
1949         * tests/docs/Makefile.am tests/docs/bug-78.xml
1950           tests/general/Makefile.am tests/general/bug-78.*: added a 
1951           specific example for bug #75777 in the regression tests
1952         
1953 Thu Mar 21 17:19:56 CET 2002 Daniel Veillard <daniel@veillard.com>
1954
1955         * libxslt/transform.c: found another stupid bug by step by 
1956           step processing of the code
1957         * libxslt/pattern.c: idem, except that once stupid mistake
1958           ELEM vs NODE forced the templates to be stored in a list
1959           instead of a hash table, fixing this stupidity should
1960           again lead to a substantive improvement of processing speed.
1961           Like divide by 2 processing time for DocBook stylesheets.
1962
1963 Thu Mar 21 00:25:12 CET 2002 Daniel Veillard <daniel@veillard.com>
1964
1965         * libxslt/transform.c: fixing bug #75603
1966         * tests/docs/Makefile.am tests/docs/bug-77.xml
1967           tests/general/Makefile.am tests/general/bug-77.*: added a 
1968           specific example for bug #75603 in the regression tests
1969
1970 Wed Mar 20 17:49:43 CET 2002 Daniel Veillard <daniel@veillard.com>
1971
1972         * python/Makefile.am: Art Haas pointed a stupid error
1973
1974 Tue Mar 19 19:42:01 CET 2002 Daniel Veillard <daniel@veillard.com>
1975
1976         * Makefile.am tests/Makefile.am tests/*/Makefile.am
1977           tests/*/*/Makefile.am : added "make valgrind" targets
1978           to run the test suite under the debugger control
1979         * transform.c: valgrind spotted 2 bugs, one related to
1980           the ordering of the deallocation of the data associated to
1981           a transofrmation, the second in xsltCopyTree when the new
1982           node may have been coalesced with an adjacent text node.
1983           The regression tests now pass cleanly under testgrind.
1984
1985 Mon Mar 18 21:33:38 CET 2002 Daniel Veillard <daniel@veillard.com>
1986
1987         * python/Makefile.am: fixed a stupid bug
1988
1989 Mon Mar 18 20:45:27 CET 2002 Daniel Veillard <daniel@veillard.com>
1990
1991         * configure.in: preparing 1.0.14
1992         * doc/*: updated rebuilt
1993         * libxslt/*.c libexslt/*.c libxslt/libxslt.h libexslt/libexslt.h:
1994           implemented the IN_LIBXSLT and IN_LIBEXSLT mechanism discussed
1995           with the Windows maintainers
1996
1997 Mon Mar 18 16:22:46 CET 2002 Daniel Veillard <daniel@veillard.com>
1998
1999         * python/Makefile.am python/generator.py python/libxslt.c
2000           python/types.c python/tests/Makefile.am: applied the same kind of
2001           fixes to the Python Makefiels than to libxml2 ones. Updates
2002           and cleanups too.
2003
2004 Sat Mar 16 23:48:21 CET 2002 Daniel Veillard <daniel@veillard.com>
2005
2006         * libexslt/common.c libxslt/pattern.c  libxslt/transform.c
2007           libxslt/variables.c: chaing result tree values which may
2008           be deallocated and must not be kept in the template 
2009           pattern lookup cache. Thanks to Valgrin to allow finding
2010           the real problem in bug #74857
2011
2012 Wed Mar 13 15:17:51 CET 2002 Daniel Veillard <daniel@veillard.com>
2013
2014         * libxslt/*.h doc/* python/*: applied another cleanup comment
2015           diff from Heiko W. Rupp, regenerated the API and python
2016
2017 Wed Mar 13 13:41:19 CET 2002 Daniel Veillard <daniel@veillard.com>
2018
2019         * tests/docs/Makefile.am tests/docs/bug-76.xml
2020           tests/general/Makefile.am tests/general/bug-76.*: added a 
2021           home brewed test for path computation elmininating duplicate
2022           in result sets.
2023
2024 Sat Mar  9 11:53:39 CET 2002 Daniel Veillard <daniel@veillard.com>
2025
2026         * doc/Makefile.am: fixed a build problem in some environements
2027
2028 2002-03-08  jacob berkman  <jacob@ximian.com>
2029
2030         * python/Makefile.am (libxsltmodule_la_SOURCES): remove $(srcdir)
2031         as make will automatically look there for these files
2032
2033 Fri Mar  8 17:44:31 CET 2002 Daniel Veillard <daniel@veillard.com>
2034
2035         * configure.in libxslt/xsltwin32config.h: preparing release
2036           1.0.13
2037         * doc/*: updated and rebuilt the docs
2038         * python/libxslt.c: fixed a possible reentrancy problem
2039
2040 Fri Mar  8 14:51:59 CET 2002 Daniel Veillard <daniel@veillard.com>
2041
2042         * libxslt/pattern.c: Fixes the problems exposed by #73880
2043           those ought to be computed at stylesheet compile time, not
2044           at run-time, and the computation was wrong.
2045         * libxslt/transform.c: get rid of fake nodes coming from node-set
2046           transformations. At least if they are still produced they will
2047           become easy to spot as resulting document won't be well-formed.
2048
2049 Thu Mar  7 17:01:21 CET 2002 Daniel Veillard <daniel@veillard.com>
2050
2051         * libxslt/extensions.c: fixed bug #73791 related to extension
2052           function declared in included stylesheets
2053         * tests/exslt/functions/function.7.*: added specific test
2054
2055 Thu Mar  7 15:20:32 CET 2002 Daniel Veillard <daniel@veillard.com>
2056
2057         * tests/docs/Makefile.am tests/docs/bug-75.xml
2058           tests/general/Makefile.am tests/general/bug-75.*: added a 
2059           specific example for bug #72150 in the regression tests
2060
2061 Thu Mar  7 15:17:21 CET 2002 Daniel Veillard <daniel@veillard.com>
2062
2063         * configure.in xsltproc/xsltproc.c: fixed bug #71488 in a
2064           similar way as #71457
2065
2066 Thu Mar  7 09:41:59 CET 2002 Daniel Veillard <daniel@veillard.com>
2067
2068         * tests/xmlspec/REC-xml-20001006*.html tests/XSLTMark/xslbench1.out:
2069           some HTML meta encoding fixups resulting from fix in libxml2
2070
2071 Mon Mar  4 18:09:48 CET 2002 Daniel Veillard <daniel@veillard.com>
2072
2073         * libxslt/namespaces.c tests/general/bug-63.out: small fixups
2074           related to the XPath changes in fixing #61290
2075           
2076 Mon Mar  4 12:57:21 CET 2002 Daniel Veillard <daniel@veillard.com>
2077
2078         * libxslt/pattern.c: fixed bug #73363, bad tokenization of
2079           pattern
2080
2081 Mon Mar  4 12:01:34 CET 2002 Daniel Veillard <daniel@veillard.com>
2082
2083         * libexslt/date.c: patch from Charles Bozeman for the exslt date
2084           extension
2085         * configure.in tests/exslt/Makefile.am tests/exslt/date/*: added
2086           the associated regression test provided by Charles
2087
2088 Fri Mar  1 10:17:26 CET 2002 Daniel Veillard <daniel@veillard.com>
2089
2090         * libxslt/preproc.c: Fixed #73088 with the associated patch
2091
2092 Fri Mar  1 10:14:07 CET 2002 Daniel Veillard <daniel@veillard.com>
2093
2094         * xsltproc/xsltproc.c: similar to #72663 and #72658, don't memdump
2095           unless compiled explicitely with memory debugging switched on
2096         * TODO: refreshed a bit
2097
2098 Fri Feb 22 23:44:57 CET 2002 Daniel Veillard <daniel@veillard.com>
2099
2100         * python/generator.py python/libxslt.c: changes for the 'usual'
2101           setup.py to allow building a libxml2-python
2102           module based on the same code. The initialization is however
2103           different the 2 .so files fo libxml2 and libxslt are identical and
2104           they entry point initialize both libraries. this is done to avoid
2105           some possible nasty problem since the Python don't merge the maps
2106           of all shared modules.
2107         * python/libxsl.py: attempt to cope with the shared library loading
2108           problem when both modules are not merged.
2109
2110 Thu Feb 21 12:59:59 CET 2002 Daniel Veillard <daniel@veillard.com>
2111
2112         * doc/site.xml doc/xslt.html doc/python.html doc/*.html: added
2113           documentation for the wrappers and python modules.
2114
2115 Wed Feb 13 14:22:22 CET 2002 Daniel Veillard <daniel@veillard.com>
2116
2117         * tests/docs/Makefile.am tests/docs/bug-74.xml
2118           tests/general/Makefile.am tests/general/bug-74.*: added a 
2119           specific example for bug #71342 in the regression tests
2120         * tests/docbook/result/xhtml/gdp-handbook.xhtml: fixing
2121           #71342 changed one attribute serialization.
2122
2123 Tue Feb 12 15:08:38 CET 2002 Daniel Veillard <daniel@veillard.com>
2124
2125         * python/Makefile.am: trying to fix #71270 
2126
2127 Mon Feb 11 19:40:34 CET 2002 Daniel Veillard <daniel@veillard.com>
2128
2129         * python/*.py: removed tab used spaces
2130         * configure.in libxslt/xsltwin32config.h: preparing 1.0.12
2131         * doc/news.html doc/xslt.html: rebuild/updated
2132
2133 Mon Feb 11 16:34:37 CET 2002 Daniel Veillard <daniel@veillard.com>
2134
2135         * tests/docs/Makefile.am tests/docs/bug-73.xml
2136           tests/general/Makefile.am tests/general/bug-73.*: added a 
2137           specific example for bug #71181 in the regression tests
2138
2139 Mon Feb 11 16:22:36 CET 2002 Daniel Veillard <daniel@veillard.com>
2140
2141         * libxslt/pattern.c: fixed bug #71181 p/text() would not
2142           work. A bit of cleanup.
2143
2144 Mon Feb 11 15:01:42 CET 2002 Daniel Veillard <daniel@veillard.com>
2145
2146         * xslt-config: fixing Red Hat bug #59508
2147
2148 Mon Feb 11 14:27:25 CET 2002 Daniel Veillard <daniel@veillard.com>
2149
2150         * tests/docs/Makefile.am tests/docs/bug-72.xml
2151           tests/general/Makefile.am tests/general/bug-72.*: added a 
2152           specific example for bug #58444 in the regression tests
2153
2154 Mon Feb 11 14:13:07 CET 2002 Daniel Veillard <daniel@veillard.com>
2155
2156         * libxslt/transform.c: fixed bug #58444, was quite simpler
2157           than expected.
2158
2159 Mon Feb 11 13:27:42 CET 2002 Daniel Veillard <daniel@veillard.com>
2160
2161         * libxslt/xsltInternals.h libxslt/pattern.c: expected to have
2162           closed bug #70131, still wondering about the position() when
2163           the node is selected.
2164
2165 Mon Feb 11 10:45:27 CET 2002 Daniel Veillard <daniel@veillard.com>
2166
2167         * tests/docs/Makefile.am tests/docs/bug-71.xml
2168           tests/general/Makefile.am tests/general/bug-71.*: added a 
2169           specific example for Norm's bug in the regression tests
2170
2171 Sun Feb 10 22:08:51 CET 2002 Daniel Veillard <daniel@veillard.com>
2172
2173         * libxslt/attributes.c: fixed a bug reported by Norm
2174
2175 Sun Feb 10 20:25:28 CET 2002 Daniel Veillard <daniel@veillard.com>
2176
2177         * python/libxml.c : fixed a small warning.
2178         * doc/libxslt-api.xml doc/libxslt-decl.txt doc/libxslt-refs.xml
2179           python/libxsltclass.txt: rebuilt the APIs
2180
2181 Sun Feb 10 20:16:15 CET 2002 Daniel Veillard <daniel@veillard.com>
2182
2183         * libxslt/imports.c libxslt/numbers.c libxslt/pattern.c
2184           libxslt/pattern.h libxslt/transform.c libxslt/xslt.c
2185           libxslt/xsltInternals.h: adding extra run-time informations
2186           to make the stylesheet really read-only at run-time.
2187
2188 Sun Feb 10 16:21:09 CET 2002 Daniel Veillard <daniel@veillard.com>
2189
2190         * libxslt/transform.c: fixing bug #70281
2191
2192 Sun Feb 10 15:10:56 CET 2002 Daniel Veillard <daniel@veillard.com>
2193
2194         * libxslt/numbers.c: trying to fix #68759
2195
2196 Sat Feb  9 23:17:53 CET 2002 Daniel Veillard <daniel@veillard.com>
2197
2198         * python/Makefile.am: seems some version of automake didn't
2199           generate the dependancies right as Jacob found out. Add
2200           an extra dependancy rule.
2201
2202 Sat Feb  9 19:04:01 CET 2002 Daniel Veillard <daniel@veillard.com>
2203
2204         * configure.in libxslt.spec.in python/Makefile.am python/generator.py
2205           python/libxsl.py python/libxslt.c python/tests/Makefile.am:
2206           Fixed the python Makefiles, corrected a bug showing up on ia64,
2207           changed the name of the python internal module too
2208
2209 Fri Feb  8 17:01:10 CET 2002 Daniel Veillard <daniel@veillard.com>
2210
2211         * Copyright Makefile.am configure.in libxslt.spec.in: change the
2212           Licence to MIT Licence and release of 1.0.11
2213         * doc/FAQ.html doc/intro.html doc/libxslt-decl.txt doc/news.html 
2214           doc/xslt.html: updates of the docs accordingly
2215         * libxslt/xsltwin32config.h: numbering
2216         * python/generator.py python/libxml_wrap.h python/libxsltclass.txt
2217           python/libxslt-python-api.xml: cleanup the dependancies with
2218           libxml2
2219         * python/tests/extfunc.py: updated examples.
2220
2221 Thu Feb  7 23:21:18 CET 2002 Daniel Veillard <daniel@veillard.com>
2222
2223         * doc/libxslt-api.xml doc/libxslt-decl.txt doc/libxslt-refs.xml
2224           doc/parsedecl.py: fixup the script and rebuid the API
2225         * libxslt/extensions.h: cleanup
2226         * python/generator.py python/libxslt-python-api.xml python/libxslt.c
2227           python/libxsltclass.txt: provided accessors for a lot of the
2228           tructures involved in the transformation. Stylesheet and
2229           transformation python object don't free automatically the
2230           encapsulated object when deallocated.
2231         * python/tests/Makefile.am python/tests/basic.py
2232           python/tests/extfunc.py python/tests/pyxsltproc.py:
2233           updated the examples
2234
2235 Thu Feb  7 17:59:27 CET 2002 Daniel Veillard <daniel@veillard.com>
2236
2237         * xsltproc/xsltproc.c: small fix
2238         * Makefile.am: cleanup
2239         * python/tests/Makefile.am: avoid a problem with $(TESTS)
2240         * python/generator.py python/libxml_wrap.h python/libxsl.py
2241           python/libxslt.c python/libxsltclass.txt: augmented the
2242           wrappers
2243         * python/tests/pyxsltproc.py: rewrote xsltproc on top of the
2244           libxslt-python API to get an estimate of what is missing
2245
2246 Wed Feb  6 23:34:10 CET 2002 Daniel Veillard <daniel@veillard.com>
2247
2248         * python/libxsl.py python/libxslt-python-api.xml python/libxslt.c
2249           python/libxsltclass.txt: added libxslt_xsltCleanup() added parameters
2250           to libxslt_xsltApplyStylesheet() removed the memleaks left and
2251           fixed an import order.
2252         * python/tests/basic.py python/tests/extfunc.py: updated the tests
2253
2254 Wed Feb  6 19:46:09 CET 2002 Daniel Veillard <daniel@veillard.com>
2255
2256         * python/libxlst.c python/libxslt-python-api.xml 
2257           python/libxsltclass.txt: plugged the extension of the engine
2258           with python defined functions
2259         * python/tests/Makefile.am python/tests/extfunc.py: added a
2260           basic test, still a memleak, cleanup function needed.
2261
2262 Wed Feb  6 13:49:55 CET 2002 Daniel Veillard <daniel@veillard.com>
2263
2264         * libxslt.spec.in python/Makefile.am python/libxsl.py: the
2265           spec file will now build libxslt-python, fought with shared
2266           and other crazyness, seems to work now :-)
2267         * doc/libxslt-api.xml: regenerated
2268
2269 Wed Feb  6 11:29:31 CET 2002 Daniel Veillard <daniel@veillard.com>
2270
2271         * Makefile.am configure.in tests/Makefile.am tests/*/Makefile.am
2272           tests/*/*/Makefile.am: refactored make tests, make all now don't
2273           run the test suite
2274         * python/Makefile.am: added tests
2275         * python/tests/basic.py python/tests/Makefile.am: added the first
2276           basic test, memory debug included
2277
2278 Wed Feb  6 00:20:57 CET 2002 Daniel Veillard <daniel@veillard.com>
2279
2280         * configure.in python/Makefile.am: attempst to tweak to get
2281           full memory debug...
2282         * python/generator.py python/libxsl.py python/libxslt-python-api.xml
2283           python/libxslt.c python/libxslt_wrap.h python/libxsltclass.txt:
2284           the basic API starts to work
2285         * python/tests/test.*: first basic test
2286         * libxslt/xsltutils.c: fixed a comment
2287
2288 Tue Feb  5 17:35:00 CET 2002 Daniel Veillard <daniel@veillard.com>
2289
2290         * configure.in doc/Makefile.am: do not install outside of prefix,
2291           make sure the API get shipped.
2292
2293 Mon Feb  4 19:47:32 CET 2002 Daniel Veillard <daniel@veillard.com>
2294
2295         * libxslt/pattern.[ch] doc/libxslt-api.xml doc/libxslt-refs.xml:
2296           reactivated xsltMatchPattern() since this is really something
2297           one may want to have access to in an extension function.
2298         * Makefile.am configure.in python/Makefile.am python/generator.py
2299           python/libxml_wrap.h python/libxsl.py python/libxslt-python-api.xml
2300           python/libxslt.c python/libxslt_wrap.h python/libxsltclass.txt
2301           python/types.c: started working on the python bindings, borrowed
2302           most of the work done for libxml2, most of the generator code
2303           is similar. Commit at the point where this compiles cleanly and
2304           "import libxslt" doesn't yield any missing entry point.
2305
2306 Wed Jan 30 12:46:41 CET 2002 Daniel Veillard <daniel@veillard.com>
2307
2308         * libxslt/pattern.c: patch from Charles Bozeman to support
2309           child::* patterns.
2310
2311 Wed Jan 30 12:35:28 CET 2002 Daniel Veillard <daniel@veillard.com>
2312
2313         * libxslt/keys.c: Bob Stayton pointed out a problem when
2314           using unions in key match patterns.
2315         * tests/docs/Makefile.am tests/docs/bug-70.xml
2316           tests/general/Makefile.am tests/general/bug-70.*: added a 
2317           specific example in the regression tests
2318         
2319 Sun Jan 27 13:54:10 CET 2002 Daniel Veillard <daniel@veillard.com>
2320
2321         * libxslt/transform.c: avoid a problem with Sun's Workshop CC,
2322           closes bug #69809 submitted by Michael Kroell
2323
2324 Fri Jan 25 15:31:23 CET 2002 Daniel Veillard <daniel@veillard.com>
2325
2326         * xsltproc/xsltproc.c: added links to the Web site from usage()
2327
2328 Wed Jan 23 23:13:37 CET 2002 Daniel Veillard <daniel@veillard.com>
2329
2330         * doc/API*.html doc/parsedecl.py doc/*.xsl parsedecl.py: generated
2331           an index based on comments content similar to libxml2 one
2332           The code need more specific comments.
2333         * doc/*: rebuilt the web site with the new references
2334
2335 Mon Jan 21 09:53:45 CET 2002 Daniel Veillard <daniel@veillard.com>
2336
2337         * libxslt/functions.h: roll back the change after more analysis
2338           proper fix is to restore the definition of xmlXPathFuncLookupFunc
2339           int libxml2
2340
2341 Mon Jan 21 09:41:10 CET 2002 Daniel Veillard <daniel@veillard.com>
2342
2343         * libxslt/functions.h: fixed a proble  after some cleanup of libxml2
2344           includes.
2345
2346 Sun Jan 20 14:33:33 CET 2002 Daniel Veillard <daniel@veillard.com>
2347
2348         * xsltproc/xsltproc.c: Fixed RH bug #58124 due to an off-by-one
2349           error when parsing -o arguments.
2350
2351 Sun Jan 20 14:15:55 CET 2002 Daniel Veillard <daniel@veillard.com>
2352
2353         * doc/xsltproc.xml libxslt/xsltutils.c xsltproc/xsltproc.c:
2354           Fixed RH bug #57496, xsltproc was not returning error
2355           code on internal runtime errors. Should return 9 now.
2356
2357 Fri Jan 18 09:43:16 CET 2002 Daniel Veillard <daniel@veillard.com>
2358
2359         * libexslt/math.c: Charlie Bozeman provided the implementation
2360           for the EXSLT math other functions
2361
2362 Thu Jan 17 23:41:53 CET 2002 Daniel Veillard <daniel@veillard.com>
2363
2364         * libexslt/Makefile.am: jacob berkman pointed out that the
2365           Cygwin patch forgot to add libexslt.h to the tarball
2366
2367 Thu Jan 17 23:39:00 CET 2002 Daniel Veillard <daniel@veillard.com>
2368
2369         * libxslt/pattern.c: fixed I18N problemes in the template parser
2370           pointed out by Xavier Cazin
2371         * tests/docs/Makefile.am tests/docs/bug-69.xml
2372           tests/general/Makefile.am tests/general/bug-69.*: added a 
2373           specific example in the regression tests
2374
2375 Thu Jan 17 10:40:03 CET 2002 Daniel Veillard <daniel@veillard.com>
2376
2377         * Makefile.am libexslt/common.c libexslt/date.c libexslt/exslt.c
2378           libexslt/exslt.h libexslt/exsltconfig.h.in libexslt/functions.c
2379           libexslt/libexslt.h libexslt/math.c libexslt/saxon.c
2380           libexslt/sets.c libexslt/strings.c libxslt/libxslt.h
2381           libxslt/xslt.h libxslt/xsltconfig.h.in libxslt/xsltutils.c
2382           xsltproc/xsltproc.c: applied Robert Collins patch for 
2383           Cygwin support
2384
2385 Thu Jan 17 10:34:39 CET 2002 Daniel Veillard <daniel@veillard.com>
2386
2387         * xsltproc/Makefile.am configure.in: ugly way to keep
2388           the memory debugging active on my devel workstation
2389           by bypassing libtool completely
2390
2391 Tue Jan 15 12:00:18 CET 2002 Daniel Veillard <daniel@veillard.com>
2392
2393         * libxslt/templates.c: fixed bug #68751
2394         * tests/docs/Makefile.am tests/docs/bug-68.xml
2395           tests/general/Makefile.am tests/general/bug-68.*: added a 
2396           specific example in the regression tests
2397         
2398 Tue Jan 15 10:40:41 CET 2002 Daniel Veillard <daniel@veillard.com>
2399
2400         * libxslt/transform.c xsltproc/xsltproc.c: fixed a couple of
2401           small problems raised by Justin Fletcher
2402
2403 Mon Jan 14 18:35:18 CET 2002 Daniel Veillard <daniel@veillard.com>
2404
2405         * configure.in: releasing 1.0.10
2406         * doc/*: updating the docs for the release.
2407         * libxslt/namespaces.c libxslt/pattern.c libxslt/transform.c:
2408           seems I inadvertantly commited previously stuff from a failed
2409           attempt at fixing namespace nodes parents.
2410
2411 Mon Jan 14 12:20:33 CET 2002 Daniel Veillard <daniel@veillard.com>
2412
2413         * libxslt/numbers.c: the xsl:number implementation incorrectly
2414           cached the format string in some case. Fixes bug #65391
2415
2416 Mon Jan 14 10:35:27 CET 2002 Daniel Veillard <daniel@veillard.com>
2417
2418         * configure.in: fixed a couple of cut and paste errors in the
2419           math functions detection
2420         * libxslt.spec.in: added missing file entry for libxslt.pc
2421
2422 Tue Jan  8 21:04:17 MST 2002 John Fleck <jfleck@inkstain.net>
2423
2424         * doc/xsltproc.xml, doc/xsltproc.1, doc/xsltproc.html
2425         update xsltproc man page to add --stringparam option
2426
2427 Tue Jan  8 17:21:02 CET 2002 Daniel Veillard <daniel@veillard.com>
2428
2429         * xsltproc/xsltproc.c: added the --stringparam option
2430         * xsltproc/xsltproc.c: applied John Fleck's patch to correct
2431           the --novalid behaviour.
2432
2433 Tue Jan  8 13:51:08 CET 2002 Daniel Veillard <daniel@veillard.com>
2434
2435         * doc/site.xsl doc/*.html: added a DocBook section docbook.html
2436
2437 Tue Jan  8 12:51:15 CET 2002 Daniel Veillard <daniel@veillard.com>
2438
2439         * doc/*.html: updated gdome2 homepage
2440
2441 Sat Jan  5 19:32:17 CET 2002 Daniel Veillard <daniel@veillard.com>
2442
2443         * win32/dsp: Windows/MSVC project files update from Igor Zlatkovic
2444
2445 Fri Jan  4 22:13:40 MST 2002 John Fleck <jfleck@inkstain.net>
2446
2447         * doc/xsltproc.xml, xsltproc.1 - updating man page to reflect
2448         increased number of parameteres, changed license, cleaned up some
2449         places where it looked junky because of stylesheet issues
2450
2451 Fri Jan  4 15:50:25 CET 2002 Daniel Veillard <daniel@veillard.com>
2452
2453         * xsltproc/xsltproc.c: increased the max number of parameters
2454
2455 Thu Dec 20 14:54:27 CET 2001 Daniel Veillard <daniel@veillard.com>
2456
2457         * libxslt.pc.in configure.in: added pkg-config file from Rodrigo Moya
2458
2459 Thu Dec 20 14:49:39 CET 2001 Daniel Veillard <daniel@veillard.com>
2460
2461         * configure.in: applied albert portability patch
2462         * libxslt/libxslt.h libxslt/xslt.h libxslt/xsltconfig.h.in
2463          libxslt/xsltutils.c libxslt/xsltwin32config.h.in win32/dsp/libxslt.def:
2464          applied Igor patch for Windows
2465
2466 Tue Dec 11 15:27:15 CET 2001 Daniel Veillard <daniel@veillard.com>
2467
2468         * libxslt/xsltutils.c: fixed a problem with the debuuger interface.
2469
2470 Fri Dec  7 15:48:48 CET 2001 Daniel Veillard <daniel@veillard.com>
2471
2472         * configure.in: preparing 1.0.9
2473         * doc/*: updated and rebuild the doc
2474
2475 Thu Dec  6 14:57:56 CET 2001 Daniel Veillard <daniel@veillard.com>
2476
2477         * configure.in libexslt/Makefile.am: trying to fix the problem
2478           related to prelinking and libtools crazyness
2479
2480 Wed Dec  5 18:49:53 CET 2001 Daniel Veillard <daniel@veillard.com>
2481
2482         * libxslt/transform.c libxslt/variables.c: applied Keith Isdale
2483           patch for the debugger glue.
2484
2485 Wed Dec  5 18:43:45 CET 2001 Daniel Veillard <daniel@veillard.com>
2486
2487         * breakpoint/Makefile.am breakpoint/deprecated.c: replaced
2488           the whole module with just the entry points.
2489
2490 Fri Nov 30 18:59:50 CET 2001 Daniel Veillard <daniel@veillard.com>
2491
2492         * libxslt/transform.c: Nik Clayton found a bug introduced in
2493           1.0.8 when using doctypes for HTML output
2494
2495 Fri Nov 30 12:59:05 CET 2001 Daniel Veillard <daniel@veillard.com>
2496
2497         * libxslt/attributes.c libxslt/transform.c libxslt/xsltutils.c
2498           libxslt/xsltutils.h: revamped the mechanism to hook a debuger
2499           to use a callback setup function, deprecating libxsltbreakpoint
2500         * xsltproc/Makefile.am configure.in breakpoint/Makefile.am: removing
2501           dependancies on libxsltbreakpoint
2502
2503 Thu Nov 29 09:52:38 CET 2001 Daniel Veillard <daniel@veillard.com>
2504
2505         Build patch from  Peter Williams  <peterw@ximian.com>
2506         * breakpoint/Makefile.am (INCLUDES): meed $(top_builddir)/libxslt.
2507         * doc/Makefile.am ($(PAGES)): xslt.html and site.xsl live in
2508           $(srcdir), not the build directory.
2509
2510 Wed Nov 28 11:17:04 CET 2001 Daniel Veillard <daniel@veillard.com>
2511
2512         * doc/FAQ.html doc/site.xsl doc/*.html doc/Makefile.am: added an FAQ
2513
2514 Tue Nov 27 21:15:43 MST 2001 John Fleck <jfleck@inkstain.net>
2515
2516         * doc/xsltproc.xml, xsltproc.1, xsltproc.html - documenting new
2517         xsltproc return codes, per
2518         https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=56649 
2519
2520 Tue Nov 27 22:16:50 CET 2001 Daniel Veillard <daniel@veillard.com>
2521
2522         * libxslt/pattern.c: Marc Tardif provided a patch to use as
2523           much as 40 steps. A dynamic alloc would still be better
2524
2525 Mon Nov 26 21:45:07 CET 2001 Daniel Veillard <daniel@veillard.com>
2526
2527         * xsltproc/xsltproc.c: return useful code signaling error conditions
2528           closing #56649 (RH)
2529
2530 Mon Nov 26 13:14:14 CET 2001 Daniel Veillard <daniel@veillard.com>
2531
2532         * configure.in libxslt/xsltwin32config.h: preparing release of 1.0.8
2533
2534 Mon Nov 26 11:21:27 CET 2001 Daniel Veillard <daniel@veillard.com>
2535
2536         * libxslt/pattern.c: fixing bug #64044 reported by Gero Meißner,
2537           template matches compilation was failing to skip blanks bewteen
2538           consecutive predicates
2539
2540 Mon Nov 26 10:27:30 CET 2001 Daniel Veillard <daniel@veillard.com>
2541
2542         * Makefile.am configure.in breakpoint/Makefile.am libexslt/Makefile.am:
2543           updating Makefiles to fix the prelinking.
2544
2545 Sun Nov 25 15:52:38 CET 2001 Daniel Veillard <daniel@veillard.com>
2546
2547 * libxslt/transform.c: fixed a bug in the document extension
2548           element where the doctype infos were not taken into account.
2549
2550 Thu Nov 22 19:08:23 CET 2001 Daniel Veillard <daniel@veillard.com>
2551
2552         * libxslt/extra.c: fixed xsltDebug() to output with the normal
2553           error routines
2554         * tests/namespaces/*: updated the tests to separate stdout and
2555           stderr
2556         * libxslt/transform.c: increasing xsltMaxDepth to 5000
2557
2558 Thu Nov 22 12:09:56 CET 2001 Daniel Veillard <daniel@veillard.com>
2559
2560         * configure.in libexslt/Makefile.am: more Makefile fixups
2561
2562 Wed Nov 21 16:29:04 CET 2001 Daniel Veillard <daniel@veillard.com>
2563
2564         * configure.in libexslt/Makefile.am: trying to fix more Makefiles
2565           crapola
2566         * libxslt/transform.c: small fix.
2567
2568 Tue Nov 13 16:16:41 CET 2001 Daniel Veillard <daniel@veillard.com>
2569
2570         * vms/* Makefile.am: included OpenVMS port instructions from
2571           John A Fotheringham, integrated in the tar file.
2572
2573 Mon Nov 12 22:46:26 CET 2001 Daniel Veillard <daniel@veillard.com>
2574
2575         * win32/dsp/* xsltproc/xsltproc.c libxslt/transform.c: Patches
2576           from Igor for Windows
2577         * libxslt/xslt.h: try to fix the  LIBXSLT_PUBLIC mess
2578
2579 Sun Nov 11 21:15:05 CET 2001 Daniel Veillard <daniel@veillard.com>
2580
2581         * libxslt/transform.c: fixing bug #64298 reported by T. V. Raman
2582
2583 Sat Nov 10 14:01:44 CET 2001 Daniel Veillard <daniel@veillard.com>
2584
2585         * configure.in: preparing 1.0.7
2586         * libxslt.spec.in: cleanup similar to libxml2 one
2587         * breakpoint/*.[hc]: finished cleaning up contributed code
2588         * doc/*: updated and rebuilt the documentation
2589         * xsltproc/xsltproc.c: cleanup of the timing code
2590         * xsltproc/Makefile.am: auto* sucks
2591         * libxslt/transform.c: added a missing include
2592
2593 Mon Nov  5 14:29:26 CET 2001 Daniel Veillard <daniel@veillard.com>
2594
2595         * Makefile.am acconfig.h config.h.in configure.in 
2596           xsltproc/Makefile.am breakpoint/* libxslt/transform.[ch]
2597           libxslt/xsltconfig.h.in:  Applied Keith Isdale patch for
2598           the debugger support, make it the default, added the
2599           WITH_XSLT_DEBUGGER define to xsltconfig.h.in, small cleanups
2600
2601 Fri Nov  2 11:19:49 CET 2001 Daniel Veillard <daniel@veillard.com>
2602
2603         * libxslt/libxslt.h: make sure LIBXSLT_PUBLIC is defined
2604
2605 Thu Nov  1 15:15:39 CET 2001 Daniel Veillard <daniel@veillard.com>
2606
2607         * libxslt/xsltutils.c: handle indent=no when using an HTML
2608           output
2609         * tests/docbook/result/* tests/xmlspec/REC-xml-*.html: this
2610           modified the output of those test suites
2611
2612 Wed Oct 31 18:53:26 CET 2001 Daniel Veillard <daniel@veillard.com>
2613
2614         * xsltproc/xsltproc.c: cleanup, moved xsllNoNetExternalEntityLoader()
2615           to libxml and removed the --warnnet option
2616
2617 Tue Oct 30 19:32:08 CET 2001 Daniel Veillard <daniel@veillard.com>
2618
2619         * configure.in: applied patches from David Härdeman closing
2620           bug #62891
2621
2622 Tue Oct 30 15:25:19 CET 2001 Daniel Veillard <daniel@veillard.com>
2623
2624         * configure.in libxslt/xsltwin32config.h: preparing 1.0.6
2625         * libexslt/date.c: applied patch from Bruce Miller
2626         * doc/*: updated and rebuilt the docs
2627
2628 Fri Oct 26 14:12:14 CEST 2001 Daniel Veillard <daniel@veillard.com>
2629
2630         * win32/dsp/libexslt_a.dsp win32/dsp/libexslt_so.dsp
2631           win32/dsp/libxslt.def: updated with latest ZIP from Igor,
2632           made sure the .def is handled as binary
2633
2634 Fri Oct 26 11:37:01 CEST 2001 Daniel Veillard <daniel@veillard.com>
2635
2636         * win32/dsp/libxslt.def libxslt/xslt.h: applied Igor patches
2637           for Win32
2638         * doc/*.html doc/site.xsl: changed the site stylesheet a bit
2639
2640 Thu Oct 25 23:05:14 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
2641
2642         * libxslt/numbers.c: take NaN and infinity attributes of
2643           xsl:decimal-format into account. Closes #62577
2644
2645 Wed Oct 24 13:02:15 CEST 2001 Daniel Veillard <daniel@veillard.com>
2646
2647         * doc/*.html doc/site.xsl doc/Makefile.am: the web site
2648           is now extracted from the xslt.html flat file using
2649           the site stylesheet ... eat your own dogfood !
2650         * libxslt/transform.c libxslt/xsltutils.c: fixed the 
2651           HTML output to not generate a DOCTYPE if it should not
2652           i.e. no identifier nor version specified in the xsl:output
2653         * tests/multiple/out/*.orig tests/general/bug-11-.out 
2654           tests/general/bug-33-.out tests/general/bug-52.out
2655           tests/docbook/result/xtchunk/html/*.orig
2656           tests/docbook/result/html/gdp-handbook.html
2657           tests/XSLTMark/*.out: fixing xsl:output with method=html
2658           resulted in a number of small changes in the regression tests
2659           output
2660
2661 Fri Oct 19 16:46:06 CEST 2001 Daniel Veillard <daniel@veillard.com>
2662
2663         * libexslt/*.c libexslt/exsltconfig.h.in: moved the 
2664           config.h include out of exsltconfig.h since this header is
2665           exported and config.h is not.
2666
2667 Wed Oct 17 21:20:55 CEST 2001 Daniel Veillard <daniel@veillard.com>
2668
2669         * libxslt/attributes.c libxslt/extensions.c libxslt/preproc.c
2670           libxslt/transform.c libxslt/xsltutils.h: cleanup TODO into
2671           XSLT_TODO
2672
2673 Wed Oct 17 02:46:55 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
2674
2675         * libxslt/numbers.c: reworked internal representation of
2676           tokenized number format and parsing/tokenization. This fixes
2677           many bugs regarding separator and default tokens.
2678         * tests/REC/test-7.7-3.out: the fix changes the output of this
2679           test. It now complies to the XSLT spec (wow! ;o)
2680
2681 Tue Oct 16 11:25:15 CEST 2001 Daniel Veillard <daniel@veillard.com>
2682
2683         * xsltproc/Makefile.am configure.in config.h.in: trying to
2684           bypass libtool crazyness when compiling in my debug environment
2685         * libxslt/templates.c: fix a compilation problem due to recent
2686           libxml changes
2687
2688 Sun Oct 14 17:17:03 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
2689
2690         * libxslt/numbers.c tests/REC/test-7.7-4.out: implement initial
2691           non-alphanumeric token handling in number formatting.
2692
2693 Wed Oct 10 11:58:41 CEST 2001 Daniel Veillard <daniel@veillard.com>
2694
2695         * configure.in: releasing 1.0.5
2696         * doc/xslt.html doc/html/*: updated and rebuilt the docs
2697
2698 Wed Oct 10 00:10:01 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
2699
2700         * tests/REC/test-7.7-4.out: fixed a typo
2701         
2702 Tue Oct  9 22:59:00 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
2703
2704         * libexslt/saxon.c: fixed a typo and improved handling of
2705           non-XPath-expression arguments.
2706         * libexslt/strings.c: fixed a bug in tokenize: function was using
2707           tctxt->output instead of tctxt->document->doc.
2708         * libxslt/transform.c: fixed a bug in xsltDefaultProcessOneNode
2709           which was using variable "node" instead of "cur"
2710
2711 Tue Oct  9 19:51:48 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
2712
2713         * libxslt/extra.[ch]: removed older SAXON extensions
2714           implementations from Darren Graves.
2715         * libexslt/date.c: applied patch from Charlie Bozeman to fix
2716           a bug with time zone offset on Linux.
2717
2718 Tue Oct  9 13:02:46 CEST 2001 Daniel Veillard <daniel@veillard.com>
2719
2720         * libxslt/documents.c libxslt/extra.c libxslt/transform.[ch]:
2721           strip-space should also be applied to document imported
2722           at run-time.
2723
2724 Tue Oct  9 12:36:53 CEST 2001 Daniel Veillard <daniel@veillard.com>
2725
2726         * libxslt/imports.[ch] libxslt/transform.c libxslt/xslt.c:
2727           rewrote the way strip-space gets applied. Closes bugs #61962
2728         * tests/docs/Makefile.am tests/docs/bug-66.xml
2729           tests/general/Makefile.am tests/general/bug-66.*: added a 
2730           specific example in the regression tests
2731
2732 Mon Oct  8 11:27:52 CEST 2001 Daniel Veillard <daniel@veillard.com>
2733
2734         * libxslt/xslt.c: Fixing bug #61913
2735         * libxslt/transform.c: removing a small memleak when running with
2736           the profiler.
2737
2738 Sun Oct  7 18:53:34 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
2739
2740         * libexslt/saxon.c libexslt/Makefile.am libexslt/exslt.[ch]:
2741           added implementation of SAXON expression(), eval() and
2742           evaluate() functions.
2743           See http://saxon.sourceforge.net/saxon6.4.4/extensions.html
2744         * tests/extension/evaluate.xsl tests/extension/list.{xsl,out}:
2745           modified to use SAXON namespace (functions are not registered
2746           in the LibXSLT namespace)
2747         * tests/exslt/common/object-type.1.out: modified to take account
2748           of the new saxon:expression function
2749
2750 Sun Oct  7 13:15:33 CEST 2001 Daniel Veillard <daniel@veillard.com>
2751
2752         * libxslt/numbers.c: fixed bug #61070, number ANY formatting 
2753           should be faster too.
2754         * tests/docbook/result/xtchunk/html/* tests/xmlspec/REC-xml-20001006*.html:
2755           updated the result of the tests. A subtle bug unnnoticed yet
2756           in the XML Rec formatting got fixed.
2757
2758 Sat Oct  6 19:45:07 CEST 2001 Daniel Veillard <daniel@veillard.com>
2759
2760         * libxslt/numbers.c: trying to fix bug #61070, seems there
2761           is still a couple of problem left. And optimizations are
2762           certainly needed.
2763
2764 Sat Oct  6 15:10:16 CEST 2001 Daniel Veillard <daniel@veillard.com>
2765
2766         * libxslt/variables.c: fixing bug #61673 part II
2767         * tests/docs/Makefile.am tests/docs/bug-65.xml
2768           tests/general/Makefile.am tests/general/bug-65.*: added a 
2769           specific example in the regression tests
2770
2771 Sat Oct  6 12:41:37 CEST 2001 Daniel Veillard <daniel@veillard.com>
2772
2773         * libxslt/pattern.c: fixed bug #61627
2774         * tests/docs/Makefile.am tests/docs/bug-64.xml
2775           tests/general/Makefile.am tests/general/bug-64.*: added a 
2776           specific example in the regression tests
2777         * tests/docs/Makefile.am tests/docs/bug-63.xml
2778           tests/general/Makefile.am tests/general/bug-63.*: added a 
2779           specific example in the regression tests for bug #61291
2780           (fixed in libxml2 module)
2781         * tests/reports/Makefile.am tests/reports/undefvar.*: added
2782           a test for handling undefined variables
2783
2784 Thu Oct  4 15:49:57 CEST 2001 Daniel Veillard <daniel@veillard.com>
2785
2786         * configure.in xslt-config.in: trying to fix bug #60890
2787
2788 Thu Oct  4 15:28:25 CEST 2001 Daniel Veillard <daniel@veillard.com>
2789
2790         * configure.in: applied patch to close bug #60724
2791
2792 Tue Oct  2 21:38:23 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
2793
2794         * libexslt/date.c: applied patch from Charlie Bozeman that fixes
2795           a bug in DAY_IN_WEEK and implements the date:week-in-month function
2796
2797 Tue Oct  2 17:11:15 CEST 2001 Daniel Veillard <daniel@veillard.com>
2798
2799         * libxslt/extra.[ch] tests/extensions/list.*
2800           tests/extensions/evaluate.*: applied patch from Darren Graves
2801           adding support for Saxon's evaluate & expression extension functions
2802           http://users.iclway.co.uk/mhkay/saxon/saxon6.3/extensions.html
2803
2804 Mon Oct  1 17:18:32 CEST 2001 Daniel Veillard <daniel@veillard.com>
2805
2806         * libxslt/xsltwin32config.h.in win32/dsp/libexslt_*.dsp: applied
2807           patches from Igor for Windows.
2808
2809 Tue Sep 18 11:48:20 CEST 2001 Daniel Veillard <daniel@veillard.com>
2810
2811         * libxslt/xslt.c: fixed bug #60624
2812         * libxslt/xsltutils.c: improver the error context reporting
2813         * tests/reports/Makefile.am tests/reports/tst-2.*: added a
2814           specific regression test
2815         * xsltproc/xsltproc: free the stylesheet if it contained an error.
2816
2817 Mon Sep 17 14:45:48 CEST 2001 Daniel Veillard <daniel@veillard.com>
2818
2819         * libxslt/variables.c: fixed a problem with global var override
2820           being reported as an error.
2821         * tests/docs/Makefile.am tests/docs/bug-61.xml
2822           tests/general/Makefile.am tests/general/bug-61.*: added a 
2823           specific example in the regression tests
2824         * configure.in tests/Makefile.am tests/reports/*: adding a test
2825           to make sure redefinition of global variables in the same stylesheet
2826           are still reported
2827
2828 Sat Sep 15 17:32:16 CEST 2001 Daniel Veillard <daniel@veillard.com>
2829
2830         * libxslt/extra.c: okay the code from Norm is really non
2831           portable and break everywhere except on Sun and Linux
2832           platform. Compile it only on those targets.
2833
2834 Sat Sep 15 06:25:02 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
2835
2836         * libexslt/date.c: fixed some bugs (reported by Charles Bozeman
2837           and Justin Fletcher)
2838
2839 Fri Sep 14 15:22:30 CEST 2001 Daniel Veillard <daniel@veillard.com>
2840
2841         * libxslt/numbers.c: Fixing bug #60415 
2842         * tests/docs/Makefile.am tests/docs/bug-61.xml
2843           tests/general/Makefile.am tests/general/bug-61.*: added a 
2844           specific example in the regression tests
2845
2846 Fri Sep 14 12:42:22 CEST 2001 Daniel Veillard <daniel@veillard.com>
2847
2848         * tests/docbook/result/*: the change in libxml to output
2849           decimal charrefs instead of hexadecimal changed a lot of
2850           docbook results
2851
2852 Thu Sep 13 15:30:01 CEST 2001 Daniel Veillard <daniel@veillard.com>
2853
2854         * libxslt.spec.in doc/Makefile.am: install xsltproc man page
2855
2856 Wed Sep 12 21:09:53 CEST 2001 Daniel Veillard <daniel@veillard.com>
2857
2858         * configure.in: preparing for 1.0.4
2859         * doc/xslt.html doc/html/*: updated and regenerated docs
2860
2861 Wed Sep 12 18:10:33 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
2862
2863         * libexslt/date.c: fixed some compile warnings and disabled
2864           debugging by default.
2865
2866 Wed Sep 12 17:00:53 CEST 2001 Daniel Veillard <daniel@veillard.com>
2867
2868         * win32/dsp/libxslt.def libxslt/variables.[ch]: trying to
2869           incorporate comments from bug #59220
2870
2871 Wed Sep 12 05:51:32 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
2872
2873         * configure.in libexslt/date.c libexslt/Makefile.am
2874           libexslt/exslt.[ch] libexslt/.cvsignore: added implementation
2875           of the EXSLT - Dates and Times core functions.
2876           The exsltDateFormat* functions need to be reworked but it
2877           works like this, even if it's quite messy.
2878         * tests/exslt/strings/.cvsignore: added
2879
2880 Tue Sep 11 14:48:43 CEST 2001 Daniel Veillard <daniel@veillard.com>
2881
2882         * xsltproc/xsltproc.c: tell in usage that parameter strings
2883           need to be quoted 
2884
2885 Tue Sep 11 13:42:49 CEST 2001 Daniel Veillard <daniel@veillard.com>
2886
2887         * libxslt/Makefile.am libxslt/transform.c: trying to close
2888           bug #60304 on xsl:fallback usage
2889         * tests/docs/Makefile.am tests/docs/bug-60.xml
2890           tests/general/Makefile.am tests/general/bug-60.*: added a 
2891           specific example in the regression tests
2892
2893 Tue Sep 11 13:02:34 CEST 2001 Daniel Veillard <daniel@veillard.com>
2894
2895         * tests/documents/Makefile.am tests/documents/*: changed the
2896           test to use doc%5Ffile instead of doc%20file, this is 
2897           sufficient to preserve the test capacities while closing
2898           bug #60090
2899
2900 Tue Sep 11 12:33:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
2901
2902         * libxslt/extra.c : close #59570 by simply not providing
2903           Norm's extension on FreeBSD.
2904         * tests/general tests/docs: added a couple of new entries
2905           in the testsuite
2906         * libexslt/strings.c: NULL initialized a local variable
2907           which was tested later on.
2908
2909 Mon Sep 10 22:52:44 CEST 2001 Daniel Veillard <daniel@veillard.com>
2910
2911         * libxslt/pattern.c tests/docbook/result/fo/*: applied fix from
2912           #60143 and rebuilt the FO test outputs
2913
2914 Mon Sep 10 19:38:54 CEST 2001 Daniel Veillard <daniel@veillard.com>
2915
2916         * libxslt/attributes.c libxslt/transform.c: fixed bug #59757
2917           on inheritance of attributes from multiple attributes-sets
2918
2919 Mon Sep  3 02:14:58 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
2920
2921         * libexslt/Makefile.am libexslt/exslt.[ch] libexslt/strings.c:
2922           added implementation of EXSLT - Strings.
2923           Currently implemented functins are str:tokenize, str:align
2924           str:concat and str:padding.
2925         * configure.in tests/exslt/Makefile.am
2926           tests/exslt/strings/Makefile.am
2927           tests/exslt/strings/tokenize.1.*: added a test for the
2928           str:tokenize function.
2929
2930 Fri Aug 31 13:51:53 CEST 2001 Daniel Veillard <daniel@veillard.com>
2931
2932         * libxslt/libxslt.4 libexslt/libexslt.4 libxslt/Makefile.am
2933           libexslt/Makefile.am: added man pages provided by Heiko Rupp
2934
2935 Wed Aug 29 21:23:54 MDT 2001 John Fleck <jfleck@inkstain.net>
2936
2937         * doc/tutorial/libxslttutorial.xml, libxslttutorial.html - update
2938         tutorial text to add references to global variables cleanups
2939
2940 Wed Aug 29 21:05:43 MDT 2001 John Fleck <jfleck@inkstain.net>
2941
2942         * doc/xsltproc.1 - added xsltproc man page (note: this has not
2943         been added into the build yet)
2944
2945 Wed Aug 29 22:58:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
2946
2947         * doc/tutorial/libxslt_tutorial.c doc/tutorial/libxslttutorial.html
2948           doc/tutorial/libxslttutorial.xml: added global variables cleanups
2949           to the example.
2950         * tests/documents/Makefile.am: mjcox pointed to some missing files
2951
2952 Wed Aug 29 15:32:52 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
2953
2954         * libexslt/common.c: fixed a bug in exsltNodeSetFunction
2955
2956 Wed Aug 29 15:18:28 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
2957
2958         * libexslt/common.c: implemented version 3 of the exslt:node-set()
2959           function.
2960         * tests/exslt/common/Makefile.am
2961           tests/exslt/common/node-set.3.{xml,xsl,out}: added a test
2962
2963 Mon Aug 27 08:27:21 MDT 2001 John Fleck <jfleck@inkstain.net>
2964
2965         * adding doc/xsltproc.html - html generated from xsltproc.xml,
2966         update doc/xslt.html with link to xsltproc.html
2967
2968 Mon Aug 27 08:21:47 MDT 2001 John Fleck <jfleck@inkstain.net>
2969
2970         * adding doc/xsltproc.xml - user manual for xsltproc
2971         
2972 Sun Aug 26 20:52:02 CEST 2001 Daniel Veillard <daniel@veillard.com>
2973
2974         * libxslt/numbers.c libxslt/xslt.c: removed a couple of
2975           warning raised by the Windows compiler (Chris Poblete)
2976
2977 Fri Aug 24 01:15:24 CEST 2001 Daniel Veillard <daniel@veillard.com>
2978
2979         * libxslt/functions.h libxslt/preproc.c libxslt/transform.c:
2980           closed bugs #59212 and #59220
2981
2982 Thu Aug 23 23:18:44 CEST 2001 Daniel Veillard <daniel@veillard.com>
2983
2984         * config.h.in configure.in xsltproc/xsltproc.c: complete test
2985           of a DocBook XSLt transform with --nonet, need stat(), added
2986           checking in configure.
2987
2988 Thu Aug 23 17:37:40 CEST 2001 Daniel Veillard <daniel@veillard.com>
2989
2990         * xsltproc/xsltproc.c: catalog integration, cleanup with
2991           the --nonet option closing #59427
2992         * libxslt/xslt.c: removed a small memleak when using a 
2993           stylesheet PI
2994
2995 Tue Aug 21 13:17:19 CEST 2001 Daniel Veillard <daniel@veillard.com>
2996
2997         * //Makefile.am : fixed an error I propagated to nearly all
2998           Makefiles.am on Saturday
2999
3000 Tue Aug 21 13:10:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
3001
3002         * libexslt/math.c libxslt/numbers.c: use xmlXPathIsNaN() and
3003           xmlXPathIsInf()
3004         * libxslt/pattern.c: tag a potential threading problem.
3005
3006 Tue Aug 21 11:18:45 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
3007
3008         * libxslt/numbers.c libexslt/math.c: Re-worked NaN and Inf
3009           support.
3010
3011 Sat Aug 18 15:57:46 CEST 2001 Daniel Veillard <daniel@veillard.com>
3012
3013         * //Makefile.am : fixed a number of small problems with
3014           Makefiles spotted by Albert Chin
3015
3016 Thu Aug 16 14:37:55 CEST 2001 Daniel Veillard <daniel@veillard.com>
3017
3018         * win32/dsp/libxslt.def: minimal changes to compile 1.0.2 on
3019           Windows/MSC
3020
3021 Thu Aug 16 12:58:11 CEST 2001 Daniel Veillard <daniel@veillard.com>
3022
3023         * libxslt/extensions.c: fixed a permutation of args to
3024           xsltPrintErrorContext()
3025
3026 Wed Aug 15 15:19:14 CEST 2001 Daniel Veillard <daniel@veillard.com>
3027
3028         * Makefile.am config.h.in configure.in libxslt/xsltwin32config.h:
3029           release of 1.0.2
3030         * tests/docs/Makefile.am libexslt/Makefile.am
3031           tests/documents/Makefile.am tests/general/Makefile.am
3032           xsltproc/Makefile.am: cleaning of Makefiles pointed out
3033           by make distcheck
3034
3035 Wed Aug 15 13:54:41 CEST 2001 Daniel Veillard <daniel@veillard.com>
3036
3037         * libxslt/functions.h libxslt/transform.c: a bit of cleanup
3038
3039 Wed Aug 15 12:06:43 CEST 2001 Daniel Veillard <daniel@veillard.com>
3040
3041         * libexslt/common.c libexslt/math.c libxslt/Makefile.am
3042           libxslt/libxslt.h libxslt/xsltconfig.h.in: cleanup of includes
3043           export xsltconfig.h at make install stage
3044
3045 Tue Aug 14 20:51:09 MDT 2001 John Fleck <jfleck@inkstain.net>
3046
3047         * doc/xslt.html updated xsltproc description with the many new
3048           command line options Daniel has added, cleaned up some spelling
3049
3050 Tue Aug 14 18:41:02 CEST 2001 Daniel Veillard <daniel@veillard.com>
3051
3052         * libxslt/extra.c libxslt/keys.c libxslt/templates.c 
3053           libxslt/transform.c libxslt/variables.c libxslt/xsltutils.c:
3054           serious changes on Result Value Trees and NodeSets
3055           w.r.t. deallocation and collect operations. Probably not
3056           100% clean (merge of allocated trees smells like a problem).
3057           Seems sufficient to close #58943 . Also check if XPath evaluations
3058           failed, and in this case stops the processing and avoid
3059           going further, goal is to not segfault on broken XSLT.
3060
3061 Tue Aug 14 15:32:08 CEST 2001 Daniel Veillard <daniel@veillard.com>
3062
3063         * libxslt/pattern.c libxslt/transform.c: trying to kill bug #58878,
3064           some associated serious cleanup in the pattern code.
3065         * tests/docbook/result/*: regenerated all the results for the
3066           docbook testsuite. Seems killing #58878 also changes the
3067           fo results seriously.
3068         * tests/docs/Makefile.am tests/docs/bug-5[56].xml 
3069           tests/general/Makefile.am tests/general/bug-5[56].*: added
3070           2 more tests
3071
3072 Tue Aug 14 05:01:30 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
3073
3074         * libxslt/xslt.c libxslt/xsltInternals.h libxslt/transform.c
3075           libxslt/extra.[ch] libxslt/extensions.c libxslt/preproc.[ch]:
3076           fixed compilation warnings due to recent changes to the extension
3077           framework.
3078         * libxslt/preproc.[ch] libexslt/common.c
3079           fixed the precomputation of *:document elements
3080         * libxslt/functions.h: fixed a compilation warning
3081
3082 Mon Aug 13 11:41:02 CEST 2001 Daniel Veillard <daniel@veillard.com>
3083
3084         * libxslt/xsltutils.c: applied fix suggested by Tom Moog
3085           for xsltTimeStamp() in bug report #58012
3086
3087 Sun Aug 12 21:53:13 CEST 2001 Daniel Veillard <daniel@veillard.com>
3088
3089         * libxslt/functions.c libxslt/keys.c libxslt/transform.c 
3090           libxslt/xsltutils.h: cleaned up the code w.r.t. handling
3091           of 'non-standard' libxml element like namespace nodes.
3092         * tests/docs/Makefile.am tests/docs/bug-54.xml
3093           tests/general/Makefile.am tests/general/bug-54.*: added a 
3094           specific example in the regression tests
3095
3096 Wed Aug  8 22:57:05 CEST 2001 Daniel Veillard <daniel@veillard.com>
3097
3098         * HACKING: added John Fleck right to commit in the doc subdir
3099
3100 Tue Aug  7 03:11:31 CEST 2001 Daniel Veillard <daniel@veillard.com>
3101
3102         * xsltproc/xsltproc.c: for heriting defaulted atts from the DTD
3103         * tests/docs/Makefile.am tests/docs/bug-52.xml tests/docs/bug-53.xml
3104           tests/general/Makefile.am tests/general/bug-52.*
3105           tests/general/bug-53.*: Added a few new tests for recently fixed
3106           stuff in libxml
3107         * tests/xmlspec/REC-xml-20001006-review.html
3108           tests/xmlspec/REC-xml-20001006.html: inheriting default attrs from
3109           DTD changed the result by adding extra attributes to the HTML output
3110
3111 2001-08-06  Peter Williams  <peterw@ximian.com>
3112
3113         * libexslt/Makefile.am, xsltproc/Makefile.am: Fixes for compiling
3114         when srcdir != builddir.
3115
3116 Sun Aug  5 09:37:14 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
3117
3118         * libxslt/extensions.[ch] libxslt/preproc.[ch] libxslt/transform.c
3119           libxslt/xslt.c libxslt/xsltInternals.h: modified extension framework
3120           to easify extension element precomputation.
3121         * libexslt/functions.c: uses the new framework and precomputes
3122           func:result elements.
3123
3124 Sat Aug  4 20:42:32 CEST 2001 Daniel Veillard <daniel@veillard.com>
3125
3126         * libxslt/transform.c: bug fix on output="text" from Nicolas Marsgui
3127
3128 Fri Aug  3 14:23:25 CEST 2001 Daniel Veillard <daniel@veillard.com>
3129
3130         * tests/general/bug-21-.out tests/general/bug-31-.out:
3131           this got fixed by libxml patches
3132         * win32/readme.msvc win32/dsp/* xsltproc/xsltproc.c
3133           Makefile.am libexslt/exslt.[ch] libexslt/exsltconfig.h.in
3134           libexslt/functions.c libexslt/math.c libxslt/win32config.h
3135           libxslt/xsltconfig.h.in libxslt/xsltutils.h
3136           libxslt/xsltwin32config.h libxslt/xsltwin32config.h.in:
3137           Applied Igor  Zlatkovic Win32 Facelift No.2 patch, and fixed
3138           a few things related to those changes.
3139
3140 Wed Aug  1 13:58:21 CEST 2001 Daniel Veillard <daniel@veillard.com>
3141
3142         * libxslt/xsltutils.c: well one need one \n after DOCTYPE
3143         * test//*/*.out: the output of some tests changed, looks better
3144           actually
3145
3146 Wed Aug  1 13:21:18 CEST 2001 Daniel Veillard <daniel@veillard.com>
3147
3148         * libxslt/xsltutils.c: avoid extra \n when serializing top
3149           text nodes.
3150
3151 Wed Aug  1 10:37:50 CEST 2001 Daniel Veillard <daniel@veillard.com>
3152
3153         * libxslt/extra.c: one more revision on Norm's localTime() function
3154
3155 Wed Aug  1 01:37:41 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
3156
3157         * libexslt/sets.c: fixed bugs in exsltTrailingFunction and
3158           exsltLeadingFunction when passing an empty node-set as the
3159           second argument
3160         * libxslt/functions.[ch]: gave priority to context-level functions
3161           over extension module functions. This allows a function declared
3162           with a func:function element to override an extension module
3163           function for example. This is a bit hackish...
3164         * tests/exslt/sets/{lead,trail}ing.1.out: fixed errors. The result
3165           values didn't conform to the expected values. This is a bug in
3166           the EXSLT official use cases.
3167
3168 Tue Jul 31 23:53:55 CEST 2001 Daniel Veillard <daniel@veillard.com>
3169
3170         * config.h.in configure.in libxslt/extra.c: tried to integrate
3171           Norm's implemntation of localTime()
3172
3173 Tue Jul 31 03:47:10 EDT 2001 Daniel Veillard <daniel@veillard.com>
3174
3175         * libxslt/extra.c: fixed a serious proble is node-set was called
3176           on a nodeset
3177         * tests//*/Makefile.am: fixed the rule to rebuild xsltproc
3178
3179 Lun Jul 30 05:47:43 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
3180
3181         * libexslt/functions.c: fixed memory leaks
3182         
3183 Sun Jul 29 08:37:59 EDT 2001 Daniel Veillard <daniel@veillard.com>
3184
3185         * libexslt/functions.c libxslt/extensions.[ch] libxslt/extensions.h
3186           libxslt/xslt.[hc] libxslt/xsltInternals.h xsltproc/xsltproc.c:
3187           more cleanup of the problems introduced with EXSLT, also closes
3188           bug #58180
3189
3190 Sat Jul 28 08:25:05 MDT 2001 John Fleck <jfleck@inkstain.net>
3191
3192         * doc/internals.html - general cleanup
3193
3194 Fri Jul 27 04:00:38 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
3195
3196         * configure.in tests/Makefile.am tests/exslt/*: added some tests
3197           to check EXSLT conformance
3198         * libexslt/sets.c: fixed a typo when registering has-same-node
3199
3200 Fri Jul 27 12:33:52 EDT 2001 Daniel Veillard <daniel@veillard.com>
3201
3202         * libxslt/extensions.c xsltproc/xsltproc.c: quick cleanup
3203           of memory allocations, raise a bug in the test suite, also
3204           need to be centralized as a single cleanup function.
3205
3206 Fri Jul 27 10:50:39 EDT 2001 Daniel Veillard <daniel@veillard.com>
3207
3208         * libxslt/transform.[ch]: applied changes from Tom Moog #58002
3209         * libexslt/functions.c libxslt/documents.c libxslt/extensions.c:
3210           Some cleanup, there is still a memory leak left and some warnings
3211           in libexslt.
3212
3213 Thu Jul 26 19:05:48 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
3214
3215         * libxslt/extensions.[ch] libxslt/functions.[ch] libxslt/preproc.c
3216           libxslt/transform.[ch] libxslt/variables.c libxslt/xslt.c 
3217           libxslt/xsltInternals.h: new extension framework.
3218           Added stylesheet module data, top-level and extension elements
3219           precomputing, global registration of top-level elements and 
3220           extension elements and functions.
3221           Extensions are no longer initialized from extension-element-prefixes
3222           declarations but when modules need the data.
3223           init/shutdown functions registered with xsltRegisterExtModule{,Full}
3224           only allocate and free module data, they shouldn't register the
3225           elements and functions any more.
3226         * libxslt/xsltutils.c: fixed a bug in xsltPrintErrorContext when
3227           @node wasn't NULL.
3228         * libxslt/xslt.c: fixed xsltPrecomputeStylesheetTop which allowed
3229           non-XSLT top-level elements before any xsl:import element.
3230         * libexslt/common.c libexslt/functions.c libexslt/math.c
3231           libexslt/sets.c: adapted to use the new extension framework.
3232         * libxslt/functions.c libxslt/extensions[ch] xsltproc/xsltproc.c:
3233           moved the test module from functions.c to extensions.[ch],
3234           modified it to use the new extension framework. Updated xsltproc
3235           to register the test module.
3236
3237 Thu Jul 26 10:20:19 EDT 2001 Daniel Veillard <daniel@veillard.com>
3238
3239         * libxslt/pattern.c: fixed an ugly problem with namespaces
3240           in templates compilation
3241         * tests/namespaces/tst4.*: added a specific testcase
3242         * libxslt/transform.c: reenabled debug
3243
3244 Tue Jul 24 17:45:22 CEST 2001 Daniel Veillard <daniel@veillard.com>
3245
3246         * configure.in libxslt.spec.in libxslt/xsltwin32config.h:
3247           releasing 1.0.1
3248         * doc/html/*.html: updated the docs.
3249         * xsltproc/xsltproc.c: activate line numbering unfortunately
3250           this works only with CVS, libxml2-2.4.1 is broken in this respect
3251
3252 Mon Jul 23 23:35:00 HKT 2001 William M. Brack <wbrack@mmm.com.hk>
3253
3254         * libxslt/documents.c enhancement to xsltFindDocument to
3255           cater for the Matt Sergeant patch
3256
3257 Mon Jul 23 09:32:27 MDT 2001 John Fleck <jfleck@inkstain.net>
3258
3259         * updating libxslt tutorial to include param support
3260
3261 Mon Jul 23 20:12:38 CEST 2001 Daniel Veillard <daniel@veillard.com>
3262
3263         * libexslt/math.c: small cleanup
3264         * libxslt/functions.c: patch to document('') from Matt Sergeant
3265         * libxslt/xsltInternals.h libxslt/xsltutils.[ch]: profiler on Windows
3266           c.f. bug #57464 from Tom Moog
3267
3268 2001-07-19  Darin Adler  <darin@bentspoon.com>
3269
3270         * configure.in: Add HTML_DIR definition.
3271         * xsltproc/.cvsignore: Ignore some generated files.
3272
3273 2001-07-18  Peter Williams  <peterw@ximian.com>
3274
3275         * xsltproc/Makefile.am (INCLUDES): Fix compiling when
3276         srcdir != builddir.
3277
3278 2001-07-17  Thomas Broyer <tbroyer@ltgt.net>
3279
3280         * libexslt/.cvsignore libexslt/Makefile.am libexslt/utils.[ch]
3281           libexslt/common.c libexslt/functions.c libexslt/math.c
3282           libexslt/sets.c: removed utils.[ch] as their content is
3283           integrated in libxml
3284         * libexslt/sets.c: uses the new libxml functions
3285         * libxslt/extra.[ch]: removed exsl:document
3286         * AUTHORS: added /me
3287
3288 2001-07-16  Thomas Broyer <tbroyer@ltgt.net>
3289
3290         * libexslt/.cvsignore: some more generated files to ignore
3291         * libexslt/Makefile.am: utils.h not installed anymore
3292         * libexslt/common.c libexslt/exslt.[ch] libexslt/functions.c
3293           libexslt/math.c libexslt/sets.c:
3294           changed function prefix from exsl* to exslt*
3295           {common.c,exslt.c} moved exsltLib{rary,exslt,xslt,xml}Version
3296           from common.c to exslt.c
3297           {common.c} removed exslNodeSetFunction, uses xsltFunctionNodeSet
3298           instead
3299         * libxslt/extra.c: fixed xsltFunctionNodeSet to accept
3300           XPATH_NODESET arguments in addition to XPATH_XSLT_TREE
3301         * xsltproc/xsltproc.c: updated to use the new function prefix
3302
3303 2001-07-15  Darin Adler  <darin@bentspoon.com>
3304
3305         * libxslt/.cvsignore:
3306         * tests/XSLTMark/.cvsignore:
3307         * tests/extensions/.cvsignore:
3308         * tests/xmlspec/.cvsignore:
3309         Some more generated files to ignore.
3310
3311 Mon Jul 16 14:26:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
3312
3313         * Makefile.am configure.in libexslt/Makefile.am:
3314           Integration of libexslt in the build system
3315         * libxslt/Makefile.am libxslt/xsltproc.c libxslt/xsltutils.c
3316           xsltproc/Makefile.am xsltproc/xsltproc.c:
3317           Moved xsltproc to a separate directory, linked it to libexslt,
3318           and added exslt version reports to -V
3319         * tests/*/Makefile.am: updated the path to xsltproc
3320         * libexslt/common.c libexslt/exslt.h libexslt/exsltconfig.h.in
3321           libexslt/functions.c libexslt/math.c libexslt/sets.c: added
3322           versionning informations, some cleanup, and added documentation
3323           to a couple of exported functions
3324
3325 Sun Jul 15 15:27:47 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
3326
3327         * libexslt/Makefile.am: account for new source files
3328         * libexslt/.cvsignore: added
3329
3330 Sun Jul 15 05:02:50 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
3331
3332         * libexslt/exslt.[hc] libexslt/common.[hc] libexslt/functions.[hc]
3333           libexslt/math.[hc] libexslt/sets.[hc] libexslt/utils.[hc]:
3334           start implementing EXSLT
3335
3336 Sun Jul 15 16:01:55 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
3337
3338         * libxslt/numbers.c libxslt/numbersInternals.h libxslt/preproc.c:
3339           trying to accept AVT for "format" in xsl:number
3340
3341 Fri Jul 13 16:57:08 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
3342
3343         * win32/libxslt/libxslt.defs: trying to close #57460 by adding
3344           xsltProfileStylesheet
3345
3346 Thu Jul 12 21:31:06 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
3347
3348         * libxslt/documents.c libxslt/extensions.c libxslt/extra.c
3349           libxslt/functions.c libxslt/imports.c libxslt/keys.c
3350           libxslt/namespaces.c libxslt/numbers.c libxslt/pattern.c
3351           libxslt/preproc.c libxslt/templates.c libxslt/transform.c
3352           libxslt/variables.c libxslt/xslt.c: provide context for
3353           error messages. Requires libxml head changes.
3354         * libxslt/xsltutils.c libxslt/xsltutils.h: fixed a --profile
3355           problem
3356
3357 Wed Jul 11 00:32:21 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
3358
3359         * libexslt/Makefile.am: initial EXSLT framework
3360
3361 Tue Jul 10 18:03:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
3362
3363         * configure.in libxslt/xsltwin32config.h: releaseing 1.0.0
3364         * win32/libxslt/libxslt.def: added another entry point
3365         * libxslt/transform.c: fixed a comment block
3366         * doc/xslt.html doc/html/*: updated and regenerated the docs
3367
3368 Tue Jul 10 17:25:59 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
3369
3370         * win32/libxslt/libxslt.def: added missing functions
3371
3372 Tue Jul 10 16:48:43 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
3373
3374         * FEATURES libxslt/xsltproc.c libxslt/transform.c
3375           libxslt/xsltInternals.h: added Embedding Stylesheets
3376         * tests/REC/Makefile.am tests/REC/stand-2.7-1.*: added the test
3377           from the REC about it
3378         * libxslt/transform.c libxslt/extra.[ch] libxslt/preproc.c:
3379           tried to accomodate the various (and changing) proprietary
3380           ways of implementing chunking.
3381         * tests/docbook/result/xtchunk/html: now output is generated in
3382           ISO-8859-1
3383
3384 Mon Jul  9 23:23:50 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
3385
3386         * libxslt/xsltproc.c: small cleanup
3387         * libxslt/transform.c libxslt/xslt.c : patch from Michal Sajdak
3388           for cdata/text handling
3389
3390 Mon Jul  9 22:02:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
3391
3392         * libxslt/xsltutils.c: small fix for xsl:message by Stephane GUIBOU
3393         * tests/documents/Makefile.am tests/documents/message.*: added
3394           a specific regression test
3395         * libxslt/transform.c: fixed an infinite loop
3396         * configure.in doc/Makefile.am: attempt to add --with-html-dir,
3397           this may work
3398
3399 Mon Jul  9 15:55:14 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
3400
3401         * libxslt/transform.c libxslt/xslt.c libxslt/xsltInternals.h:
3402           fixed exclude-result-prefixes handling and how namespaces
3403           propagate from the stylesheet to the result in general, this
3404           is a serious cleanup.
3405         * tests/general/bug-3[67]-inc.xsl tests/general/bug-6-.xsl
3406           tests/general/itemschoose.out tests/namespaces/extra.xsl
3407           tests/REC/test-10-1.xsl tests/REC/test-10-2.xsl
3408           tests/REC/test-11.2-1.xsl tests/REC/test-11.2-2.xsl
3409           tests/REC/test-11.2-6.xsl tests/REC/test-15-1.xsl
3410           tests/REC/test-16.1-1.xsl tests/REC/test-16.1-2.xsl
3411           tests/REC/test-5.4-1.out tests/REC/test-5.4-2.out
3412           tests/REC/test-5.4-3.out tests/REC/test-5.4-4.out
3413           tests/REC/test-7.1.1-2.out tests/REC/test-7.1.1-2.xsl
3414           tests/REC/test-7.1.1-3.out tests/REC/test-7.1.1-3.xsl
3415           tests/REC/test-7.1.1.out tests/REC/test-7.1.3.xsl
3416           tests/REC/test-7.3.xsl tests/REC/test-7.4.xsl
3417           tests/REC/test-7.6.1-1.xsl tests/REC/test-7.6.1-2.xsl
3418           tests/REC/test-7.6.1-3.xsl tests/REC/test-7.6.2-1.xsl:
3419           fixed and rechecked all the tests where the namespace
3420           propagation was wrong either taht the rules were not applied
3421           correctly or that superfluous namespaces were declared in the
3422           stylesheets
3423
3424 Sun Jul  8 22:12:02 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
3425
3426         * libxslt/extra.c libxslt/functions.c libxslt/transform.[ch]
3427           libxslt/variables.h: Norm pointed out that element-available()
3428           didn't work, implemented it
3429         * tests/extensions/Makefile.am tests/extensions/list.*: added
3430           a test for all registered xslt element, function and default
3431           extensions.
3432
3433 Sun Jul  8 20:44:25 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
3434
3435         * tests/documents/Makefile.am 'tests/documents/doc file.xml'
3436           tests/documents/docfile.xml tests/documents/test.result
3437           tests/documents/test.xml tests/documents/test.xsl:
3438           added a test for URI-escaping on document() input
3439
3440 Sun Jul  8 16:34:07 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
3441
3442         * tests/docs/Makefile.am tests/general/Makefile.am
3443           tests/general/bug-49-* tests/docs/bug-49-*
3444           tests/general/bug-50-* tests/docs/bug-50-*: added a
3445           couple of regression tests for bugs posted on the list
3446
3447 Sun Jul  8 15:40:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
3448
3449         * libxslt/xsltproc.c: avoid generating CDATA node in document
3450           tree when parsed, force generation of text nodes instead.
3451
3452 Sun Jul  8 14:39:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
3453
3454         * doc/extensions.html: fixed a number of typo found by Dan York
3455         * libxslt/xsltutils.c: improved the profiling ouput, added the
3456           average value too.
3457
3458 Sun Jul  8 00:01:21 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
3459
3460         * libxslt/variables.c: tryingt to fix a problem raised by Norm
3461
3462 Sat Jul  7 23:19:09 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
3463
3464         * config.h.in configure.in: added gettimeofday() check
3465         * libxslt/transform.c libxslt/xsltInternals.h libxslt/xsltutils.[ch]:
3466           profiling works option --profile (or --norman ;)
3467
3468 Sat Jul  7 18:58:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
3469
3470         * libxslt/templates.c libxslt/transform.c libxslt/transform.h
3471           libxslt/variables.c: big cleanup on the way templates or 
3472           template fragments are processed, cleanup of stack building
3473         * tests/docs/Makefile.am tests/general/Makefile.am
3474           tests/general/bug-4[1-8]-* tests/docs/bug-4[1-8]-*: added a
3475           series of regression test for the variable/params lookups
3476         * libxslt/transform.c libxslt/xsltutils.[ch] libxslt/xsltproc.c:
3477           started working on profiling code, there is just invocation counting
3478           yet but the framework is in place.
3479
3480 Sat Jul  7 11:20:59 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
3481
3482         * tests/docs/Makefile.am tests/general/Makefile.am
3483           tests/general/bug-40-* tests/docs/bug-40-*: added a specific
3484           regression test for the variable scope within templates problem
3485
3486 Sat Jul  7 17:05:00 HKT 2001 Wiliam Brack <wbrack@mmm.com.hk>
3487
3488         * xsltInternals.h variables.c transform.c:
3489           fixed problem with variable scope within templates
3490
3491 Fri Jul  6 17:42:06 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
3492
3493         * doc/extensions.html doc/internals.html doc/xslt.html:
3494           added a documentation on writing libxslt extensions, and
3495           added links to the main page
3496         * libxslt/functions.c libxslt/xsltInternals.h
3497
3498 Fri Jul  6 14:30:00 HKT 2001 William Brack <wbrack@mmm.com.hk>
3499
3500         * cleaned up many comments and error messages
3501
3502 Fri Jul  6 01:43:51 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
3503
3504         * configure.in libxslt/xsltwin32config.h: released 0.14.0
3505         * doc/xslt.html: added 0.14.0 release
3506
3507 Fri Jul  6 01:00:55 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
3508
3509         * doc/html/*: rebuilt docs before release
3510         * libxslt/extensions.c: fixed a function doc header
3511
3512 Fri Jul  6 00:40:55 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
3513
3514         * FEATURES: updated
3515         * libxslt/xslt.c libxslt/xsltInternals.h: added exclude-result-prefix
3516           support
3517         * tests/REC/Makefile.am tests/REC/test-7.1.1-[23]*: added a couple
3518           of specific tests
3519         * tests/xmlspec/REC-xml-20001006-review.html: seems this changed
3520           something there, not visually perceptible
3521
3522 Thu Jul  5 22:49:57 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
3523
3524         * tests/docbook/result/: the change in libxml affected the
3525           output of the Docbook tests (of course it was detected on
3526           a DocBook example)
3527
3528 Thu Jul  5 15:11:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
3529
3530         * FEATURES: updated
3531         * libxslt/transform.c: added cdata-section-elements
3532         * tests/REC/Makefile.am tests/REC/test-16.1-*: added 2 tests from
3533           the REC
3534
3535 Thu Jul  5 10:44:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
3536
3537         * FEATURES: updated
3538         * libxslt/xsltutils.c: do not dump document for which there have
3539           been no generated content
3540         * tests/multiple/result.xml tests/namespaces/extra2.out: fixed
3541           test output accordingly
3542         * libxslt/transform.c libxslt/preproc.c: added xsl:fallback support
3543         * tests/REC/Makefile.am tests/REC/test-15-1.*: xsl:fallback test
3544         * tests/xmlspec/Makefile.am tests/docbook/Makefile.am: cleanups
3545
3546 Wed Jul  4 15:15:50 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
3547
3548         * libxslt/extension.[ch] libxslt/extra.[ch] libxslt/xsltInternals.h
3549           libxslt/transform.c libxslt/functions.c: Added the extension API
3550           suggested by Thomas Broyer, this should allow implementation of
3551           EXSLT for example.
3552         * libxslt/extra.[ch]: added a fake xsltFunctionLocalTime() in Norm's
3553           CVS extension namespace to avoid complaints, some cleanup
3554         * configure.in tests/Makefile.am tests/extensions/*: added a test
3555           for new modules testing both elements and functions registration
3556
3557 Fri Jun 29 23:32:37 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
3558
3559         * libxslt/pattern.c libxslt/preproc.c libxslt/transform.c
3560           libxslt/xslt.c libxslt/xsltutils.[ch]: added xsltGetQNameURI()
3561           and cleaned up the way URI for QNames were computed through
3562           the code, serious cleanup.
3563         * libxslt/xsltInternals.h libxslt/xslt.c: moved cdata-sections
3564           in their own hash table, implementation not yet finished.
3565
3566 Thu Jun 28 23:01:14 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
3567
3568         * libxslt/keys.c libxslt/templates.c libxslt/transform.c
3569           libxslt/variables.c libxslt/xsltutils.c: hum seems I forgot
3570           to save/restore some XPath context, bug raised by
3571           Steve Cheng
3572
3573 Thu Jun 28 15:48:06 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
3574
3575         * libxslt/xsltwin32config.h[.in]: added configuration/version
3576           informations for Windows/MSC
3577         * libxslt/libxslt.h libxslt/*.c: internal header to centralize
3578           includes switches
3579         * libxslt/Makefile.am: added libxslt.h and xsltwin32config.h[.in]
3580         * libxslt/*.[ch] libxslt/*.in: quite a bit of cleanup, especially
3581           the email addresses
3582         * AUTHORS: added William
3583
3584 Tue Jun 26 18:45:38 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
3585
3586         * configure.in doc/xslt.html: releasing 0.13.0
3587         * doc/Makefile.am: don't index the win32 include
3588         * doc/html/*: rebuilt the docs
3589
3590 Mon Jun 25 15:30:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
3591
3592         * libxslt/xsltproc.c: John Fleck found a typo in usage()
3593         * libxslt/xslt.c: avoid warning if version="1.1" is used
3594         * libxslt/transform.c: forgot to initialize cur->outputFile
3595         * libxslt/functions.c: DOCBOOK_XSL_HACK some versions of DocBook XSL
3596           use the vendor string to detect supporting chunking, this
3597           is a workaround to be considered in the list of decent XSLT
3598           processors <grin/>
3599
3600 Mon Jun 25 12:41:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
3601
3602         * libxslt/transform.[ch] libxslt/xslt.c libxslt/xsltInternals.h:
3603           added a new interface xsltRunStylesheet() for a more flexible
3604           handling of the output and trying to adhere to xsl:document
3605           filename generation semantic if one knows the URL of the output,
3606           also add IObuf capacity and SAX for output but is currently not
3607           implemented.
3608         * libxslt/xsltproc.c: added a -o or --output filename argument
3609           to test xsltRunStylesheet() or provide a base when generating
3610           multiple outputs
3611         * tests/docbook/Makefile.am tests/docbook/result/xtchunk/html/*:
3612           updated tests to add DocBook xt:document based chunking
3613         * tests/multiple/Makefile.am: cleaned up the makefile a bit
3614         * tests/multiple/out/*.html: the new xt:document now generate
3615           the DOCTYPE if available as is the case for HTML
3616
3617 Mon Jun 25 08:45:00 HKT 2001 William Brack <wbrack@mmm.com.hk>
3618
3619         * Removed some redundant code in xsltDefaultProcessOneNode
3620           and revised the default processing of an attribute node
3621
3622 Sun Jun 24 14:40:00 HKT 2001 William Brack <wbrack@mmm.com.hk>
3623
3624         * Enhanced ApplyTemplates and ForEach to allow multiple
3625           documents within a nodelist.
3626         * Repaired small bug in xsltDocument function which caused
3627           a crash if invalid second argument was provided.
3628
3629 Sat Jun 23 15:44:00 MDT 2001 John Fleck <jfleck@inkstain.net>
3630
3631         * doc/tutorial/libxslttutorial.xml, libxslttutorial.html
3632           updating tutorial with explanation of xsltSave vs. xmlSave
3633           functions 
3634
3635 Sat Jun 23 19:04:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
3636
3637         * test/docbook: updated to docbook-xsl-1.4, regenerated results
3638
3639 Sat Jun 23 15:32:25 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
3640
3641         * Makefile.am libxslt/Makefile.am libxslt/numbers.c 
3642           libxslt/win32config.h libxslt/xsltconfig.h.in libxslt/xsltproc.c:
3643           Patches for Windows mostly contributed by Yon Derek
3644         * win32/libxslt/libxslt.def win32/libxslt/libxslt.dsw
3645           win32/libxslt/libxslt_so.dsp win32/libxslt/xsltproc.dsp:
3646           Project file for Mircrosoft C provided by Yon Derek
3647
3648 Sat Jun 23 14:20:01 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
3649
3650         * libxslt/pattern.c: closing bug #56517, fixed a number of
3651           problems in the patterns compilations, priorities and debug
3652         * libxslt/transform.c: improved the template debug message
3653         * tests/docs/Makefile.am tests/general/Makefile.am
3654           tests/general/bug-39-* tests/docs/bug-39-*: added a specific
3655           regression test for #56517
3656
3657 Fri Jun 22 16:17:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
3658
3659         * libxslt/xslt.c: avoid a stupid bug when compiling with
3660           libxml < 2.3.11 and without LIBXML_DEBUG_ENABLED
3661
3662 Fri Jun 22 00:11:18 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
3663
3664         * libxslt/numbers.c: fix of a small bug
3665         * libxslt/transform.c libxslt/variables.c libxslt/xslt.c: cleanups
3666           while bug-hunting
3667
3668 Tue Jun 19 16:13:49 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
3669
3670         * tests/docbook/Makefile.am: added XHTML and XSL FO to the
3671           regression tests
3672         * tests/docbook/xhtml/*: added XHTML stylesheets
3673         * tests/docbook/fo/*: added XSL FO stylesheets
3674         * tests/docbook/result/xhtml/*: added XHTML results
3675         * tests/docbook/result/fo/*: added XSL FO results
3676
3677 Tue Jun 19 00:20:32 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
3678
3679         * HACKING: fixed, added William
3680
3681 Mon Jun 18 18:36:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
3682
3683         * libxslt/xsltutils.c: forgot to flush in xsltSaveTo() in html and
3684           xml cases, and fixed text output to be recursive in text nodes
3685           lookups
3686
3687 Mon Jun 18 15:44:51 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
3688
3689         * configure.in: patch from Tony Graham to cleanup libxml2 detection
3690
3691 Sun Jun 17 17:42:33 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
3692
3693         * libxslt/xsltutils.[ch]: fixed xsltGetNsProp, i always forget
3694           'namespace' is a reserved C++ identifier
3695
3696 Sun Jun 17 17:08:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
3697
3698         * doc/xslt.html: adding 0.12.0 release
3699
3700 Sun Jun 17 13:15:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
3701
3702         * configure.in: preparing 0.12.0 release
3703         * libxslt/transform.c: a bit of cleanup on the XInclude defaults
3704         * libxslt/xsltconfig.h.in: added doc inline comment
3705         * libxslt/xslt.[ch] libxslt/xsltproc.c: added more version informations
3706           and enriched xsltproc --version to show them
3707         * doc/html/*.html: rebuilt the docs
3708         * doc/Makefile.am libxslt.spec.in: try to make sure John Fleck
3709           tutorial ends up in the tars and RPMs
3710
3711 Sat Jun 16 23:58:57 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
3712
3713         * libxslt.spec.in: updated the descriptions
3714
3715 Sat Jun 16 23:26:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
3716
3717         * libxslt/namespaces.[ch]: added a single namespace def copy
3718           operation xsltCopyNamespace(). cleaned up xsltCopyNamespaceList()
3719         * libxslt/transform.c: cleaned up xsltCopyNode to cope with
3720           any kind of input nodes.
3721         * libxslt/variables.c: checked and closed the last TODO about
3722           namespace propagation
3723         * tests/docs/Makefile.am tests/general/Makefile.am
3724           tests/general/bug-38-* tests/docs/bug-38-*: added a specific
3725           regression test for #56115 
3726
3727 Sat Jun 16 09:27:27 MDT 2001 John Fleck <jfleck@inkstain.net>
3728
3729         * updating tutorial: adding discussion of freeing memory, image
3730         files for callouts, link to xsltproc.c code
3731
3732 Sat Jun 16 15:23:43 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
3733
3734         * libxslt/variables.c: bug #56267 was still not fixed, forgot
3735           to remove the old code
3736         * tests/general/bug-37-.xsl: wrong reference to 36 fixed, this does
3737           the test for good
3738
3739 Sat Jun 16 00:32:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
3740
3741         * libxslt/variables.c: fixed bug #56267, namespaces must
3742           be propagated when evaluating local variables.
3743         * tests/docs/Makefile.am tests/general/Makefile.am
3744           tests/general/bug-37-* tests/docs/bug-37-*: added a specific
3745           regression test for #56267 
3746
3747 Fri Jun 15 18:29:29 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
3748
3749         * libxslt/keys.c: avoid a possibility of an uninitialized variable
3750         * libxslt/documents.c libxslt/transform.[ch] libxslt/transform.h
3751           libxslt/xsltInternals.h libxslt/xsltproc.c: Implement Raphael Hertzog
3752           request to have xinclude processing done on document() if requested
3753
3754 Thu Jun 14 20:52:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
3755
3756         * libxslt/Makefile.am: applied patch from Sander Vesik for -j2 
3757
3758 Thu Jun 14 10:07:59 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
3759
3760         * libxslt/preproc.c: removed a warning on xsl:transform
3761         * tests/docs/Makefile.am tests/docs/array.xml tests/general/Makefile.am
3762           tests/general/array.out tests/general/array.xsl: added a new
3763           test fround in xsl-dev
3764
3765 Wed Jun 13 23:12:57 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
3766
3767         * tests/docbook/result/html/*.html tests/XSLTMark/xslbench[12].out
3768           tests/xmlspec/REC-xml-20001006*.html: the changes to the HTML
3769           serializer of libxml impacted the result of some tests. Checked
3770           that the XML REC renders identically.
3771
3772 Mon Jun 11 07:19:06 MDT 2001 John Fleck <jfleck@inkstain.net>
3773
3774         * fixing embarassing typos in doc/tutorial/libxslttutorial.xml and 
3775         generated html
3776
3777 Tue Jun 12 07:42:35 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
3778
3779         * libxslt/variables.c: fixed bug #55670, namespaces must
3780           be propagated when evaluating global variables.
3781         * tests/docs/Makefile.am tests/general/Makefile.am
3782           tests/general/bug-36-* tests/docs/bug-36-*: added a specific
3783           regression test for #55670 
3784
3785 Mon Jun 11 09:35:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
3786
3787         * doc/xslt.html: linked to the tutorial
3788
3789 Sun Jun 10 19:36:31 MDT 2001 John Fleck <jfleck@inkstain.net>
3790
3791         * doc/tutorial/libxslt_tutorial.c,  libxslttutorial.html,
3792         libxslttutorial.xml 
3793         adding tutorial
3794
3795 Sun Jun 10 21:52:35 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
3796
3797         * libxslt/transform.c: closed bug #55723, problem was due to
3798           a limitation of xsltGetNamespace() when the insertion point
3799           is the document.
3800         * tests/docs/Makefile.am tests/general/Makefile.am
3801           tests/general/bug-35-* tests/docs/bug-35-*: added a specific
3802           regression test for #55723 
3803
3804 Sun Jun 10 13:37:33 HKT 2001 William Brack <wbrack@mmm.com.hk>
3805
3806         * libxslt/transform.c: fixed problems with document() in
3807           xsltApplyTemplates and xsltForEach.  Cleaned up several
3808           error messages.
3809         * libxslt/keys.c: saved and restored ctxt->document within
3810           xsltInitKey to fix problem with keys when doc changed
3811         * libxslt/documents.[ch]: added new procedure xsltFindDocument
3812           needed when document() causes a change of doc within
3813           xsltApplyTemplates and xsltForEach
3814
3815 Thu Jun  7 21:31:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
3816
3817         * libxslt/xsltutils.[ch]: closing bug #55683 required to add
3818           xsltGetNsProp()
3819         * libxslt/attributes.c libxslt/imports.c libxslt/namespaces.c
3820           libxslt/preproc.c libxslt/templates.c libxslt/xslt.c:
3821           Updated to use the new function
3822         * tests/XSLTMark/prettyprint.out tests/docbook/result/html/*.html:
3823           the fixes in the serialization of <pre> in HTML in libxml
3824           led to a number of changes in the output
3825
3826 Thu Jun  7 04:23:38 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
3827
3828         * tests/docs/Makefile.am tests/general/Makefile.am
3829           tests/general/bug-32-* tests/docs/bug-32-*: added a specific
3830           regression test for #55722 
3831
3832 Wed Jun  6 09:48:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
3833
3834         * doc/xslt.html: updated to ask to not send mail directly
3835         * tests/docs/Makefile.am tests/general/Makefile.am
3836           tests/general/bug-33-* tests/docs/bug-33-*: added a specific
3837           regression test for #55722 
3838
3839 Wed Jun  6 11:07:50 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
3840
3841         * libxslt/pattern.c : trying to fix #55670
3842         * tests/XSLTMark/reverser.out : result of test changed when
3843           William fixed XPath
3844
3845 Sat Jun  2 06:52:12 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
3846
3847         * doc/xslt.html: updated with 0.11.0
3848
3849 Fri Jun  1 11:30:49 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
3850
3851         * configure.in libxslt.spec.in: released 0.11.0
3852
3853 Mon May 28 12:54:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
3854
3855         * libxslt/transform.c: William M. Brack found a small bug
3856           when call-template didn't find the template.
3857
3858 Sat May 26 17:08:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
3859
3860         * libxslt/transform.c: fixed handling of PI and comments
3861           (bug raised by Brent M Hendricks).
3862         * tests/docs/Makefile.am tests/general/Makefile.am
3863           tests/general/bug-31-* tests/docs/bug-31-*: added a specific
3864           regression test
3865
3866 Wed May 23 13:25:37 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
3867
3868         * libxslt/xsltproc.c: added --xinclude in the option list,
3869           patch from Raphael Hertzog
3870         * test/docbook/Makefile.am: force at least the gdp-handbook.xml
3871           test in the normal testsuite
3872
3873 Wed May 23 00:05:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
3874
3875         * libxslt/variables.c: Mark Vakoc found a bug in variable eval
3876           at the top template level 
3877         * tests/docs/Makefile.am tests/general/Makefile.am
3878           tests/general/bug-30-* tests/docs/bug-30-*: added a specific
3879           regression test
3880
3881 Tue May 22 18:52:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
3882
3883         * libxslt/functions.c: fixed the document() bug reported by
3884           Stephane GUIBOUD-RIBAUD
3885         * tests/docs/Makefile.am tests/general/Makefile.am
3886           tests/general/bug-29-* tests/docs/bug-29-*: added a specific
3887           regression test
3888
3889 Tue May 22 15:09:02 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
3890
3891         * configure.in libxslt/Makefile.am: fixed bug #54953
3892         * libxslt/attributes.c: cleanup pointed by Joe Orton
3893         * libxslt/xsltproc.c: added --catalogs to load catalogs from
3894           $SGML_CATALOG_FILES
3895         * libxslt/functions.c: cleanup unreached code
3896         * configure.in config.h.in libxslt/xsltproc.c: guarded the
3897           include with preprocessor definitions
3898
3899 Sun May 20 20:55:00 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
3900
3901         * tests/documents/Makefile.am tests/general/Makefile.am
3902           tests/multiple/Makefile.am tests/namespaces/Makefile.am
3903           tests/numbers/Makefile.am tests/xmlspec/Makefile.am
3904           tests/REC/Makefile.am tests/REC1/Makefile.am tests/REC2/Makefile.am
3905           tests/XSLTMark/Makefile.am tests/docbook/Makefile.am
3906           configure.in: Makefiles cleanup from Joe Orton
3907
3908 Sun May 20 15:20:49 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
3909
3910         * tests/docbook/result/html/external.html 
3911           tests/docbook/result/html/graphics.html
3912           tests/docbook/result/html/gtest.html
3913           tests/docbook/test/external.xml tests/docbook/test/subdoc.ent:
3914           Added a test from coolo for IDs in external parsed entities
3915           and fixed 2 outputs
3916
3917 Sat May 19 22:28:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
3918
3919         * libxslt/xslt.[ch] libxslt/xsltconfig.h.in libxslt/xsltproc.c:
3920           added --version info to xsltproc closing #54952
3921
3922 Sat May 19 17:41:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
3923
3924         * tests/documents/Makefile.am tests/general/Makefile.am 
3925           tests/multiple/Makefile.am tests/namespaces/Makefile.am 
3926           tests/numbers/Makefile.am tests/xmlspec/Makefile.am:
3927           Seems some of the changes I made for 0.9.0 Makefiles were
3928           not commited ...
3929
3930 Sat May 19 17:23:54 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
3931
3932         * configure.in: preparing 0.10.0 release
3933         * doc/xslt.html: updated
3934         * doc/html/* : rebuilt the docs
3935
3936 Fri May 18 16:48:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
3937
3938         * libxslt/xslt.c libxslt/variables.c libxslt/templates.c
3939           libxslt/keys.[ch] libxslt/functions.c: cleanups for ctxt->inst
3940           avoiding modifying stylesheet informations, and fixing
3941           document() when called from a global variable init
3942
3943 Thu May 17 17:24:35 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
3944
3945         * libxslt/functions.c libxslt/transform.c libxslt/xsltInternals.h:
3946           add ctxt->inst to allow stylesheet element lookup (needed
3947           for document() fix)
3948         * libxslt/*.[ch]: generate docs for the structures and
3949           macros, general cleanup for docs
3950         * doc/html/*.html: regenerated all docs
3951
3952 Wed May 16 23:00:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
3953
3954         * libxslt/extra.c libxslt/transform.c libxslt/variables.[ch]
3955           libxslt/xsltInternals.h: optimizations, cleanup of global
3956           variables handling
3957
3958 Wed May 16 12:29:17 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
3959
3960         * libxslt/extensions.c libxslt/preproc.c libxslt/transform.c
3961           libxslt/variables.c: force the precompilation of XPath expressions
3962           at stylesheet compilation time
3963
3964 Tue May 15 14:34:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
3965
3966         * libxslt/keys.c libxslt/transform.c: avoid some possibilities
3967           of crashes on debug
3968         * tests/REC/Makefile.am: be less verbose if things really go wrong
3969         * tests/docs/Makefile.am tests/general/Makefile.am
3970           tests/docs/bug-28-.xml tests/general/bug-28-.*: added bug-28 in
3971           the regression tests
3972
3973 Sat May 12 12:39:54 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
3974
3975         * libxslt/transform.c libxslt/xsltutils.c: fixed the default
3976           detection method to generate HTML documents 
3977         * tests/REC/test-2.5-1.out tests/REC/test-8-1.out
3978           tests/REC/test-9.1-2.out tests/REC2/html.xml tests/XSLTMark/game.out
3979           tests/XSLTMark/html.out tests/XSLTMark/products.out
3980           tests/XSLTMark/xslbench1.out tests/XSLTMark/xslbench2.out
3981           tests/XSLTMark/xslbench3.out tests/general/bug-15-.out
3982           tests/general/bug-5-.out: updated a number of tests output
3983           accordingly
3984
3985 Sat May 12 09:43:10 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
3986
3987         * libxslt/xsltproc.c: use LIBXML_DOCB_ENABLED, William M. Brack
3988
3989 Fri May 11 19:12:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
3990
3991         * libxslt/templates.c libxslt/transform.c: fixed bug #54446
3992           about attribute being generated twice. Fixed a number of related
3993           bugs on attributes handling.
3994         * tests/REC/test-7.1.4.out: this changed an attribute generation
3995           order
3996         * tests/docs/bug-27-.xml tests/general/bug-27-.*: added test
3997
3998 Fri May 11 17:08:14 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
3999
4000         * libxslt/templates.c: fixed bug #54451 on escaped curly brackets
4001         * tests/docs/bug-26-.xml tests/general/bug-26-.*: added test
4002
4003 Fri May 11 16:20:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4004
4005         * configure.in tests/XSLTMark/Makefile.am: try to handle gracefully
4006           the cases where perl is not in the path (nor in /usr/bin)
4007         * tests/docbook/result/html/gdp-handbook.html
4008           tests/docbook/result/html/kwrite.html
4009           tests/docbook/test/gdp-handbook.xml
4010           tests/docbook/test/kwrite.xml: commited a few more DocBook tests
4011
4012 Wed May  9 12:29:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4013
4014         * libxslt/xsltproc.c: added --nonet and --warnnet to catch
4015           cases where a network access is needed to load a DTD or entity
4016         * tests/docbook/Makefile.am: added --nonet
4017         * tests/docbook/test/classsynop.xml tests/docbook/test/docbook40.xml:
4018           fixed 2 tests as a result
4019
4020 Wed May  9 10:43:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4021
4022         * configure.in tests/docbook/Makefile.am tests/docbook/**/Makefile.am:
4023           try to remove the unneeded docbook Makefile stuff 
4024
4025 Tue May  8 16:18:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4026
4027         * doc/xslt.html: fixed a link error
4028         * libxslt/transform.c libxslt/xsltutils.c: fixed DOCTYPE generation
4029         * libxslt/xsltproc.c: cleaned up the --repeat loop
4030         * tests/documents/result.xhtml tests/xmlspec/REC-xml-20001006*.html:
4031           fixed the DOCTYPE in tests output
4032         * tests/docs/bug-25-.xml tests/doc/Makefile.am 
4033           tests/general/bug-25-.* tests/general/Makefile.am : added a new
4034           test case and fixed the EXTRA_DIST
4035
4036 Mon May  7 22:27:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4037
4038         * libxslt/extra.c: add more debug to xsltDebug
4039         * libxslt/transform.c: spent a few hours tracking down an ugly
4040           race like bug in xsltCopyTreeList() arghhh
4041         * libxslt/xsltproc.c: call xmlInitMemory() explictely
4042
4043 Mon May  7 11:38:54 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4044
4045         * doc/internals.html: more work done on the doc, mostly complete
4046           except the section on the XSLT stack and the extensions API
4047           since both still need more work.
4048
4049 Sun May  6 15:03:59 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4050
4051         * doc/internals.html doc/contexts.* doc/object.*: more work done
4052           on the doc
4053
4054 Sun May  6 00:18:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4055
4056         * doc/internals.html: more work done on the doc
4057
4058 Sat May  5 18:58:13 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
4059
4060         * libxslt/transform.c tests/XSLTMark/xslbench1.out: Another fix
4061           for the CDATA output
4062
4063 Sat May  5 18:09:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4064
4065         * libxslt/xslt.c: do not escape content of CDATA nodes on output
4066
4067 Sat May  5 17:52:52 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4068
4069         * doc/internals.html doc/node.fig doc/node.gif doc/processing.fig
4070           doc/processing.gif doc/stylesheet.fig doc/stylesheet.gif
4071           doc/templates.fig doc/templates.gif: started writing tye doc
4072           on how libxslt works.
4073
4074 Sat May  5 17:13:16 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
4075
4076         * libxslt/numbersInternals.h libxslt/numbers.c
4077           tests/numbers/format-number.out tests/XSLTMark/number.out:
4078           Patch from William Brack to bring format-number() more in alignment
4079           with the Java implementations.
4080
4081         * libxslt/xslt.c tests/XSLTMark/xslbench1.out: Do not remove CDATA
4082           from stylesheet
4083
4084 Fri May  4 20:10:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4085
4086         * tests/docbook/result/html/* tests/general/bug-11-.out 
4087           tests/multiple/result.xml tests/XSLTMark/*.out 
4088           libxslt/transform.c: all the PUBLIC and SYSTEM IDs
4089           were swapped
4090
4091 Fri May  4 19:09:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4092
4093         * libxslt/xsltproc.c: add a --docbook option if your libxml2
4094           has the SGML DocBook support compiled in.
4095
4096 Fri May  4 17:06:01 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4097
4098         * tests/general/bug-2[0-4].* tests/docs/bug-2[0-4].*: added more
4099           tests especially on sorting
4100         * test/xsltutils.c: oops multiple sorts was actually broken !!!
4101           this should fix it
4102
4103 Thu May  3 19:02:21 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4104
4105         * TODO configure.in libxslt.spec.in: getting ready for 0.9.0
4106           release
4107         * doc/html/* doc/xslt.html: updated and regenerated the docs
4108
4109 Thu May  3 17:56:55 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4110
4111         * xsltutils.[ch] transform.c: implemented multiple levels of
4112           sorting
4113         * test/REC/test-10-2.*: added a really small test for it
4114
4115 Wed May  2 14:04:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4116
4117         * libxslt/transform.c libxslt/xslt.c: fixed xsl:text processing
4118           there can be multiple text and CDATA child
4119
4120 Wed May  2 10:55:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4121
4122         * tests/multiple/makefile.am: fixing #54015
4123         * tests/XSLTMark/makefile.am tests/docbook/makefile.am: fixing #54014
4124           and a similar problem for the docbook tests
4125
4126 Mon Apr 30 22:31:59 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4127
4128         * tests/general/bug-8-.out: fixed in libxml xpath
4129         * libxslt/templates.[ch] libxslt/pattern.c: fixed an namespace
4130           problem in predicates within a pattern. Spotted another
4131           potential namespace problem
4132
4133 Mon Apr 30 19:29:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4134
4135         * libxslt/preproc.c libxslt/xslt.c libxslt/xsltInternals.h
4136           libxslt/xsltproc.c: counting errors and warnings at compilation
4137           time. Stop processing in case of error.
4138         * tests/docs/bug-1[89]* tests/general/-1[89]* tests/general/inner.xsl:
4139           added more namespace related bug checks
4140
4141 Mon Apr 30 13:47:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4142
4143         * libxslt/preproc.c libxslt/variables.c: found the source of a
4144           memory leak with DocBook introduced this w.e.. bit of cleanup.
4145         * tests/docbook/result/html/*.html : regenerated the DocBook tests
4146           results.
4147
4148 Sun Apr 29 18:54:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4149
4150         * libxslt/variables.c: fixing bug #53769
4151         * tests/general tests/docs: added new examples from the
4152           bug reports to the regression tests, updated the Makefiles
4153
4154 Sun Apr 29 11:47:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4155
4156         * preproc.[ch] templates.[ch] variables.[ch] xslt.c xsltInternals.h
4157           attributes.c extensions.[ch]: moved all stylesheet precomputation
4158           at stylesheet loading time (stylesheet transform should be thread
4159           safe now), improved params and variables evaluations (but optim
4160           is not complete yet).
4161         * TODO: updated
4162
4163 Sat Apr 28 16:28:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4164
4165         * libxslt/xsltproc.c : changed the way --repeat works when
4166           used twice
4167
4168 Sat Apr 28 16:19:06 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
4169
4170         * libxslt/numbers.c libxslt/preproc.c tests/REC/test-7.7-3.out:
4171           fixed default formatting
4172
4173 Sat Apr 28 14:20:29 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4174
4175         * libxslt/preproc.c : fixed <xsl:sort/> bug reported by Ankh
4176         * libxslt/xsltproc.c : added an option to process HTML input
4177
4178 Thu Apr 26 21:13:59 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4179
4180         * libxslt/transform.c: Tony Gorski found a bug pointed by
4181           a compiler on Tandem
4182         * tests/documents/result.xhtml: this results in a small
4183           change in the output of this test
4184
4185 Thu Apr 26 16:33:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4186
4187         * test/general/bug-14*.* test/docs/bug-14*.xml: added testcase from
4188           bug #53689
4189
4190 Wed Apr 25 16:58:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4191
4192         * transform.c: fixed text and cdata handling in xsl:copy
4193         * xslt.c : avoid crashing on invalid xslt input
4194         * test/general/bug-*.* test/docs/bug-*.xml : added a number of
4195           bugs submitted to the regression tests
4196
4197 Wed Apr 25 12:42:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4198
4199         * libxslt/xsltproc.c : Renaud Chaillat provided a fix for #53535
4200
4201 Sun Apr 22 22:47:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4202
4203         * configure.in: updated to 0.8.0
4204
4205 Sun Apr 22 22:46:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4206
4207         * transform.c: fixed a bug introduced on handling #53401
4208
4209 Sun Apr 22 22:27:09 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4210
4211         * transform.c: fixed #53401
4212         * configure.in libxslt/*.c: allowed to suppress debug reporting
4213           functionalities but it brings not noticeable improvements
4214         * doc/xslt.html doc/html/*: updated and regenerated docs
4215
4216 Wed Apr 18 15:24:50 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4217
4218         * tests/general/bug-5-.out tests/multiple/out/*.orig
4219           tests/xmlspec/REC-xml-20001006*.html: fixed the test output
4220           following the libxml changes
4221
4222 Wed Apr 18 12:05:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4223
4224         * libxslt/functions.c: applied TOM's patch to key()
4225         * tests/XSLTMark/chart.out tests/XSLTMark/dbonerow.out
4226           tests/XSLTMark/prettyprint.out tests/multiple/out/*.html:
4227           small HTML output change 
4228
4229 Mon Apr 16 16:14:02 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4230
4231         * libxslt/functions.c libxslt/transform.c libxslt/xsltInternals.h:
4232           fixed current()
4233
4234 Tue Apr 17 10:10:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4235
4236         * libxslt/keys.c libxslt/preproc.c libxslt/templates.c
4237           libxslt/transform.c libxslt/variables.c libxslt/xsltInternals.h:
4238           fixed for the most part the namespace handling problem in XPath
4239           expression computations.
4240         * test/doc/ tests/general: added bug 5 and 6
4241
4242 Thu Apr 12 14:40:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4243
4244         * libxslt/xslt.c: applied William M. Brack patch fixing the
4245           template lack of support for priority
4246         * test/XSLTMark/*.out : this fixed anumber of problems in the
4247           XSLTMark output
4248
4249 Thu Apr 12 14:29:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4250
4251         * libxslt/functions.c: removed warning in unparsed-entity-uri()
4252           fixed a bug in generate-id()
4253         * libxslt/transform.c: fixed null list result errors
4254         * libxslt/transform.c libxslt/xsltutils.c: applied William M. Brack
4255           fixes for sorting semantic
4256
4257 Wed Apr 11 14:25:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4258
4259         * config.h.in configure.in libxslt/xsltconfig.h.in: added
4260           ansidecl.h test
4261         * libxslt/xsltproc.c : added --xinclude option
4262         * tests/XSLTMark/union.out : fixed the output
4263
4264 Tue Apr 10 20:05:00 CEST 2001 Fatih Demir <kabalak@gtranslator.org>
4265
4266         * .cvsignore & doc/.cvsignore: Added CVS ignore files.
4267
4268 Tue Apr 10 12:10:25 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4269
4270         * configure.in: released 0.7.0
4271         * tests/XSLTMark/Makefile.am: trying to solve some make distcheck
4272           problems
4273
4274 Sun Apr  8 11:42:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4275
4276         * libxslt/functions.c libxslt/keys.c libxslt/transform.c:
4277           some checking against NULL pointers
4278
4279 Mon Apr  2 17:00:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4280
4281         * configure.in tests/Makefile.am tests/XSLTMark/* tests/multiple:
4282           added the XSLTMark in the regression tests as well as multiple
4283           output test from Ankh
4284         * libxslt/functions.c libxslt/keys.c libxslt/transform.c
4285           libxslt/variables.c libxslt/xsltutils.c: applied William M. Brack
4286           patches and fixed a memory leak
4287         * tests/docbook/result/html/*.html : updated the results after
4288           William's patch
4289         * tests/xmlspec/REC-xml-20001006-review.html 
4290           tests/xmlspec/REC-xml-20001006.html: libxml now don't invent
4291           an HTML doctype when serializing HTML result, but adds the
4292           encoding in ALT
4293
4294 Thu Mar 29 10:24:42 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4295
4296         * libxslt/transform.c: applied fix to xsltApplyTemplates from
4297           William M. Brack
4298         * test/docbook/result/html/*.html: this change the output
4299         * tests/xmlspec/REC-xml-20001006-review.html 
4300           tests/xmlspec/REC-xml-20001006.html: this also fixed some of
4301           the reference anchors generated for the XML spec
4302
4303 Mon Mar 26 18:57:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4304
4305         * libxslt/attributes.c libxslt/extra.c libxslt/keys.c libxslt/numbers.c
4306           libxslt/templates.c libxslt/transform.c libxslt/xsltconfig.h.in
4307           libxslt/xsltutils.c: of course the way I defined
4308           UNUSED breaks on old gcc version. Try to be smart and
4309           also define it directly in xsltconfig.h
4310         * tests/xmlspec/Makefile.am: fixed the timing arg test
4311
4312 Sun Mar 25 22:07:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4313
4314         * libxslt/transform.[ch] libxslt/variables.[ch] libxslt/xsltproc.c:
4315           implemented command line parameter passing
4316         * tests/xmlspec/Makefile.am tests/xmlspec/REC-xml-20001006-review.html:
4317           tested it by passing show.diff.markup=1 to build the review version too
4318
4319 Sat Mar 24 19:35:42 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4320
4321         Huge cleanup, I switched to compile with
4322         -Wall -g -O -ansi -pedantic -W -Wunused -Wimplicit
4323         -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat
4324         -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow
4325         -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return
4326         -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline
4327         * libxslt/attributes.c libxslt/extensions.c libxslt/extra.c
4328           libxslt/functions.c libxslt/keys.c libxslt/numbers.c
4329           libxslt/pattern.c libxslt/preproc.c libxslt/templates.c
4330           libxslt/transform.c libxslt/variables.c libxslt/xslt.c
4331           libxslt/xsltutils.c: basically made static unexported functions
4332           avoided name clashes and flagged unused parameters.
4333
4334 Thu Mar 22 22:52:48 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4335
4336         * configure.in: 0.6.0 yet another release
4337         * doc/xslt.html doc/html/*: updated the docs
4338
4339 Wed Mar 21 23:19:11 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4340
4341         * libxslt/xsltInternals.h libxslt/xslt.c libxslt/transform.c
4342           libxslt/templates.[ch] libxslt/preproc.c libxslt/extensions.[ch]
4343           extended xsltEvalStaticAttrValueTemplate and 
4344           xsltEvalAttrValueTemplate to support foreign namespaces,
4345           and fixed document()
4346
4347 Mon Mar 19 18:40:40 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4348
4349         * xsltutils.h: cleanup some garbage added last night
4350         * xsltInternals.h variables.c transform.c templates.[ch]
4351           preproc.c pattern.c keys.c: switched the whole XSLt processing
4352           to use XPath precompiled expressions and reusing them.
4353         * functions.c: some cleanup, seems people don't use 
4354           unparsed-entity-uri() the way it's supposed to be used
4355
4356 Mon Mar 19 01:08:05 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4357
4358         * libxslt/keys.c libxslt/templates.c libxslt/transform.c
4359           libxslt/variables.c libxslt/xsltutils.h: Changed to work
4360           with the new way XPath is interpreted. This doesn't yet
4361           take advantage of the separate parsing/evaluation phases
4362
4363 Wed Mar 14 15:51:36 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4364
4365         * libxslt/transform.c: robert@xsl.00008.org pointed out a
4366           problem in xsl:copy-of in case of attributes
4367         * tests/docs/Makefile.am tests/docs/bug-3-.xml
4368           tests/general/Makefile.am tests/general/bug-3-.*:
4369           added the test to the general regression suite
4370
4371 Wed Mar 14 14:21:45 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4372
4373         * libxslt/functions.c: applied and fixed ptittom@free.fr patch
4374           fixing some of the missing functionnalities in the XSLT
4375           functions implementations.
4376           
4377 Tue Mar 13 14:38:48 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4378
4379         * libxslt/Makefile.am: nick@debian.org forwarded a fix
4380
4381 Tue Mar 13 10:29:45 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4382
4383         * README.cvs-commits: added, pointing to HACKING
4384         * HACKING: added defines commit rules.
4385
4386 Mon Mar 12 14:43:20 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4387
4388         * libxslt/extra.c libxslt/variables.c: fixing compilation
4389           when libxml was compiled without debug support
4390
4391 Sat Mar 10 13:50:16 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4392
4393         * configure.in: time for 0.5.0
4394         * tests/docs/Makefile.am tests/general/Makefile.am: make sure the
4395           new test files are included in the distribution
4396         * doc/xslt.html : updated
4397         * doc/html/*.html: regenerated the docs
4398
4399 Thu Mar  8 02:34:52 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4400
4401         * tests/docbook/result/html/*.html: regenerated the HTML
4402           now that value-of an result tree don't include the fake root
4403
4404 Thu Mar  8 02:26:56 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4405
4406         * libxslt/transform.c libxslt/variables.c: removed a couple
4407           of possibly uninitialized var probs
4408         * tests/xmlspec/Makefile.am: run the processing without verbose
4409           avoid raising generated id differences.
4410
4411 Wed Mar  7 23:22:09 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4412
4413         * libxslt/preproc.c libxslt/xsltInternals.h: fixed a stylesheet
4414           reuse problem.
4415         * libxslt/transform.c: fixed a bug which exaplined why no
4416           optimization were resulting from preproc stuff
4417
4418 Wed Mar  7 21:51:52 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4419
4420         * libxslt/preproc.c libxslt/transform.c: a couple of nastyness
4421           w.r.t. value of tree result (and attributes within it) fixed.
4422         * tests/xmlspec/Makefile.am tests/xmlspec/REC-xml-20001006.html:
4423           Integrated the xmlspec to the test (i.e. diffed output for
4424           changes).
4425
4426 Wed Mar  7 18:01:07 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4427
4428         * imports.c transform.c xslt.c xsltInternals.h: fixed a
4429           strip-spaces problem
4430         * tests/docs/*.xml tests/general/*.[xsl,out]: added reported
4431           bugs to testsuite
4432
4433 Wed Mar  7 13:34:13 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4434
4435         * libxslt/transform.[ch]: finished integrating the current
4436           state of the preproc optimizations.
4437         * tests/xmlspec/diffspec.xsl: switched off diff printing
4438
4439 Wed Mar  7 12:46:09 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4440
4441         * libxslt/preproc.c libxslt/transform.c: started rolling in
4442           some of the optimizations.
4443
4444 Tue Mar  6 19:39:25 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4445
4446         * attributes.[ch] extra.[ch] preproc.c xsltInternals.h
4447           transform.[ch]: previous commit broke a lot of stuff, fixing
4448           and preparing for next step
4449
4450 Tue Mar  6 19:03:21 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4451
4452         * libxslt/preproc.[ch] Makefile.am templates.[ch] transform.[ch]
4453           xsltInternals.h: started working on optimizing stylesheet
4454           element parsing. Just builds the extra informations so far.
4455         * xsltutils.h: added a missing XPath decl
4456
4457 Tue Mar  6 09:52:13 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4458
4459         * libxslt/variables.c: William M. Brack found a serious bug
4460           with imports and global variables ...
4461
4462 Mon Mar  5 21:51:54 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4463
4464         * libxslt/pattern.[ch] libxslt/transform.c: added 
4465           xsltCleanupTemplates() to clean up state left after processing.
4466
4467 Sun Mar  4 19:03:27 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4468
4469         * libxslt/transform.c: applied patch from William M. Brack
4470           to support with-param in xsltApplyTemplates().
4471
4472 Sun Mar  4 17:53:13 CET 2001 Bjorn Reese <breese@users.sourceforge.net>
4473
4474         * libxslt/pattern.c: fixed the compilation of patterns which
4475           contains XPath NodeTypes. Handling of nested predicates.
4476
4477 Sat Mar  3 20:56:47 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4478
4479         * libxslt/transform.c: save ctxt->node after for-each
4480
4481 Thu Mar  1 18:16:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4482
4483         * configure.in libxslt.spec.in: updated to 0.4.0 and 2.3.3
4484         * doc/xslt.html: updated
4485
4486 Wed Feb 28 19:24:51 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4487
4488         * libxslt/extra.[ch] libxslt/transform.[ch] libxslt/xsltInternals.h:
4489           added xsltDocumentElem implementing multiple file output,
4490           including 1.1 xsl:document but yet untested.
4491
4492 Wed Feb 28 00:03:44 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4493
4494         * libxslt/extensions.c: fixed stoopid bug
4495         * libxslt/Makefile.am libxslt/extra.[ch]: added a new module
4496           carrying extensions to the specification. Added node-set()
4497           for existing saxon and xt namespaces and debug() in libxslt
4498           namespace (http://xmlsoft.org/XSLT/namespace)
4499         * libxslt/xsltutils.[ch] transform.c: moved xsltDebug to extra.c
4500           plus cleanup.
4501         * configure.in tests/Makefile.am tests/namespaces: added some
4502           namespaces tests, including a test calling the extra debugging
4503           function in libxslt namespace, worked first time !!!
4504
4505 Tue Feb 27 16:15:47 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4506
4507         * libxslt/xslt.c: extension prefix support for the full stylesheet
4508         * libxslt/transform.c libxslt/extensions.[ch]: more work should
4509           start working
4510
4511 Mon Feb 26 22:59:44 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4512
4513         * doc/xslt.html : cleaned up, added a bit more description on
4514           the API section.
4515
4516 Mon Feb 26 09:41:04 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4517
4518         * libxslt/Makefile.am libxslt/extensions.[ch]: started working
4519           on functions and element extensions. First on list will be
4520           a document element.
4521
4522 Sun Feb 25 06:52:14 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4523
4524         * configure.in libxslt.spec.in: releasing 0.3.0
4525         * doc/xslt.html: updated
4526         
4527 Sun Feb 25 05:28:30 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4528
4529         * configure.in tests/docbook/html : oops forgot to add
4530           the stylesheets themselves :-\
4531
4532 Sun Feb 25 04:51:33 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4533
4534         * configure.in tests/Makefile.am tests/docbook tree:
4535           added docbook XSL based test suite
4536
4537 Sat Feb 24 14:02:05 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4538
4539         * libxslt/xsltutils.c: reformat of messages
4540         * libxslt/xsltproc.c: removed memleak on --noout
4541         * libxslt/xsltInternals.h libxslt/variables.[ch] libxslt/transform.c:
4542           changed again the way parameter are evaluated before a
4543           call-template, seems to fix a few nasty bugs, memory alloc debug too
4544         
4545 Wed Feb 21 09:10:13 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4546
4547         * libxslt/transform.c libxslt/variables.c libxslt/xsltInternals.h:
4548           fixed the param evaluation problem in apply-template
4549         * libxslt/pattern.c: speed up seriously some context computation
4550         * libxslt/xsltInternals.h: preparing for extension support
4551           
4552 Mon Feb 19 19:34:59 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4553
4554         * libxslt/Makefile.am: small cleanup
4555         * libxslt/functions.c libxslt/transform.c libxslt/xsltInternals.h:
4556           fixed current() I hope
4557
4558 Mon Feb 19 18:05:47 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4559
4560         * libxslt/numbers.c libxslt/numbersInternals.h libxslt/xslt.c
4561           libxslt/pattern.[ch] libxslt/xsltInternals.h:  more work on
4562           support of namespaces, both in templates and in XPath subexpressions
4563
4564 Sun Feb 18 19:11:26 CET 2001 Bjorn Reese <breese@users.sourceforge.net>
4565
4566         * libxslt/xsltutils.c: xsltSortFunction uses Shell's sort
4567
4568 Sun Feb 18 17:13:00 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4569
4570         * libxslt/pattern.c: when precompiled pattern is ALL, predicate
4571           contextual info must be recomputed
4572
4573 Sun Feb 18 16:39:17 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4574
4575         * libxslt/xslt.h libxslt/transform.c: defined and exported xsltMaxDepth
4576         * libxslt/xsltproc.c : added --maxdepth
4577
4578 Sun Feb 18 15:44:33 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4579
4580
4581         * libxslt/xsltproc.c: added --novalid and --noout as well
4582           as options printing when no args
4583         * libxslt/variables.c libxslt/transform.c: trying to get rid
4584           if some variable/params addressing errors.
4585
4586 Sat Feb 17 14:27:47 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4587
4588         * FEATURES libxslt/attributes.c: fixed use-attribute-sets
4589         * libxslt/xsltutils.c: add carriage return to xsl:message when
4590           needed
4591
4592 Sat Feb 17 02:25:45 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4593
4594         * libxslt/functions.c: fixed a bug with generate-id()
4595
4596 Sat Feb 17 00:51:53 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4597
4598         * libxslt/xsltutils.c: started doing more useful stuff in
4599           xsltDebug
4600         * libxslt/transform.[ch] libxslt/variables.[ch] libxslt/templates.c
4601           libxslt/xsltInternals.h: changed the way variables/params
4602           are stored
4603         * libxslt/xsltproc.c: removed a pedantic warning
4604         * libxslt/variables.[ch]: found an ugly evaluation bug
4605
4606 Thu Feb 15 18:14:48 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4607
4608         * tests/REC/Makefile.am: updated
4609
4610 Thu Feb 15 17:40:28 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4611
4612         * libxlst/functions.c: fixed ID generation
4613         * doc/xslt.html doc/html/*.html: updated/regenerated the doc
4614
4615 Thu Feb 15 13:34:42 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4616
4617         * libxslt/numbers.c: removed a couple of memleaks
4618
4619 Thu Feb 15 12:41:44 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4620
4621         * libxslt/pattern.[ch]: exported pattern matching interfaces
4622           for numbers.c and future debug module
4623         * libxslt/numbers.c: updated to new interface, should avoid
4624           unnecessary recompilation of patterns.
4625         * libxslt/xsltutils.[ch]: cleanup
4626         * tests/REC/gmon.out: removed :-)
4627
4628 Wed Feb 14 19:13:33 CET 2001 Bjorn Reese <breese@users.sourceforge.net>
4629
4630         * libxslt/numbers.c: implemented level=any
4631         * libxslt/transform.c: corrected some default values
4632         * tests/REC/test-7.7-*.*: added
4633
4634 Wed Feb 14 18:07:25 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4635
4636         * libxslt/pattern.c: priorities were horribly broken, hope it's
4637           fixed
4638
4639 Wed Feb 14 15:39:06 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4640
4641         * FEATURES libxslt/imports.h libxslt/pattern.[ch]
4642           libxslt/xsltInternals.h libxslt/transform.[ch]
4643           libxslt/templates.c libxslt/xslt.c:
4644           Added apply-imports, keep a stack of running templates
4645         * libxslt/xsltutils.c: bugfixes, gather the output informations
4646           down the cascade
4647         * tests/xmlspec/Makefile.am tests/xmlspec/REC-xml-2e.xsl
4648           tests/xmlspec/diffspec.xsl tests/xmlspec/xmlspec.xsl: running
4649           the real set of transformation on XML-1.0 2e generages a near
4650           perfect HTML. Needs just more number fixes and implementation
4651           and an obscure problem in 3.3.3
4652
4653 Tue Feb 13 20:31:03 CET 2001 Bjorn Reese <breese@users.sourceforge.net>
4654
4655         * libxslt/pattern.c: added xsltMatchPattern()
4656         * libxslt/numbers.c: implemented "level=multiple" for xsl:number
4657
4658 Tue Feb 13 18:07:12 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4659
4660         * libxslt/transform.c libxslt/xsltproc.c: cleanup and debug
4661         * libxslt/xsltutils.[ch] : added a small debugging hook
4662
4663 Mon Feb 12 18:30:26 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4664
4665         * libxslt/FEATURES libxslt/transform.c: added support for
4666           disable-output-escaping in xsl:copy-of
4667         * xmlspec/Makefile.am libxslt/variables.c libxslt/transform.c:
4668           give more debugging info
4669
4670 Sun Feb 11 21:08:35 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4671
4672         * libxslt/documents.[ch] libxslt/functions.c libxslt/imports.c
4673           libxslt/xslt.c libxslt/xsltInternals.h: changed teh way to store
4674           Includes, more document changes
4675         * libxslt/xsltutils.c: fix the output of doctype and what is or
4676           is not HTML
4677         * tests/REC/*.out tests/REC2/html.xml : changed output accordingly
4678         * tests/Makefile.am tests/documents/* : added a new test from Stric
4679           exercising document() among other things
4680
4681 Sun Feb 11 17:24:03 CET 2001 Bjorn Reese <breese@users.sourceforge.net>
4682
4683         * FEATURES libxslt/transform.c libxslt/numbers.c: partial support
4684           for the level attribute for xsl:number
4685         * libxslt/numbers.c: internal restructuring
4686
4687 Fri Feb  9 15:49:19 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4688
4689         * libxslt/Makefile.am libxslt/documents.[ch]: added a new module
4690           to deal with documents
4691         * libxslt/functions.c: fixed document() to return the same set
4692           for teh same URL
4693         * libxslt/keys.[ch] libxslt/templates.c libxslt/transform.c
4694           libxslt/variables.c libxslt/xsltInternals.h: keys are really
4695           associated to loaded documents, not to the transformation
4696           context, made the change, this impacted a number of modules
4697
4698 Thu Feb  8 12:51:00 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4699
4700         * doc/libxslt.sgml doc/html/*.html: updated and rebuilt the doc list
4701
4702 Thu Feb  8 12:36:23 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4703
4704         * README configure.in libxslt.spec.in: bumped to 0.1.0, getting
4705           ready for the release
4706         * libxslt/keys.c libxslt/xslt.c: cleanup of uninitialized vars
4707         * tests/REC1/Makefile.am tests/REC/Makefile.am: the EXTRA list
4708           was not up to date
4709
4710 Thu Feb  8 12:09:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4711
4712         * FEATURES libxslt/xsltInternals.h libxslt/pattern.c libxslt/keys.c:
4713           added support for keys in patterns
4714         * tests/REC/test-12.2-2.*: added a specific testcase
4715
4716 Wed Feb  7 21:16:47 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4717
4718         * libxslt/functions.c FEATURES: started adding support for key()
4719         * tests/REC/test-12.2-1.*: first key test
4720
4721 Wed Feb  7 19:46:07 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4722
4723         * FEATURES: updated
4724         * libxslt/Makefile.am libxslt/keys.[ch] libxslt/xslt.c
4725           libxslt/transform.c libxslt/xsltInternals.h: started adding key
4726           support
4727         * libxslt/xsltutils.c: warning cleanup
4728         * libxslt/pattern.h: fixed soopid cut'n paste prob
4729
4730 Tue Feb  6 10:56:38 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4731
4732         * libxslt/transform.c libxslt/xslt.c: chased some reported
4733           unitinitialized variables.
4734
4735 Tue Feb  6 10:55:26 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4736
4737         * tests/numbers/Makefile.am: fixed the EXTRA stuff
4738
4739 Mon Feb  5 22:02:24 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4740
4741         * Copyright IPR Makefile.am: added some wording and a rewrite
4742           of the W3C IPR but without giving Copyright rights to W3C,
4743           should suit everybody
4744
4745 Mon Feb  5 18:58:17 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4746
4747         * FEATURES: updated, added mode support for templates
4748         * pattern.[ch] transform.c xslt.c xsltInternals.h: added mode
4749           support for templates
4750         * templates.c variables.c: simple fixes
4751         * xslt.c: added a separate DEBUG_BLANKS debug class disabled
4752         * xsltproc.c: added option -timing
4753         * xsltutils.c: seem I forgot to add encoding support in output...
4754         * configure.in tests/Makefile.am tests/xmlspec/*: added a test
4755           consisting of reformatting the XML REC with the xmlspec XSLT,
4756           heavy !
4757
4758 Mon Feb  5 18:43:37 CET 2001 Bjorn Reese <breese@users.sourceforge.net>
4759
4760         * FEATURES: updated
4761         * numbers.c: handles actual number formatting for both xsl:number
4762           and the format-number extension function.
4763         * function.c: formatting moved to numbers.c
4764         * transform.c: added xsl:number
4765         * xslt.c: minor memory leak removed
4766         * Makefile.am: added numbers.c and numbersInternals.h
4767
4768 Sat Feb  3 21:49:36 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4769
4770         * TODO: updated
4771         * doc/html/*.html updated
4772         * doc/libxslt.sgml: added new modules
4773         * libxslt/pattern.c: fix loop on hash clashes.
4774
4775 Sat Feb  3 16:13:35 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4776
4777         * FEATURES: updated
4778         * imports.c: bugfix
4779         * pattern.c: lots of changes to make most patterns work
4780         * templates.[ch]: added xsltEvalXPathPredicate() for predicate testing
4781         * transform.c: cleanup and attribute patterns testing
4782         * xslt.c: added xsltFreeStylesheetList() and now cleanup
4783           the imports
4784         * tests/REC/test-2.3* tests/REC/test-2.6.2*: more tests
4785         * tests/REC/test-5.2-*: 18 pattern tests from the spec, all should
4786           work now.
4787
4788 Fri Feb  2 11:15:24 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4789
4790         * FEATURES: updated
4791         * transform.c: added xsl:element support
4792         * namespaces.[ch]: added xsltGetSpecialNamespace()
4793         * attributes.c: added xsl:attribute namespace support.
4794
4795 Thu Feb  1 20:58:54 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4796
4797         * libxslt/Makefile.am libxslt/imports.[ch]: new module to
4798           implement import cascade lookups and traversal
4799         * libxslt/attributes.c libxslt/namespaces.c libxslt/pattern.[ch]
4800           libxslt/transform.c libxslt/xslt.c libxslt/xsltInternals.h:
4801           started coding the import cascade lookup in the places needed,
4802           probably incomplete.
4803
4804 Thu Feb  1 18:04:39 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4805
4806         * libxslt/xsltInternals.h libxslt/xslt.h: started implementing
4807           xsl:include and xsl:import, untested
4808
4809 Thu Feb  1 14:54:39 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4810
4811         * FEATURES: updated choose/when/otherwise added
4812         * libxslt/transform.c: plugged choose in
4813         * configure.in tests/Makefile.am tests/REC/Makefile.am
4814           tests/docs/Makefile.am tests/docs/items.xml tests/general/Makefile.am
4815           tests/general/itemschoose.*: started adding a more generic
4816           infrastructure for testing.
4817
4818 Thu Feb  1 05:36:28 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4819
4820         * tests/REC/test-11*: added more tests
4821         * libxslt/transform.c libxslt/variables.c: fixing bugs raised by
4822           said tests
4823
4824 Wed Jan 31 21:42:43 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4825
4826         * tests/REC/test-[9-10]*: added more tests
4827         * tests/REC2/html.xml libxslt/xsltutils.c libxslt/transform.c:
4828           fixed sorting
4829
4830 Wed Jan 31 19:25:38 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4831
4832         * tests/REC/test-[7-9]*: added more tests
4833         * libxslt/templates.c libxslt/transform.c libxslt/variables.c:
4834           fixing bugs raised by said tests, cleaned up the way ctxt->xpathctxt
4835           is allocated, overall cleanup.
4836
4837 Wed Jan 31 14:25:25 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4838
4839         * tests/REC/test-7.*: added more tests
4840         * libxslt/pattern.c libxslt/templates.c libxslt/transform.c:
4841           fixing bugs raised by said tests
4842
4843 Tue Jan 30 18:55:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4844
4845         * tests/REC/test-7.*: added more tests
4846         * libxslt/namespaces.[ch] libxslt/pattern.c libxslt/attributes.c
4847           libxslt/templates.c libxslt/transform.c libxslt/xslt.c: fixing bugs
4848           raised by said tests
4849
4850 Tue Jan 30 15:16:56 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4851
4852         * TODO: updated
4853         * configure.in tests/Makefile.am tests/REC/*: started adding
4854           some regression tests based from fragments of spec examples
4855         * libxslt/transform.c: fixed a problem on namespace generation
4856
4857 Mon Jan 29 18:40:23 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4858
4859         * FEATURES: updated
4860         * tests/numbers/Makefile.am tests/numbers/format-number.*
4861           tests/Makefile.am configure.in: added number formattting
4862           test from Bjorn
4863         * libxslt/attributes.[ch]: separated attribute support, started
4864           add support for attribute-sets
4865         * libxslt/functions.[ch]: update for number and formatting
4866           from Bjorn
4867         * libxslt/transform.c libxslt/xslt.c libxslt/xsltInternals.h:
4868           cleanups updates, etc ...
4869
4870 Mon Jan 29 00:53:25 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4871
4872         * FEATURES: updated
4873         * libxslt/transform.c: added copy-of support
4874         * libxslt/xsltutils.[ch]: added xsltDocumentSortFunction()
4875
4876 Sun Jan 28 21:45:23 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4877
4878         * FEATURES TODO: updates
4879         * libxslt/xsltutils.[ch] libxslt/xsltInternals.h libxslt/xsltutils.h:
4880           added xsl:message
4881
4882 Sun Jan 28 17:25:35 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4883
4884         * FEATURES TODO: updates
4885         * libxslt/namespaces.[ch] libxslt/templates.c libxslt/transform.c
4886           libxslt/xslt.c libxslt/xsltInternals.h: added support for
4887           namespace aliases and cleaned up the overall namespace related
4888           code. This materialize as a new module.
4889
4890 Sun Jan 28 08:41:10 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4891
4892         * configure.in libxslt.spec.in: changes needed for libxml2-devel
4893           changes
4894
4895 Sat Jan 27 11:00:20 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4896
4897         * libxslt.spec.in doc/xslt.html: updating doc and trying to add
4898           it to the RPM.
4899
4900 Fri Jan 26 22:29:34 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4901
4902         * Makefile.am configure.in doc/Makefile.am: added a doc subdir
4903           and the rules to generates the makefiles.
4904         * doc/libxslt.sgml doc/xslt.html: very first version of the manual
4905         * doc/html/*.html : autogenerated documentation
4906         * libxslt/xsltInternals.h: fixed a typedef wich was breaking gtk-doc
4907
4908 Fri Jan 26 21:48:25 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4909
4910         * libxslt/functions.c: xsltGenerateIdFunction() small patch
4911
4912 Thu Jan 25 19:36:45 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4913
4914         * FEATURES TODO README INSTALL: updated
4915         * libxslt/xslt.h: added URL and version/vendor :-)
4916         * libxslt/transform.c: fixed a problem in xsl:attribute, removed
4917           attempt to support older libxml2 version.
4918         * libxslt/variables.h libxslt/xsltInternals.h: update to structures
4919           and macros to add/register new document created by document()
4920         * libxslt/functions.c: implemented current(), unparsed-entity-uri()
4921           system-property(), element-available() and function-available().
4922           A crippled version of document() has been added too.
4923
4924 Thu Jan 25 12:13:04 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4925
4926         * functions.[ch]: Bjorn Reese <breese@mail1.stofanet.dk> provided
4927           number formatting !!!
4928         * acconfig.h config.h.in configure.in libxslt/Makefile.am
4929           tests/Makefile.am; added testing for mathematical functions,
4930           fixed make test(s)
4931         * FEATURES: updated
4932
4933 Wed Jan 24 16:59:05 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4934
4935         * libxslt/xsltInternals.h libxslt/pattern.c: fixed problems
4936           with non-named rules (*, ...) added accelerators
4937         * libxslt/templates.[ch]: added xsltEvalTemplateString()
4938           and xsltEvalAttrValueTemplate() high level functions
4939         * libxslt/transform.c: fixed the part where attributes
4940           had to be looked at as templates, added comment and
4941           PI generation
4942         * TODO FEATURES: updated to reflect the new state
4943
4944 Wed Jan 24 05:33:54 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4945
4946         * libxslt/functions.[ch] Makefile.am: added new module functions
4947           with templates for the XSLT functions.
4948         * libxslt/variables.h templates.c: added registrations of new
4949           functions when an XPath context is created
4950
4951 Tue Jan 23 17:24:26 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4952
4953         * tests/Makefile.am: cleanup
4954         * libxslt/pattern.c: should support most of the patterns now
4955           except ID/Key and maybe some namespace checks when having
4956           a default namespace
4957         * TODO: updated
4958
4959 Tue Jan 23 14:58:32 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4960
4961         * Makefile.am libxslt.spec.in tests/REC1/Makefile.am
4962           tests/REC2/Makefile.am: updated the makefiles and spec files to
4963           add tests, and the FEATURES file to the RPM
4964
4965 Mon Jan 22 23:35:57 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4966
4967         * Makefile.am libxslt.spec.in libxslt/Makefile.am tests/Makefile.am:
4968           prepared the Makefiles and spec files for a first release.
4969         * COPYING.LIB: added LGPL Licence
4970
4971 Mon Jan 22 22:36:43 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4972
4973         * libxslt/transform.c: applied cleanup patch from Bjorn Reese
4974           <breese@mail1.stofanet.dk>
4975
4976 Mon Jan 22 20:24:36 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4977
4978         * configure.in libxslt.spec.in: first try to get a spec file
4979
4980 Mon Jan 22 19:37:00 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4981
4982         * libxslt/xsltproc.c: avoid segfault when stylesheet is inproper
4983         * libxslt/transform.c: add support for "*" to strip and preserve
4984           space.
4985
4986 Mon Jan 22 15:30:19 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4987
4988         * TODO: updated
4989         * FEATURES: added with alist of what's in and what's not
4990         * libxslt/xslt.c: fixed top level Param and Variable stuff
4991
4992 Mon Jan 22 11:46:44 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4993
4994         * xsltproc.c: removed bug
4995         * tests/REC2/html.xml: added newline after doctype
4996         * libxslt/variables.[ch] libxslt/xsltInternals.h: added param
4997           support, result tree fragment support (requires just commited
4998           extensions to libxml2 XPath !!!)
4999         * transform.c: added call-template, with-param support
5000         * libxslt/pattern.[ch]: xsltFindTemplate() needed for call-template
5001         * TODO: updated, added a DONE section and started migrating stuff :-)
5002
5003 Sun Jan 21 12:03:16 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5004
5005         * Makefile.am tests/Makefile.am tests/REC1/Makefile.am
5006           tests/REC2/Makefile.am tests/REC2/html.xml: added tests target
5007           too, added the HTML output test
5008         * libxmls/xsltutils.c: added HTML output
5009         * libxslt/xslt.c: check version on literal result used as templates
5010         * libxslt/transform.c: fixed an error in VERSION number
5011         * libxslt/templates.c: make sure generated nodes have doc and
5012           parent properly set
5013
5014 Sat Jan 20 23:35:07 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5015
5016         * libxslt/Makefile.am libxslt/template.[ch]: added a template
5017           specific module. Added attribute value template, at least in
5018           one spot.
5019         * tests/REC2/Makefile.am tests/REC2/svg.xml: the SVG test from
5020           the spec now works too.
5021         * libxslt/variables.c: fixed the debug
5022         * libxslt/xslt.c: fixed an ugly uninitialized variable
5023         * libxslt/transform.c: now using attr template processing
5024
5025 Sat Jan 20 17:59:20 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5026
5027         * libxslt/transform.c libxslt/variables.[ch] libxslt/xslt.c
5028           libxslt/xsltInternals.h libxslt/xsltutils.h: changed a few
5029           structure to add an execution stack with variables. Tree
5030           valued variables still missing.
5031         * TODO: updated
5032
5033 Fri Jan 19 13:16:57 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5034
5035         * libxslt/xslt.c: check version on stylesheets
5036         * libxslt/xslt.c libxslt/xsltInternals.h libxslt/variables[.ch]:
5037           started adding variables interfaces and modules.
5038
5039 Thu Jan 18 16:08:38 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5040
5041         * libxslt/xslt.c: added support for disable-output-escaping
5042           will need libxml version > 20211
5043         * libxslt/transform.c: cleanup
5044         * libxslt/xsltutils.[ch]: added output functions
5045         * libxslt/xsltproc.c: reuse the output function
5046         * tests/REC2/Makefile.am tests/REC2/vrml.xml: added VRML output
5047           test
5048
5049 Wed Jan 17 21:03:01 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5050
5051         * libxslt/transform.c libxslt/xslt.c: avoiding some problems
5052           with blank node stripping when not allowed.
5053
5054 Wed Jan 17 20:15:40 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5055
5056         * libxslt/transform.c: modified apply-templates processing
5057           added select and sort support support.
5058
5059 Wed Jan 17 17:45:20 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5060
5061         * TODO: guess what, it's growing :-(
5062         * configure.in: setup hacking values when compiling in my
5063           own environment.
5064         * libxslt/transform.c libxslt/xsltutils.[hc]: added a first
5065           very rudimentary version of xsl:sort
5066
5067 Wed Jan 17 14:25:25 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5068
5069         * TODO: more stuff
5070         * libxslt/transform.c: context position and size in for-each
5071         * libxslt/xsltutils[ch] libxslt/makefile.am: added the util module
5072           and put Error and Debug routines
5073         * libxslt/xslt.c libxslt/transform.c libxslt/pattern.c: switched
5074           to use the Debug calls, cleanup
5075         * libxslt/xsltproc.c: added -v to enable debug printing
5076
5077 Tue Jan 16 17:17:17 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5078
5079         * TODO: started filling it :-(
5080         * libxslt/pattern.c: should now at least compile the full
5081           set of patterns authorized. Default priorities added.
5082         * libxslt/transform.c: a bit more work and cleanup.
5083
5084 Mon Jan 15 15:34:17 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5085
5086         * TODO: started adding in there :-(
5087
5088 Mon Jan 15 15:31:41 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5089
5090         * transform.c, xslt.c, xsltproc.c: lots of fixes, added
5091           support of xslt:if and xslt:attribute, need libxml2 interfaces
5092           present only in CVS.
5093
5094 Sat Jan 13 23:26:21 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5095
5096         * test/Makefile.am test/REC*/Makefile.am: added first test
5097         * libxslt/pattern.c libxslt/transform.c libxslt/xslt.c:
5098           cleanup of nodes at reading of stylesheet, added support
5099           for xsl:for-each and fixed a few recursion bugs
5100
5101 Fri Jan 12 22:33:07 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5102
5103         * pattern.c, xslt.c: removed debug
5104         * transform.c: added value-of, seems to handle the first
5105           REC example correctly
5106
5107 Fri Jan 12 18:34:01 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5108
5109         * transform.c, xsltproc.c: small fight with spaces and formatting
5110           may need a revisit later but looks pretty good right now.
5111
5112 Fri Jan 12 13:43:30 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5113
5114         * transform.c: basic processing in place
5115         * xsltInternals.h: exported one xslt.c function
5116
5117 Thu Jan 11 21:10:59 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5118
5119         * libxslt/transform.[ch] Makefile.am: started adding the
5120           transformation module
5121         * pattern.[ch] xslt.c: more work...
5122
5123 Thu Jan 11 14:02:03 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5124
5125         * libxslt/pattern.c: started adding xsltTestCompMatch()
5126
5127 Wed Jan 10 20:44:30 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5128
5129         * libxslt/pattern.c: more work on parsing selectors
5130
5131 Wed Jan 10 16:29:41 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5132
5133         * libxslt/xslt*: completeted the structures
5134         * libxslt/pattern.[ch]: started adding code to precompile patterns
5135           and do the lookup
5136         * libxslt/makefile.am: added the new files
5137
5138 Mon Jan  8 19:55:18 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5139
5140         * libxslt/xslt.c : small cleanup
5141         * configure.in libxslt/xsltconfig.h.in: add memory debug and
5142           mechanism for compile-time options
5143
5144 Sun Jan  7 22:53:12 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5145
5146         * libxslt/xslt.[ch]: started parsing templates
5147
5148 Sun Jan  7 19:50:02 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5149
5150         * libxslt/xslt.[ch]: started parsing stylesheet xsl:stylesheet
5151
5152 Sun Jan  7 16:11:42 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5153
5154         * libxslt/xslt.[ch] libxslt/xsltInternals.h libxslt/xsltproc.c:
5155           very early coding
5156
5157 Sun Jan  7 15:10:54 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5158
5159         * configure.in Makefile.am AUTHORS NEWS autogen.sh config.h.in
5160           libxslt/Makefile.am tests/Makefile.am:
5161           Created the library framework, imported it into the GNOME CVS base
5162         * INSTALL: added a small instruction file.
5163
5164 Sun Jan  7 13:51:30 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5165
5166         * libxslt/xslt.[ch] libxslt/xsltInternals.h libxslt/xsltproc.c:
5167           first steps toward building the framework
5168
5169 Sun Jan  7 12:22:13 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5170
5171         * NOTES: added notes taken while reading the spec.
5172
5173 Fri Jan  5 11:34:12 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5174
5175         * test/REC1 test/REC2: added examples from the XSLT REC
5176
5177 Fri Jan  5 11:14:29 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5178
5179         * README: basic informations
5180         * Changelog: created