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

Contents of /messaging/manakai/t/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.33 - (show annotations) (download)
Sun Jan 29 13:59:00 2006 UTC (18 years, 9 months ago) by wakaba
Branch: MAIN
Changes since 1.32: +4 -0 lines
++ manakai/t/ChangeLog	29 Jan 2006 13:41:06 -0000
	* Makefile (dom-genericls.t): Generates from |feature.dae|.

2006-01-29  Wakaba  <wakaba@suika.fam.cx>

++ manakai/lib/Message/Markup/ChangeLog	29 Jan 2006 13:32:04 -0000
2006-01-29  Wakaba  <wakaba@suika.fam.cx>

	* SuikaWikiConfig.dis: Unused definitions are removed.
	Dependency on |MDOM:DOMLS| module is removed; the module
	now only references |MDOM:GenericLS| module.
	(swcfg21:shadowParent, swcfg21:shadowSiblingOf,
	swcfg21:shadowLocalName, swcfg21:shadowNamespaceURI): Missing
	definition added.  A typo fixed.

++ manakai/lib/Message/Util/ChangeLog	29 Jan 2006 13:33:46 -0000
	* Makefile: Updated to be consist with |../DOM/Makefile|.

	* DIS.dis (parse): Parameter |input|'s type is
	changed from |DOMLS:LSInput| to |DISPerl:HASH| to
	remove dependency on |MDOM:DOMLS| module.

2006-01-29  Wakaba  <wakaba@suika.fam.cx>

++ manakai/lib/Message/Util/DIS/ChangeLog	29 Jan 2006 13:39:45 -0000
	* Perl.dis, DNLite.dis, Value.dis, Test.dis: Unused definitions removed.

	* Test.dis, DPS.dis: References to old names in |MDOM:DOMLS| namespace
	changed to ones in |MDOM:GenericLS| namespace.

	* Perl.dis (plLoadDISDatabaseModule): Don't throw database
	incosistency error for |ManakaiDOM:all|, which is always
	in |DISDatabase|.
	(plGeneratePerlModule): |c:DOMConfigurationParameterApplication|
	with whose referenced configuration's type |idl:boolean|
	may override "supported" flags and their cases' |dis:SetParam|
	parameters.  (It enables |MDOM:DOMLS| configuration
	parameters split from |MDOM:DOMCore| ones)

2006-01-29  Wakaba  <wakaba@suika.fam.cx>

++ manakai/lib/Message/DOM/ChangeLog	29 Jan 2006 13:29:45 -0000
	* Tree.dis (ManakaiDOM:entity-reference-read-only): Configuration
	parameter name changed to |cfg:entity-reference-read-only|.
	(createEntityReference): Set |c:read-only| flag of
	the created entity reference, too.

	* DOMLS.dis (min): New canonical feature name |fe:Min| added.

	* GenericLS.dis: Don't refer |DOMMain:DOMString|; use |f:MIString|
	from |DOMFeature| module instead.  Use |idl:Object|
	instead of |DOMMain:DOMObject| as well.
	(Generic): New canonical feature name |fe:GenericLS| added.
	(DOMLS:ParserRole, DOMLS:SerializerRole): Their
	canonical name changed to |gls:ParserRole| and |gls:SerializerRole|
	respectively.

	* DOMXML.dis (entities, notations): Perl code removed.
	It will be reimplemented using |DocumentTypeDefinition|
	class from |XDoctype| module.

	* DOMFeature.dis, DOMCore.dis, DOMMain.dis, DOMXML.dis,
	Tree.dis, DOMLS.dis, GenericLS.dis, ManakaiDOMLS2003.dis,
	SimpleLS.dis: Cleaned up unused definitions.

	* DOMCore.dis, DOMLS.dis (CParam): Definitions
	for LS module moved from |DOMCore| module to |DOMLS| module.
	This change makes |DOMCore| to |DOMLS| dependency removed.

	* .cvsignore (.html.pm, .ls.pm): Removed.

	* Makefile (.html.pm, .ls.pm): Removed.
	(feature.dae): Include |GenericLS| module.
	(core.dae): Don't include |DOMLS| and |GenericLS| module.
	(ls.dae): Include |DOMLS| module.

2006-01-29  Wakaba  <wakaba@suika.fam.cx>

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24