/[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.113 by wakaba, Sun Jan 29 13:58:52 2006 UTC revision 1.116 by wakaba, Wed Feb 8 09:49:58 2006 UTC
# Line 1  Line 1 
1    2006-02-08  Wakaba  <wakaba@suika.fam.cx>
2    
3            * XMLParser.dis (shiftChar): Line and column number counting
4            is fixed.  Although the DOM Level 3 Core specification
5            is unclear about whether the first number is zero or one,
6            in most programs the first line is "one" and
7            the first column is "one", manakai follows the practice.
8            (_XMLDeclaration): Don't set |xmlStandalone| value
9            if |standalone| pseudo-attribute value is |no|.  XML declaration
10            tests (successful cases) added.
11            (xp:get-location-from-token): Sets |lineNumber| and |columnNumber|
12            properties.
13    
14    2006-02-08  Wakaba  <wakaba@suika.fam.cx>
15    
16            * XMLParser.dis (XMLTests): Tests for |c:erred| is supported.
17    
18    2006-02-06  Wakaba  <wakaba@suika.fam.cx>
19    
20            * DOMCore.dis (c:erred): New property.
21            (c:DOMErrorType): It should have been a subset
22            of |ecore:AnyErrorCode|.
23    
24            * XMLParser.dis (XMLTests): Empty input tests added.
25    
26    2006-01-30  Wakaba  <wakaba@suika.fam.cx>
27    
28            * XDoctype.dis (d:Feature): New canonical feature
29            name |fe:XDoctype| is added.
30    
31            * XMLParser.dis: Predefined general entity references
32            are implemented.  Creates |Entity| nodes from general entities
33            declared in internal subset.  |Entity| nodes created from internal
34            general parsed entities now have replacement tree.
35            Sets |cfg:entity-reference-read-only| flag off during
36            the tree generation.  Some parsing rules use |$self->{doc}|
37            rather than |$doc| parameter.  Similarly, |$self->{docx}| (document
38            node with |fe:XDoctype| feature) and |$self->{dtdef}| are
39            introduced.  General entity references in attribute value literal
40            are supported.
41    
42  2006-01-29  Wakaba  <wakaba@suika.fam.cx>  2006-01-29  Wakaba  <wakaba@suika.fam.cx>
43    
44          * Tree.dis (ManakaiDOM:entity-reference-read-only): Configuration          * Tree.dis (ManakaiDOM:entity-reference-read-only): Configuration

Legend:
Removed from v.1.113  
changed lines
  Added in v.1.116

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24