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

Legend:
Removed from v.1.52  
changed lines
  Added in v.1.67

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24