/[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.31 by wakaba, Mon Oct 11 12:02:00 2004 UTC revision 1.57 by wakaba, Fri Sep 9 04:26:04 2005 UTC
# Line 1  Line 1 
1    2005-09-08  Wakaba  <wakaba@suika.fam.cx>
2    
3            * Makefile: Rules renewaled.
4    
5    2005-09-07  Wakaba  <wakaba@suika.fam.cx>
6    
7            * DOMCore.dis, DOMXML.dis, DOMLS.dis: Inheritance information fixed.
8    
9    2005-09-05  Wakaba  <wakaba@suika.fam.cx>
10    
11            * DOMMain.dis (DOMImplementationRegistry,
12            DOMImplementationRegistryVar): New.
13    
14            * DOMFeature.dis (DOMImplementationRegistry,
15            DOMImplementationRegistryVar): Removed.
16            (ImplementationRegistry): New class.
17    
18    2005-09-04  Wakaba  <wakaba@suika.fam.cx>
19    
20            * DOMFeature.dis: New module.
21    
22            * DOMMetaImpl.dis (ManakaiDOM:ManakaiDOMObject): Removed.
23    
24            * DOMMain.dis (ManakaiDOM:ManakaiDOMObject): New.
25            (DOMString, DOMTimeStamp): Now they are not interfaces
26            but datatypes.
27            (DOMUserData, DOMObject, DOMUserData): Now they
28            are subtypes rather than aliases of their "real" type in IDL.
29            
30            * DOMCore.dis (DOMImplementationList, DOMImplementationSource):
31            New interfaces and classes.    
32    
33    2005-09-01  Wakaba  <wakaba@suika.fam.cx>
34    
35            * DOMCore.dis (setTextNodeContent): Sets the infoset:parent
36            property of the new Text node.
37    
38    2005-08-29  Wakaba  <wakaba@suika.fam.cx>
39    
40            * Makefile: Loads "NaturalLanguage.dis".
41    
42    2005-08-26  Wakaba  <wakaba@suika.fam.cx>
43    
44            * DOMCore.dis (createDocument): Set "ownerDocument" attribute
45            to the root element created by the method.  (It was forgotten!!)
46    
47    2005-08-15  Wakaba  <wakaba@suika.fam.cx>
48    
49            * DOMCore.dis (appendChild, insertBefore, replaceChild): Typo
50            in the code of removing the newChild from the previous
51            parent of that node is fixed.
52    
53    2005-05-29  Wakaba  <wakaba@suika.fam.cx>
54    
55            * DOMLS.dis (SimpleSerializer): End tag was sometimes missing.  Use
56            namespace prefix of element type if it is not declared
57            but not used else.  A shift is replaced by pop:).
58    
59            * DOMCore.dis (getFeature): The getFeature method
60            for Node-derived classes implemented.
61            * DOMXML.dis (getFeature): Ditto.
62    
63    2005-05-21  Wakaba  <wakaba@suika.fam.cx>
64    
65            * DOMCore.dis (getNodeReference): Use HTMLDocument class
66            if a document node has no document element node but
67            has support for the "HTML" feature.
68    
69    2005-03-03  Wakaba  <wakaba@suika.fam.cx>
70    
71            * DOMMetaImpl.dis (features input normalizer): Variable name
72            typo fixed.
73            (ManakaiDOMImplementationSource.getDOMImplementation): Fixed bug
74            so that version specification for "+"'ed feature name does work now.
75    
76    2005-03-02  Wakaba  <wakaba@suika.fam.cx>
77    
78            * DOMBoot.dis (ResourceDef): Definitions for DOMFeature are
79            removed (now defined in DOMMetaImpl).
80    
81    2005-02-21  Wakaba  <wakaba@suika.fam.cx>
82    
83            * DOMMetaImpl.dis (IFClsDef[ManakaiDOMMinimumImplementation]): New.
84    
85            * Makefile: Rules for DOMMetaImpl module added.
86    
87    2005-02-20  Wakaba  <wakaba@suika.fam.cx>
88    
89            * DOMMetaImpl.dis: New module (split from DOMCore and DOMMain).
90    
91    2005-02-18  Wakaba  <wakaba@suika.fam.cx>
92    
93            * DOMCore.dis (getFeature): ManakaiDOM:ManakaiDOMNodeObject.newReference
94            is an instance method, not a class method.
95    
96            * DOMMain.dis (ResourceTypeDef[ManakaiDOM:Const,
97            ManakaiDOM:ConstGroup]): Removed (moved to "lib/manakai/DISLang.dis").
98            (Exception-related definitions): Removed (moved to
99            "lib/Message/Util/Error/DOMException.dis").
100            (ForDef[ManakaiDOM:ForIF, ManakaiDOM:ForClass]): Removed (moved
101            to DISLang).
102    
103    2005-02-17  Wakaba  <wakaba@suika.fam.cx>
104    
105            * DOMMain.dis: Definitions for "ManakaiDOM:ManakaiDOMNodeObject" and
106            "ManakaiDOM:ManakaiDOMNodeReference" are removed (moved to
107            "lib/Message/Util/ManakaiNode.dis").
108            (ResourceDef[ManakaiDOM:DataType]): Removed (moved to
109            "lib/manakai/DISCore.dis").
110            (ResourceTypeDef[ManakaiDOM:IF, ManakaiDOM:Class,
111            ManakaiDOM:PrimitiveTypeClass]): Removed (moved to
112            "lib/manakai/DISLang.dis").
113    
114    2005-02-16  Wakaba  <wakaba@suika.fam.cx>
115    
116            * DOMMain.dis (ForDef[ManakaiDOM:Perl]): Removed (moved to
117            DISPerl module).
118    
119    2005-01-07  Wakaba  <wakaba@suika.fam.cx>
120    
121            * DOMCore.dis: Each "delete array-item" replaced to a "splice".
122    
123    2005-01-06  Wakaba  <wakaba@suika.fam.cx>
124    
125            * DOMMain.dis (ensureXMLName): Test as if XML 1.0 if it is not an
126            XML document.
127    
128    2005-01-05  Wakaba  <wakaba@suika.fam.cx>
129    
130            * DOMMain.dis (ManakaiDOMExceptionOrWarning.stringify): New method.
131            (IntMethod[isExternallyReferred]): Rewritten.
132            (IntMethod[isExternallyReferredDownward]): Removed.
133            (Checking XML name legallity): Fix true or false mistakes.
134            (destroy, importTree, orphanate): Rewritten.
135            (destroyDownward, changeTreeIDDownward): Removed.
136            (TreeCore:urefnode property): Removed since not used.
137    
138            * DOMCore.dis: Tying array for NodeList implemented.
139    
140    2005-01-02  Wakaba  <wakaba@suika.fam.cx>
141    
142            * DOMHTML.dis (HTMLDOMImplementation): New interface.
143    
144            * DOMViews.dis: Documentation for properties are added.
145    
146    2004-12-29  Wakaba  <wakaba@suika.fam.cx>
147    
148            * Makefile: DOMXML, DOMEvents, DOMLS and ManakaiDOMLS2003 added.
149    
150            * ManakaiDOMCore.dis: Removed (merged with DOMCore.dis).
151    
152    2004-12-28  Wakaba  <wakaba@suika.fam.cx>
153    
154            * ManakaiDOMXML.dis: Removed (merged with DOMXML.dis).
155    
156    2004-12-01  Wakaba  <wakaba@suika.fam.cx>
157    
158            * ManakaiDOMMain.dis: Removed (merged with DOMMain.dis).
159    
160    2004-11-03  Wakaba  <wakaba@suika.fam.cx>
161    
162            * .cvsignore: Ignore pod files.
163    
164    2004-10-31  Wakaba  <wakaba@suika.fam.cx>
165    
166            * DOMXML.dis (ProcessingInstruction.data): Property name error fixed.
167    
168            * DOMMain.dis: Don't call DOMString->__INT{length}__ - it should
169            be DOMString->length.
170    
171            * DOMCore.dis (Element.getElementsByTagName,
172            Node.getElementsByTagName, Element.getElementsByTagNameNS,
173            Node.getElementsByTagNameNS): Implemented.
174            (Element.getAttributeNode, Element.getAttributeNodeNS):
175            Check whether defined.
176    
177    2004-10-18  Wakaba  <wakaba@suika.fam.cx>
178    
179            * DOMWebForms.dis: New module.
180    
181    2004-10-17  Wakaba  <wakaba@suika.fam.cx>
182    
183            * DOMBasicEvents.dis, DOMHTMLEvents.dis, DOMViews.dis,
184            DOMHTML.dis: New modules.
185    
186    2004-10-16  Wakaba  <wakaba@suika.fam.cx>
187    
188            * DOMMouseEvents.dis, DOMTextEvents.dis: New module.
189    
190  2004-10-11  Wakaba  <wakaba@suika.fam.cx>  2004-10-11  Wakaba  <wakaba@suika.fam.cx>
191    
192          * ManakaiDOMMain.dis: 'TreeCore:anydata2' property type added.          * ManakaiDOMMain.dis: 'TreeCore:anydata2' property type added.

Legend:
Removed from v.1.31  
changed lines
  Added in v.1.57

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24