/[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.162 by wakaba, Fri Mar 31 16:44:23 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>
144    
145            * XMLParser.dis: The |cfg:dtd-default-attributes| configuration
146            parameter is changed to |cfg:dtd-default-attribute|.
147    
148    2006-04-04  Wakaba  <wakaba@suika.fam.cx>
149    
150            * TreeCore.dis: The |DOMMain:raiseException| elements
151            are replaced by |disPerl:EXCEPTION|s.
152    
153    2006-04-03  Wakaba  <wakaba@suika.fam.cx>
154    
155            * DOMMain.dis (GetPropNode, CheckReadOnly): Removed.
156    
157            * Node.dis (cfg:dtd-default-attribute): The configuration
158            parameter |cfg:dtd-default-attributes| is renamed
159            as |cfg:dtd-default-attribute|.
160            (Roles): Definitions are changed so that classes
161            that implement those classes MUST implement the |Node|
162            and its subinterfaces.
163            (cfg:dtd-attribute-type): New configuration parameter.
164    
165            * Document.dis (adoptNode): Don't throw exception
166            if |strictErrorChecking| is |false|.
167    
168            * Element.dis (setAttribute, setAttributeNS): Don't
169            set [attribute type] if the |cfg:dtd-attribute-type|
170            configuration parameter is set to |false|.
171            (removeAttribute, removeAttributeNS, removeAttributeNode): Don't
172            regenerate default attribute nodes if the |cfg:dtd-default-attribute|
173            configuration parameter is set to |false|.
174    
175    2006-04-02  Wakaba  <wakaba@suika.fam.cx>
176    
177            * TreeStore.dis: New module.
178    
179            * Makefile: |TreeStore.dis| is added.
180    
181    2006-04-02  Wakaba  <wakaba@suika.fam.cx>
182    
183            * XMLParser.dis: Updated so that it can be used
184            with |TreeCore.pm|, |Document.pm|, |Element.pm|,
185            and |XML.pm|.  Set the read-only flag to
186            the |DocumentType|, |Entity|, and |EntityReference| noes.
187    
188            * Node.dis (textContent): It did not handle descendant
189            element and entity reference nodes.
190    
191            * Element.dis, XML.dis (manakaiBaseURI.get): Its
192            definition has been changed to return only explicit
193            base URI specification.
194    
195            * DOMLS.dis (LSInput, LSOutput): They no longer
196            inherits the |ManakaiDOM:ManakaiDOMObject| class.
197    
198            * Tree.dis, DOMXML.dis, ManakaiDOMLS2003.dis: Removed.
199    
200            * Tree.pm, DOMXML.pm: Removed.
201    
202            * TreeCore.pm, Document.pm, Element.pm: Added
203            to the CVS repository since they are necessary to
204            build the dis library.
205    
206            * Makefile: Sync'ed to new modules disposition.
207    
208    2006-04-02  Wakaba  <wakaba@suika.fam.cx>
209    
210            * Makefile: Rules for |Tree.pm| and |DOMXML.pm| are
211            removed.  For |Element.pm| and |Document.pm| are added.
212    
213            * Document.dis, Element.dis: New module split from |TreeCore.dis|.
214    
215            * TreeCore.dis (Document, DocumentFragment, Element, Attr): Removed.
216    
217    2006-04-01  Wakaba  <wakaba@suika.fam.cx>
218    
219            * DOMFeature.dis (getImplementation, getImplementationList): Support
220            for new class information variables.
221            (DOMLS:Generic): This old feature name is removed.
222    
223            * GenericLS.dis (createGLSParser, createGLSSerializer): Support
224            for new class information variables.
225    
226            * TreeCore.dis (manakaiExpandedURI): New attribute.
227            (Document, Element.___create_node_ref): New method
228            implementations.
229    
230  2006-04-01  Wakaba  <wakaba@suika.fam.cx>  2006-04-01  Wakaba  <wakaba@suika.fam.cx>
231    
232          * TreeCore.dis (setIdAttribute, setIdAttributeNS, setIdAttributeNode):          * TreeCore.dis (setIdAttribute, setIdAttributeNS, setIdAttributeNode):

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24