/[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.126 by wakaba, Mon Feb 13 17:03:21 2006 UTC revision 1.147 by wakaba, Wed Mar 15 13:44:59 2006 UTC
# Line 1  Line 1 
1    2006-03-15  Wakaba  <wakaba@suika.fam.cx>
2    
3            * DOMCore.dis (c:DOMConfigurationParameter): Now it is
4            a |DISSource:ResourceProperty|.
5            (c:anyDOMConfigurationParameter): New property.
6            (CParam, boolCParam): Now they are all |dis:subsetOf|
7            the |c:anyDOMConfigurationParameter| property.
8            (ForDocument, ForParser, ForSerializer): Removed.
9    
10            * DOMLS.dis, XMLParser.dis: Likewise.
11    
12    2006-03-12  Wakaba  <wakaba@suika.fam.cx>
13    
14            * DOMMain.dis, Tree.dis: Unused |dis:aliasChild| properties
15            are removed.
16    
17            * GenericLS.pm: Added to the CVS repository since
18            it is necessary to create the |Message::Util::DIS::DPG| module.
19    
20    2006-03-10  Wakaba  <wakaba@suika.fam.cx>
21    
22            * DOMCore.dis, DOMXML.dis, XDoctype.dis (manakaiAppendText): New
23            method.
24    
25            * XMLParser.dis: Don't create adjacent text nodes.
26    
27    2006-03-09  Wakaba  <wakaba@suika.fam.cx>
28    
29            * DOMCore.dis (HIERARCHY_DOCUMENT_FRAGMENT_ITSELF_ERR): New error.
30    
31            * DOMXML.dis (appendChild, insertBefore, replaceChild): Method
32            implementations are added.
33    
34            * XDoctype.dis (appendChild, insertBefore, replaceChild): Method
35            implementations are added.
36    
37            * Tree.dis (appendChild, insertBefore, replaceChild): Method
38            implementations are added.
39            (IFCls1Def, NodeTypeDef): Don't define |ManakaiDOM:ForClass|
40            resources unless for |ManakaiDOM:ManakaiDOMLatest|.
41            (cfg:strict-document-children): New configuration parameter.
42    
43    2006-03-08  Wakaba  <wakaba@suika.fam.cx>
44    
45            * XDoctype.dis (replaceChild): Method implementations are added.
46    
47            * Tree.dis (replaceChild): Method implementations are added.
48    
49            * DOMXML.dis (replaceChild): Method implementations are added.
50    
51    2006-03-07  Wakaba  <wakaba@suika.fam.cx>
52    
53            * Tree.dis (ForAppendChild, ForInsertBefore, ForReplaceChild): New |for|
54            definitions.
55    
56            * XDoctype.dis (insertBefore): New method implementation.
57    
58    2006-03-06  Wakaba  <wakaba@suika.fam.cx>
59    
60            * DOMXML.dis (insertBefore): Method implementations
61            for |ProcessingInstruction| and |Notation| nodes are added.
62    
63            * Tree.dis (insertBefore): Method implementation
64            for |CharacterData| nodes is added.
65    
66            * XDoctype.dis (insertBefore): Method implementation
67            for |ElementTypeDefinition| nodes is added.
68    
69    2006-03-06  Wakaba  <wakaba@suika.fam.cx>
70    
71            * XDoctype.dis (appendChild): New method implementation.
72    
73    2006-03-06  Wakaba  <wakaba@suika.fam.cx>
74    
75            * DOMCore.dis (HIERARCHY_WRONG_DOCTYPE_ERR): New error.
76            (REMOVE_DOCUMENT_ELEMENT_ERR): New error.
77            (REMOVE_DOCUMENT_TYPE_ERR): New error.
78    
79            * DOMXML.dis (ManakaiDOMDocumentType): Removed.
80            (ProcessingInstruction.appendChild, CDATASection.appendChild,
81            Notation.appendChild): New method implementation.
82    
83            * Tree.dis (CharacterData.appendChild): New method implementation.
84    
85            * XDoctype.dis: Tests moved from |MDOM:DOMXML| module.
86    
87    2006-03-06  Wakaba  <wakaba@suika.fam.cx>
88    
89            * DOMXML.dis (ManakaiDOMXMLIdAttr): New class.
90    
91            * Tree.dis (createAttribute, createAttributeNS,
92            setAttribute, setAttributeNS): They now supports
93            the |cfg:xml-id| configuration parameter.
94            (cfg:xml-id): New configuration parameter.
95    
96            * XDoctype.dis (createAttributeDefinition): It now
97            supports the |cfg:xml-id| configuration parameter.
98    
99            * XMLParser.dis (parse): It now supports
100            the |cfg:xml-id| configuration parameter.
101    
102    2006-03-05  Wakaba  <wakaba@suika.fam.cx>
103    
104            * XMLParser.dis (parse): Sets |Document.documentURI|
105            and |Document.manakaiEntityBaseURI| attributes of the
106            document created.
107            (_ProcessingInstructionDTD): Sets the |manakaiBaseURI|
108            property of the created node.
109            (_SystemLiteral): Sets the |manakaiDeclarationBaseURI|
110            of the created node.
111            (ls-input-to-input-file.default): Sets the resolved
112            system identifier to the |documentURI| attribute if available.
113            Sets the |baseURI| attribute if available.
114    
115    2006-03-05  Wakaba  <wakaba@suika.fam.cx>
116    
117            * XDoctype.dis (DocumentTypeDefinition.implementation): New attribute.
118            (Node.baseURI): New attribute implementations.
119            (declarationBaseURI): Setter is added.
120            (manakaiDeclarationBaseURI): New attribute.
121    
122            * Tree.dis (Require): A reference to the |MURI:Generic|
123            module is added.
124            (Node.baseURI): The implementation is revised.
125            (getNodeReference): Attribute node classes specialized
126            to attribute names are supported.
127            (contentBaseURI, htmlBaseURI): Removed.
128            (manakaiEntityBaseURI): New attribute.
129            (ManakaiDOMImplementationDocument): It now inherits
130            the |urigen:URIImplementation| class.
131    
132            * DOMMain.dis (isRelativeDOMURI): The definition
133            of the URI scheme is synced with |Message::URI::Generic|'s
134            one.
135    
136            * DOMXML.dis (Require): A reference to |DISlib:DISMarkup|
137            module is added.
138            (DocumentType.implementation): New attribute.
139            (Node.baseURI): Implementations are added.
140            (manakaiDeclarationBaseURI): New attributes.
141            (manakaiEntityBaseURI): New attributes.
142            (manakaiEntityURI): New attribute.
143            (manakaiExternal): New attribute.
144            (manakaiBaseURI): New attribute.
145            (ManakaiDOMXMLBaseAttr): New class.
146    
147    2006-02-26  Wakaba  <wakaba@suika.fam.cx>
148    
149            * SimpleLS.dis (Require): Reference to the |MDOM:Tree|
150            module was missing.
151    
152            * ManakaiDOMLS2003.dis: Some property names was incorrect.
153    
154            * Makefile (distclean): New rule.
155    
156    2006-02-26  Wakaba  <wakaba@suika.fam.cx>
157    
158            * DOMLS.dis: Removed from the CVS repository, since
159            it has been no longer required to make the |daf| system
160            itself.
161    
162    2006-02-26  Wakaba  <wakaba@suika.fam.cx>
163    
164            * Makefile: Revised for new |daf| database format.
165    
166    2006-02-25  Wakaba  <wakaba@suika.fam.cx>
167    
168            * DOMFeature.dis (Require): Missing reference to |DISlib:Test|
169            module is added.
170    
171    2006-02-22  Wakaba  <wakaba@suika.fam.cx>
172    
173            * DOMLS.dis: Constants were typed as |dx:ErrorCode|
174            by mistake.
175    
176    2006-02-18  Wakaba  <wakaba@suika.fam.cx>
177    
178            * XMLParser.dis (ManakaiDOMXMLParser): Implements |DOMLS:ParseString10|
179            feature.
180    
181            * DOMCore.dis (c:LSPARSER_NOT_FOUND_ERR): New exception type.
182    
183            * DOMLS.dis (DOMLS:ParseString): New (moved from |SimpleLS.dis|).
184            (DOMImplementationLS.createLSParser): Implemented.
185            (DOMImplementationLS.createLSInput): Revised.
186            (LSInput): Note on relationship with |GenericLS| is added.
187    
188            * SimpleLS.dis (DOMLS:ParseString): Removed (moved to |SimpleLS.dis|).
189    
190    2006-02-17  Wakaba  <wakaba@suika.fam.cx>
191    
192            * XMLParser.dis (domConfig): New |targetType| of |xp:ManakaiDOMXMLParser|
193            is introduced.
194            (async, busy): Implemented.
195            (parseString): Removed.
196            (parse, parseURI): Implemented.
197            (xp:ls-input-to-input-file): New configuration parameter.
198            (shiftChar): Gets character from current file handle
199            rather than replacement text.  Don't normalize
200            line break characters for internal entities.  Don't
201            throw |xp:wf-legal-literal-character| error
202            for |RestrictedChar| appearing in internal entities.
203            (DISPerl:dpgDef): Call |close| for each entity filehandler.
204            (_EntityDeclaration): Copy document URI and base URI
205            to the entity's |$decl| object.
206            (ParseError): New code fragment.
207            (getCopyOfEntityState): Creates filehandle from replacement
208            text.
209            (xp-error-lines): Don't appends text if no replacement
210            text is available.
211            (error-handler): New configuration parameter application resource.
212            (ManakaiDOMLSInputToInputFile): New class.
213            (ManakaiDOMInputFile): New class.
214    
215            * Tree.dis (getNodeReference): A dereferencing was missing.
216    
217            * DOMLS.dis (DOMLS:busy, DOMLS:lsKey): New properties.
218    
219    2006-02-17  Wakaba  <wakaba@suika.fam.cx>
220    
221            * XMLParser.dis: Default attribute are now namespace aware.
222            (parseString): Don't output |Document| warnings
223            during tree construction to standard error output.
224    
225    2006-02-16  Wakaba  <wakaba@suika.fam.cx>
226    
227            * XMLParser.dis: Name check for XML 1.0, XML Namespace 1.0, and
228            XML Namespace 1.1 is implemented.  Namespace well-formedness
229            error detection is implemented.  Generates |Notation| nodes
230            from notation declarations.
231            (checkNCName, checkQName): New code fragments.
232    
233            * XDoctype.dis (DocumentXDoctype): Factory methods
234            don't check |MDOMX:MDOM_BAD_NAME| if |Document.strictErrorChecking|
235            is |false|.
236    
237            * DOMCore.dis (wf-invalid-character-in-node-name,
238            wf-invalid-character): Removed (moved to |MDOM:Tree| module).
239    
240            * Tree.dis '(wf-invalid-character-in-node-name,
241            wf-invalid-character): New errors (from |MDOM:DOMCore| module).
242            (Attr.specified): Setter added.
243            (cfg:dtd-default-attributes): New configuration parameter.
244            (Document.createEntityReference): Don't check |MDOMX:MDOM_BAD_NAME|
245            if |Document.strictErrorChecking| is |false|.
246    
247    2006-02-15  Wakaba  <wakaba@suika.fam.cx>
248    
249            * XMLParser.dis: Set |allDeclarationsProcessed|
250            attribute of the |Document| node.  Don't process entity
251            and attribute definition list declarations after
252            unread parameter entity reference.  Warns if an attribute definition is
253            ignored (|xp:warning-attribute-definition-ignored|).  Set
254            flags whether predefined entities are declared or not.
255            WFC error |xp:wf-pes-in-internal-subset| is implemented.
256    
257    2006-02-15  Wakaba  <wakaba@suika.fam.cx>
258    
259            * XMLParser.dis: Issues |xp:error-internal-predefined-entity| error
260            if a predefined entity declaration references an external entity.
261            Issues |xp:error-malformed-predefined-entity| error if
262            a predefined entity declaration defines different thing than
263            one as in XML specification.  
264            Issies |xp:warning-entity-declaration-ignored| warning if
265            more than one entity declarations for an entity is found.
266            (WFErrDef): Now all well-formedness errors are marked
267            as |SEVERITY_FATAL_ERROR|.
268    
269            * XDoctype.dis (DocumentXDoctype.createDocumentTypeDefinition): Creates
270            predefined entity declarations.
271            (DocumentXDoctype.createNotation): New method.
272            (DocumentTypeDefinition.notations): New attribute.
273            (DocumentTypeDefinition.getNotationNode): New method.
274            (DocumentTypeDefinition.setNotationNode): New method.
275            (newNotationForTest): New code fragment.
276    
277            * Tree.dis (ManakaiDOMXML:ManakaiDOMNotations): Removed.
278            (c:ManakaiDOMNotationMap): New class.
279            (c:ManakaiDOMNotationMapArray): New class.
280            (Document.allDeclarationsProcessed): New attribute.
281    
282            * DOMXML.dis (DocumentType.notations): Implemented.
283            (Notation): Revised.
284            (Notation.ownerDocumentTypeDefinition): New attribute.
285    
286  2006-02-14  Wakaba  <wakaba@suika.fam.cx>  2006-02-14  Wakaba  <wakaba@suika.fam.cx>
287    
288          * XMLParser.dis: The |xp:wf-parsed-entity| and the |xp:wf-no-recursion|          * XMLParser.dis: The |xp:wf-parsed-entity| and the |xp:wf-no-recursion|

Legend:
Removed from v.1.126  
changed lines
  Added in v.1.147

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24