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

Contents of /messaging/manakai/t/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.67 - (show annotations) (download)
Sat Jun 23 12:47:13 2007 UTC (17 years, 5 months ago) by wakaba
Branch: MAIN
Changes since 1.66: +5 -0 lines
++ manakai/t/ChangeLog	23 Jun 2007 12:47:01 -0000
2007-06-23  Wakaba  <wakaba@suika.fam.cx>

	* DOM-Document.t: Tests for |manakai_is_html|, |manakai_compat_mode|,
	and |compat_mode| are added.

++ manakai/lib/Message/DOM/ChangeLog	23 Jun 2007 12:46:16 -0000
2007-06-23  Wakaba  <wakaba@suika.fam.cx>

	* DOMDocument.pm (compat_mode, manakai_compat_mode): Implemented.
	(manakai_is_html): Revised.
	(Document): Now it implements the |HTMLDocument| interface.
	(adopt_node): Alpha version.

	* AttributeDefinition.pm (allowed_tokens): |allowed_tokens|,
	not |allowed_token|!

	* ElementTypeDefinition.pm (attribute_definitions): Don't
	return an |undef| even if its |attribute_definitions|
	list is not created.

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24