/[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.128 by wakaba, Wed Feb 15 15:36:16 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>  2006-02-15  Wakaba  <wakaba@suika.fam.cx>
73    
74          * XMLParser.dis: Set |allDeclarationsProcessed|          * XMLParser.dis: Set |allDeclarationsProcessed|

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24