12004-04-05 23:34:14 GMT	Jacques Vidrine <nectar@celabo.org>
2
3    Summary:
4      Compatibility cruft for GCC 2.95.
5
6    The ctype macros such as islower and isdigit cannot be referenced in the
7    std namespace directly with GCC 2.95.  A `using' declaration is a
8    reasonable workaround.
9
10    GCC 2.95 does not implement ios_base.  Take advantage of the fact that
11    basic_iostream (and thus descendants) inherit from ios_base in standard
12    C++, and from ios in GCC 2.95.  Yuk.  One wishes FreeBSD 4 would join
13    the modern world.
14
15    modified files:
16     handlers.cc processors.cc
17
18
192004-04-01 20:27:14 GMT	Jacques Vidrine <nectar@celabo.org>
20
21    Summary:
22      Add new reference elements: <mlist>, <uscertsa>, <uscertta>,
23      <freebsdpr>
24
25    modified files:
26     handlers.cc include/vuxml/elements.hh
27
28
292004-04-01 20:15:18 GMT	Jacques Vidrine <nectar@celabo.org>
30
31    Summary:
32      Ignore <cancelled> vulns.
33      Use the vuxml.freebsd.org URL rather than vuxml.org.
34
35    modified files:
36     handlers.cc include/vuxml/basic_state.hh
37     include/vuxml/elements.hh processors.cc
38
39
402004-02-12 21:13:25 GMT	Jacques Vidrine <nectar@celabo.org>
41
42    Summary:
43      Regenerate `configure' script.
44
45    modified files:
46     configure
47
48
492004-02-12 21:13:12 GMT	Jacques Vidrine <nectar@celabo.org>
50
51    Summary:
52      xhtml-files output option; vuxml.org URL in text output
53
54    Add the `xhtml-files' output option, which generates a separate XHTML
55    file for each entry.
56
57    When using the `text' output option, include the vuxml.org URL
58    corresponding to this entry.
59
60    modified files:
61     configure.ac handlers.cc include/vuxml/processors.hh
62     processors.cc vxquery.cc
63
64
652004-02-12 19:24:17 GMT	Jacques Vidrine <nectar@celabo.org>
66
67    Summary:
68      vxquery 0.1
69