1 |
wakaba |
1.34 |
2005-10-09 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
|
3 |
|
|
* SuikaWikiConfig21.dis (swcfg21:ownerDocument): Changed |
4 |
|
|
from a "mn:irefnode0" property to a "mn:xrefnode0" property. |
5 |
|
|
|
6 |
wakaba |
1.32 |
2005-10-08 Wakaba <wakaba@suika.fam.cx> |
7 |
|
|
|
8 |
wakaba |
1.33 |
* SuikaWikiConfig21.dis (MUErrorHandler): Removed. |
9 |
|
|
(ManakaiSWCFGNode): Extends ManakaiDefaultErrorHandler. |
10 |
|
|
|
11 |
|
|
2005-10-08 Wakaba <wakaba@suika.fam.cx> |
12 |
|
|
|
13 |
wakaba |
1.32 |
* SuikaWikiConfig21.dis: Now constant values are only |
14 |
|
|
defined in interfaces. |
15 |
|
|
|
16 |
wakaba |
1.31 |
2005-09-29 Wakaba <wakaba@suika.fam.cx> |
17 |
|
|
|
18 |
|
|
* SuikaWikiConfig21.dis (parse): Calls "orphanate" |
19 |
|
|
method for to be removed nodes. |
20 |
|
|
|
21 |
wakaba |
1.30 |
2005-09-27 Wakaba <wakaba@suika.fam.cx> |
22 |
|
|
|
23 |
|
|
* SuikaWikiConfig21.dis: Codes to set "TreeCore:*" |
24 |
|
|
properties removed. |
25 |
|
|
|
26 |
wakaba |
1.29 |
2005-09-26 Wakaba <wakaba@suika.fam.cx> |
27 |
|
|
|
28 |
|
|
* SuikaWikiConfig21.dis: New mn:* properties added. |
29 |
|
|
(swcfg21:parent): Abbrevation added. |
30 |
|
|
|
31 |
wakaba |
1.28 |
2005-09-25 Wakaba <wakaba@suika.fam.cx> |
32 |
|
|
|
33 |
|
|
* Makefile (DAC_SUFFIX): Changed to ".dae". |
34 |
|
|
(DAEM_SUFFIX): New. |
35 |
|
|
|
36 |
wakaba |
1.27 |
2005-09-24 Wakaba <wakaba@suika.fam.cx> |
37 |
|
|
|
38 |
|
|
* SuikaWikiConfig21.dis: Use "disPerl:H" instead |
39 |
|
|
of "disPerl:Q" for hash keys. |
40 |
|
|
(expandQName): Removed the "g" option from the "s///", |
41 |
|
|
which was very serious and difficult bug. |
42 |
|
|
|
43 |
wakaba |
1.26 |
2005-09-22 Wakaba <wakaba@suika.fam.cx> |
44 |
|
|
|
45 |
|
|
* Makefile: DAC_SUFFIX changed to ".dad". |
46 |
|
|
|
47 |
wakaba |
1.25 |
2005-09-20 Wakaba <wakaba@suika.fam.cx> |
48 |
|
|
|
49 |
|
|
* SuikaWikiConfig21.dis (valueRef, nodeIDRef): New attributes. |
50 |
|
|
|
51 |
wakaba |
1.24 |
2005-09-15 Wakaba <wakaba@suika.fam.cx> |
52 |
|
|
|
53 |
|
|
* SuikaWikiConfig21.dis: Use object method getNodeReference |
54 |
|
|
as far as possible (rather than class method) for DIS |
55 |
|
|
nodes that overrides lookupNamespaceURI method. |
56 |
|
|
|
57 |
wakaba |
1.23 |
2005-09-08 Wakaba <wakaba@suika.fam.cx> |
58 |
|
|
|
59 |
|
|
* Makefile: Rules changed so that ../DOM/core.dac is |
60 |
|
|
used to construct SuikaWikiConfig21.pm. |
61 |
|
|
|
62 |
|
|
* SuikaWikiConfig21.dis (SWCFGElement, SWCFGDocument, |
63 |
|
|
SWCFGComment, SWCFGDocumentFragment): They no longer |
64 |
|
|
inherits the SWCFGNode interface to avoid diamond |
65 |
|
|
inheritance in DIS interfaces. |
66 |
|
|
|
67 |
|
|
2005-09-06 Wakaba <wakaba@suika.fam.cx> |
68 |
|
|
|
69 |
|
|
* SuikaWikiConfig21.dis: Now based on ManakaiNode NodeStem |
70 |
|
|
framework. |
71 |
|
|
|
72 |
wakaba |
1.22 |
2005-03-06 Wakaba <wakaba@suika.fam.cx> |
73 |
|
|
|
74 |
|
|
* SuikaWikiConfig21.dis (ExceptionDef): "DIS:UNDECLARED_NS_PREFIX_ERR" |
75 |
|
|
moved from "lib/Message/Util/DIS.dis". |
76 |
|
|
(lookupNamespaceURI): Raises undeclared prefix exception |
77 |
|
|
if prefix is not defined. |
78 |
|
|
(expandNamespace, expandETBinding and other methods): Raises |
79 |
|
|
undeclared prefix exception if prefix is not defined. |
80 |
|
|
|
81 |
|
|
* SuikaWikiConfig21.dis (IFClassDef[ManakaiSWCFGImplementation]): Inherit |
82 |
|
|
ManakaiDOMMinimumImplementation. |
83 |
|
|
|
84 |
wakaba |
1.21 |
2005-02-28 Wakaba <wakaba@suika.fam.cx> |
85 |
|
|
|
86 |
|
|
* SuikaWikiConfig21.dis (SWCFGNode.nodeID): New attribute. |
87 |
|
|
|
88 |
wakaba |
1.20 |
2005-02-27 Wakaba <wakaba@suika.fam.cx> |
89 |
|
|
|
90 |
|
|
* SuikaWikiConfig21.dis (IFClassDef[appendNode]): Infinite-loop |
91 |
|
|
bug fixed. |
92 |
|
|
(Method[expandedURI]): Shadow name support. |
93 |
|
|
(expandETBinding): Set "namespaceExpanded" property true, not |
94 |
|
|
to be broken by "expandNamespace" later. |
95 |
|
|
|
96 |
wakaba |
1.19 |
2005-02-19 Wakaba <wakaba@suika.fam.cx> |
97 |
|
|
|
98 |
|
|
* SuikaWikiConfig21.dis: Namespace support added. |
99 |
|
|
(SWCFGParser.parse): Implemented. |
100 |
|
|
|
101 |
wakaba |
1.18 |
2005-02-18 Wakaba <wakaba@suika.fam.cx> |
102 |
|
|
|
103 |
|
|
* Makefile: New file. |
104 |
|
|
|
105 |
|
|
2005-02-16 Wakaba <wakaba@suika.fam.cx> |
106 |
|
|
|
107 |
|
|
* SuikaWikiConfig21.dis: New module. |
108 |
|
|
|
109 |
wakaba |
1.17 |
2004-10-31 Wakaba <wakaba@suika.fam.cx> |
110 |
|
|
|
111 |
|
|
* XML.pm: Don't use '#' in qw//. |
112 |
|
|
|
113 |
wakaba |
1.16 |
2003-11-15 Wakaba <wakaba@suika.fam.cx> |
114 |
|
|
|
115 |
|
|
* SuikaWikiConfig20/: New directory. |
116 |
|
|
|
117 |
wakaba |
1.15 |
2003-11-08 Wakaba <wakaba@suika.fam.cx> |
118 |
|
|
|
119 |
|
|
* XML.pm (qname): Use new option of 'use_xml' and 'use_xmlns'. |
120 |
|
|
(defined_new_namespace): Likewise. |
121 |
|
|
|
122 |
wakaba |
1.14 |
2003-11-01 Wakaba <wakaba@suika.fam.cx> |
123 |
|
|
|
124 |
|
|
* XML.pm (inner_xml): s/-$/-/ if #comment node. |
125 |
|
|
|
126 |
wakaba |
1.13 |
2003-10-31 Wakaba <wakaba@suika.fam.cx> |
127 |
|
|
|
128 |
|
|
* XML.pm (get_attribute_value): New. |
129 |
|
|
(_get_ns_decls_node): 'default': New option. |
130 |
|
|
|
131 |
wakaba |
1.11 |
2003-09-30 Wakaba <wakaba@suika.fam.cx> |
132 |
|
|
|
133 |
wakaba |
1.12 |
* XML.pm: Use Message::Markup::XML::QName. |
134 |
wakaba |
1.11 |
|
135 |
wakaba |
1.10 |
2003-09-07 Wakaba <wakaba@suika.fam.cx> |
136 |
|
|
|
137 |
|
|
* XML.pm: Change SuikaWiki:: -> Message::. |
138 |
|
|
|
139 |
wakaba |
1.9 |
2003-08-19 Wakaba <wakaba@suika.fam.cx> |
140 |
|
|
|
141 |
|
|
* XML.pm (expanded_name): New method. |
142 |
|
|
|
143 |
|
|
2003-08-07 Wakaba <wakaba@suika.fam.cx> |
144 |
|
|
|
145 |
|
|
* SuikaWikiConfig20.pm: New module. |
146 |
|
|
|
147 |
w |
1.8 |
2003-07-12 Wakaba <w@suika.fam.cx> |
148 |
|
|
|
149 |
|
|
* XML.pm (target_name): Removed. |
150 |
|
|
(inner_xml): Reimplement ENTITY declaration outputing. |
151 |
|
|
|
152 |
wakaba |
1.7 |
2003-06-29 Wakaba <w@suika.fam.cx> |
153 |
|
|
|
154 |
|
|
* XML.pm: INCLUDE/IGNORE marked section is supported. |
155 |
|
|
|
156 |
wakaba |
1.6 |
2003-06-27 Wakaba <w@suika.fam.cx> |
157 |
|
|
|
158 |
|
|
* XML.pm (remove_references): Remove 'smxp__defined_with_param_ref' flag |
159 |
|
|
to remove parameter references in the ENTITY declaration. |
160 |
|
|
|
161 |
|
|
2003-06-26 Wakaba <w@suika.fam.cx> |
162 |
|
|
|
163 |
|
|
* XML.pm (_resolve_relative_uri_by_parent): New functions. |
164 |
|
|
|
165 |
|
|
2003-06-23 Wakaba <w@suika.fam.cx> |
166 |
|
|
|
167 |
|
|
* XML.pm (base_uri, resolve_relative_uri): New functions. |
168 |
|
|
|
169 |
wakaba |
1.5 |
2003-06-16 Wakaba <w@suika.fam.cx> |
170 |
|
|
|
171 |
|
|
* XML.pm: Some bug fixes and addition of features to support |
172 |
|
|
SuikaWiki::Markup::XML::Parser. |
173 |
|
|
|
174 |
wakaba |
1.4 |
2003-05-25 Wakaba <w@offweb.ddo.jp> |
175 |
|
|
|
176 |
|
|
* XML.pm (new): Support new arguments, 'qname' and 'namespace_prefix'. |
177 |
|
|
(_ns_parse_qname): New. |
178 |
|
|
(namespace_prefix): New. |
179 |
|
|
|
180 |
wakaba |
1.3 |
2003-05-24 Wakaba <w@offweb.ddo.jp> |
181 |
|
|
|
182 |
|
|
* XML/: New directory. |
183 |
|
|
* XML.pm: Update to support XML/Parser.pm. |
184 |
wakaba |
1.4 |
* TODO: New. |
185 |
wakaba |
1.3 |
|
186 |
|
|
2003-05-11 Wakaba <w@offweb.ddo.jp> |
187 |
|
|
|
188 |
|
|
* XML.pm (attribute_value): Output #reference as is. |
189 |
|
|
|
190 |
wakaba |
1.2 |
2003-04-29 Wakaba <w@offweb.ddo.jp> |
191 |
|
|
|
192 |
|
|
* XML.pm: Bug fixes. |
193 |
|
|
(content_spec): New function. |
194 |
|
|
(inner_xml#pi): If pi's content has '?>', replace to '? >'. (same behavior |
195 |
|
|
as XSLT's.) (Was replaced to '?>'.) |
196 |
|
|
(#reference, #section): New support. |
197 |
|
|
(#declaration): All XML's declarations are supported. |
198 |
|
|
(inner_text%output_ref_as_is): New option. |
199 |
|
|
(_check_name): New. |
200 |
|
|
(flag): New. |
201 |
|
|
(POD:NODE TYPES): New documentation. |
202 |
|
|
|
203 |
wakaba |
1.1 |
2003-04-27 Wakaba <w@offweb.ddo.jp> |
204 |
|
|
|
205 |
|
|
* ChangeLog: New file. |
206 |
|
|
|
207 |
|
|
2003-04-26 Wakaba <w@offweb.ddo.jp> |
208 |
|
|
|
209 |
|
|
* XML.pm: New module. |