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

Legend:
Removed from v.1.132  
changed lines
  Added in v.1.156

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24