/[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.170 by wakaba, Tue Apr 4 12:35:14 2006 UTC revision 1.186 by wakaba, Sat May 13 12:30:36 2006 UTC
# Line 1  Line 1 
1    2006-05-13  Wakaba  <wakaba@suika.fam.cx>
2    
3            * Traversal.dis (testNode): Calls |acceptNode| method
4            rather than |&{}| dereferencing.
5            (acceptNode): Implemented.
6    
7    2006-05-13  Wakaba  <wakaba@suika.fam.cx>
8    
9            * XDP.dis: New module.
10    
11            * Makefile: |XDP.dis| is added.
12    
13            * Traversal.dis (NodeFilter): |InputProcessor|
14            and |OutputProcessor| are added.
15    
16    2006-05-13  Wakaba  <wakaba@suika.fam.cx>
17    
18            * Traversal.dis (MANAKAI_FILTER_OPAQUE): New |AcceptNode| value.
19            (TreeWalker): The |MANAKAI_FILTER_OPAQUE| value support
20            is added.  The |FILTER_REJECT| value is treated
21            as |FILTER_ACCEPT| if the |currentNode| is in the
22            rejected subtree as specified in the spec.
23    
24    2006-05-05  Wakaba  <wakaba@suika.fam.cx>
25    
26            * SimpleLS.dis: An |xmlns:| prefix was missing.
27    
28    2006-05-04  Wakaba  <wakaba@suika.fam.cx>
29    
30            * SimpleLS.dis: Namespace bugs are fixed.
31    
32    2006-04-30  Wakaba  <wakaba@suika.fam.cx>
33    
34            * .cvsignore: Updated.
35    
36            * Traversal.dis: Unused declarations are removed.
37    
38    2006-04-30  Wakaba  <wakaba@suika.fam.cx>
39    
40            * CharacterData.dis (Require): A reference to
41            the |MDOM:Traversal| module is added.
42            (wholeText): Implemented.
43    
44    2006-04-30  Wakaba  <wakaba@suika.fam.cx>
45    
46            * Makefile: |Traversal.dis| is added.
47    
48            * Traversal.dis: New module.
49    
50            * TreeCore.dis (___report_error): Return value was
51            not propagated.
52    
53    2006-04-29  Wakaba  <wakaba@suika.fam.cx>
54    
55            * Element.dis (removeAttributeNS): A runtime error
56            was occurred if there was no specified attribute node.
57    
58            * TreeCore.dis (manakaiLanguage): New attribute.
59    
60    2006-04-28  Wakaba  <wakaba@suika.fam.cx>
61    
62            * TreeCore.dis (NodeList.manakaiReadOnly, NamedNodeMap.manakaiReadOnly):
63            New attributes.
64    
65            (StaticNodeList): New interface.
66    
67    2006-04-24  Wakaba  <wakaba@suika.fam.cx>
68    
69            * DOMCore.dis (c:SET_TO_NULL_ERR): New error code.
70    
71    2006-04-22  Wakaba  <wakaba@suika.fam.cx>
72    
73            * SimpleLS.dis: Reimplemented.
74    
75    2006-04-22  Wakaba  <wakaba@suika.fam.cx>
76    
77            * DOMCore.dis (NO_MODIFICATION_ALLOWED_ERR): It is now
78            a qualified name.
79            (tc:EXTERNAL_NODE_COMPARISON_ERR): New error type.
80    
81            * TreeCore.dis (compareDocumentPosition): Implemented.
82            (normalize): Implemented.
83            (STORESIZE, CLEAR): Were not implemented for |EmptyNodeList|
84            class.
85    
86    2006-04-16  Wakaba  <wakaba@suika.fam.cx>
87    
88            * DOMCore.dis (OUT_OF_BOUND_ERR, NEGATIVE_INDEX_ERR): Removed.
89    
90    2006-04-16  Wakaba  <wakaba@suika.fam.cx>
91    
92            * CharacterData.dis (length, insertData, substringData,
93            appendData, deleteData, replaceData, splitText): Reimplemented.
94    
95            * DOMCore.dis (NEGATIVE_LENGTH_ERR): New error.
96            (c:index): The definition was missing.
97            (c:length): New property.
98    
99    2006-04-16  Wakaba  <wakaba@suika.fam.cx>
100    
101            * XMLParser.dis (close): Invoke |close| method
102            rather than |close| function.
103    
104    2006-04-16  Wakaba  <wakaba@suika.fam.cx>
105    
106            * CharacterData.dis: New module split from |TreeCore.dis|.
107    
108            * CharacterData.pm: Added to the CVS repository.
109    
110            * TreeCore.dis: The |CharacterData|, |Text|, and |Comment|
111            interfaces are removed.
112            (Require): A reference to the |MDOM:CharacterData| module
113            is added.
114    
115            * DOMMain.dis (StringExtended, StringOutOfBoundsException): Removed.
116    
117            * DOMCore.dis (StringOutOfBoundsException): New error.
118    
119            * Makefile: |CharacterData.pm| is added.
120    
121    2006-04-09  Wakaba  <wakaba@suika.fam.cx>
122    
123            * XMLParser.dis (Require): Requires the |MCharset:Encode|
124            module.
125            (parse): Set the |inputEncoding| attribute of the generated document
126            object.
127            (resolveLSInput default implementation): The |byteStream|
128            and |encoding| attributes of the |LSInput| interface
129            are now supported.
130            (resolveLSInput): Parameters |impl| and |parser| are added.
131            (InputFile.inputEncoding): New attribute.
132    
133  2006-04-04  Wakaba  <wakaba@suika.fam.cx>  2006-04-04  Wakaba  <wakaba@suika.fam.cx>
134    
135          * Document.dis (adoptNode test): Documents were          * Document.dis (adoptNode test): Documents were

Legend:
Removed from v.1.170  
changed lines
  Added in v.1.186

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24