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

Legend:
Removed from v.1.47  
changed lines
  Added in v.1.68

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24