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

Legend:
Removed from v.1.65  
changed lines
  Added in v.1.87

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24