| 1 |
|
2006-04-02 Wakaba <wakaba@suika.fam.cx> |
| 2 |
|
|
| 3 |
|
* Makefile: Rules for |Tree.pm| and |DOMXML.pm| are |
| 4 |
|
removed. For |Element.pm| and |Document.pm| are added. |
| 5 |
|
|
| 6 |
|
* Document.dis, Element.dis: New module split from |TreeCore.dis|. |
| 7 |
|
|
| 8 |
|
* TreeCore.dis (Document, DocumentFragment, Element, Attr): Removed. |
| 9 |
|
|
| 10 |
|
2006-04-01 Wakaba <wakaba@suika.fam.cx> |
| 11 |
|
|
| 12 |
|
* DOMFeature.dis (getImplementation, getImplementationList): Support |
| 13 |
|
for new class information variables. |
| 14 |
|
(DOMLS:Generic): This old feature name is removed. |
| 15 |
|
|
| 16 |
|
* GenericLS.dis (createGLSParser, createGLSSerializer): Support |
| 17 |
|
for new class information variables. |
| 18 |
|
|
| 19 |
|
* TreeCore.dis (manakaiExpandedURI): New attribute. |
| 20 |
|
(Document, Element.___create_node_ref): New method |
| 21 |
|
implementations. |
| 22 |
|
|
| 23 |
|
2006-04-01 Wakaba <wakaba@suika.fam.cx> |
| 24 |
|
|
| 25 |
|
* TreeCore.dis (setIdAttribute, setIdAttributeNS, setIdAttributeNode): |
| 26 |
|
Reimplemented. |
| 27 |
|
(isId): Setter is added. |
| 28 |
|
(Element.normalize): Definition copied from the |MDOM:Tree| |
| 29 |
|
module. |
| 30 |
|
|
| 31 |
|
2006-03-31 Wakaba <wakaba@suika.fam.cx> |
| 32 |
|
|
| 33 |
|
* Makefile (clean-db): New rule. |
| 34 |
|
|
| 35 |
|
* TreeCore.dis (setUserData): Schedule to invoke |
| 36 |
|
the user data handler when the node is removed |
| 37 |
|
from the memory. |
| 38 |
|
(setAttribute, setAttributeNS): Set the [attribute type] |
| 39 |
|
if DTD attribute definition is available. |
| 40 |
|
(CharacterData members): Definitions copied from |
| 41 |
|
the |MDOM:Tree| module. |
| 42 |
|
|
| 43 |
|
2006-03-31 Wakaba <wakaba@suika.fam.cx> |
| 44 |
|
|
| 45 |
|
* DOMCore.dis (DOMStringList.==): New overloaded operator. |
| 46 |
|
|
| 47 |
|
* DOMFeature.dis (ManakaiHasFeatureByGetFeature): The |
| 48 |
|
class did not implement the |GetFeature| interface. |
| 49 |
|
(hasFeature): The |+| prefix was not taken into account. |
| 50 |
|
|
| 51 |
|
* TreeCore.dis (Node): The class now inherits |
| 52 |
|
the |ManakaiHasFeatureByGetFeature| class. It now |
| 53 |
|
implements the |f:GetFeature| and |ecore:MUErrorTarget| |
| 54 |
|
interfaces. |
| 55 |
|
(CreateNodeRefMethod): The |mg:nodeRefInterfaces| option |
| 56 |
|
is supported. |
| 57 |
|
(lookupNamespaceURI, lookupPrefix, isDefaultNamespace): Reimplemented. |
| 58 |
|
(manakaiParentElement): New attribute. |
| 59 |
|
|
| 60 |
|
* XDoctype.dis (d:Feature): Old feature name |ManakaiDOM:XDoctype| |
| 61 |
|
is removed. |
| 62 |
|
(lookupPrefix): Old method implementation is removed. |
| 63 |
|
|
| 64 |
|
* XML.dis (CDATASection): The |mg:NodeRefRole| was |
| 65 |
|
missing because of the |DISCore:stopISARecursive| property. |
| 66 |
|
|
| 67 |
|
* TreeCore.dis, XML.dis, XDoctype.dis, DOMCore.dis, DOMFeature.dis: |
| 68 |
|
They now pass all tests included in those modules! |
| 69 |
|
|
| 70 |
|
2006-03-30 Wakaba <wakaba@suika.fam.cx> |
| 71 |
|
|
| 72 |
|
* DOMCore.dis (Require): A reference to the |MURI:Generic| |
| 73 |
|
module is added. |
| 74 |
|
(ManakaiDOMStringList.DESTROY): Removed (no longer necessary). |
| 75 |
|
(ManakaiDOMImplementation): It now inherits |
| 76 |
|
the |urigen:ManakaiURIImplementation| class and |
| 77 |
|
implements the |ecore:MUErrorTarget| interface. It no |
| 78 |
|
longer inherits the |ManakaiDOM:ManakaiDOMObject| class. |
| 79 |
|
(ManakaiDOMImplementation.___report_error): New method. |
| 80 |
|
|
| 81 |
|
* DOMFeature.dis (Require): It now references the |Util:Grove| |
| 82 |
|
module instead of |Util:ManakaiNode| module. |
| 83 |
|
(DOMMetaImpl:ManakaiDOMImplementationRole): Removed. |
| 84 |
|
(f:ManakaiMinimumImplementationCompatible): New role. |
| 85 |
|
(ManakaiMinimumImplementation): Now it is built |
| 86 |
|
on the new |Util:Grove| module rather than the |Util:ManakaiNode| |
| 87 |
|
module. |
| 88 |
|
(f:getFeatureImpl): Moved from the |MDOM:TreeCore| module. |
| 89 |
|
(c:implementation): Removed. |
| 90 |
|
(f:implementation, f:revImplementation): New properties. |
| 91 |
|
|
| 92 |
|
* DOMMain.dis (checkNamespacePrefix): DOM2 codes are removed. |
| 93 |
|
|
| 94 |
|
* Tree.dis (cfg:clone-entity-reference-subtree, |
| 95 |
|
cfg:dtd-default-attributes, cfg:xml-id, |
| 96 |
|
cfg:strict-document-children): Removed (moved |
| 97 |
|
to the |MDOM:TreeCore| module). |
| 98 |
|
|
| 99 |
|
* TreeCore.dis (Require): The reference to the |MURI:Generic| |
| 100 |
|
module is removed. |
| 101 |
|
(ManakaiDOMImplementationTC): Some members are removed |
| 102 |
|
since they are incorporated to the |c:ManakaiDOMImplementation| |
| 103 |
|
or the |f:ManakaiMinimumImplementation|. |
| 104 |
|
(tc:nodeRefClass): Removed (moved to the |Util:Grove| module). |
| 105 |
|
(replaceChildImpl1): A typo on the removing the parent node |
| 106 |
|
of the old child node is fixed. |
| 107 |
|
(f:getFeatureImpl): Removed (moved to the |MDOM:DOMFeature| |
| 108 |
|
module). |
| 109 |
|
(tc:implementation, tc:revImplementation): Removed (moved |
| 110 |
|
to the |MDOM:DOMFeature| module). |
| 111 |
|
(Document.appendChild, insertBefore, replaceChild): Sets |
| 112 |
|
the |ownerDocument| attribute of the |tx:DocumentType| nodes. |
| 113 |
|
(Attr.prefix, Element.prefix): Don't raise "uninitialized" |
| 114 |
|
when the new value is |null|. |
| 115 |
|
(Attr.___create_node_ref): Attribute name and |
| 116 |
|
owner element type specific classes are supported (it |
| 117 |
|
was partially implemented but was incorrect). |
| 118 |
|
(ManakaiDOMGetElementsNodeList.item): Don't return |
| 119 |
|
a node if the |index| is negative. |
| 120 |
|
(setNamedItem): Various typos are fixed. |
| 121 |
|
(removeNamedItem): The node was not removed orz |
| 122 |
|
(cfg:clone-entity-reference-subtree, |
| 123 |
|
cfg:dtd-default-attributes, cfg:xml-id, |
| 124 |
|
cfg:strict-document-children): Definitions are moved |
| 125 |
|
from the |MDOM:Tree| module. Note that the tests for default |
| 126 |
|
attributes still fail. |
| 127 |
|
(ErrDef, IntPropDef): Moved from the |MDOM:Tree| module. |
| 128 |
|
(Attr): Role name was incorrect. |
| 129 |
|
|
| 130 |
|
* XDoctype.dis (setDefinitionNode): Return value was |
| 131 |
|
not set. |
| 132 |
|
(AttributeDefinition): Role name was incorrect. |
| 133 |
|
|
| 134 |
|
* XML.dis (Require): A reference to the |DISlib:DISMarkup| |
| 135 |
|
module is added. |
| 136 |
|
(Notation.appendChild, insertBefore, replaceChild): New method |
| 137 |
|
implementations. |
| 138 |
|
(Entity.appendChild, insertBefore, replaceChild): New method |
| 139 |
|
implementations. |
| 140 |
|
(EntityReference.appendChild, insertBefore, replaceChild): Now |
| 141 |
|
they are defined as copies of ones in the |Entity| class. |
| 142 |
|
(XMLBaseAttribute, XMLIdAttribute): Now they are |
| 143 |
|
namespace unaware attributes. |
| 144 |
|
(XMLBaseAttributeNS, XMLIdAttributeNS): New attributes. |
| 145 |
|
(ManakaiDOMXMLBaseAttr, ManakaiDOMXMLIdAttr): References |
| 146 |
|
to namespace aware attributes are added. |
| 147 |
|
|
| 148 |
|
2006-03-29 Wakaba <wakaba@suika.fam.cx> |
| 149 |
|
|
| 150 |
|
* DOMCore.dis: Namespace prefixes are changed to new ones. |
| 151 |
|
|
| 152 |
|
* TreeCore.dis (createDocument, createDocumentType): Reimplemented (but |
| 153 |
|
untested). |
| 154 |
|
(___report_error): Reimplemented (untested). |
| 155 |
|
(manakaiSetReadOnly): New method. |
| 156 |
|
(Attr.___create_node_ref): New method (untested). |
| 157 |
|
(Document.getFeature): |require|s the |MDOM:XML| Perl module. |
| 158 |
|
(createEntityReference, cloneNode): Support for |
| 159 |
|
the |cfg:entity-reference-read-only| configuration |
| 160 |
|
parameter is removed; newly created entity references |
| 161 |
|
are always read-only and use the |manakaiSetReadOnly| method |
| 162 |
|
if desired. |
| 163 |
|
(Element.manakaiBaseURI): Reimplemented (untested). |
| 164 |
|
|
| 165 |
|
* XDoctype.dis (createGeneralEntity, createNotation): |require|s |
| 166 |
|
the |MDOM:XML| Perl module. |
| 167 |
|
(DocumentTypeDefinition.___create_node_stem): Sets |
| 168 |
|
the |tc:implementation| internal property if its value |
| 169 |
|
is provided. The |infoset:content| internal property name |
| 170 |
|
was incorrect. |
| 171 |
|
(DocumentTypeDefinition, ElementTypeDefinition): |MUST|s on |
| 172 |
|
read-only |NodeList| and |DOMStringList| are added |
| 173 |
|
for clarification. |
| 174 |
|
|
| 175 |
|
2006-03-26 Wakaba <wakaba@suika.fam.cx> |
| 176 |
|
|
| 177 |
|
* DOMCore.dis (Require): Reference to the |MDOM:TreeCore| |
| 178 |
|
module is added. |
| 179 |
|
(DOMStringList): Reimplemented for new |d:AttributeDefinition| |
| 180 |
|
implementation (untested). |
| 181 |
|
|
| 182 |
|
* TreeCore.dis (baseURI): Reimplemented (untested). |
| 183 |
|
(Roles): Definitions added. |
| 184 |
|
|
| 185 |
|
* XDoctype.dis (Require): References to the |MDOM:TreeCore| |
| 186 |
|
and |MDOM:XML| modules are added. Reference to the |MDOM:Tree| |
| 187 |
|
module is removed. |
| 188 |
|
(DocumentXDoctype): Reimplemented (untested). |
| 189 |
|
(DocumentTypeDefinition, DocumentTypeDeclaration): |
| 190 |
|
Reimlemented (untested). |
| 191 |
|
(ElementTypeDefinition, AttributeDefinition): Reimplemented (untested). |
| 192 |
|
|
| 193 |
|
* XML.dis (FeatureDef): New features (definitions copied |
| 194 |
|
from the |MDOM:DOMXML| module). |
| 195 |
|
(DocumentType): New interface (definition copied from |
| 196 |
|
the |MDOM:DOMXML| module). |
| 197 |
|
(CDATASection, Notation, Entity, EntityReference, ProcessingInstruction): |
| 198 |
|
Reimplemented (untested). |
| 199 |
|
(ManakaiDOMXMLBaseAttr, ManakaiDOMXMLIdAttr): Reimplemented (untested). |
| 200 |
|
|
| 201 |
|
2006-03-25 Wakaba <wakaba@suika.fam.cx> |
| 202 |
|
|
| 203 |
|
* TreeCore.dis (Document): Most methods are reimplemented (untested). |
| 204 |
|
|
| 205 |
|
2006-03-25 Wakaba <wakaba@suika.fam.cx> |
| 206 |
|
|
| 207 |
|
* TreeCore.dis (Document): Attributes are reimplemented (untested). |
| 208 |
|
(Text, DocumentFragment, Comment): Most members are |
| 209 |
|
reimplemented (untested). |
| 210 |
|
|
| 211 |
|
2006-03-24 Wakaba <wakaba@suika.fam.cx> |
| 212 |
|
|
| 213 |
|
* DOMMain.dis (checkXMLNamesQName): Some checks are |
| 214 |
|
removed to sync with DOM Level 3 Core specification. |
| 215 |
|
|
| 216 |
|
* TreeCore.dis (Element): Most methods are reimplemented (untested). |
| 217 |
|
(GetElementsNodeList): Reimplemented (untested). |
| 218 |
|
|
| 219 |
|
2006-03-23 Wakaba <wakaba@suika.fam.cx> |
| 220 |
|
|
| 221 |
|
* Tree.dis (cfg:strict-document-children): The configuration |
| 222 |
|
parameter must also affect on |manakaiAppendText| |
| 223 |
|
and |textContent| on |Document| nodes. |
| 224 |
|
|
| 225 |
|
* TreeCore.dis (Node.CreateNodeRefMethod): The |tc:nodeRefClass| |
| 226 |
|
parameter changes the class to |bless|. |
| 227 |
|
(Node): Most methods are reimplemented. (Untested) |
| 228 |
|
(CharacterData, Attr): Most methods and attributes are |
| 229 |
|
reimplemented. (Untested) |
| 230 |
|
|
| 231 |
|
* XML.dis, XDoctype.dis: Most |Node| methods are |
| 232 |
|
reimplemented (untested). |
| 233 |
|
|
| 234 |
|
2006-03-23 Wakaba <wakaba@suika.fam.cx> |
| 235 |
|
|
| 236 |
|
* TreeCore.dis, XML.dis, XDoctype.dis (Node.textContent): Reimplemented |
| 237 |
|
(untested). |
| 238 |
|
|
| 239 |
|
2006-03-22 Wakaba <wakaba@suika.fam.cx> |
| 240 |
|
|
| 241 |
|
* DOMCore.dis (DOMSTRING_SIZE_ERR): It now has |
| 242 |
|
a qualified name. |
| 243 |
|
|
| 244 |
|
* DOMMain.dis (ensureNamespacePrefix): Undefines |
| 245 |
|
the prefix if it is an empty string. (Note that |
| 246 |
|
it is defined as implementation dependent in |
| 247 |
|
DOM Level 3 Core specification). |
| 248 |
|
|
| 249 |
|
* TreeCore.dis (Require): It now references the |MDOM:XDoctype| |
| 250 |
|
module. |
| 251 |
|
(Node): Attributes are reimplemented (untested). |
| 252 |
|
|
| 253 |
|
* XML.dis (Require): It now references the |MDOMX:XDoctype| |
| 254 |
|
module. |
| 255 |
|
(Node): Attributes are reimplemented (untested). |
| 256 |
|
(Entity, Notation): New interfaces. |
| 257 |
|
|
| 258 |
|
* XDoctype.dis (Node): Attributes are reimplemented (untested). |
| 259 |
|
|
| 260 |
|
2006-03-19 Wakaba <wakaba@suika.fam.cx> |
| 261 |
|
|
| 262 |
|
* TreeCore.dis (childNodes, firstChild, lastChild, |
| 263 |
|
nextSibling, previousSibling, appendChild, insertBefore, |
| 264 |
|
replaceChild, removeChild, createDocumentFragment, |
| 265 |
|
createEntityReference, createProcessingInstruction, |
| 266 |
|
domConfig, documentElement, implementation, manakaiAppendText): New. |
| 267 |
|
(NodeList, DocumentFragment): New interfaces. |
| 268 |
|
|
| 269 |
|
* XML.dis (EntityReference, ProcessingInstruction): New interface. |
| 270 |
|
|
| 271 |
|
2006-03-18 Wakaba <wakaba@suika.fam.cx> |
| 272 |
|
|
| 273 |
|
* TreeCore.dis (Require): The |MDOM:XML| module is added. |
| 274 |
|
(createAttributeNS, createTextNode, createComment, |
| 275 |
|
createCDATASection): New methods. |
| 276 |
|
(Attr, Text, Comment, CharacterData): New interfaces. |
| 277 |
|
|
| 278 |
|
* Makefile: |XML.dis| is added. |
| 279 |
|
|
| 280 |
|
* XML.dis: New module. |
| 281 |
|
|
| 282 |
|
2006-03-17 Wakaba <wakaba@suika.fam.cx> |
| 283 |
|
|
| 284 |
|
* TreeCore.dis (manakaiReadOnly): New attribute. |
| 285 |
|
|
| 286 |
|
2006-03-17 Wakaba <wakaba@suika.fam.cx> |
| 287 |
|
|
| 288 |
|
* TreeCore.dis (NodeType, nodeType, localName, namespaceURI, |
| 289 |
|
prefix, isSameNode, ownerDocument, parentNode): New. |
| 290 |
|
(Element): New interface. |
| 291 |
|
(createElementNS): New method. |
| 292 |
|
(strictErrorChecking): New. |
| 293 |
|
|
| 294 |
|
2006-03-17 Wakaba <wakaba@suika.fam.cx> |
| 295 |
|
|
| 296 |
|
* Makefile: |TreeCore.dis| is added. |
| 297 |
|
|
| 298 |
|
* TreeCore.dis: New module. |
| 299 |
|
|
| 300 |
|
2006-03-16 Wakaba <wakaba@suika.fam.cx> |
| 301 |
|
|
| 302 |
|
* XMLParser.dis (cfg:entity-replacement-tree): New configuration |
| 303 |
|
parameter. |
| 304 |
|
|
| 305 |
|
* DOMXML.dis (manakaiExpanded): Renamed from |isExpanded|. |
| 306 |
|
|
| 307 |
|
* DOMCore.dis, Tree.dis, DOMLS.dis, XMLParser.dis: Lexical |
| 308 |
|
data types added to configuration parameters. |
| 309 |
|
|
| 310 |
|
2006-03-15 Wakaba <wakaba@suika.fam.cx> |
| 311 |
|
|
| 312 |
|
* DOMCore.dis (c:DOMConfigurationParameter): Now it is |
| 313 |
|
a |DISSource:ResourceProperty|. |
| 314 |
|
(c:anyDOMConfigurationParameter): New property. |
| 315 |
|
(CParam, boolCParam): Now they are all |dis:subsetOf| |
| 316 |
|
the |c:anyDOMConfigurationParameter| property. |
| 317 |
|
(ForDocument, ForParser, ForSerializer): Removed. |
| 318 |
|
|
| 319 |
|
* DOMLS.dis, XMLParser.dis: Likewise. |
| 320 |
|
|
| 321 |
|
2006-03-12 Wakaba <wakaba@suika.fam.cx> |
| 322 |
|
|
| 323 |
|
* DOMMain.dis, Tree.dis: Unused |dis:aliasChild| properties |
| 324 |
|
are removed. |
| 325 |
|
|
| 326 |
|
* GenericLS.pm: Added to the CVS repository since |
| 327 |
|
it is necessary to create the |Message::Util::DIS::DPG| module. |
| 328 |
|
|
| 329 |
|
2006-03-10 Wakaba <wakaba@suika.fam.cx> |
| 330 |
|
|
| 331 |
|
* DOMCore.dis, DOMXML.dis, XDoctype.dis (manakaiAppendText): New |
| 332 |
|
method. |
| 333 |
|
|
| 334 |
|
* XMLParser.dis: Don't create adjacent text nodes. |
| 335 |
|
|
| 336 |
|
2006-03-09 Wakaba <wakaba@suika.fam.cx> |
| 337 |
|
|
| 338 |
|
* DOMCore.dis (HIERARCHY_DOCUMENT_FRAGMENT_ITSELF_ERR): New error. |
| 339 |
|
|
| 340 |
|
* DOMXML.dis (appendChild, insertBefore, replaceChild): Method |
| 341 |
|
implementations are added. |
| 342 |
|
|
| 343 |
|
* XDoctype.dis (appendChild, insertBefore, replaceChild): Method |
| 344 |
|
implementations are added. |
| 345 |
|
|
| 346 |
|
* Tree.dis (appendChild, insertBefore, replaceChild): Method |
| 347 |
|
implementations are added. |
| 348 |
|
(IFCls1Def, NodeTypeDef): Don't define |ManakaiDOM:ForClass| |
| 349 |
|
resources unless for |ManakaiDOM:ManakaiDOMLatest|. |
| 350 |
|
(cfg:strict-document-children): New configuration parameter. |
| 351 |
|
|
| 352 |
|
2006-03-08 Wakaba <wakaba@suika.fam.cx> |
| 353 |
|
|
| 354 |
|
* XDoctype.dis (replaceChild): Method implementations are added. |
| 355 |
|
|
| 356 |
|
* Tree.dis (replaceChild): Method implementations are added. |
| 357 |
|
|
| 358 |
|
* DOMXML.dis (replaceChild): Method implementations are added. |
| 359 |
|
|
| 360 |
|
2006-03-07 Wakaba <wakaba@suika.fam.cx> |
| 361 |
|
|
| 362 |
|
* Tree.dis (ForAppendChild, ForInsertBefore, ForReplaceChild): New |for| |
| 363 |
|
definitions. |
| 364 |
|
|
| 365 |
|
* XDoctype.dis (insertBefore): New method implementation. |
| 366 |
|
|
| 367 |
2006-03-06 Wakaba <wakaba@suika.fam.cx> |
2006-03-06 Wakaba <wakaba@suika.fam.cx> |
| 368 |
|
|
| 369 |
* DOMXML.dis (insertBefore): Method implementations |
* DOMXML.dis (insertBefore): Method implementations |