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

Contents of /messaging/manakai/t/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.34 - (show annotations) (download)
Sat Feb 18 07:39:08 2006 UTC (18 years, 9 months ago) by wakaba
Branch: MAIN
Changes since 1.33: +4 -0 lines
++ manakai/t/ChangeLog	18 Feb 2006 07:38:55 -0000
2006-02-18  Wakaba  <wakaba@suika.fam.cx>

	* Makefile (dom-ls.t): New test.

++ manakai/lib/Message/DOM/ChangeLog	18 Feb 2006 07:38:32 -0000
2006-02-18  Wakaba  <wakaba@suika.fam.cx>

	* XMLParser.dis (ManakaiDOMXMLParser): Implements |DOMLS:ParseString10|
	feature.

	* DOMCore.dis (c:LSPARSER_NOT_FOUND_ERR): New exception type.

	* DOMLS.dis (DOMLS:ParseString): New (moved from |SimpleLS.dis|).
	(DOMImplementationLS.createLSParser): Implemented.
	(DOMImplementationLS.createLSInput): Revised.
	(LSInput): Note on relationship with |GenericLS| is added.

	* SimpleLS.dis (DOMLS:ParseString): Removed (moved to |SimpleLS.dis|).

1 2006-02-18 Wakaba <wakaba@suika.fam.cx>
2
3 * Makefile (dom-ls.t): New test.
4
5 2006-01-29 Wakaba <wakaba@suika.fam.cx>
6
7 * Makefile (dom-genericls.t): Generates from |feature.dae|.
8
9 2006-01-29 Wakaba <wakaba@suika.fam.cx>
10
11 * Makefile (dom-xml.t): New test.
12
13 2006-01-24 Wakaba <wakaba@suika.fam.cx>
14
15 * Makefile (util-mntest.t): Calls |mndebug.pl| subroutines.
16
17 2006-01-23 Wakaba <wakaba@suika.fam.cx>
18
19 * .cvsignore: New generated test files added.
20
21 2006-01-23 Wakaba <wakaba@suika.fam.cx>
22
23 * Makefile: |util-mntest.t| added.
24
25 2006-01-21 Wakaba <wakaba@suika.fam.cx>
26
27 * Makefile: |dom-xmlparser.t| added.
28
29 2006-01-07 Wakaba <wakaba@suika.fam.cx>
30
31 * dom-mdom.t: Removed (obsolete).
32
33 * util-formatter-base.t: Test result synced with
34 current implementation.
35
36 * Makefile: |dom-core.t| and |dom-xdoctype.t| added.
37
38 2005-11-21 Wakaba <wakaba@suika.fam.cx>
39
40 * Makefile, .cvsignore: |dom-tree.t| added.
41
42 2005-11-20 Wakaba <wakaba@suika.fam.cx>
43
44 * .cvsignore: |util-dis-dnlite.t| added.
45
46 * Makefile: Rules for |util-dis-dnlite.t| added.
47
48 2005-11-16 Wakaba <wakaba@suika.fam.cx>
49
50 * Makefile: Rules to make |dom-mdomls2003.t| and |util-perlcode.t|
51 added.
52
53 2005-11-15 Wakaba <wakaba@suika.fam.cx>
54
55 * Makefile: Rules to make |dom-feature.t| and |dom-genericls.t|
56 added.
57
58 2005-10-06 Wakaba <wakaba@suika.fam.cx>
59
60 * Makefile: Updated for new version of "domts2perl.pl".
61
62 2005-01-06 Wakaba <wakaba@suika.fam.cx>
63
64 * Makefile (clean): New.
65
66 2005-01-05 Wakaba <wakaba@suika.fam.cx>
67
68 * dom-mdom.t: Use DOMMain in favor of obsolete ManakaiDOM module.
69
70 2004-11-20 Wakaba <wakaba@suika.fam.cx>
71
72 * util-qname-filter.t: New test.
73
74 * util-qname-general.t: Tests modified for new version of the module.
75
76 2004-09-09 Wakaba <wakaba@suika.fam.cx>
77
78 * dom-mdom.t: New test.
79
80 2004-04-02 Wakaba <wakaba@suika.fam.cx>
81
82 * util-error.t: New tests added.
83
84 2004-02-22 Wakaba <wakaba@suika.fam.cx>
85
86 * markup-xml-qname.t: Don't load obsolete XML module.
87 * markup-xml-qname.t: Some new tests for EMPTY_PFX added.
88
89 2004-01-17 Wakaba <wakaba@suika.fam.cx>
90
91 * util-formatter-boolean.t: New test.
92
93 2003-12-25 Wakaba <wakaba@suika.fam.cx>
94
95 * util-error.t: Output message verbosely if $^W.
96
97 2003-12-14 Wakaba <wakaba@suika.fam.cx>
98
99 * markup-xml-parser.t: New test.
100
101 2003-12-13 Wakaba <wakaba@suika.fam.cx>
102
103 * util-error-textparser.t: Rewritten.
104
105 2003-12-06 Wakaba <wakaba@suika.fam.cx>
106
107 * markup-xml-qname.t: "" -> DEFAULT_PFX.
108
109 * util-formatter-node.t, util-formatter-text.t, util-error.t: Changed to new syntax.
110
111 2003-12-05 Wakaba <wakaba@suika.fam.cx>
112
113 * markup-xml-nodetree.t: New test for construct_xml_node ().
114
115 2003-11-22 Wakaba <wakaba@suika.fam.cx>
116
117 * util-formatter-node.t, util-formatter-text.t: New test for boolean attribute.
118
119 2003-11-16 Wakaba <wakaba@suika.fam.cx>
120
121 * util-formatter-node.t: New test.
122
123 * mime-eword.t: Don't test with Japanese string if Japanese encoder/decoder not found.
124
125 2003-11-15 Wakaba <wakaba@suika.fam.cx>
126
127 * util-formatter-text.t: New test.
128
129 * util-error.t: New test.
130
131 * markup-xml--ns.t: Tests Message::Markup::XML::Node (instead of Message::Markup::XML).
132
133 * util-formatter-base.t: New subtest for flag support.
134
135 * markup-swcfg20-node.t: New test (Moved from SuikaWiki).
136
137 * markup-swcfg20-parser.t: New test (Moved from SuikaWiki).
138
139 2003-11-13 Wakaba <wakaba@suika.fam.cx>
140
141 * util-formatter-base.t: New test.
142
143 2003-11-09 Wakaba <wakaba@suika.fam.cx>
144
145 * markup-xml-node.t: New test for 'xml:' special prefix.
146
147 2003-11-01 Wakaba <wakaba@suika.fam.cx>
148
149 * markup-xml-node.t: New test.
150
151 * markup-xml-qname.t (gen_pfx): Added one-char prefix test.
152
153 2003-09-17 Wakaba <wakaba@suika.fam.cx>
154
155 * markup-xml-validator-model.t: New file.
156
157 * util-hostpermit.t: New test.
158
159 2003-08-05 Wakaba <wakaba@suika.fam.cx>
160
161 * error.pl: Removed.
162 * util-error-textparser.t: New script.
163 * test.pl: Removed.
164
165 2003-08-05 Wakaba <wakaba@suika.fam.cx>
166
167 * error.pl: New script.
168 * test.pl: New script.
169 * ChangeLog: New file.
170

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24