/[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.131 by wakaba, Sat Feb 18 07:39:03 2006 UTC revision 1.151 by wakaba, Sat Mar 18 05:57:48 2006 UTC
# Line 1  Line 1 
1    2006-03-18  Wakaba  <wakaba@suika.fam.cx>
2    
3            * TreeCore.dis (Require): The |MDOM:XML| module is added.
4            (createAttributeNS, createTextNode, createComment,
5            createCDATASection): New methods.
6            (Attr, Text, Comment, CharacterData): New interfaces.
7    
8            * Makefile: |XML.dis| is added.
9    
10            * XML.dis: New module.
11    
12    2006-03-17  Wakaba  <wakaba@suika.fam.cx>
13    
14            * TreeCore.dis (manakaiReadOnly): New attribute.
15            
16    2006-03-17  Wakaba  <wakaba@suika.fam.cx>
17    
18            * TreeCore.dis (NodeType, nodeType, localName, namespaceURI,
19            prefix, isSameNode, ownerDocument, parentNode): New.
20            (Element): New interface.
21            (createElementNS): New method.
22            (strictErrorChecking): New.
23    
24    2006-03-17  Wakaba  <wakaba@suika.fam.cx>
25    
26            * Makefile: |TreeCore.dis| is added.
27    
28            * TreeCore.dis: New module.
29    
30    2006-03-16  Wakaba  <wakaba@suika.fam.cx>
31    
32            * XMLParser.dis (cfg:entity-replacement-tree): New configuration
33            parameter.
34    
35            * DOMXML.dis (manakaiExpanded): Renamed from |isExpanded|.
36    
37            * DOMCore.dis, Tree.dis, DOMLS.dis, XMLParser.dis: Lexical
38            data types added to configuration parameters.
39    
40    2006-03-15  Wakaba  <wakaba@suika.fam.cx>
41    
42            * DOMCore.dis (c:DOMConfigurationParameter): Now it is
43            a |DISSource:ResourceProperty|.
44            (c:anyDOMConfigurationParameter): New property.
45            (CParam, boolCParam): Now they are all |dis:subsetOf|
46            the |c:anyDOMConfigurationParameter| property.
47            (ForDocument, ForParser, ForSerializer): Removed.
48    
49            * DOMLS.dis, XMLParser.dis: Likewise.
50    
51    2006-03-12  Wakaba  <wakaba@suika.fam.cx>
52    
53            * DOMMain.dis, Tree.dis: Unused |dis:aliasChild| properties
54            are removed.
55    
56            * GenericLS.pm: Added to the CVS repository since
57            it is necessary to create the |Message::Util::DIS::DPG| module.
58    
59    2006-03-10  Wakaba  <wakaba@suika.fam.cx>
60    
61            * DOMCore.dis, DOMXML.dis, XDoctype.dis (manakaiAppendText): New
62            method.
63    
64            * XMLParser.dis: Don't create adjacent text nodes.
65    
66    2006-03-09  Wakaba  <wakaba@suika.fam.cx>
67    
68            * DOMCore.dis (HIERARCHY_DOCUMENT_FRAGMENT_ITSELF_ERR): New error.
69    
70            * DOMXML.dis (appendChild, insertBefore, replaceChild): Method
71            implementations are added.
72    
73            * XDoctype.dis (appendChild, insertBefore, replaceChild): Method
74            implementations are added.
75    
76            * Tree.dis (appendChild, insertBefore, replaceChild): Method
77            implementations are added.
78            (IFCls1Def, NodeTypeDef): Don't define |ManakaiDOM:ForClass|
79            resources unless for |ManakaiDOM:ManakaiDOMLatest|.
80            (cfg:strict-document-children): New configuration parameter.
81    
82    2006-03-08  Wakaba  <wakaba@suika.fam.cx>
83    
84            * XDoctype.dis (replaceChild): Method implementations are added.
85    
86            * Tree.dis (replaceChild): Method implementations are added.
87    
88            * DOMXML.dis (replaceChild): Method implementations are added.
89    
90    2006-03-07  Wakaba  <wakaba@suika.fam.cx>
91    
92            * Tree.dis (ForAppendChild, ForInsertBefore, ForReplaceChild): New |for|
93            definitions.
94    
95            * XDoctype.dis (insertBefore): New method implementation.
96    
97    2006-03-06  Wakaba  <wakaba@suika.fam.cx>
98    
99            * DOMXML.dis (insertBefore): Method implementations
100            for |ProcessingInstruction| and |Notation| nodes are added.
101    
102            * Tree.dis (insertBefore): Method implementation
103            for |CharacterData| nodes is added.
104    
105            * XDoctype.dis (insertBefore): Method implementation
106            for |ElementTypeDefinition| nodes is added.
107    
108    2006-03-06  Wakaba  <wakaba@suika.fam.cx>
109    
110            * XDoctype.dis (appendChild): New method implementation.
111    
112    2006-03-06  Wakaba  <wakaba@suika.fam.cx>
113    
114            * DOMCore.dis (HIERARCHY_WRONG_DOCTYPE_ERR): New error.
115            (REMOVE_DOCUMENT_ELEMENT_ERR): New error.
116            (REMOVE_DOCUMENT_TYPE_ERR): New error.
117    
118            * DOMXML.dis (ManakaiDOMDocumentType): Removed.
119            (ProcessingInstruction.appendChild, CDATASection.appendChild,
120            Notation.appendChild): New method implementation.
121    
122            * Tree.dis (CharacterData.appendChild): New method implementation.
123    
124            * XDoctype.dis: Tests moved from |MDOM:DOMXML| module.
125    
126    2006-03-06  Wakaba  <wakaba@suika.fam.cx>
127    
128            * DOMXML.dis (ManakaiDOMXMLIdAttr): New class.
129    
130            * Tree.dis (createAttribute, createAttributeNS,
131            setAttribute, setAttributeNS): They now supports
132            the |cfg:xml-id| configuration parameter.
133            (cfg:xml-id): New configuration parameter.
134    
135            * XDoctype.dis (createAttributeDefinition): It now
136            supports the |cfg:xml-id| configuration parameter.
137    
138            * XMLParser.dis (parse): It now supports
139            the |cfg:xml-id| configuration parameter.
140    
141    2006-03-05  Wakaba  <wakaba@suika.fam.cx>
142    
143            * XMLParser.dis (parse): Sets |Document.documentURI|
144            and |Document.manakaiEntityBaseURI| attributes of the
145            document created.
146            (_ProcessingInstructionDTD): Sets the |manakaiBaseURI|
147            property of the created node.
148            (_SystemLiteral): Sets the |manakaiDeclarationBaseURI|
149            of the created node.
150            (ls-input-to-input-file.default): Sets the resolved
151            system identifier to the |documentURI| attribute if available.
152            Sets the |baseURI| attribute if available.
153    
154    2006-03-05  Wakaba  <wakaba@suika.fam.cx>
155    
156            * XDoctype.dis (DocumentTypeDefinition.implementation): New attribute.
157            (Node.baseURI): New attribute implementations.
158            (declarationBaseURI): Setter is added.
159            (manakaiDeclarationBaseURI): New attribute.
160    
161            * Tree.dis (Require): A reference to the |MURI:Generic|
162            module is added.
163            (Node.baseURI): The implementation is revised.
164            (getNodeReference): Attribute node classes specialized
165            to attribute names are supported.
166            (contentBaseURI, htmlBaseURI): Removed.
167            (manakaiEntityBaseURI): New attribute.
168            (ManakaiDOMImplementationDocument): It now inherits
169            the |urigen:URIImplementation| class.
170    
171            * DOMMain.dis (isRelativeDOMURI): The definition
172            of the URI scheme is synced with |Message::URI::Generic|'s
173            one.
174    
175            * DOMXML.dis (Require): A reference to |DISlib:DISMarkup|
176            module is added.
177            (DocumentType.implementation): New attribute.
178            (Node.baseURI): Implementations are added.
179            (manakaiDeclarationBaseURI): New attributes.
180            (manakaiEntityBaseURI): New attributes.
181            (manakaiEntityURI): New attribute.
182            (manakaiExternal): New attribute.
183            (manakaiBaseURI): New attribute.
184            (ManakaiDOMXMLBaseAttr): New class.
185    
186    2006-02-26  Wakaba  <wakaba@suika.fam.cx>
187    
188            * SimpleLS.dis (Require): Reference to the |MDOM:Tree|
189            module was missing.
190    
191            * ManakaiDOMLS2003.dis: Some property names was incorrect.
192    
193            * Makefile (distclean): New rule.
194    
195    2006-02-26  Wakaba  <wakaba@suika.fam.cx>
196    
197            * DOMLS.dis: Removed from the CVS repository, since
198            it has been no longer required to make the |daf| system
199            itself.
200    
201    2006-02-26  Wakaba  <wakaba@suika.fam.cx>
202    
203            * Makefile: Revised for new |daf| database format.
204    
205    2006-02-25  Wakaba  <wakaba@suika.fam.cx>
206    
207            * DOMFeature.dis (Require): Missing reference to |DISlib:Test|
208            module is added.
209    
210    2006-02-22  Wakaba  <wakaba@suika.fam.cx>
211    
212            * DOMLS.dis: Constants were typed as |dx:ErrorCode|
213            by mistake.
214    
215  2006-02-18  Wakaba  <wakaba@suika.fam.cx>  2006-02-18  Wakaba  <wakaba@suika.fam.cx>
216    
217          * XMLParser.dis (ManakaiDOMXMLParser): Implements |DOMLS:ParseString10|          * XMLParser.dis (ManakaiDOMXMLParser): Implements |DOMLS:ParseString10|

Legend:
Removed from v.1.131  
changed lines
  Added in v.1.151

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24