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

Legend:
Removed from v.1.130  
changed lines
  Added in v.1.152

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24