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