/[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.114 by wakaba, Mon Jan 30 15:17:58 2006 UTC revision 1.118 by wakaba, Thu Feb 9 10:23:19 2006 UTC
# Line 1  Line 1 
1    2006-02-09  Wakaba  <wakaba@suika.fam.cx>
2    
3            * XMLParser.dis (CommentDeclaration): |STRING| is now
4            defined as a |?default-token|.
5            (XMLTests): Tests for |Char - RestrictedChar| matchness,
6            comment declarations, cdata sections, and |MSE| in |content|
7            added.
8            (XMLTests/PerlDef): Bug fixed: |pop| -> |shift|.
9            (get-location-from-token): |$token->{location_d}|
10            for |?default-token| column counting support added.
11    
12            * DOMCore.dis (c:erred): It is now a |DISCore:OrderedList| property.
13    
14    2006-02-08  Wakaba  <wakaba@suika.fam.cx>
15    
16            * Tree.dis (createProcessingInstruction): Don't
17            throw |MDOMX:MDOM_BAD_NAME| exception if |Document.strictErrorChecking|
18            is |false|.
19    
20            * XMLParser.dis (parseString): Initializes |$self->{location}|.
21            It enables improved error position report.
22            (XDO): It now includes |S+| following target name |xml| as
23            part of the token.  (PI with target starting with |xml|
24            was unable to be placed at the beginning of the document entity.)
25            (_ProcessingInstruction, _ProcessingInstructionDTD): Creates
26            a processing instruction node with |#INVALID| node name
27            if target name is not given and recovered from the error.
28            (S): Variable |$s| added.
29            (XMLTests): Tests for XML declarations and processing
30            instructions are added.  Prints error type name if unexpected
31            error with severity of error or fatal error has been reported.
32            Catch unexpected exceptions thrown in parser (different
33            from |LSException|), prints its message, and invoke |$test->not_ok|
34            for the ease of testing.
35            (xp:get-location-from-token): Location values now take |$self->{char}|
36            stack into acount.
37            
38    2006-02-08  Wakaba  <wakaba@suika.fam.cx>
39    
40            * XMLParser.dis (shiftChar): Line and column number counting
41            is fixed.  Although the DOM Level 3 Core specification
42            is unclear about whether the first number is zero or one,
43            in most programs the first line is "one" and
44            the first column is "one", manakai follows the practice.
45            (_XMLDeclaration): Don't set |xmlStandalone| value
46            if |standalone| pseudo-attribute value is |no|.  XML declaration
47            tests (successful cases) added.
48            (xp:get-location-from-token): Sets |lineNumber| and |columnNumber|
49            properties.
50    
51    2006-02-08  Wakaba  <wakaba@suika.fam.cx>
52    
53            * XMLParser.dis (XMLTests): Tests for |c:erred| is supported.
54    
55    2006-02-06  Wakaba  <wakaba@suika.fam.cx>
56    
57            * DOMCore.dis (c:erred): New property.
58            (c:DOMErrorType): It should have been a subset
59            of |ecore:AnyErrorCode|.
60    
61            * XMLParser.dis (XMLTests): Empty input tests added.
62    
63  2006-01-30  Wakaba  <wakaba@suika.fam.cx>  2006-01-30  Wakaba  <wakaba@suika.fam.cx>
64    
65          * XDoctype.dis (d:Feature): New canonical feature          * XDoctype.dis (d:Feature): New canonical feature

Legend:
Removed from v.1.114  
changed lines
  Added in v.1.118

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24