/[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.37 by wakaba, Wed Nov 3 11:50:42 2004 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>
164    
165            * DOMCore.dis (appendChild, insertBefore, replaceChild): Typo
166            in the code of removing the newChild from the previous
167            parent of that node is fixed.
168    
169    2005-05-29  Wakaba  <wakaba@suika.fam.cx>
170    
171            * DOMLS.dis (SimpleSerializer): End tag was sometimes missing.  Use
172            namespace prefix of element type if it is not declared
173            but not used else.  A shift is replaced by pop:).
174    
175            * DOMCore.dis (getFeature): The getFeature method
176            for Node-derived classes implemented.
177            * DOMXML.dis (getFeature): Ditto.
178    
179    2005-05-21  Wakaba  <wakaba@suika.fam.cx>
180    
181            * DOMCore.dis (getNodeReference): Use HTMLDocument class
182            if a document node has no document element node but
183            has support for the "HTML" feature.
184    
185    2005-03-03  Wakaba  <wakaba@suika.fam.cx>
186    
187            * DOMMetaImpl.dis (features input normalizer): Variable name
188            typo fixed.
189            (ManakaiDOMImplementationSource.getDOMImplementation): Fixed bug
190            so that version specification for "+"'ed feature name does work now.
191    
192    2005-03-02  Wakaba  <wakaba@suika.fam.cx>
193    
194            * DOMBoot.dis (ResourceDef): Definitions for DOMFeature are
195            removed (now defined in DOMMetaImpl).
196    
197    2005-02-21  Wakaba  <wakaba@suika.fam.cx>
198    
199            * DOMMetaImpl.dis (IFClsDef[ManakaiDOMMinimumImplementation]): New.
200    
201            * Makefile: Rules for DOMMetaImpl module added.
202    
203    2005-02-20  Wakaba  <wakaba@suika.fam.cx>
204    
205            * DOMMetaImpl.dis: New module (split from DOMCore and DOMMain).
206    
207    2005-02-18  Wakaba  <wakaba@suika.fam.cx>
208    
209            * DOMCore.dis (getFeature): ManakaiDOM:ManakaiDOMNodeObject.newReference
210            is an instance method, not a class method.
211    
212            * DOMMain.dis (ResourceTypeDef[ManakaiDOM:Const,
213            ManakaiDOM:ConstGroup]): Removed (moved to "lib/manakai/DISLang.dis").
214            (Exception-related definitions): Removed (moved to
215            "lib/Message/Util/Error/DOMException.dis").
216            (ForDef[ManakaiDOM:ForIF, ManakaiDOM:ForClass]): Removed (moved
217            to DISLang).
218    
219    2005-02-17  Wakaba  <wakaba@suika.fam.cx>
220    
221            * DOMMain.dis: Definitions for "ManakaiDOM:ManakaiDOMNodeObject" and
222            "ManakaiDOM:ManakaiDOMNodeReference" are removed (moved to
223            "lib/Message/Util/ManakaiNode.dis").
224            (ResourceDef[ManakaiDOM:DataType]): Removed (moved to
225            "lib/manakai/DISCore.dis").
226            (ResourceTypeDef[ManakaiDOM:IF, ManakaiDOM:Class,
227            ManakaiDOM:PrimitiveTypeClass]): Removed (moved to
228            "lib/manakai/DISLang.dis").
229    
230    2005-02-16  Wakaba  <wakaba@suika.fam.cx>
231    
232            * DOMMain.dis (ForDef[ManakaiDOM:Perl]): Removed (moved to
233            DISPerl module).
234    
235    2005-01-07  Wakaba  <wakaba@suika.fam.cx>
236    
237            * DOMCore.dis: Each "delete array-item" replaced to a "splice".
238    
239    2005-01-06  Wakaba  <wakaba@suika.fam.cx>
240    
241            * DOMMain.dis (ensureXMLName): Test as if XML 1.0 if it is not an
242            XML document.
243    
244    2005-01-05  Wakaba  <wakaba@suika.fam.cx>
245    
246            * DOMMain.dis (ManakaiDOMExceptionOrWarning.stringify): New method.
247            (IntMethod[isExternallyReferred]): Rewritten.
248            (IntMethod[isExternallyReferredDownward]): Removed.
249            (Checking XML name legallity): Fix true or false mistakes.
250            (destroy, importTree, orphanate): Rewritten.
251            (destroyDownward, changeTreeIDDownward): Removed.
252            (TreeCore:urefnode property): Removed since not used.
253    
254            * DOMCore.dis: Tying array for NodeList implemented.
255    
256    2005-01-02  Wakaba  <wakaba@suika.fam.cx>
257    
258            * DOMHTML.dis (HTMLDOMImplementation): New interface.
259    
260            * DOMViews.dis: Documentation for properties are added.
261    
262    2004-12-29  Wakaba  <wakaba@suika.fam.cx>
263    
264            * Makefile: DOMXML, DOMEvents, DOMLS and ManakaiDOMLS2003 added.
265    
266            * ManakaiDOMCore.dis: Removed (merged with DOMCore.dis).
267    
268    2004-12-28  Wakaba  <wakaba@suika.fam.cx>
269    
270            * ManakaiDOMXML.dis: Removed (merged with DOMXML.dis).
271    
272    2004-12-01  Wakaba  <wakaba@suika.fam.cx>
273    
274            * ManakaiDOMMain.dis: Removed (merged with DOMMain.dis).
275    
276  2004-11-03  Wakaba  <wakaba@suika.fam.cx>  2004-11-03  Wakaba  <wakaba@suika.fam.cx>
277    
278          * .cvsignore: Ignore pod files.          * .cvsignore: Ignore pod files.

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24