/[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.69 by wakaba, Fri Sep 30 13:06:13 2005 UTC revision 1.85 by wakaba, Tue Nov 15 14:18:23 2005 UTC
# Line 1  Line 1 
1    2005-11-15  Wakaba  <wakaba@suika.fam.cx>
2    
3            * DOMFeature.dis (MinimumImplementation.eq): Added.
4    
5            * DOMMain.dis: |DISPerl:ISA| reference fixed.
6    
7            * Generic.dis: Implements new |DOMLS:Generic| feature.
8    
9    2005-11-15  Wakaba  <wakaba@suika.fam.cx>
10    
11            * DOMFeature.dis (stringifyFeatures): Don't double |SPACE|
12            characters between feature names and versions.
13    
14    2005-11-13  Wakaba  <wakaba@suika.fam.cx>
15    
16            * DOMFeature.dis (stringifyFeatures): A test code added.
17    
18    2005-10-26  Wakaba  <wakaba@suika.fam.cx>
19    
20            * SimpleLS.dis (writeToString): Don't stop serializing
21            when an |false| value appears in |@src|.
22    
23    2005-10-16  Wakaba  <wakaba@suika.fam.cx>
24    
25            * DOMCore.dis (DOMError, DOMErrorHandler): Reimplemented.
26            (ErrDef): Redefined.
27    
28            * DOMLS.dis (ErrDef): Redefined.
29    
30    2005-10-16  Wakaba  <wakaba@suika.fam.cx>
31    
32            * DOMCore.dis (DOMConfiguration): Extends "ManakaiDOM:ManakaiDOMObject".
33    
34    2005-10-15  Wakaba  <wakaba@suika.fam.cx>
35    
36            * DOMCore.dis (Require): References "DOMLS.dis" module.
37            (CParam): Definitions for LS module added.
38    
39            * DOMLS.dis (ManakaiDOMLSInput): The input processor
40            is also an output processor now.
41            (ManakaiDOMLSResourceResolver): Implemented.
42            (CParam): Definitions updated.
43    
44    2005-10-14  Wakaba  <wakaba@suika.fam.cx>
45    
46            * DOMCore.dis (NOT_RECOGNIZED_CONFIG_PARAM_ERR,
47            NOT_SUPPORTED_CONFIG_VALUE_ERR,
48            INCOMPATIBLE_CONFIG_VALUE_ERR): New error subcodes.
49            (DOMConfiguration): Implemented.
50            (CParam): Definitions updated.
51    
52            * DOMMain.dis (DOMURIs): New data type.
53            
54    2005-10-13  Wakaba  <wakaba@suika.fam.cx>
55    
56            * DOMCore.dis (setAttrValueNS): New code.
57    
58    2005-10-12  Wakaba  <wakaba@suika.fam.cx>
59    
60            * DOMCore.dis: Don't set "infoset:prefix" internal
61            property unless it has non-null value.
62            (newObject): "refNode" parameter introduced.
63            (ManakaiDOMNode.newObject): Calls "NodeStem.newNode"
64            method if "refNode" parameter is specified.
65            (cloneNode): Don't set "read-only" flag.
66            (getNodeReference): Caches the result.
67            (selectAttributeNodeForRemove): Don't removes any other
68            non-namespace-aware attribute nodes.
69    
70    2005-10-11  Wakaba  <wakaba@suika.fam.cx>
71    
72            * DOMCore.dis (appendChild, createElementNS, createAttributeNS,
73            setAttribute, setAttributeNS): "strictErrorChecking" attribute supported.
74            (doStrictErrorChecking): New code.
75    
76            * DOMMain.dis (XML10Name, XML11Name): "strictErrorChecking" attribute
77            supported.
78    
79            * Makefile: Rule to make "DOMFeature.pm" restored.
80    
81    2005-10-10  Wakaba  <wakaba@suika.fam.cx>
82    
83            * DOMCore.dis (ADOPT_NODE_TYPE_NOT_SUPPORTED_ERR): New error subcode.
84            (adoptNode): Implemented.
85    
86    2005-10-09  Wakaba  <wakaba@suika.fam.cx>
87    
88            * DOMHTML.dis, DOMWebForms.dis: Typos in element type prefix fixed.
89    
90            * DOMFeature.dis (DOMCore:implementation): Short name added.
91    
92            * DOMCore.dis (CLONE_NODE_TYPE_NOT_SUPPORTED_ERR): New error subcode.
93            (DOMCore:node): New error parameter.
94            (DOMCore:ownerDocument): Changed from "mn:irefnode0"
95            to "mn:xrefnode0".  For this reason, all assignments
96            to this property have been rewritten to references
97            to code "mn:setXRefNode".
98            (cloneNode): Implemented.
99            (setAttributeNode): A missing "importTree" method call added.
100            (setAttributeNodeNS): Perl code removed and changed
101            to a reference to "setAttributeNode" method code.
102    
103            * DOMXML.dis (DOMCore:ownerDocument): Changed from "mn:irefnode0"
104            property to "mn:xrefnode0" property.
105    
106    2005-10-08  Wakaba  <wakaba@suika.fam.cx>
107    
108            * DOMCore.dis, DOMLS.dis: Now constant values are defined only
109            in interfaces.
110    
111    2005-10-06  Wakaba  <wakaba@suika.fam.cx>
112    
113            * DOMCore.dis (ManakaiDOMEmptyNodeList): New class.
114            (ManakaiDOMCharacterData): Methods reimplemented.
115            (splitText): Reimplemented.
116            (childNodes): Returns a "ManakaiDOMEmptyNodeList"
117            for non-parent node types.
118    
119            * DOMXML.dis (childNodes): Returns a "ManakaiDOMEmptyNodeList"
120                    for non-parent node types.
121    
122    2005-10-05  Wakaba  <wakaba@suika.fam.cx>
123    
124            * ManakaiDOMLS2003.dis: Revised to new format.
125    
126            * GenericLS.dis (DOMLS:ParseString): New feature.
127    
128    2005-10-05  Wakaba  <wakaba@suika.fam.cx>
129    
130            * DOMFeature.dis: Description added and revised.  (Still more
131            work required.)
132    
133    2005-10-04  Wakaba  <wakaba@suika.fam.cx>
134    
135            * DOMMain.dis (DOMString): The "idl:perl" attribute
136            value has been changed from "DISPerl:String"
137            to "DISPerl:CharacterString" to clarify its semantics.
138    
139    2005-10-03  Wakaba  <wakaba@suika.fam.cx>
140    
141            * DOMFeature.dis (MIString): Java, ECMAScript, and Perl bound
142            type properties added.
143    
144            * DOMMain.dis (DataType): Java, ECMAScript, and Perl bound
145            type properties added.
146    
147    2005-10-02  Wakaba  <wakaba@suika.fam.cx>
148    
149            * DOMFeature.dis (Module): "idl:prefix" and "idl:moduleName"
150            properties added.
151    
152    2005-10-01  Wakaba  <wakaba@suika.fam.cx>
153    
154            * DOMFeature.dis: Documentation added (still work in progress).
155            (MIString): New type.
156    
157            * DOMCore.dis (namespaceURI): Fixed to return the namespace
158            URI value, not a reference to it.
159    
160  2005-09-30  Wakaba  <wakaba@suika.fam.cx>  2005-09-30  Wakaba  <wakaba@suika.fam.cx>
161    
162          * DOMCore.dis, SimpleLS.dis: Shares namespace URIs and local          * DOMCore.dis, SimpleLS.dis: Shares namespace URIs and local
# Line 62  Line 221 
221          * DOMCore.pm (DOMImplementation): Provides "XML" and "XMLVersion"          * DOMCore.pm (DOMImplementation): Provides "XML" and "XMLVersion"
222          features if it is "for" ManakaiDOM:DOMXMLFeature.          features if it is "for" ManakaiDOM:DOMXMLFeature.
223    
224          * DOMMain.pm (StringExtended): Code portions of raising          * DOMMain.pm (StringExtend): Code portions of raising
225          StringOutOfBoundsException is temporary disabled since          StringOutOfBoundsException is temporary disabled since
226          it is not a DOM-style exception supported by          it is not a DOM-style exception supported by
227          current implementation of ManakaiNode - it will be          current implementation of ManakaiNode - it will be

Legend:
Removed from v.1.69  
changed lines
  Added in v.1.85

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24