/[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.53 by wakaba, Mon Aug 15 07:59:40 2005 UTC revision 1.72 by wakaba, Mon Oct 3 13:20:21 2005 UTC
# Line 1  Line 1 
1    2005-10-03  Wakaba  <wakaba@suika.fam.cx>
2    
3            * DOMFeature.dis (MIString): Java, ECMAScript, and Perl bound
4            type properties added.
5    
6            * DOMMain.dis (DataType): Java, ECMAScript, and Perl bound
7            type properties added.
8    
9    2005-10-02  Wakaba  <wakaba@suika.fam.cx>
10    
11            * DOMFeature.dis (Module): "idl:prefix" and "idl:moduleName"
12            properties added.
13    
14    2005-10-01  Wakaba  <wakaba@suika.fam.cx>
15    
16            * DOMFeature.dis: Documentation added (still work in progress).
17            (MIString): New type.
18    
19            * DOMCore.dis (namespaceURI): Fixed to return the namespace
20            URI value, not a reference to it.
21    
22    2005-09-30  Wakaba  <wakaba@suika.fam.cx>
23    
24            * DOMCore.dis, SimpleLS.dis: Shares namespace URIs and local
25            names where possible.
26    
27            * DOMFeature.dis: Documentation for DOM Minimum Implementation
28            added (still work in progress).
29    
30            * Makefile (feature.dae, feature-spec.dae): New rules.
31    
32    2005-09-27  Wakaba  <wakaba@suika.fam.cx>
33    
34            * DOMCore.dis (DOMCore:nodeProp): New property.
35    
36            * DOMCore.dis, DOMXML.dis: Codes to set properties "TreeCore:*"
37            is removed.
38    
39    2005-09-26  Wakaba  <wakaba@suika.fam.cx>
40    
41            * DOMCore.dis, DOMXML.dis: New mn:* properties added.
42    
43    2005-09-25  Wakaba  <wakaba@suika.fam.cx>
44    
45            * Makefile (DAC_SUFFIX): Changed to ".dae".
46            (DAEM_SUFFIX): New.
47    
48    2005-09-24  Wakaba  <wakaba@suika.fam.cx>
49    
50            * DOMMain.dis (MDOM:): Reintroduced for "ManakaiDOM:ManakaiDOM1"
51            and "ManakaiDOM:ManakaiDOM2".
52    
53            * DOMFeature.dis, DOMMain.dis, DOMCore.dis, DOMXML.dis,
54            DOMLS.dis, SimpleLS.dis, GenericLS.dis: Use disPerl:H
55            instead of disPerl:Q for internal property hash keys.
56    
57            * DOMFeature.dis, DOMCore.dis, DOMXML.dis: Missing property
58            definitions added.
59    
60            * DOMCore.dis (DOMCore:TextNode, DOMCore:DocumentFragmentNode):
61            New resources.
62            
63            * DOMXML.dis (DOMXML:EntityNode, DOMXML:EntityReferenceNode): New
64            resources.
65    
66    2005-09-23  Wakaba  <wakaba@suika.fam.cx>
67    
68            * GenericLS.dis, SimpleLS.dis: New modules separated
69            from DOMLS.dis.
70    
71            * DOMFeature.dis, DOMMain.dis: "MDOM:" and "for" definitions
72            moved from DOMMain to DOMFeature.  Now DOMFeature
73            has no dependency on DOMMain.
74    
75            * DOMFeature.dis (DEBUG): New variable.
76    
77    2005-09-22  Wakaba  <wakaba@suika.fam.cx>
78    
79            * Makefile: DAC_SUFFIX changed to ".dad".
80    
81    2005-09-21  Wakaba  <wakaba@suika.fam.cx>
82    
83            * DOMCore.pm (DOMImplementation): Provides "XML" and "XMLVersion"
84            features if it is "for" ManakaiDOM:DOMXMLFeature.
85    
86            * DOMMain.pm (StringExtended): Code portions of raising
87            StringOutOfBoundsException is temporary disabled since
88            it is not a DOM-style exception supported by
89            current implementation of ManakaiNode - it will be
90            recovered in later revision.
91    
92    2005-09-20  Wakaba  <wakaba@suika.fam.cx>
93    
94            * DOMFeature.pm: Debug output code copied
95            from Attic/DOMMetaImpl.pm (Should these code incorporated
96            to source dis file?).
97    
98    2005-09-19  Wakaba  <wakaba@suika.fam.cx>
99    
100            * DOMMain.dis (ManakaiDOM:DOMMethod, ManakaiDOM:DOMMethodReturn,
101            ManakaiDOM:DOMAttribute, ManakaiDOM:DOMAttrGet,
102            ManakaiDOM:DOMAttrSet, ManakaiDOM:DOMMethodParam): Removed.
103            (ManakaiDOMTimeStamp): Removed.
104    
105            * DOMBoot.dis, DOMMetaImpl.dis, DOMMetaImpl.pm: Removed (they are no
106            longer in use).
107    
108    2005-09-18  Wakaba  <wakaba@suika.fam.cx>
109    
110            * DOMMain.dis (StringOutOfBoundsException): New exception.
111    
112    2005-09-15  Wakaba  <wakaba@suika.fam.cx>
113    
114            * DOMFeature.dis: dis:dataType and dis:multipleProperties
115            properties added to properties.
116    
117    2005-09-08  Wakaba  <wakaba@suika.fam.cx>
118    
119            * Makefile: Rules renewaled.
120    
121    2005-09-07  Wakaba  <wakaba@suika.fam.cx>
122    
123            * DOMCore.dis, DOMXML.dis, DOMLS.dis: Inheritance information fixed.
124    
125    2005-09-05  Wakaba  <wakaba@suika.fam.cx>
126    
127            * DOMMain.dis (DOMImplementationRegistry,
128            DOMImplementationRegistryVar): New.
129    
130            * DOMFeature.dis (DOMImplementationRegistry,
131            DOMImplementationRegistryVar): Removed.
132            (ImplementationRegistry): New class.
133    
134    2005-09-04  Wakaba  <wakaba@suika.fam.cx>
135    
136            * DOMFeature.dis: New module.
137    
138            * DOMMetaImpl.dis (ManakaiDOM:ManakaiDOMObject): Removed.
139    
140            * DOMMain.dis (ManakaiDOM:ManakaiDOMObject): New.
141            (DOMString, DOMTimeStamp): Now they are not interfaces
142            but datatypes.
143            (DOMUserData, DOMObject, DOMUserData): Now they
144            are subtypes rather than aliases of their "real" type in IDL.
145            
146            * DOMCore.dis (DOMImplementationList, DOMImplementationSource):
147            New interfaces and classes.    
148    
149    2005-09-01  Wakaba  <wakaba@suika.fam.cx>
150    
151            * DOMCore.dis (setTextNodeContent): Sets the infoset:parent
152            property of the new Text node.
153    
154    2005-08-29  Wakaba  <wakaba@suika.fam.cx>
155    
156            * Makefile: Loads "NaturalLanguage.dis".
157    
158    2005-08-26  Wakaba  <wakaba@suika.fam.cx>
159    
160            * DOMCore.dis (createDocument): Set "ownerDocument" attribute
161            to the root element created by the method.  (It was forgotten!!)
162    
163  2005-08-15  Wakaba  <wakaba@suika.fam.cx>  2005-08-15  Wakaba  <wakaba@suika.fam.cx>
164    
165          * DOMCore.dis (appendChild, insertBefore, replaceChild): Typo          * DOMCore.dis (appendChild, insertBefore, replaceChild): Typo

Legend:
Removed from v.1.53  
changed lines
  Added in v.1.72

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24