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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24