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

Legend:
Removed from v.1.169  
changed lines
  Added in v.1.187

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24