/[suikacvs]/messaging/manakai/lib/Message/DOM/ChangeLog
Suika

Diff of /messaging/manakai/lib/Message/DOM/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.104 by wakaba, Sat Jan 21 17:37:51 2006 UTC revision 1.111 by wakaba, Sat Jan 28 16:24:44 2006 UTC
# Line 1  Line 1 
1    2006-01-28  Wakaba  <wakaba@suika.fam.cx>
2    
3            * DOMCore.dis (ErrDef): Missing |ecore:textFormatter| property added.
4    
5            * DOMMain.dis (ErrDef): Missing |ecore:textFormatter| property added.
6    
7            * Tree.dis (ErrDef): Missing |ecore:textFormatter| property added.
8            (ManakaiDOMAttributes): Removed.
9            (ManakaiDOMAttrMap): New class.
10            (ManakaiDOMAttrMapArray): New class.
11            (namespaceURI): Bug to return a string representation
12            of a reference to the namespace URI string is fixed.
13            (selectAttrNodeObject, selectAttrNodeObjectNodeNS): Reimplemented.
14            (removeAttribute, removeAttributeNS): DTD default attributes
15            are supported.  Don't throw |NO_MODIFICATION_ALLOWED_ERR|
16            if there is no attribute node.
17            (createElement, createElementNS): DTD default attributes are supported.
18            (setAttributeNode): Reimplemented.
19    
20    2006-01-27  Wakaba  <wakaba@suika.fam.cx>
21    
22            * DOMCore.dis (ManakaiDOMDTDTypeInfo): New class.
23    
24            * Tree.dis (STORESIZE): Index bound bug fixed.
25            (Attr.value): Redefined to consist with |AttributeDefinition.nodeValue|.
26            (schemaTypeInfo): Implemented for XML DTD.
27            (isId): Returns |true| if [attribute type] is |ID|.
28            (setAttribute, setAttributeNS): Sets [attribute type]
29            of the newly created |Attr| node (if any) when attribute
30            definition is available.
31            (doctype, documentElement): Reimplemented with tests.
32    
33            * XMLParser.dis: Sets [attribute type] information
34            to created |Attr| nodes.  Normalize namespace URIs
35            when such information are available (unlikely but legal).
36            (_HexadecimalCharacterReference): Number to character
37            convertion bug fixed.
38            (_DocumentTypeDeclaration): Sets |schema-type|
39            configuration parameter to XML DTD URI.
40    
41    2006-01-26  Wakaba  <wakaba@suika.fam.cx>
42    
43            * XMLParser.dis (_AttlistDeclaration): Now it can generate
44            attribute definition nodes.
45    
46            * XDoctype.dis: |UNKNOWN_ATTR| is renamed as |NO_TYPE_ATTR|
47            and another |UNKNOWN_ATTR| constant is introduced
48            for consistency with XML Infoset.
49    
50            * DOMCore.dis (TypeInfo): Documentation updated.
51    
52    2006-01-26  Wakaba  <wakaba@suika.fam.cx>
53    
54            * XDoctype.dis: A bug in test code fixed.
55    
56            * Tree.dis (NamedNodeMap): Element type or attribute
57            definition named node maps now can be dereferenced
58            as if they are array or hash references.
59            (removeNamedItem, item, ___report_error): Implemented for element type
60            or attribute definitions.
61            (length): Tests added.
62            (NamedNodeMapArray): New classes.
63    
64    2006-01-25  Wakaba  <wakaba@suika.fam.cx>
65    
66            * XDoctype.dis (setElementTypeDefinitionNode,
67            setAttributeDefinitionNode): Throws |c:INUSE_DEFINITION_ERR|
68            if the new node is already used for another definition.
69            (DocumentTypeDefinition, ElementTypeDefinition): Node
70            property name was incorrect.
71            (elementTypes, attributeDefinitions): Checks to
72            ensure the collection is empty added.
73    
74            * Tree.dis: Property name typos fixed.
75            (setNamedItem, setAttributeNode): Don't return any node
76            if it replace itself.
77            (c:userDeterminedId): Missing definition added.
78    
79            * DOMXML.dis (Notation): Missing property specification
80            of|c:ownerDocument| as |mn:xrefnode0| is added.
81    
82    2006-01-23  Wakaba  <wakaba@suika.fam.cx>
83    
84            * DOMCore.dis (Test): Missing argument added.
85            (setNamedItem): If |DocumentType| with no |ownerDocument|,
86            addition always fails with |WRONG_DOCUMENT_ERR|.  Some
87            error conditions were incorrect.
88    
89            * .cvsignore: Dummy files added.
90    
91    2006-01-22  Wakaba  <wakaba@suika.fam.cx>
92    
93            * DOMCore.dis (NO_NAMED_NODE_ERR, NO_NAMED_NODE_NS_ERR,
94            INUSE_DEFINITION_ERR, NO_NS_NAMEDNODEMAP_ERR): New error subtypes.
95    
96            * DOMMain.dis (ensureXMLName): Checks definesness of |$XMLVERSION|
97            to avoid uninitialized value warning.
98    
99            * Tree.dis (ManakaiDOMElementTypeDefMap, ManakaiDOMAttrDefMap): New
100            classes (work in progress).
101    
102            * XDoctype.dis (elementTypes, attributeDefinitions): New attributes.
103    
104  2006-01-22  Wakaba  <wakaba@suika.fam.cx>  2006-01-22  Wakaba  <wakaba@suika.fam.cx>
105    
106          * Tree.dis (getAttribute): Returns |null| if there          * Tree.dis (getAttribute): Returns |null| if there

Legend:
Removed from v.1.104  
changed lines
  Added in v.1.111

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24