/[suikacvs]/messaging/manakai/t/ChangeLog
Suika

Contents of /messaging/manakai/t/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.69 - (show annotations) (download)
Sat Jul 7 05:58:11 2007 UTC (17 years, 4 months ago) by wakaba
Branch: MAIN
Changes since 1.68: +6 -0 lines
++ manakai/t/ChangeLog	7 Jul 2007 05:55:43 -0000
	* DOM-DOMImplementation.t: New tests for features are added.

	* DOM-DOMImplementationSource.t: New test script.

2007-07-07  Wakaba  <wakaba@suika.fam.cx>

++ manakai/lib/Message/DOM/ChangeLog	7 Jul 2007 05:58:02 -0000
	* DOMImplementation.pm (new): New method name for |____new|.
	It will be defined in the DOM Perl Binding specification
	as part of |DOMImplementation| interface.
	($HasFeature): Defined for features support.
	(has_feature, get_feature): Implemented.

	* DOMStringList.pm: Don't load the |Message::DOM::DOMException|
	module unless necessary.
	(___report_error): Removed since it is not used in fact.

	* DOMImplementationList.pm, DOMImplementationSource.pm,
	DOMImplementationRegistry.pm: New modules.

2007-07-07  Wakaba  <wakaba@suika.fam.cx>

1 2007-07-07 Wakaba <wakaba@suika.fam.cx>
2
3 * DOM-DOMImplementation.t: New tests for features are added.
4
5 * DOM-DOMImplementationSource.t: New test script.
6
7 2007-07-07 Wakaba <wakaba@suika.fam.cx>
8
9 * DOM-AttributeDefinition.t: Tests for |allowed_tokens|
10 are added.
11
12 * DOM-DOMStringList.t: New test script.
13
14 2007-06-23 Wakaba <wakaba@suika.fam.cx>
15
16 * DOM-Document.t: Tests for |manakai_is_html|, |manakai_compat_mode|,
17 and |compat_mode| are added.
18
19 2007-06-21 Wakaba <wakaba@suika.fam.cx>
20
21 * DOM-Node.t: Tests for |node_type| are added.
22
23 2007-06-20 Wakaba <wakaba@suika.fam.cx>
24
25 * DOM-Node.t: Tests for DOCUMENT_POSITION_* constants
26 and new features are added.
27
28 2007-06-17 Wakaba <wakaba@suika.fam.cx>
29
30 * DOM-Node.t: |notation_name| test added.
31
32 * DOM-Entity.t: |notation_name| test added.
33
34 2007-06-17 Wakaba <wakaba@suika.fam.cx>
35
36 * DOM-Attr.t, DOM-AttributeDefinition.t, DOM-DocumentType.t,
37 DOM-Element.t, DOM-Entity.t, DOM-EntityReference.t,
38 DOM-Notation.t, DOM-ProcessingInstruction.t: New.
39
40 * DOM-Document.t, DOM-Node.t: Tests for newly-implemented attributes
41 and methods are added.
42
43 * Makefile (test-module-dom-old): Renamed from |test-module-dom|.
44 (test-module-dom): New.
45
46 2007-06-16 Wakaba <wakaba@suika.fam.cx>
47
48 * DOM-Node.t: Tests for |prefix| and |text_content| are added.
49
50 2007-06-16 Wakaba <wakaba@suika.fam.cx>
51
52 * DOM-NodeList.t: Tests for tied arrays and empty node lists
53 are added.
54
55 2007-06-16 Wakaba <wakaba@suika.fam.cx>
56
57 * DOM-NodeList.t: New test.
58
59 2007-06-16 Wakaba <wakaba@suika.fam.cx>
60
61 * util-error.t: Tests for new methods are added.
62 (___error_def): Amended for new naming convention.
63
64 * util-error-text-formatter.t (___error_def): Amended
65 for new naming convention.
66
67 2007-06-16 Wakaba <wakaba@suika.fam.cx>
68
69 * DOM-Node.t: Test data added.
70
71 2007-06-15 Wakaba <wakaba@suika.fam.cx>
72
73 * DOM-Node.t: New test.
74
75 2007-06-15 Wakaba <wakaba@suika.fam.cx>
76
77 * DOM-Document.t: New test.
78
79 2007-06-14 Wakaba <wakaba@suika.fam.cx>
80
81 * DOM-DOMImplementation.t: Tests for |create_document|
82 and |create_document_type| are added.
83
84 2007-06-13 Wakaba <wakaba@suika.fam.cx>
85
86 * DOM-DOMImplementation.t: New test.
87
88 2007-05-26 Wakaba <wakaba@suika.fam.cx>
89
90 * IMT-InternetMediaType.t: Tests for |add_parameter| are added.
91
92 2007-05-26 Wakaba <wakaba@suika.fam.cx>
93
94 * IMT-InternetMediaType.t: New test.
95
96 2006-12-29 Wakaba <wakaba@suika.fam.cx>
97
98 * .cvsignore: New auto-generated Perl test files
99 are added.
100
101 2006-12-02 Wakaba <wakaba@suika.fam.cx>
102
103 * Makefile (dom-DOMString.t): New test.
104
105 2006-08-15 Wakaba <wakaba@suika.fam.cx>
106
107 * Makefile (util-dis-Value.t): New test.
108
109 2006-05-13 Wakaba <wakaba@suika.fam.cx>
110
111 * Makefile (dom-XDP.t): New test.
112
113 2006-05-04 Wakaba <wakaba@suika.fam.cx>
114
115 * Makefile (markup-SuikaWiki.t): New test.
116
117 2006-04-30 Wakaba <wakaba@suika.fam.cx>
118
119 * Makefile (dom-Traversal.t): New test.
120
121 2006-04-29 Wakaba <wakaba@suika.fam.cx>
122
123 * Makefile (markup-Atom.t): New test.
124 (test-module-markup): New rule.
125 (test-module-all): The |test-module-markup| is added to the list
126 of rules.
127
128 2006-04-16 Wakaba <wakaba@suika.fam.cx>
129
130 * Makefile (dom-CharacterData.t): New test.
131
132 2006-04-02 Wakaba <wakaba@suika.fam.cx>
133
134 * Makefile (dom-TreeStore.t): New test.
135
136 2006-04-02 Wakaba <wakaba@suika.fam.cx>
137
138 * Makefile: Tests |dom-Tree.t| and |dom-DOMXML.t| are
139 removed. Tests |dom-Document.t| and |dom-Element.t| are added.
140
141 2006-04-01 Wakaba <wakaba@suika.fam.cx>
142
143 * Makefile (util-dis-DPG.t): New test.
144
145 2006-03-18 Wakaba <wakaba@suika.fam.cx>
146
147 * Makefile (dom-XML.t): New test.
148
149 2006-03-17 Wakaba <wakaba@suika.fam.cx>
150
151 * Makefile (dom-TreeCore.t): New test.
152
153 2006-03-12 Wakaba <wakaba@suika.fam.cx>
154
155 * Makefile: Creates |../lib/Message/Util/DIS/Test.pm|
156 before try to create test scripts.
157
158 2006-03-11 Wakaba <wakaba@suika.fam.cx>
159
160 * Makefile (charset-Encode.t): New test.
161
162 2006-03-01 Wakaba <wakaba@suika.fam.cx>
163
164 * Makefile (util-Generic.t): New test.
165
166 2006-02-26 Wakaba <wakaba@suika.fam.cx>
167
168 * Makefile (distclean): New rule.
169
170 2006-02-26 Wakaba <wakaba@suika.fam.cx>
171
172 * Makefile: Revised for new |daf| database format.
173
174 2006-02-18 Wakaba <wakaba@suika.fam.cx>
175
176 * Makefile (util-dis.t): New test.
177
178 2006-02-18 Wakaba <wakaba@suika.fam.cx>
179
180 * Makefile (dom-ls.t): New test.
181
182 2006-01-29 Wakaba <wakaba@suika.fam.cx>
183
184 * Makefile (dom-genericls.t): Generates from |feature.dae|.
185
186 2006-01-29 Wakaba <wakaba@suika.fam.cx>
187
188 * Makefile (dom-xml.t): New test.
189
190 2006-01-24 Wakaba <wakaba@suika.fam.cx>
191
192 * Makefile (util-mntest.t): Calls |mndebug.pl| subroutines.
193
194 2006-01-23 Wakaba <wakaba@suika.fam.cx>
195
196 * .cvsignore: New generated test files added.
197
198 2006-01-23 Wakaba <wakaba@suika.fam.cx>
199
200 * Makefile: |util-mntest.t| added.
201
202 2006-01-21 Wakaba <wakaba@suika.fam.cx>
203
204 * Makefile: |dom-xmlparser.t| added.
205
206 2006-01-07 Wakaba <wakaba@suika.fam.cx>
207
208 * dom-mdom.t: Removed (obsolete).
209
210 * util-formatter-base.t: Test result synced with
211 current implementation.
212
213 * Makefile: |dom-core.t| and |dom-xdoctype.t| added.
214
215 2005-11-21 Wakaba <wakaba@suika.fam.cx>
216
217 * Makefile, .cvsignore: |dom-tree.t| added.
218
219 2005-11-20 Wakaba <wakaba@suika.fam.cx>
220
221 * .cvsignore: |util-dis-dnlite.t| added.
222
223 * Makefile: Rules for |util-dis-dnlite.t| added.
224
225 2005-11-16 Wakaba <wakaba@suika.fam.cx>
226
227 * Makefile: Rules to make |dom-mdomls2003.t| and |util-perlcode.t|
228 added.
229
230 2005-11-15 Wakaba <wakaba@suika.fam.cx>
231
232 * Makefile: Rules to make |dom-feature.t| and |dom-genericls.t|
233 added.
234
235 2005-10-06 Wakaba <wakaba@suika.fam.cx>
236
237 * Makefile: Updated for new version of "domts2perl.pl".
238
239 2005-01-06 Wakaba <wakaba@suika.fam.cx>
240
241 * Makefile (clean): New.
242
243 2005-01-05 Wakaba <wakaba@suika.fam.cx>
244
245 * dom-mdom.t: Use DOMMain in favor of obsolete ManakaiDOM module.
246
247 2004-11-20 Wakaba <wakaba@suika.fam.cx>
248
249 * util-qname-filter.t: New test.
250
251 * util-qname-general.t: Tests modified for new version of the module.
252
253 2004-09-09 Wakaba <wakaba@suika.fam.cx>
254
255 * dom-mdom.t: New test.
256
257 2004-04-02 Wakaba <wakaba@suika.fam.cx>
258
259 * util-error.t: New tests added.
260
261 2004-02-22 Wakaba <wakaba@suika.fam.cx>
262
263 * markup-xml-qname.t: Don't load obsolete XML module.
264 * markup-xml-qname.t: Some new tests for EMPTY_PFX added.
265
266 2004-01-17 Wakaba <wakaba@suika.fam.cx>
267
268 * util-formatter-boolean.t: New test.
269
270 2003-12-25 Wakaba <wakaba@suika.fam.cx>
271
272 * util-error.t: Output message verbosely if $^W.
273
274 2003-12-14 Wakaba <wakaba@suika.fam.cx>
275
276 * markup-xml-parser.t: New test.
277
278 2003-12-13 Wakaba <wakaba@suika.fam.cx>
279
280 * util-error-textparser.t: Rewritten.
281
282 2003-12-06 Wakaba <wakaba@suika.fam.cx>
283
284 * markup-xml-qname.t: "" -> DEFAULT_PFX.
285
286 * util-formatter-node.t, util-formatter-text.t, util-error.t: Changed to new syntax.
287
288 2003-12-05 Wakaba <wakaba@suika.fam.cx>
289
290 * markup-xml-nodetree.t: New test for construct_xml_node ().
291
292 2003-11-22 Wakaba <wakaba@suika.fam.cx>
293
294 * util-formatter-node.t, util-formatter-text.t: New test for boolean attribute.
295
296 2003-11-16 Wakaba <wakaba@suika.fam.cx>
297
298 * util-formatter-node.t: New test.
299
300 * mime-eword.t: Don't test with Japanese string if Japanese encoder/decoder not found.
301
302 2003-11-15 Wakaba <wakaba@suika.fam.cx>
303
304 * util-formatter-text.t: New test.
305
306 * util-error.t: New test.
307
308 * markup-xml--ns.t: Tests Message::Markup::XML::Node (instead of Message::Markup::XML).
309
310 * util-formatter-base.t: New subtest for flag support.
311
312 * markup-swcfg20-node.t: New test (Moved from SuikaWiki).
313
314 * markup-swcfg20-parser.t: New test (Moved from SuikaWiki).
315
316 2003-11-13 Wakaba <wakaba@suika.fam.cx>
317
318 * util-formatter-base.t: New test.
319
320 2003-11-09 Wakaba <wakaba@suika.fam.cx>
321
322 * markup-xml-node.t: New test for 'xml:' special prefix.
323
324 2003-11-01 Wakaba <wakaba@suika.fam.cx>
325
326 * markup-xml-node.t: New test.
327
328 * markup-xml-qname.t (gen_pfx): Added one-char prefix test.
329
330 2003-09-17 Wakaba <wakaba@suika.fam.cx>
331
332 * markup-xml-validator-model.t: New file.
333
334 * util-hostpermit.t: New test.
335
336 2003-08-05 Wakaba <wakaba@suika.fam.cx>
337
338 * error.pl: Removed.
339 * util-error-textparser.t: New script.
340 * test.pl: Removed.
341
342 2003-08-05 Wakaba <wakaba@suika.fam.cx>
343
344 * error.pl: New script.
345 * test.pl: New script.
346 * ChangeLog: New file.
347

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24