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

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24