/[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.26 by wakaba, Sat Oct 9 05:32:30 2004 UTC revision 1.71 by wakaba, Sun Oct 2 23:35:32 2005 UTC
# Line 1  Line 1 
1    2005-10-02  Wakaba  <wakaba@suika.fam.cx>
2    
3            * DOMFeature.dis (Module): "idl:prefix" and "idl:moduleName"
4            properties added.
5    
6    2005-10-01  Wakaba  <wakaba@suika.fam.cx>
7    
8            * DOMFeature.dis: Documentation added (still work in progress).
9            (MIString): New type.
10    
11            * DOMCore.dis (namespaceURI): Fixed to return the namespace
12            URI value, not a reference to it.
13    
14    2005-09-30  Wakaba  <wakaba@suika.fam.cx>
15    
16            * DOMCore.dis, SimpleLS.dis: Shares namespace URIs and local
17            names where possible.
18    
19            * DOMFeature.dis: Documentation for DOM Minimum Implementation
20            added (still work in progress).
21    
22            * Makefile (feature.dae, feature-spec.dae): New rules.
23    
24    2005-09-27  Wakaba  <wakaba@suika.fam.cx>
25    
26            * DOMCore.dis (DOMCore:nodeProp): New property.
27    
28            * DOMCore.dis, DOMXML.dis: Codes to set properties "TreeCore:*"
29            is removed.
30    
31    2005-09-26  Wakaba  <wakaba@suika.fam.cx>
32    
33            * DOMCore.dis, DOMXML.dis: New mn:* properties added.
34    
35    2005-09-25  Wakaba  <wakaba@suika.fam.cx>
36    
37            * Makefile (DAC_SUFFIX): Changed to ".dae".
38            (DAEM_SUFFIX): New.
39    
40    2005-09-24  Wakaba  <wakaba@suika.fam.cx>
41    
42            * DOMMain.dis (MDOM:): Reintroduced for "ManakaiDOM:ManakaiDOM1"
43            and "ManakaiDOM:ManakaiDOM2".
44    
45            * DOMFeature.dis, DOMMain.dis, DOMCore.dis, DOMXML.dis,
46            DOMLS.dis, SimpleLS.dis, GenericLS.dis: Use disPerl:H
47            instead of disPerl:Q for internal property hash keys.
48    
49            * DOMFeature.dis, DOMCore.dis, DOMXML.dis: Missing property
50            definitions added.
51    
52            * DOMCore.dis (DOMCore:TextNode, DOMCore:DocumentFragmentNode):
53            New resources.
54            
55            * DOMXML.dis (DOMXML:EntityNode, DOMXML:EntityReferenceNode): New
56            resources.
57    
58    2005-09-23  Wakaba  <wakaba@suika.fam.cx>
59    
60            * GenericLS.dis, SimpleLS.dis: New modules separated
61            from DOMLS.dis.
62    
63            * DOMFeature.dis, DOMMain.dis: "MDOM:" and "for" definitions
64            moved from DOMMain to DOMFeature.  Now DOMFeature
65            has no dependency on DOMMain.
66    
67            * DOMFeature.dis (DEBUG): New variable.
68    
69    2005-09-22  Wakaba  <wakaba@suika.fam.cx>
70    
71            * Makefile: DAC_SUFFIX changed to ".dad".
72    
73    2005-09-21  Wakaba  <wakaba@suika.fam.cx>
74    
75            * DOMCore.pm (DOMImplementation): Provides "XML" and "XMLVersion"
76            features if it is "for" ManakaiDOM:DOMXMLFeature.
77    
78            * DOMMain.pm (StringExtended): Code portions of raising
79            StringOutOfBoundsException is temporary disabled since
80            it is not a DOM-style exception supported by
81            current implementation of ManakaiNode - it will be
82            recovered in later revision.
83    
84    2005-09-20  Wakaba  <wakaba@suika.fam.cx>
85    
86            * DOMFeature.pm: Debug output code copied
87            from Attic/DOMMetaImpl.pm (Should these code incorporated
88            to source dis file?).
89    
90    2005-09-19  Wakaba  <wakaba@suika.fam.cx>
91    
92            * DOMMain.dis (ManakaiDOM:DOMMethod, ManakaiDOM:DOMMethodReturn,
93            ManakaiDOM:DOMAttribute, ManakaiDOM:DOMAttrGet,
94            ManakaiDOM:DOMAttrSet, ManakaiDOM:DOMMethodParam): Removed.
95            (ManakaiDOMTimeStamp): Removed.
96    
97            * DOMBoot.dis, DOMMetaImpl.dis, DOMMetaImpl.pm: Removed (they are no
98            longer in use).
99    
100    2005-09-18  Wakaba  <wakaba@suika.fam.cx>
101    
102            * DOMMain.dis (StringOutOfBoundsException): New exception.
103    
104    2005-09-15  Wakaba  <wakaba@suika.fam.cx>
105    
106            * DOMFeature.dis: dis:dataType and dis:multipleProperties
107            properties added to properties.
108    
109    2005-09-08  Wakaba  <wakaba@suika.fam.cx>
110    
111            * Makefile: Rules renewaled.
112    
113    2005-09-07  Wakaba  <wakaba@suika.fam.cx>
114    
115            * DOMCore.dis, DOMXML.dis, DOMLS.dis: Inheritance information fixed.
116    
117    2005-09-05  Wakaba  <wakaba@suika.fam.cx>
118    
119            * DOMMain.dis (DOMImplementationRegistry,
120            DOMImplementationRegistryVar): New.
121    
122            * DOMFeature.dis (DOMImplementationRegistry,
123            DOMImplementationRegistryVar): Removed.
124            (ImplementationRegistry): New class.
125    
126    2005-09-04  Wakaba  <wakaba@suika.fam.cx>
127    
128            * DOMFeature.dis: New module.
129    
130            * DOMMetaImpl.dis (ManakaiDOM:ManakaiDOMObject): Removed.
131    
132            * DOMMain.dis (ManakaiDOM:ManakaiDOMObject): New.
133            (DOMString, DOMTimeStamp): Now they are not interfaces
134            but datatypes.
135            (DOMUserData, DOMObject, DOMUserData): Now they
136            are subtypes rather than aliases of their "real" type in IDL.
137            
138            * DOMCore.dis (DOMImplementationList, DOMImplementationSource):
139            New interfaces and classes.    
140    
141    2005-09-01  Wakaba  <wakaba@suika.fam.cx>
142    
143            * DOMCore.dis (setTextNodeContent): Sets the infoset:parent
144            property of the new Text node.
145    
146    2005-08-29  Wakaba  <wakaba@suika.fam.cx>
147    
148            * Makefile: Loads "NaturalLanguage.dis".
149    
150    2005-08-26  Wakaba  <wakaba@suika.fam.cx>
151    
152            * DOMCore.dis (createDocument): Set "ownerDocument" attribute
153            to the root element created by the method.  (It was forgotten!!)
154    
155    2005-08-15  Wakaba  <wakaba@suika.fam.cx>
156    
157            * DOMCore.dis (appendChild, insertBefore, replaceChild): Typo
158            in the code of removing the newChild from the previous
159            parent of that node is fixed.
160    
161    2005-05-29  Wakaba  <wakaba@suika.fam.cx>
162    
163            * DOMLS.dis (SimpleSerializer): End tag was sometimes missing.  Use
164            namespace prefix of element type if it is not declared
165            but not used else.  A shift is replaced by pop:).
166    
167            * DOMCore.dis (getFeature): The getFeature method
168            for Node-derived classes implemented.
169            * DOMXML.dis (getFeature): Ditto.
170    
171    2005-05-21  Wakaba  <wakaba@suika.fam.cx>
172    
173            * DOMCore.dis (getNodeReference): Use HTMLDocument class
174            if a document node has no document element node but
175            has support for the "HTML" feature.
176    
177    2005-03-03  Wakaba  <wakaba@suika.fam.cx>
178    
179            * DOMMetaImpl.dis (features input normalizer): Variable name
180            typo fixed.
181            (ManakaiDOMImplementationSource.getDOMImplementation): Fixed bug
182            so that version specification for "+"'ed feature name does work now.
183    
184    2005-03-02  Wakaba  <wakaba@suika.fam.cx>
185    
186            * DOMBoot.dis (ResourceDef): Definitions for DOMFeature are
187            removed (now defined in DOMMetaImpl).
188    
189    2005-02-21  Wakaba  <wakaba@suika.fam.cx>
190    
191            * DOMMetaImpl.dis (IFClsDef[ManakaiDOMMinimumImplementation]): New.
192    
193            * Makefile: Rules for DOMMetaImpl module added.
194    
195    2005-02-20  Wakaba  <wakaba@suika.fam.cx>
196    
197            * DOMMetaImpl.dis: New module (split from DOMCore and DOMMain).
198    
199    2005-02-18  Wakaba  <wakaba@suika.fam.cx>
200    
201            * DOMCore.dis (getFeature): ManakaiDOM:ManakaiDOMNodeObject.newReference
202            is an instance method, not a class method.
203    
204            * DOMMain.dis (ResourceTypeDef[ManakaiDOM:Const,
205            ManakaiDOM:ConstGroup]): Removed (moved to "lib/manakai/DISLang.dis").
206            (Exception-related definitions): Removed (moved to
207            "lib/Message/Util/Error/DOMException.dis").
208            (ForDef[ManakaiDOM:ForIF, ManakaiDOM:ForClass]): Removed (moved
209            to DISLang).
210    
211    2005-02-17  Wakaba  <wakaba@suika.fam.cx>
212    
213            * DOMMain.dis: Definitions for "ManakaiDOM:ManakaiDOMNodeObject" and
214            "ManakaiDOM:ManakaiDOMNodeReference" are removed (moved to
215            "lib/Message/Util/ManakaiNode.dis").
216            (ResourceDef[ManakaiDOM:DataType]): Removed (moved to
217            "lib/manakai/DISCore.dis").
218            (ResourceTypeDef[ManakaiDOM:IF, ManakaiDOM:Class,
219            ManakaiDOM:PrimitiveTypeClass]): Removed (moved to
220            "lib/manakai/DISLang.dis").
221    
222    2005-02-16  Wakaba  <wakaba@suika.fam.cx>
223    
224            * DOMMain.dis (ForDef[ManakaiDOM:Perl]): Removed (moved to
225            DISPerl module).
226    
227    2005-01-07  Wakaba  <wakaba@suika.fam.cx>
228    
229            * DOMCore.dis: Each "delete array-item" replaced to a "splice".
230    
231    2005-01-06  Wakaba  <wakaba@suika.fam.cx>
232    
233            * DOMMain.dis (ensureXMLName): Test as if XML 1.0 if it is not an
234            XML document.
235    
236    2005-01-05  Wakaba  <wakaba@suika.fam.cx>
237    
238            * DOMMain.dis (ManakaiDOMExceptionOrWarning.stringify): New method.
239            (IntMethod[isExternallyReferred]): Rewritten.
240            (IntMethod[isExternallyReferredDownward]): Removed.
241            (Checking XML name legallity): Fix true or false mistakes.
242            (destroy, importTree, orphanate): Rewritten.
243            (destroyDownward, changeTreeIDDownward): Removed.
244            (TreeCore:urefnode property): Removed since not used.
245    
246            * DOMCore.dis: Tying array for NodeList implemented.
247    
248    2005-01-02  Wakaba  <wakaba@suika.fam.cx>
249    
250            * DOMHTML.dis (HTMLDOMImplementation): New interface.
251    
252            * DOMViews.dis: Documentation for properties are added.
253    
254    2004-12-29  Wakaba  <wakaba@suika.fam.cx>
255    
256            * Makefile: DOMXML, DOMEvents, DOMLS and ManakaiDOMLS2003 added.
257    
258            * ManakaiDOMCore.dis: Removed (merged with DOMCore.dis).
259    
260    2004-12-28  Wakaba  <wakaba@suika.fam.cx>
261    
262            * ManakaiDOMXML.dis: Removed (merged with DOMXML.dis).
263    
264    2004-12-01  Wakaba  <wakaba@suika.fam.cx>
265    
266            * ManakaiDOMMain.dis: Removed (merged with DOMMain.dis).
267    
268    2004-11-03  Wakaba  <wakaba@suika.fam.cx>
269    
270            * .cvsignore: Ignore pod files.
271    
272    2004-10-31  Wakaba  <wakaba@suika.fam.cx>
273    
274            * DOMXML.dis (ProcessingInstruction.data): Property name error fixed.
275    
276            * DOMMain.dis: Don't call DOMString->__INT{length}__ - it should
277            be DOMString->length.
278    
279            * DOMCore.dis (Element.getElementsByTagName,
280            Node.getElementsByTagName, Element.getElementsByTagNameNS,
281            Node.getElementsByTagNameNS): Implemented.
282            (Element.getAttributeNode, Element.getAttributeNodeNS):
283            Check whether defined.
284    
285    2004-10-18  Wakaba  <wakaba@suika.fam.cx>
286    
287            * DOMWebForms.dis: New module.
288    
289    2004-10-17  Wakaba  <wakaba@suika.fam.cx>
290    
291            * DOMBasicEvents.dis, DOMHTMLEvents.dis, DOMViews.dis,
292            DOMHTML.dis: New modules.
293    
294    2004-10-16  Wakaba  <wakaba@suika.fam.cx>
295    
296            * DOMMouseEvents.dis, DOMTextEvents.dis: New module.
297    
298    2004-10-11  Wakaba  <wakaba@suika.fam.cx>
299    
300            * ManakaiDOMMain.dis: 'TreeCore:anydata2' property type added.
301            (DataType[ManakaiDOMKeyIdentifier, ManakaiDOMKeyIdentifiers]): added.
302    
303    2004-10-10  Wakaba  <wakaba@suika.fam.cx>
304    
305            * DOMEvents.dis: New module.
306    
307            * ManakaiDOMCore.dis (ManakaiDOMAttributes.item): Return
308            node reference.
309    
310            * ManakaiDOMLS2003.dis (error_handler): '$caller' changed
311            to '$self' for correct error reporting and not to leak memory.
312    
313            * Makefile (DIS2PM_PL): Path to dis2pm.pl changed.
314            * dis2pm.pl, idl2dis.pl: Removed (moved to ../../bin/).
315    
316  2004-10-09  Wakaba  <wakaba@suika.fam.cx>  2004-10-09  Wakaba  <wakaba@suika.fam.cx>
317    
318            * DOMCore.dis (ConfigParam): Moved from ManakaiDOMCore.
319            * ManakaiDOMCore.dis (ConfigParam): Removed.
320    
321            * dis2pm.pl: Functions to create perl/pod structures
322            are moved to ../../bin/genlib.pl.
323            (disdoc2pod, disdoc2text): Allow LESS-THAN SIGN as the first
324            character of a paragraph.
325    
326          * ManakaiDOMLS2003.dis (ManakaiXMLParser2003/parse:#comment):          * ManakaiDOMLS2003.dis (ManakaiXMLParser2003/parse:#comment):
327          Set ownerDocument as parent if parent.ownerDocument is null.          Set ownerDocument as parent if parent.ownerDocument is null.
328    

Legend:
Removed from v.1.26  
changed lines
  Added in v.1.71

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24