]> err.no Git - sope/blob - sope-xml/libxmlSAXDriver/ChangeLog
changed bundles to install in "xxx-4.3" pathes instead of "xxx/4.3"
[sope] / sope-xml / libxmlSAXDriver / ChangeLog
1 2004-08-24  Helge Hess  <helge.hess@skyrix.com>
2
3         * GNUmakefile: install SAX driver in Library/SaxDrivers-4.3/ (v4.3.15)
4         
5         * GNUmakefile: install SAX driver in Library/SaxDrivers/4.3/ (v4.3.14)
6
7 2004-05-07  Helge Hess  <helge.hess@skyrix.com>
8
9         * libxmlHTMLSAXDriver.m: do not report unclosed entity references
10           (as they often appear as query parameters in URLs) per default, can
11           be enabled using the libxmlHTMLSAXDriverReportUnclosedEntityRefs
12           default (v4.2.13)
13
14         * libxmlHTMLSAXDriver.m: invalid tags are now reported to the SAX
15           error handler if you enable the libxmlHTMLSAXDriverReportInvalidTags
16           default (v4.2.12)
17
18 2004-05-05  Marcus Mueller  <znek@mulle-kybernetik.com>  
19
20         * v4.2.11
21
22         * GNUmakefile, GNUmakefile.preamble: added support for building with
23           GNUSTEP_BUILD_DIR environment variable set for recent
24           gnustep-make package.
25
26         * GNUmakefile.preamble: get libxml_INCLUDE_DIR and libxml_LIBS via
27           xml2-config instead of hardcoding. This plays nicely on
28           systems that use their own libxml as well as on GNUstep
29           installations that install an own copy of libxml2 in GNUSTEP_ROOT,
30           because xml2-config will be found in PATH prior to the system one.
31
32 2003-12-10  Helge Hess  <helge.hess@opengroupware.org>
33
34         * GNUmakefile: install driver in GNUSTEP_INSTALLATION_DIR instead
35           of GNUSTEP_USER_DIR, as "demanded" by Nicola ;-) (v4.2.10)
36
37 2003-12-03  Helge Hess  <helge.hess@opengroupware.org>
38
39         * GNUmakefile: include common.make from GNUSTEP_MAKEFILES (v4.2.9)
40
41 2003-10-15  Helge Hess  <helge@groove.local.>
42
43         * created GNUmakefile.preamble, look for libxml2 in Fink (/sw/lib)
44           if we are building on darwin6 (v4.2.8)
45
46 2003-10-13  Helge Hess  <helge.hess@skyrix.com>
47
48         * libxmlSAXDriver.m: fixed a void-return issue (v4.2.7)
49
50 2003-08-29  Helge Hess  <helge.hess@skyrix.com>
51
52         * libxmlSAXDriver.m: fixed compilation on Cocoa (v4.2.6)
53
54 2003-07-21  Helge Hess  <helge.hess@skyrix.com>
55
56         * libxmlSAXDriver.m: improved XML charset detection (v4.2.5)
57
58 2003-07-02  Helge Hess  <helge.hess@skyrix.com>
59
60         * libxmlHTMLSAXDriver.m: proper handling of system-id (v4.2.4)
61
62         * libxmlHTMLSAXDriver.m: changed not to report "invalid tag" errors,
63           used for allowing SKYOBJ tags in .html files (v4.2.3)
64
65         * unicode.h: removed some unused statics
66
67 2003-06-23  Helge Hess  <helge.hess@skyrix.com>
68
69         * v4.2.2
70
71         * added Version file to bundle
72
73         * libxmlHTMLSAXDriver.m: do not log unsupported features
74
75 2003-01-14  Helge Hess  <helge.hess@skyrix.com>
76
77         * GNUmakefile (ADDITIONAL_INCLUDE_DIRS): added /usr/include/libxml2 for
78           cases were we compile without sxsys-libxml2
79
80 2003-01-07  Helge Hess  <helge.hess@skyrix.com>
81
82         * removed dependency on FoundationExt on MacOSX
83
84 Thu Jan  2 10:53:25 2003  Helge Hess  <helge.hess@skyrix.com>
85         
86         * replaced usage of RETAIN macros with method calls
87         
88 Thu Oct 17 20:27:14 2002  Helge Hess  <helge.hess@skyrix.com>
89         
90         * libxmlSAXDriver.m: fixed a rare problem where an element was popped
91           from the namespace stack in endDocument, but the stack was empty
92         
93 2002-06-04  Helge Hess  <helge.hess@skyrix.com>
94         
95         * GNUmakefile: fixed linking of libSaxObjC if SaxObjC isn't installed
96           yet
97         
98 Sun May  5 18:57:02 2002  Helge Hess  <helge.hess@skyrix.com>
99
100         * removed SAX1 document handler
101
102 Thu May  2 12:21:48 2002  Helge Hess  <helge.hess@skyrix.com>
103
104         * added own NSMapTable callbacks since NSNonOwnedCStringMapKeyCallBacks
105           aren't available on MacOSX and gstep-base
106
107         * changed bundle to use -rangeOfString: instead of -indexOfString:
108
109 Mon Feb 11 17:33:52 2002  Helge Hess  <helge.hess@skyrix.com>
110
111         * libxmlSAXDriver.m: fixed bug in XML charset detection
112
113 Sat Feb  9 13:39:55 2002  Helge Hess  <helge.hess@skyrix.com>
114
115         * libxmlSAXDriver.m: made less sensible regarding whitespace before
116           XML declaration
117
118         * libxmlSAXDriver.m: added charset detection for NSString's containing
119           XML
120
121 Wed Nov 14 13:02:13 2001  Helge Hess  <helge.hess@skyrix.com>
122
123         * libxmlHTMLSAXDriver.m: fixed bug: unicode length was incorrectly
124           calculated
125         
126         * libxmlHTMLSAXDriver.m: check for empty text nodes
127
128 Tue Nov 13 16:22:13 2001  Helge Hess  <helge.hess@skyrix.com>
129
130         * libxmlHTMLSAXDriver.m: don't throw exception on unrecognized features
131
132 Mon Nov  5 14:13:45 2001  Helge Hess  <helge.hess@skyrix.com>
133
134         * libxmlSAXDriver.m: fixed bug (_cdataBlock called libxml characters())
135
136 Fri Nov  2 12:56:54 2001  Helge Hess  <helge.hess@skyrix.com>
137
138         * libxmlSAXDriver.m: prefix all libxml SAX callbacks with underscore
139           (libxml 2.4.7 compatibility)
140
141 Wed Oct 24 18:31:52 2001  Helge Hess  <helge.hess@skyrix.com>
142
143         * all drivers: fixed bug in UTF8-UTF16 conversion (incorrect length
144           was passed to -characters:length: SAX callback !!!)
145
146 Mon Aug 27 19:39:07 2001  Helge Hess  <helge.hess@skyrix.com>
147
148         * libxmlHTMLSAXDriver.m: use UTF8 for parsing
149
150 Mon Aug 27 18:25:41 2001  Helge Hess  <helge.hess@skyrix.com>
151
152         * again: more stable in error conditions ;-)
153
154 Fri Aug 24 19:50:44 2001  Helge Hess  <helge.hess@skyrix.com>
155
156         * libxmlHTMLSAXDriver.m: more stable in error conditions
157
158 Fri Aug 17 18:35:56 2001  Helge Hess  <helge.hess@skyrix.com>
159
160         * libxmlHTMLSAXDriver.m: place autorelease pool around parsing
161
162 Fri Aug 17 18:18:35 2001  Helge Hess  <helge.hess@skyrix.com>
163
164         * libxmlHTMLSAXDriver.m: added string uniquing table
165
166         * libxmlSAXDriver.m: added string uniquing table
167
168 Thu Aug 16 13:46:06 2001  Helge Hess  <helge.hess@skyrix.com>
169
170         * libxmlSAXDriver.m: cache SaxAttributes for efficiency, SAX callbacks
171           may not reuse SaxAttributes objects but must copy them ...
172
173 Thu Aug  9 20:11:01 2001  Helge Hess  <helge.hess@skyrix.com>
174
175         * libxmlSAXDriver.m: reduced use of autorelease
176
177 Fri Mar  9 10:40:53 2001  Helge Hess  <helge.hess@mdlink.de>
178
179         * libxmlSAXDriver.m: fixed bug with declaration of default-namespace
180
181 Wed Feb  7 10:33:39 2001  Helge Hess  <helge.hess@mdlink.de>
182
183         * libxmlSAXDriver.m: add support for NSURL
184
185 Fri Jan 12 16:36:42 2001  Helge Hess  <helge.hess@mdlink.de>
186
187         * libxmlSAXDriver.m: changed locator handling, lost reentrancy
188
189 Wed Jan  3 14:50:07 2001  Helge Hess  <helge.hess@mdlink.de>
190
191         * libxmlSAXDriver.m: removed caching of SaxAttrs
192
193 Tue Dec 12 20:20:02 2000  Helge Hess  <helge.hess@mdlink.de>
194
195         * added a driver for the libxml's HTML parser
196
197 2000-10-09    <hh@skyrix.com>
198
199         * libxmlSAXDriver.m: fixed bug with NSData parsing
200
201