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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24