/[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.108 by wakaba, Thu Jan 26 08:21:03 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>  2006-01-26  Wakaba  <wakaba@suika.fam.cx>
53    
54          * XDoctype.dis: A bug in test code fixed.          * XDoctype.dis: A bug in test code fixed.

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24