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

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24