/[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.117 by wakaba, Wed Feb 8 16:37:34 2006 UTC revision 1.133 by wakaba, Sat Feb 25 16:49:55 2006 UTC
# Line 1  Line 1 
1    2006-02-25  Wakaba  <wakaba@suika.fam.cx>
2    
3            * DOMFeature.dis (Require): Missing reference to |DISlib:Test|
4            module is added.
5    
6    2006-02-22  Wakaba  <wakaba@suika.fam.cx>
7    
8            * DOMLS.dis: Constants were typed as |dx:ErrorCode|
9            by mistake.
10    
11    2006-02-18  Wakaba  <wakaba@suika.fam.cx>
12    
13            * XMLParser.dis (ManakaiDOMXMLParser): Implements |DOMLS:ParseString10|
14            feature.
15    
16            * DOMCore.dis (c:LSPARSER_NOT_FOUND_ERR): New exception type.
17    
18            * DOMLS.dis (DOMLS:ParseString): New (moved from |SimpleLS.dis|).
19            (DOMImplementationLS.createLSParser): Implemented.
20            (DOMImplementationLS.createLSInput): Revised.
21            (LSInput): Note on relationship with |GenericLS| is added.
22    
23            * SimpleLS.dis (DOMLS:ParseString): Removed (moved to |SimpleLS.dis|).
24    
25    2006-02-17  Wakaba  <wakaba@suika.fam.cx>
26    
27            * XMLParser.dis (domConfig): New |targetType| of |xp:ManakaiDOMXMLParser|
28            is introduced.
29            (async, busy): Implemented.
30            (parseString): Removed.
31            (parse, parseURI): Implemented.
32            (xp:ls-input-to-input-file): New configuration parameter.
33            (shiftChar): Gets character from current file handle
34            rather than replacement text.  Don't normalize
35            line break characters for internal entities.  Don't
36            throw |xp:wf-legal-literal-character| error
37            for |RestrictedChar| appearing in internal entities.
38            (DISPerl:dpgDef): Call |close| for each entity filehandler.
39            (_EntityDeclaration): Copy document URI and base URI
40            to the entity's |$decl| object.
41            (ParseError): New code fragment.
42            (getCopyOfEntityState): Creates filehandle from replacement
43            text.
44            (xp-error-lines): Don't appends text if no replacement
45            text is available.
46            (error-handler): New configuration parameter application resource.
47            (ManakaiDOMLSInputToInputFile): New class.
48            (ManakaiDOMInputFile): New class.
49    
50            * Tree.dis (getNodeReference): A dereferencing was missing.
51    
52            * DOMLS.dis (DOMLS:busy, DOMLS:lsKey): New properties.
53    
54    2006-02-17  Wakaba  <wakaba@suika.fam.cx>
55    
56            * XMLParser.dis: Default attribute are now namespace aware.
57            (parseString): Don't output |Document| warnings
58            during tree construction to standard error output.
59    
60    2006-02-16  Wakaba  <wakaba@suika.fam.cx>
61    
62            * XMLParser.dis: Name check for XML 1.0, XML Namespace 1.0, and
63            XML Namespace 1.1 is implemented.  Namespace well-formedness
64            error detection is implemented.  Generates |Notation| nodes
65            from notation declarations.
66            (checkNCName, checkQName): New code fragments.
67    
68            * XDoctype.dis (DocumentXDoctype): Factory methods
69            don't check |MDOMX:MDOM_BAD_NAME| if |Document.strictErrorChecking|
70            is |false|.
71    
72            * DOMCore.dis (wf-invalid-character-in-node-name,
73            wf-invalid-character): Removed (moved to |MDOM:Tree| module).
74    
75            * Tree.dis '(wf-invalid-character-in-node-name,
76            wf-invalid-character): New errors (from |MDOM:DOMCore| module).
77            (Attr.specified): Setter added.
78            (cfg:dtd-default-attributes): New configuration parameter.
79            (Document.createEntityReference): Don't check |MDOMX:MDOM_BAD_NAME|
80            if |Document.strictErrorChecking| is |false|.
81    
82    2006-02-15  Wakaba  <wakaba@suika.fam.cx>
83    
84            * XMLParser.dis: Set |allDeclarationsProcessed|
85            attribute of the |Document| node.  Don't process entity
86            and attribute definition list declarations after
87            unread parameter entity reference.  Warns if an attribute definition is
88            ignored (|xp:warning-attribute-definition-ignored|).  Set
89            flags whether predefined entities are declared or not.
90            WFC error |xp:wf-pes-in-internal-subset| is implemented.
91    
92    2006-02-15  Wakaba  <wakaba@suika.fam.cx>
93    
94            * XMLParser.dis: Issues |xp:error-internal-predefined-entity| error
95            if a predefined entity declaration references an external entity.
96            Issues |xp:error-malformed-predefined-entity| error if
97            a predefined entity declaration defines different thing than
98            one as in XML specification.  
99            Issies |xp:warning-entity-declaration-ignored| warning if
100            more than one entity declarations for an entity is found.
101            (WFErrDef): Now all well-formedness errors are marked
102            as |SEVERITY_FATAL_ERROR|.
103    
104            * XDoctype.dis (DocumentXDoctype.createDocumentTypeDefinition): Creates
105            predefined entity declarations.
106            (DocumentXDoctype.createNotation): New method.
107            (DocumentTypeDefinition.notations): New attribute.
108            (DocumentTypeDefinition.getNotationNode): New method.
109            (DocumentTypeDefinition.setNotationNode): New method.
110            (newNotationForTest): New code fragment.
111    
112            * Tree.dis (ManakaiDOMXML:ManakaiDOMNotations): Removed.
113            (c:ManakaiDOMNotationMap): New class.
114            (c:ManakaiDOMNotationMapArray): New class.
115            (Document.allDeclarationsProcessed): New attribute.
116    
117            * DOMXML.dis (DocumentType.notations): Implemented.
118            (Notation): Revised.
119            (Notation.ownerDocumentTypeDefinition): New attribute.
120    
121    2006-02-14  Wakaba  <wakaba@suika.fam.cx>
122    
123            * XMLParser.dis: The |xp:wf-parsed-entity| and the |xp:wf-no-recursion|
124            WFC errors are implemented.  Reports a |xp:wf-syntax-error|
125            if a parameter entity declaration contains |NDATA| keyword.
126            (setEmptyEntityState): Set |name| attribute.
127    
128            * Tree.dis (createEntityReference): Don't enter into inifinite
129            loop even if entity replacement tree contains recursive
130            reference directly or indirectly.
131    
132    2006-02-13  Wakaba  <wakaba@suika.fam.cx>
133    
134            * XMLParser.dis (_GeneralEntityReferenceAE): The |xp:wf-entity-declared|
135            WFC error is implemented.
136    
137    2006-02-13  Wakaba  <wakaba@suika.fam.cx>
138    
139            * XMLParser.dis: Set |cfg:clone-entity-reference-subtree|
140            configuration parameter |true| during tree construction
141            to ensure default attribute value is cloned as is
142            including entity reference subtree.
143    
144            * Tree.dis (cfg:clone-entity-reference-subtree): New configuration
145            parameter.
146            (Node.cloneNode): The |cfg:clone-entity-reference-subtree|
147            configuration parameter support is added.
148    
149    2006-02-12  Wakaba  <wakaba@suika.fam.cx>
150    
151            * XMLParser.dis (parseString): General |Entity| replacement
152            tree is not constructed because of a typo.  Clears |EntityReference|
153            content before constructing |Entity| replacement tree.
154            The |xp:wf-entity-declared| well-formedness constraint
155            for entity references in attribute value literal is implemented.
156    
157    2006-02-11  Wakaba  <wakaba@suika.fam.cx>
158    
159            * XMLParser.dis: |xp:wf-entity-declared| well-formedness
160            constaraint for entity references that appear in
161            content of elements is implemented.   Set |EntityReference.isExpanded|
162            attribute.
163            (getEmptyEntityState): New code.
164    
165            * XDoctype.dis (DocumentTypeDefinition.nodeType): Duplicate
166            definition is removed.
167    
168            * DOMXML.dis (Entity.isExternallyDeclared): New attribute.
169            (EntityReference.isExpanded): Setter is added.
170    
171    2006-02-11  Wakaba  <wakaba@suika.fam.cx>
172    
173            * XMLParser.dis: |xp:wf-no-lt-in-attribute-values|
174            and |xp:wf-no-external-entity-references| well-formedness
175            constraints are implemented.
176    
177    2006-02-11  Wakaba  <wakaba@suika.fam.cx>
178    
179            * XMLParser.dis ($self->{has_error}): Removed.
180            (parseString): Don't throw |DOMLS:PARSE_ERR| if all fatal
181            errors (including well-formedness constraint errors) are
182            traped by the error handler.
183            (PubidLiteral, SystemLiteral): Set |publicId| or |systemId|
184            attribute of the node.  Reports an error if |publidLiteral|
185            contains a non-|pubidChar|.
186    
187            * XDoctype.dis (d:DeclFeature30): New feature (|fe:XDoctypeDeclaration|
188            version |3.0|).
189            (ManakaiDOMDocumentTypeDefinition): The class no longer
190            inherits |x:ManakaiDOMDocumentType| class.  Instead,
191            it inherits |d:ManakaiDOMDocumentTypeDeclaration|
192            and |t:ManakaiDOMNOde| classes.  It still implements |x:DocumentType|
193            interface (except unimplemented |notations| and |internalSubset|
194            attributes).
195            (ManakaiDOMDocumentTypeDefinition.entities): New attribute
196            for compatibility with |x:DocumentType| interface.
197            (ManakaiDOMDocumentTypeDefinition.lookupPrefix): New method.
198            (ManakaiDOMDocumentTypeDefinition.getFeature): New method.
199            (ManakaiDOMDocumentTypeDefinition.nodeType,
200            ManakaiDOMDocumentTypeDefinition.textContent): New attributes.
201            (DocumentTypeDeclaration): New interface.
202    
203            * Tree.dis (Node/@f:implements): Typos fixed.
204            (Node.MUErrorHandler): Missing |last A| statement is added.
205            (createDocumentType): Throws an exception if |qualifiedName|
206            is illegal.  Calls |DocumentTypeDefinition.newObject|
207            instead of obsolete |DocumentType.newObject|.
208    
209            * DOMXML.dis (DocumentType.name, DocumentType.entities,
210            DocumentType.publicId, DocumentType.systemId,
211            DocumentType.lookupPrefix, DocumentType.getFeature): Now they are defined
212            as clones of similar attributes or methods
213            in |MDOM:XDoctype| module.
214            (DocumentType.newObject): Removed (use |DocumentTypeDefinition.newObject|
215            instead).
216            (DocumentType.childNodes): Removed (|Node.childNodes| definition
217            is used).
218    
219    2006-02-10  Wakaba  <wakaba@suika.fam.cx>
220    
221            * XMLParser.dis (xp:fatal-xml11-end-of-line-in-xml-declaration): New
222            fatal error.
223    
224    2006-02-09  Wakaba  <wakaba@suika.fam.cx>
225    
226            * XMLParser.dis (CommentDeclaration): |STRING| is now
227            defined as a |?default-token|.
228            (XMLTests): Tests for |Char - RestrictedChar| matchness,
229            comment declarations, cdata sections, and |MSE| in |content|
230            added.
231            (XMLTests/PerlDef): Bug fixed: |pop| -> |shift|.
232            (get-location-from-token): |$token->{location_d}|
233            for |?default-token| column counting support added.
234    
235            * DOMCore.dis (c:erred): It is now a |DISCore:OrderedList| property.
236    
237  2006-02-08  Wakaba  <wakaba@suika.fam.cx>  2006-02-08  Wakaba  <wakaba@suika.fam.cx>
238    
239          * Tree.dis (createProcessingInstruction): Don't          * Tree.dis (createProcessingInstruction): Don't

Legend:
Removed from v.1.117  
changed lines
  Added in v.1.133

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24