/[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.45 by wakaba, Fri Feb 18 06:13:52 2005 UTC revision 1.64 by wakaba, Sat Sep 24 11:57:19 2005 UTC
# Line 1  Line 1 
1    2005-09-24  Wakaba  <wakaba@suika.fam.cx>
2    
3            * DOMMain.dis (MDOM:): Reintroduced for "ManakaiDOM:ManakaiDOM1"
4            and "ManakaiDOM:ManakaiDOM2".
5    
6            * DOMFeature.dis, DOMMain.dis, DOMCore.dis, DOMXML.dis,
7            DOMLS.dis, SimpleLS.dis, GenericLS.dis: Use disPerl:H
8            instead of disPerl:Q for internal property hash keys.
9    
10            * DOMFeature.dis, DOMCore.dis, DOMXML.dis: Missing property
11            definitions added.
12    
13            * DOMCore.dis (DOMCore:TextNode, DOMCore:DocumentFragmentNode):
14            New resources.
15            
16            * DOMXML.dis (DOMXML:EntityNode, DOMXML:EntityReferenceNode): New
17            resources.
18    
19    2005-09-23  Wakaba  <wakaba@suika.fam.cx>
20    
21            * GenericLS.dis, SimpleLS.dis: New modules separated
22            from DOMLS.dis.
23    
24            * DOMFeature.dis, DOMMain.dis: "MDOM:" and "for" definitions
25            moved from DOMMain to DOMFeature.  Now DOMFeature
26            has no dependency on DOMMain.
27    
28            * DOMFeature.dis (DEBUG): New variable.
29    
30    2005-09-22  Wakaba  <wakaba@suika.fam.cx>
31    
32            * Makefile: DAC_SUFFIX changed to ".dad".
33    
34    2005-09-21  Wakaba  <wakaba@suika.fam.cx>
35    
36            * DOMCore.pm (DOMImplementation): Provides "XML" and "XMLVersion"
37            features if it is "for" ManakaiDOM:DOMXMLFeature.
38    
39            * DOMMain.pm (StringExtended): Code portions of raising
40            StringOutOfBoundsException is temporary disabled since
41            it is not a DOM-style exception supported by
42            current implementation of ManakaiNode - it will be
43            recovered in later revision.
44    
45    2005-09-20  Wakaba  <wakaba@suika.fam.cx>
46    
47            * DOMFeature.pm: Debug output code copied
48            from Attic/DOMMetaImpl.pm (Should these code incorporated
49            to source dis file?).
50    
51    2005-09-19  Wakaba  <wakaba@suika.fam.cx>
52    
53            * DOMMain.dis (ManakaiDOM:DOMMethod, ManakaiDOM:DOMMethodReturn,
54            ManakaiDOM:DOMAttribute, ManakaiDOM:DOMAttrGet,
55            ManakaiDOM:DOMAttrSet, ManakaiDOM:DOMMethodParam): Removed.
56            (ManakaiDOMTimeStamp): Removed.
57    
58            * DOMBoot.dis, DOMMetaImpl.dis, DOMMetaImpl.pm: Removed (they are no
59            longer in use).
60    
61    2005-09-18  Wakaba  <wakaba@suika.fam.cx>
62    
63            * DOMMain.dis (StringOutOfBoundsException): New exception.
64    
65    2005-09-15  Wakaba  <wakaba@suika.fam.cx>
66    
67            * DOMFeature.dis: dis:dataType and dis:multipleProperties
68            properties added to properties.
69    
70    2005-09-08  Wakaba  <wakaba@suika.fam.cx>
71    
72            * Makefile: Rules renewaled.
73    
74    2005-09-07  Wakaba  <wakaba@suika.fam.cx>
75    
76            * DOMCore.dis, DOMXML.dis, DOMLS.dis: Inheritance information fixed.
77    
78    2005-09-05  Wakaba  <wakaba@suika.fam.cx>
79    
80            * DOMMain.dis (DOMImplementationRegistry,
81            DOMImplementationRegistryVar): New.
82    
83            * DOMFeature.dis (DOMImplementationRegistry,
84            DOMImplementationRegistryVar): Removed.
85            (ImplementationRegistry): New class.
86    
87    2005-09-04  Wakaba  <wakaba@suika.fam.cx>
88    
89            * DOMFeature.dis: New module.
90    
91            * DOMMetaImpl.dis (ManakaiDOM:ManakaiDOMObject): Removed.
92    
93            * DOMMain.dis (ManakaiDOM:ManakaiDOMObject): New.
94            (DOMString, DOMTimeStamp): Now they are not interfaces
95            but datatypes.
96            (DOMUserData, DOMObject, DOMUserData): Now they
97            are subtypes rather than aliases of their "real" type in IDL.
98            
99            * DOMCore.dis (DOMImplementationList, DOMImplementationSource):
100            New interfaces and classes.    
101    
102    2005-09-01  Wakaba  <wakaba@suika.fam.cx>
103    
104            * DOMCore.dis (setTextNodeContent): Sets the infoset:parent
105            property of the new Text node.
106    
107    2005-08-29  Wakaba  <wakaba@suika.fam.cx>
108    
109            * Makefile: Loads "NaturalLanguage.dis".
110    
111    2005-08-26  Wakaba  <wakaba@suika.fam.cx>
112    
113            * DOMCore.dis (createDocument): Set "ownerDocument" attribute
114            to the root element created by the method.  (It was forgotten!!)
115    
116    2005-08-15  Wakaba  <wakaba@suika.fam.cx>
117    
118            * DOMCore.dis (appendChild, insertBefore, replaceChild): Typo
119            in the code of removing the newChild from the previous
120            parent of that node is fixed.
121    
122    2005-05-29  Wakaba  <wakaba@suika.fam.cx>
123    
124            * DOMLS.dis (SimpleSerializer): End tag was sometimes missing.  Use
125            namespace prefix of element type if it is not declared
126            but not used else.  A shift is replaced by pop:).
127    
128            * DOMCore.dis (getFeature): The getFeature method
129            for Node-derived classes implemented.
130            * DOMXML.dis (getFeature): Ditto.
131    
132    2005-05-21  Wakaba  <wakaba@suika.fam.cx>
133    
134            * DOMCore.dis (getNodeReference): Use HTMLDocument class
135            if a document node has no document element node but
136            has support for the "HTML" feature.
137    
138    2005-03-03  Wakaba  <wakaba@suika.fam.cx>
139    
140            * DOMMetaImpl.dis (features input normalizer): Variable name
141            typo fixed.
142            (ManakaiDOMImplementationSource.getDOMImplementation): Fixed bug
143            so that version specification for "+"'ed feature name does work now.
144    
145    2005-03-02  Wakaba  <wakaba@suika.fam.cx>
146    
147            * DOMBoot.dis (ResourceDef): Definitions for DOMFeature are
148            removed (now defined in DOMMetaImpl).
149    
150    2005-02-21  Wakaba  <wakaba@suika.fam.cx>
151    
152            * DOMMetaImpl.dis (IFClsDef[ManakaiDOMMinimumImplementation]): New.
153    
154            * Makefile: Rules for DOMMetaImpl module added.
155    
156    2005-02-20  Wakaba  <wakaba@suika.fam.cx>
157    
158            * DOMMetaImpl.dis: New module (split from DOMCore and DOMMain).
159    
160  2005-02-18  Wakaba  <wakaba@suika.fam.cx>  2005-02-18  Wakaba  <wakaba@suika.fam.cx>
161    
162            * DOMCore.dis (getFeature): ManakaiDOM:ManakaiDOMNodeObject.newReference
163            is an instance method, not a class method.
164    
165          * DOMMain.dis (ResourceTypeDef[ManakaiDOM:Const,          * DOMMain.dis (ResourceTypeDef[ManakaiDOM:Const,
166          ManakaiDOM:ConstGroup]): Removed (moved to "lib/manakai/DISLang.dis").          ManakaiDOM:ConstGroup]): Removed (moved to "lib/manakai/DISLang.dis").
167          (Exception-related definitions): Removed (moved to          (Exception-related definitions): Removed (moved to

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24