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

Contents of /messaging/manakai/t/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.56 - (show annotations) (download)
Thu Jun 14 13:10:07 2007 UTC (17 years, 5 months ago) by wakaba
Branch: MAIN
Changes since 1.55: +5 -0 lines
++ manakai/t/ChangeLog	14 Jun 2007 13:09:37 -0000
2007-06-14  Wakaba  <wakaba@suika.fam.cx>

	* DOM-DOMImplementation.t: Tests for |create_document|
	and |create_document_type| are added.

++ manakai/lib/Message/DOM/ChangeLog	14 Jun 2007 13:09:13 -0000
2007-06-14  Wakaba  <wakaba@suika.fam.cx>

	* Notation.pm, Entity.pm, EntityReference.pm, ProcessingInstruction.pm,
	CDATASection.pm, DocumentFragment.pm, ElementTypeDefinition.pm,
	AttributeDefinition.pm: New modules.

	* DOMDocument.pm (@ISA): 'Message::IF::DocumentXDoctype' added.
	(create_attribute_definition, create_element_type_definition,
	create_document_type_definition, create_cdata_section,
	create_processing_instruction, create_entity_reference,
	create_general_entity, create_notation): Prototypes added.

	* DOMImplementation.pm (create_document_type): Prototype added.

	* DocumentType.pm (@ISA), 'Message::IF::DocumentTypeDefinition'
	and 'Message::IF::DocumentTypeDeclaration' added.
	(create_document_type, create_document_type_definition):
	New methods.

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24