/[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.120 by wakaba, Sat Feb 11 05:05:45 2006 UTC revision 1.131 by wakaba, Sat Feb 18 07:39:03 2006 UTC
# Line 1  Line 1 
1    2006-02-18  Wakaba  <wakaba@suika.fam.cx>
2    
3            * XMLParser.dis (ManakaiDOMXMLParser): Implements |DOMLS:ParseString10|
4            feature.
5    
6            * DOMCore.dis (c:LSPARSER_NOT_FOUND_ERR): New exception type.
7    
8            * DOMLS.dis (DOMLS:ParseString): New (moved from |SimpleLS.dis|).
9            (DOMImplementationLS.createLSParser): Implemented.
10            (DOMImplementationLS.createLSInput): Revised.
11            (LSInput): Note on relationship with |GenericLS| is added.
12    
13            * SimpleLS.dis (DOMLS:ParseString): Removed (moved to |SimpleLS.dis|).
14    
15    2006-02-17  Wakaba  <wakaba@suika.fam.cx>
16    
17            * XMLParser.dis (domConfig): New |targetType| of |xp:ManakaiDOMXMLParser|
18            is introduced.
19            (async, busy): Implemented.
20            (parseString): Removed.
21            (parse, parseURI): Implemented.
22            (xp:ls-input-to-input-file): New configuration parameter.
23            (shiftChar): Gets character from current file handle
24            rather than replacement text.  Don't normalize
25            line break characters for internal entities.  Don't
26            throw |xp:wf-legal-literal-character| error
27            for |RestrictedChar| appearing in internal entities.
28            (DISPerl:dpgDef): Call |close| for each entity filehandler.
29            (_EntityDeclaration): Copy document URI and base URI
30            to the entity's |$decl| object.
31            (ParseError): New code fragment.
32            (getCopyOfEntityState): Creates filehandle from replacement
33            text.
34            (xp-error-lines): Don't appends text if no replacement
35            text is available.
36            (error-handler): New configuration parameter application resource.
37            (ManakaiDOMLSInputToInputFile): New class.
38            (ManakaiDOMInputFile): New class.
39    
40            * Tree.dis (getNodeReference): A dereferencing was missing.
41    
42            * DOMLS.dis (DOMLS:busy, DOMLS:lsKey): New properties.
43    
44    2006-02-17  Wakaba  <wakaba@suika.fam.cx>
45    
46            * XMLParser.dis: Default attribute are now namespace aware.
47            (parseString): Don't output |Document| warnings
48            during tree construction to standard error output.
49    
50    2006-02-16  Wakaba  <wakaba@suika.fam.cx>
51    
52            * XMLParser.dis: Name check for XML 1.0, XML Namespace 1.0, and
53            XML Namespace 1.1 is implemented.  Namespace well-formedness
54            error detection is implemented.  Generates |Notation| nodes
55            from notation declarations.
56            (checkNCName, checkQName): New code fragments.
57    
58            * XDoctype.dis (DocumentXDoctype): Factory methods
59            don't check |MDOMX:MDOM_BAD_NAME| if |Document.strictErrorChecking|
60            is |false|.
61    
62            * DOMCore.dis (wf-invalid-character-in-node-name,
63            wf-invalid-character): Removed (moved to |MDOM:Tree| module).
64    
65            * Tree.dis '(wf-invalid-character-in-node-name,
66            wf-invalid-character): New errors (from |MDOM:DOMCore| module).
67            (Attr.specified): Setter added.
68            (cfg:dtd-default-attributes): New configuration parameter.
69            (Document.createEntityReference): Don't check |MDOMX:MDOM_BAD_NAME|
70            if |Document.strictErrorChecking| is |false|.
71    
72    2006-02-15  Wakaba  <wakaba@suika.fam.cx>
73    
74            * XMLParser.dis: Set |allDeclarationsProcessed|
75            attribute of the |Document| node.  Don't process entity
76            and attribute definition list declarations after
77            unread parameter entity reference.  Warns if an attribute definition is
78            ignored (|xp:warning-attribute-definition-ignored|).  Set
79            flags whether predefined entities are declared or not.
80            WFC error |xp:wf-pes-in-internal-subset| is implemented.
81    
82    2006-02-15  Wakaba  <wakaba@suika.fam.cx>
83    
84            * XMLParser.dis: Issues |xp:error-internal-predefined-entity| error
85            if a predefined entity declaration references an external entity.
86            Issues |xp:error-malformed-predefined-entity| error if
87            a predefined entity declaration defines different thing than
88            one as in XML specification.  
89            Issies |xp:warning-entity-declaration-ignored| warning if
90            more than one entity declarations for an entity is found.
91            (WFErrDef): Now all well-formedness errors are marked
92            as |SEVERITY_FATAL_ERROR|.
93    
94            * XDoctype.dis (DocumentXDoctype.createDocumentTypeDefinition): Creates
95            predefined entity declarations.
96            (DocumentXDoctype.createNotation): New method.
97            (DocumentTypeDefinition.notations): New attribute.
98            (DocumentTypeDefinition.getNotationNode): New method.
99            (DocumentTypeDefinition.setNotationNode): New method.
100            (newNotationForTest): New code fragment.
101    
102            * Tree.dis (ManakaiDOMXML:ManakaiDOMNotations): Removed.
103            (c:ManakaiDOMNotationMap): New class.
104            (c:ManakaiDOMNotationMapArray): New class.
105            (Document.allDeclarationsProcessed): New attribute.
106    
107            * DOMXML.dis (DocumentType.notations): Implemented.
108            (Notation): Revised.
109            (Notation.ownerDocumentTypeDefinition): New attribute.
110    
111    2006-02-14  Wakaba  <wakaba@suika.fam.cx>
112    
113            * XMLParser.dis: The |xp:wf-parsed-entity| and the |xp:wf-no-recursion|
114            WFC errors are implemented.  Reports a |xp:wf-syntax-error|
115            if a parameter entity declaration contains |NDATA| keyword.
116            (setEmptyEntityState): Set |name| attribute.
117    
118            * Tree.dis (createEntityReference): Don't enter into inifinite
119            loop even if entity replacement tree contains recursive
120            reference directly or indirectly.
121    
122    2006-02-13  Wakaba  <wakaba@suika.fam.cx>
123    
124            * XMLParser.dis (_GeneralEntityReferenceAE): The |xp:wf-entity-declared|
125            WFC error is implemented.
126    
127    2006-02-13  Wakaba  <wakaba@suika.fam.cx>
128    
129            * XMLParser.dis: Set |cfg:clone-entity-reference-subtree|
130            configuration parameter |true| during tree construction
131            to ensure default attribute value is cloned as is
132            including entity reference subtree.
133    
134            * Tree.dis (cfg:clone-entity-reference-subtree): New configuration
135            parameter.
136            (Node.cloneNode): The |cfg:clone-entity-reference-subtree|
137            configuration parameter support is added.
138    
139    2006-02-12  Wakaba  <wakaba@suika.fam.cx>
140    
141            * XMLParser.dis (parseString): General |Entity| replacement
142            tree is not constructed because of a typo.  Clears |EntityReference|
143            content before constructing |Entity| replacement tree.
144            The |xp:wf-entity-declared| well-formedness constraint
145            for entity references in attribute value literal is implemented.
146    
147    2006-02-11  Wakaba  <wakaba@suika.fam.cx>
148    
149            * XMLParser.dis: |xp:wf-entity-declared| well-formedness
150            constaraint for entity references that appear in
151            content of elements is implemented.   Set |EntityReference.isExpanded|
152            attribute.
153            (getEmptyEntityState): New code.
154    
155            * XDoctype.dis (DocumentTypeDefinition.nodeType): Duplicate
156            definition is removed.
157    
158            * DOMXML.dis (Entity.isExternallyDeclared): New attribute.
159            (EntityReference.isExpanded): Setter is added.
160    
161    2006-02-11  Wakaba  <wakaba@suika.fam.cx>
162    
163            * XMLParser.dis: |xp:wf-no-lt-in-attribute-values|
164            and |xp:wf-no-external-entity-references| well-formedness
165            constraints are implemented.
166    
167  2006-02-11  Wakaba  <wakaba@suika.fam.cx>  2006-02-11  Wakaba  <wakaba@suika.fam.cx>
168    
169          * XMLParser.dis ($self->{has_error}): Removed.          * XMLParser.dis ($self->{has_error}): Removed.

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24