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

Legend:
Removed from v.1.64  
changed lines
  Added in v.1.84

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24