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

Legend:
Removed from v.1.125  
changed lines
  Added in v.1.135

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24