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

Legend:
Removed from v.1.24  
changed lines
  Added in v.1.63

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24