1 |
|
2006-03-17 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* TreeCore.dis (NodeType, nodeType, localName, namespaceURI, |
4 |
|
prefix, isSameNode, ownerDocument, parentNode): New. |
5 |
|
(Element): New interface. |
6 |
|
(createElementNS): New method. |
7 |
|
(strictErrorChecking): New. |
8 |
|
|
9 |
|
2006-03-17 Wakaba <wakaba@suika.fam.cx> |
10 |
|
|
11 |
|
* Makefile: |TreeCore.dis| is added. |
12 |
|
|
13 |
|
* TreeCore.dis: New module. |
14 |
|
|
15 |
|
2006-03-16 Wakaba <wakaba@suika.fam.cx> |
16 |
|
|
17 |
|
* XMLParser.dis (cfg:entity-replacement-tree): New configuration |
18 |
|
parameter. |
19 |
|
|
20 |
|
* DOMXML.dis (manakaiExpanded): Renamed from |isExpanded|. |
21 |
|
|
22 |
|
* DOMCore.dis, Tree.dis, DOMLS.dis, XMLParser.dis: Lexical |
23 |
|
data types added to configuration parameters. |
24 |
|
|
25 |
|
2006-03-15 Wakaba <wakaba@suika.fam.cx> |
26 |
|
|
27 |
|
* DOMCore.dis (c:DOMConfigurationParameter): Now it is |
28 |
|
a |DISSource:ResourceProperty|. |
29 |
|
(c:anyDOMConfigurationParameter): New property. |
30 |
|
(CParam, boolCParam): Now they are all |dis:subsetOf| |
31 |
|
the |c:anyDOMConfigurationParameter| property. |
32 |
|
(ForDocument, ForParser, ForSerializer): Removed. |
33 |
|
|
34 |
|
* DOMLS.dis, XMLParser.dis: Likewise. |
35 |
|
|
36 |
|
2006-03-12 Wakaba <wakaba@suika.fam.cx> |
37 |
|
|
38 |
|
* DOMMain.dis, Tree.dis: Unused |dis:aliasChild| properties |
39 |
|
are removed. |
40 |
|
|
41 |
|
* GenericLS.pm: Added to the CVS repository since |
42 |
|
it is necessary to create the |Message::Util::DIS::DPG| module. |
43 |
|
|
44 |
|
2006-03-10 Wakaba <wakaba@suika.fam.cx> |
45 |
|
|
46 |
|
* DOMCore.dis, DOMXML.dis, XDoctype.dis (manakaiAppendText): New |
47 |
|
method. |
48 |
|
|
49 |
|
* XMLParser.dis: Don't create adjacent text nodes. |
50 |
|
|
51 |
|
2006-03-09 Wakaba <wakaba@suika.fam.cx> |
52 |
|
|
53 |
|
* DOMCore.dis (HIERARCHY_DOCUMENT_FRAGMENT_ITSELF_ERR): New error. |
54 |
|
|
55 |
|
* DOMXML.dis (appendChild, insertBefore, replaceChild): Method |
56 |
|
implementations are added. |
57 |
|
|
58 |
|
* XDoctype.dis (appendChild, insertBefore, replaceChild): Method |
59 |
|
implementations are added. |
60 |
|
|
61 |
|
* Tree.dis (appendChild, insertBefore, replaceChild): Method |
62 |
|
implementations are added. |
63 |
|
(IFCls1Def, NodeTypeDef): Don't define |ManakaiDOM:ForClass| |
64 |
|
resources unless for |ManakaiDOM:ManakaiDOMLatest|. |
65 |
|
(cfg:strict-document-children): New configuration parameter. |
66 |
|
|
67 |
|
2006-03-08 Wakaba <wakaba@suika.fam.cx> |
68 |
|
|
69 |
|
* XDoctype.dis (replaceChild): Method implementations are added. |
70 |
|
|
71 |
|
* Tree.dis (replaceChild): Method implementations are added. |
72 |
|
|
73 |
|
* DOMXML.dis (replaceChild): Method implementations are added. |
74 |
|
|
75 |
|
2006-03-07 Wakaba <wakaba@suika.fam.cx> |
76 |
|
|
77 |
|
* Tree.dis (ForAppendChild, ForInsertBefore, ForReplaceChild): New |for| |
78 |
|
definitions. |
79 |
|
|
80 |
|
* XDoctype.dis (insertBefore): New method implementation. |
81 |
|
|
82 |
|
2006-03-06 Wakaba <wakaba@suika.fam.cx> |
83 |
|
|
84 |
|
* DOMXML.dis (insertBefore): Method implementations |
85 |
|
for |ProcessingInstruction| and |Notation| nodes are added. |
86 |
|
|
87 |
|
* Tree.dis (insertBefore): Method implementation |
88 |
|
for |CharacterData| nodes is added. |
89 |
|
|
90 |
|
* XDoctype.dis (insertBefore): Method implementation |
91 |
|
for |ElementTypeDefinition| nodes is added. |
92 |
|
|
93 |
|
2006-03-06 Wakaba <wakaba@suika.fam.cx> |
94 |
|
|
95 |
|
* XDoctype.dis (appendChild): New method implementation. |
96 |
|
|
97 |
|
2006-03-06 Wakaba <wakaba@suika.fam.cx> |
98 |
|
|
99 |
|
* DOMCore.dis (HIERARCHY_WRONG_DOCTYPE_ERR): New error. |
100 |
|
(REMOVE_DOCUMENT_ELEMENT_ERR): New error. |
101 |
|
(REMOVE_DOCUMENT_TYPE_ERR): New error. |
102 |
|
|
103 |
|
* DOMXML.dis (ManakaiDOMDocumentType): Removed. |
104 |
|
(ProcessingInstruction.appendChild, CDATASection.appendChild, |
105 |
|
Notation.appendChild): New method implementation. |
106 |
|
|
107 |
|
* Tree.dis (CharacterData.appendChild): New method implementation. |
108 |
|
|
109 |
|
* XDoctype.dis: Tests moved from |MDOM:DOMXML| module. |
110 |
|
|
111 |
|
2006-03-06 Wakaba <wakaba@suika.fam.cx> |
112 |
|
|
113 |
|
* DOMXML.dis (ManakaiDOMXMLIdAttr): New class. |
114 |
|
|
115 |
|
* Tree.dis (createAttribute, createAttributeNS, |
116 |
|
setAttribute, setAttributeNS): They now supports |
117 |
|
the |cfg:xml-id| configuration parameter. |
118 |
|
(cfg:xml-id): New configuration parameter. |
119 |
|
|
120 |
|
* XDoctype.dis (createAttributeDefinition): It now |
121 |
|
supports the |cfg:xml-id| configuration parameter. |
122 |
|
|
123 |
|
* XMLParser.dis (parse): It now supports |
124 |
|
the |cfg:xml-id| configuration parameter. |
125 |
|
|
126 |
|
2006-03-05 Wakaba <wakaba@suika.fam.cx> |
127 |
|
|
128 |
|
* XMLParser.dis (parse): Sets |Document.documentURI| |
129 |
|
and |Document.manakaiEntityBaseURI| attributes of the |
130 |
|
document created. |
131 |
|
(_ProcessingInstructionDTD): Sets the |manakaiBaseURI| |
132 |
|
property of the created node. |
133 |
|
(_SystemLiteral): Sets the |manakaiDeclarationBaseURI| |
134 |
|
of the created node. |
135 |
|
(ls-input-to-input-file.default): Sets the resolved |
136 |
|
system identifier to the |documentURI| attribute if available. |
137 |
|
Sets the |baseURI| attribute if available. |
138 |
|
|
139 |
|
2006-03-05 Wakaba <wakaba@suika.fam.cx> |
140 |
|
|
141 |
|
* XDoctype.dis (DocumentTypeDefinition.implementation): New attribute. |
142 |
|
(Node.baseURI): New attribute implementations. |
143 |
|
(declarationBaseURI): Setter is added. |
144 |
|
(manakaiDeclarationBaseURI): New attribute. |
145 |
|
|
146 |
|
* Tree.dis (Require): A reference to the |MURI:Generic| |
147 |
|
module is added. |
148 |
|
(Node.baseURI): The implementation is revised. |
149 |
|
(getNodeReference): Attribute node classes specialized |
150 |
|
to attribute names are supported. |
151 |
|
(contentBaseURI, htmlBaseURI): Removed. |
152 |
|
(manakaiEntityBaseURI): New attribute. |
153 |
|
(ManakaiDOMImplementationDocument): It now inherits |
154 |
|
the |urigen:URIImplementation| class. |
155 |
|
|
156 |
|
* DOMMain.dis (isRelativeDOMURI): The definition |
157 |
|
of the URI scheme is synced with |Message::URI::Generic|'s |
158 |
|
one. |
159 |
|
|
160 |
|
* DOMXML.dis (Require): A reference to |DISlib:DISMarkup| |
161 |
|
module is added. |
162 |
|
(DocumentType.implementation): New attribute. |
163 |
|
(Node.baseURI): Implementations are added. |
164 |
|
(manakaiDeclarationBaseURI): New attributes. |
165 |
|
(manakaiEntityBaseURI): New attributes. |
166 |
|
(manakaiEntityURI): New attribute. |
167 |
|
(manakaiExternal): New attribute. |
168 |
|
(manakaiBaseURI): New attribute. |
169 |
|
(ManakaiDOMXMLBaseAttr): New class. |
170 |
|
|
171 |
|
2006-02-26 Wakaba <wakaba@suika.fam.cx> |
172 |
|
|
173 |
|
* SimpleLS.dis (Require): Reference to the |MDOM:Tree| |
174 |
|
module was missing. |
175 |
|
|
176 |
|
* ManakaiDOMLS2003.dis: Some property names was incorrect. |
177 |
|
|
178 |
|
* Makefile (distclean): New rule. |
179 |
|
|
180 |
|
2006-02-26 Wakaba <wakaba@suika.fam.cx> |
181 |
|
|
182 |
|
* DOMLS.dis: Removed from the CVS repository, since |
183 |
|
it has been no longer required to make the |daf| system |
184 |
|
itself. |
185 |
|
|
186 |
|
2006-02-26 Wakaba <wakaba@suika.fam.cx> |
187 |
|
|
188 |
|
* Makefile: Revised for new |daf| database format. |
189 |
|
|
190 |
|
2006-02-25 Wakaba <wakaba@suika.fam.cx> |
191 |
|
|
192 |
|
* DOMFeature.dis (Require): Missing reference to |DISlib:Test| |
193 |
|
module is added. |
194 |
|
|
195 |
|
2006-02-22 Wakaba <wakaba@suika.fam.cx> |
196 |
|
|
197 |
|
* DOMLS.dis: Constants were typed as |dx:ErrorCode| |
198 |
|
by mistake. |
199 |
|
|
200 |
|
2006-02-18 Wakaba <wakaba@suika.fam.cx> |
201 |
|
|
202 |
|
* XMLParser.dis (ManakaiDOMXMLParser): Implements |DOMLS:ParseString10| |
203 |
|
feature. |
204 |
|
|
205 |
|
* DOMCore.dis (c:LSPARSER_NOT_FOUND_ERR): New exception type. |
206 |
|
|
207 |
|
* DOMLS.dis (DOMLS:ParseString): New (moved from |SimpleLS.dis|). |
208 |
|
(DOMImplementationLS.createLSParser): Implemented. |
209 |
|
(DOMImplementationLS.createLSInput): Revised. |
210 |
|
(LSInput): Note on relationship with |GenericLS| is added. |
211 |
|
|
212 |
|
* SimpleLS.dis (DOMLS:ParseString): Removed (moved to |SimpleLS.dis|). |
213 |
|
|
214 |
|
2006-02-17 Wakaba <wakaba@suika.fam.cx> |
215 |
|
|
216 |
|
* XMLParser.dis (domConfig): New |targetType| of |xp:ManakaiDOMXMLParser| |
217 |
|
is introduced. |
218 |
|
(async, busy): Implemented. |
219 |
|
(parseString): Removed. |
220 |
|
(parse, parseURI): Implemented. |
221 |
|
(xp:ls-input-to-input-file): New configuration parameter. |
222 |
|
(shiftChar): Gets character from current file handle |
223 |
|
rather than replacement text. Don't normalize |
224 |
|
line break characters for internal entities. Don't |
225 |
|
throw |xp:wf-legal-literal-character| error |
226 |
|
for |RestrictedChar| appearing in internal entities. |
227 |
|
(DISPerl:dpgDef): Call |close| for each entity filehandler. |
228 |
|
(_EntityDeclaration): Copy document URI and base URI |
229 |
|
to the entity's |$decl| object. |
230 |
|
(ParseError): New code fragment. |
231 |
|
(getCopyOfEntityState): Creates filehandle from replacement |
232 |
|
text. |
233 |
|
(xp-error-lines): Don't appends text if no replacement |
234 |
|
text is available. |
235 |
|
(error-handler): New configuration parameter application resource. |
236 |
|
(ManakaiDOMLSInputToInputFile): New class. |
237 |
|
(ManakaiDOMInputFile): New class. |
238 |
|
|
239 |
|
* Tree.dis (getNodeReference): A dereferencing was missing. |
240 |
|
|
241 |
|
* DOMLS.dis (DOMLS:busy, DOMLS:lsKey): New properties. |
242 |
|
|
243 |
2006-02-17 Wakaba <wakaba@suika.fam.cx> |
2006-02-17 Wakaba <wakaba@suika.fam.cx> |
244 |
|
|
245 |
* XMLParser.dis: Default attribute are now namespace aware. |
* XMLParser.dis: Default attribute are now namespace aware. |