/[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.133 by wakaba, Sat Feb 25 16:49:55 2006 UTC revision 1.157 by wakaba, Sat Mar 25 12:24:49 2006 UTC
# Line 1  Line 1 
1    2006-03-25  Wakaba  <wakaba@suika.fam.cx>
2    
3            * TreeCore.dis (Document): Most methods are reimplemented (untested).
4    
5    2006-03-25  Wakaba  <wakaba@suika.fam.cx>
6    
7            * TreeCore.dis (Document): Attributes are reimplemented (untested).
8            (Text, DocumentFragment, Comment): Most members are
9            reimplemented (untested).
10    
11    2006-03-24  Wakaba  <wakaba@suika.fam.cx>
12    
13            * DOMMain.dis (checkXMLNamesQName): Some checks are
14            removed to sync with DOM Level 3 Core specification.
15    
16            * TreeCore.dis (Element): Most methods are reimplemented (untested).
17            (GetElementsNodeList): Reimplemented (untested).
18    
19    2006-03-23  Wakaba  <wakaba@suika.fam.cx>
20    
21            * Tree.dis (cfg:strict-document-children): The configuration
22            parameter must also affect on |manakaiAppendText|
23            and |textContent| on |Document| nodes.
24    
25            * TreeCore.dis (Node.CreateNodeRefMethod): The |tc:nodeRefClass|
26            parameter changes the class to |bless|.
27            (Node): Most methods are reimplemented.  (Untested)
28            (CharacterData, Attr): Most methods and attributes are
29            reimplemented.  (Untested)
30    
31            * XML.dis, XDoctype.dis: Most |Node| methods are
32            reimplemented (untested).
33    
34    2006-03-23  Wakaba  <wakaba@suika.fam.cx>
35    
36            * TreeCore.dis, XML.dis, XDoctype.dis (Node.textContent): Reimplemented
37            (untested).
38    
39    2006-03-22  Wakaba  <wakaba@suika.fam.cx>
40    
41            * DOMCore.dis (DOMSTRING_SIZE_ERR): It now has
42            a qualified name.
43    
44            * DOMMain.dis (ensureNamespacePrefix): Undefines
45            the prefix if it is an empty string.  (Note that
46            it is defined as implementation dependent in
47            DOM Level 3 Core specification).
48    
49            * TreeCore.dis (Require): It now references the |MDOM:XDoctype|
50            module.
51            (Node): Attributes are reimplemented (untested).
52    
53            * XML.dis (Require): It now references the |MDOMX:XDoctype|
54            module.
55            (Node): Attributes are reimplemented (untested).
56            (Entity, Notation): New interfaces.
57    
58            * XDoctype.dis (Node): Attributes are reimplemented (untested).
59    
60    2006-03-19  Wakaba  <wakaba@suika.fam.cx>
61    
62            * TreeCore.dis (childNodes, firstChild, lastChild,
63            nextSibling, previousSibling, appendChild, insertBefore,
64            replaceChild, removeChild, createDocumentFragment,
65            createEntityReference, createProcessingInstruction,
66            domConfig, documentElement, implementation, manakaiAppendText): New.
67            (NodeList, DocumentFragment): New interfaces.
68    
69            * XML.dis (EntityReference, ProcessingInstruction): New interface.
70    
71    2006-03-18  Wakaba  <wakaba@suika.fam.cx>
72    
73            * TreeCore.dis (Require): The |MDOM:XML| module is added.
74            (createAttributeNS, createTextNode, createComment,
75            createCDATASection): New methods.
76            (Attr, Text, Comment, CharacterData): New interfaces.
77    
78            * Makefile: |XML.dis| is added.
79    
80            * XML.dis: New module.
81    
82    2006-03-17  Wakaba  <wakaba@suika.fam.cx>
83    
84            * TreeCore.dis (manakaiReadOnly): New attribute.
85            
86    2006-03-17  Wakaba  <wakaba@suika.fam.cx>
87    
88            * TreeCore.dis (NodeType, nodeType, localName, namespaceURI,
89            prefix, isSameNode, ownerDocument, parentNode): New.
90            (Element): New interface.
91            (createElementNS): New method.
92            (strictErrorChecking): New.
93    
94    2006-03-17  Wakaba  <wakaba@suika.fam.cx>
95    
96            * Makefile: |TreeCore.dis| is added.
97    
98            * TreeCore.dis: New module.
99    
100    2006-03-16  Wakaba  <wakaba@suika.fam.cx>
101    
102            * XMLParser.dis (cfg:entity-replacement-tree): New configuration
103            parameter.
104    
105            * DOMXML.dis (manakaiExpanded): Renamed from |isExpanded|.
106    
107            * DOMCore.dis, Tree.dis, DOMLS.dis, XMLParser.dis: Lexical
108            data types added to configuration parameters.
109    
110    2006-03-15  Wakaba  <wakaba@suika.fam.cx>
111    
112            * DOMCore.dis (c:DOMConfigurationParameter): Now it is
113            a |DISSource:ResourceProperty|.
114            (c:anyDOMConfigurationParameter): New property.
115            (CParam, boolCParam): Now they are all |dis:subsetOf|
116            the |c:anyDOMConfigurationParameter| property.
117            (ForDocument, ForParser, ForSerializer): Removed.
118    
119            * DOMLS.dis, XMLParser.dis: Likewise.
120    
121    2006-03-12  Wakaba  <wakaba@suika.fam.cx>
122    
123            * DOMMain.dis, Tree.dis: Unused |dis:aliasChild| properties
124            are removed.
125    
126            * GenericLS.pm: Added to the CVS repository since
127            it is necessary to create the |Message::Util::DIS::DPG| module.
128    
129    2006-03-10  Wakaba  <wakaba@suika.fam.cx>
130    
131            * DOMCore.dis, DOMXML.dis, XDoctype.dis (manakaiAppendText): New
132            method.
133    
134            * XMLParser.dis: Don't create adjacent text nodes.
135    
136    2006-03-09  Wakaba  <wakaba@suika.fam.cx>
137    
138            * DOMCore.dis (HIERARCHY_DOCUMENT_FRAGMENT_ITSELF_ERR): New error.
139    
140            * DOMXML.dis (appendChild, insertBefore, replaceChild): Method
141            implementations are added.
142    
143            * XDoctype.dis (appendChild, insertBefore, replaceChild): Method
144            implementations are added.
145    
146            * Tree.dis (appendChild, insertBefore, replaceChild): Method
147            implementations are added.
148            (IFCls1Def, NodeTypeDef): Don't define |ManakaiDOM:ForClass|
149            resources unless for |ManakaiDOM:ManakaiDOMLatest|.
150            (cfg:strict-document-children): New configuration parameter.
151    
152    2006-03-08  Wakaba  <wakaba@suika.fam.cx>
153    
154            * XDoctype.dis (replaceChild): Method implementations are added.
155    
156            * Tree.dis (replaceChild): Method implementations are added.
157    
158            * DOMXML.dis (replaceChild): Method implementations are added.
159    
160    2006-03-07  Wakaba  <wakaba@suika.fam.cx>
161    
162            * Tree.dis (ForAppendChild, ForInsertBefore, ForReplaceChild): New |for|
163            definitions.
164    
165            * XDoctype.dis (insertBefore): New method implementation.
166    
167    2006-03-06  Wakaba  <wakaba@suika.fam.cx>
168    
169            * DOMXML.dis (insertBefore): Method implementations
170            for |ProcessingInstruction| and |Notation| nodes are added.
171    
172            * Tree.dis (insertBefore): Method implementation
173            for |CharacterData| nodes is added.
174    
175            * XDoctype.dis (insertBefore): Method implementation
176            for |ElementTypeDefinition| nodes is added.
177    
178    2006-03-06  Wakaba  <wakaba@suika.fam.cx>
179    
180            * XDoctype.dis (appendChild): New method implementation.
181    
182    2006-03-06  Wakaba  <wakaba@suika.fam.cx>
183    
184            * DOMCore.dis (HIERARCHY_WRONG_DOCTYPE_ERR): New error.
185            (REMOVE_DOCUMENT_ELEMENT_ERR): New error.
186            (REMOVE_DOCUMENT_TYPE_ERR): New error.
187    
188            * DOMXML.dis (ManakaiDOMDocumentType): Removed.
189            (ProcessingInstruction.appendChild, CDATASection.appendChild,
190            Notation.appendChild): New method implementation.
191    
192            * Tree.dis (CharacterData.appendChild): New method implementation.
193    
194            * XDoctype.dis: Tests moved from |MDOM:DOMXML| module.
195    
196    2006-03-06  Wakaba  <wakaba@suika.fam.cx>
197    
198            * DOMXML.dis (ManakaiDOMXMLIdAttr): New class.
199    
200            * Tree.dis (createAttribute, createAttributeNS,
201            setAttribute, setAttributeNS): They now supports
202            the |cfg:xml-id| configuration parameter.
203            (cfg:xml-id): New configuration parameter.
204    
205            * XDoctype.dis (createAttributeDefinition): It now
206            supports the |cfg:xml-id| configuration parameter.
207    
208            * XMLParser.dis (parse): It now supports
209            the |cfg:xml-id| configuration parameter.
210    
211    2006-03-05  Wakaba  <wakaba@suika.fam.cx>
212    
213            * XMLParser.dis (parse): Sets |Document.documentURI|
214            and |Document.manakaiEntityBaseURI| attributes of the
215            document created.
216            (_ProcessingInstructionDTD): Sets the |manakaiBaseURI|
217            property of the created node.
218            (_SystemLiteral): Sets the |manakaiDeclarationBaseURI|
219            of the created node.
220            (ls-input-to-input-file.default): Sets the resolved
221            system identifier to the |documentURI| attribute if available.
222            Sets the |baseURI| attribute if available.
223    
224    2006-03-05  Wakaba  <wakaba@suika.fam.cx>
225    
226            * XDoctype.dis (DocumentTypeDefinition.implementation): New attribute.
227            (Node.baseURI): New attribute implementations.
228            (declarationBaseURI): Setter is added.
229            (manakaiDeclarationBaseURI): New attribute.
230    
231            * Tree.dis (Require): A reference to the |MURI:Generic|
232            module is added.
233            (Node.baseURI): The implementation is revised.
234            (getNodeReference): Attribute node classes specialized
235            to attribute names are supported.
236            (contentBaseURI, htmlBaseURI): Removed.
237            (manakaiEntityBaseURI): New attribute.
238            (ManakaiDOMImplementationDocument): It now inherits
239            the |urigen:URIImplementation| class.
240    
241            * DOMMain.dis (isRelativeDOMURI): The definition
242            of the URI scheme is synced with |Message::URI::Generic|'s
243            one.
244    
245            * DOMXML.dis (Require): A reference to |DISlib:DISMarkup|
246            module is added.
247            (DocumentType.implementation): New attribute.
248            (Node.baseURI): Implementations are added.
249            (manakaiDeclarationBaseURI): New attributes.
250            (manakaiEntityBaseURI): New attributes.
251            (manakaiEntityURI): New attribute.
252            (manakaiExternal): New attribute.
253            (manakaiBaseURI): New attribute.
254            (ManakaiDOMXMLBaseAttr): New class.
255    
256    2006-02-26  Wakaba  <wakaba@suika.fam.cx>
257    
258            * SimpleLS.dis (Require): Reference to the |MDOM:Tree|
259            module was missing.
260    
261            * ManakaiDOMLS2003.dis: Some property names was incorrect.
262    
263            * Makefile (distclean): New rule.
264    
265    2006-02-26  Wakaba  <wakaba@suika.fam.cx>
266    
267            * DOMLS.dis: Removed from the CVS repository, since
268            it has been no longer required to make the |daf| system
269            itself.
270    
271    2006-02-26  Wakaba  <wakaba@suika.fam.cx>
272    
273            * Makefile: Revised for new |daf| database format.
274    
275  2006-02-25  Wakaba  <wakaba@suika.fam.cx>  2006-02-25  Wakaba  <wakaba@suika.fam.cx>
276    
277          * DOMFeature.dis (Require): Missing reference to |DISlib:Test|          * DOMFeature.dis (Require): Missing reference to |DISlib:Test|

Legend:
Removed from v.1.133  
changed lines
  Added in v.1.157

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24