/[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.34 by wakaba, Sun Oct 17 12:48:49 2004 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>
136    
137            * DOMLS.dis (SimpleSerializer): End tag was sometimes missing.  Use
138            namespace prefix of element type if it is not declared
139            but not used else.  A shift is replaced by pop:).
140    
141            * DOMCore.dis (getFeature): The getFeature method
142            for Node-derived classes implemented.
143            * DOMXML.dis (getFeature): Ditto.
144    
145    2005-05-21  Wakaba  <wakaba@suika.fam.cx>
146    
147            * DOMCore.dis (getNodeReference): Use HTMLDocument class
148            if a document node has no document element node but
149            has support for the "HTML" feature.
150    
151    2005-03-03  Wakaba  <wakaba@suika.fam.cx>
152    
153            * DOMMetaImpl.dis (features input normalizer): Variable name
154            typo fixed.
155            (ManakaiDOMImplementationSource.getDOMImplementation): Fixed bug
156            so that version specification for "+"'ed feature name does work now.
157    
158    2005-03-02  Wakaba  <wakaba@suika.fam.cx>
159    
160            * DOMBoot.dis (ResourceDef): Definitions for DOMFeature are
161            removed (now defined in DOMMetaImpl).
162    
163    2005-02-21  Wakaba  <wakaba@suika.fam.cx>
164    
165            * DOMMetaImpl.dis (IFClsDef[ManakaiDOMMinimumImplementation]): New.
166    
167            * Makefile: Rules for DOMMetaImpl module added.
168    
169    2005-02-20  Wakaba  <wakaba@suika.fam.cx>
170    
171            * DOMMetaImpl.dis: New module (split from DOMCore and DOMMain).
172    
173    2005-02-18  Wakaba  <wakaba@suika.fam.cx>
174    
175            * DOMCore.dis (getFeature): ManakaiDOM:ManakaiDOMNodeObject.newReference
176            is an instance method, not a class method.
177    
178            * DOMMain.dis (ResourceTypeDef[ManakaiDOM:Const,
179            ManakaiDOM:ConstGroup]): Removed (moved to "lib/manakai/DISLang.dis").
180            (Exception-related definitions): Removed (moved to
181            "lib/Message/Util/Error/DOMException.dis").
182            (ForDef[ManakaiDOM:ForIF, ManakaiDOM:ForClass]): Removed (moved
183            to DISLang).
184    
185    2005-02-17  Wakaba  <wakaba@suika.fam.cx>
186    
187            * DOMMain.dis: Definitions for "ManakaiDOM:ManakaiDOMNodeObject" and
188            "ManakaiDOM:ManakaiDOMNodeReference" are removed (moved to
189            "lib/Message/Util/ManakaiNode.dis").
190            (ResourceDef[ManakaiDOM:DataType]): Removed (moved to
191            "lib/manakai/DISCore.dis").
192            (ResourceTypeDef[ManakaiDOM:IF, ManakaiDOM:Class,
193            ManakaiDOM:PrimitiveTypeClass]): Removed (moved to
194            "lib/manakai/DISLang.dis").
195    
196    2005-02-16  Wakaba  <wakaba@suika.fam.cx>
197    
198            * DOMMain.dis (ForDef[ManakaiDOM:Perl]): Removed (moved to
199            DISPerl module).
200    
201    2005-01-07  Wakaba  <wakaba@suika.fam.cx>
202    
203            * DOMCore.dis: Each "delete array-item" replaced to a "splice".
204    
205    2005-01-06  Wakaba  <wakaba@suika.fam.cx>
206    
207            * DOMMain.dis (ensureXMLName): Test as if XML 1.0 if it is not an
208            XML document.
209    
210    2005-01-05  Wakaba  <wakaba@suika.fam.cx>
211    
212            * DOMMain.dis (ManakaiDOMExceptionOrWarning.stringify): New method.
213            (IntMethod[isExternallyReferred]): Rewritten.
214            (IntMethod[isExternallyReferredDownward]): Removed.
215            (Checking XML name legallity): Fix true or false mistakes.
216            (destroy, importTree, orphanate): Rewritten.
217            (destroyDownward, changeTreeIDDownward): Removed.
218            (TreeCore:urefnode property): Removed since not used.
219    
220            * DOMCore.dis: Tying array for NodeList implemented.
221    
222    2005-01-02  Wakaba  <wakaba@suika.fam.cx>
223    
224            * DOMHTML.dis (HTMLDOMImplementation): New interface.
225    
226            * DOMViews.dis: Documentation for properties are added.
227    
228    2004-12-29  Wakaba  <wakaba@suika.fam.cx>
229    
230            * Makefile: DOMXML, DOMEvents, DOMLS and ManakaiDOMLS2003 added.
231    
232            * ManakaiDOMCore.dis: Removed (merged with DOMCore.dis).
233    
234    2004-12-28  Wakaba  <wakaba@suika.fam.cx>
235    
236            * ManakaiDOMXML.dis: Removed (merged with DOMXML.dis).
237    
238    2004-12-01  Wakaba  <wakaba@suika.fam.cx>
239    
240            * ManakaiDOMMain.dis: Removed (merged with DOMMain.dis).
241    
242    2004-11-03  Wakaba  <wakaba@suika.fam.cx>
243    
244            * .cvsignore: Ignore pod files.
245    
246    2004-10-31  Wakaba  <wakaba@suika.fam.cx>
247    
248            * DOMXML.dis (ProcessingInstruction.data): Property name error fixed.
249    
250            * DOMMain.dis: Don't call DOMString->__INT{length}__ - it should
251            be DOMString->length.
252    
253            * DOMCore.dis (Element.getElementsByTagName,
254            Node.getElementsByTagName, Element.getElementsByTagNameNS,
255            Node.getElementsByTagNameNS): Implemented.
256            (Element.getAttributeNode, Element.getAttributeNodeNS):
257            Check whether defined.
258    
259    2004-10-18  Wakaba  <wakaba@suika.fam.cx>
260    
261            * DOMWebForms.dis: New module.
262    
263  2004-10-17  Wakaba  <wakaba@suika.fam.cx>  2004-10-17  Wakaba  <wakaba@suika.fam.cx>
264    
265          * DOMBasicEvents.dis, DOMHTMLEvents.dis, DOMViews.dis,          * DOMBasicEvents.dis, DOMHTMLEvents.dis, DOMViews.dis,

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24