/[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.161 by wakaba, Fri Mar 31 12:15:37 2006 UTC revision 1.182 by wakaba, Thu May 4 13:07:18 2006 UTC
# Line 1  Line 1 
1    2006-05-04  Wakaba  <wakaba@suika.fam.cx>
2    
3            * SimpleLS.dis: Namespace bugs are fixed.
4    
5    2006-04-30  Wakaba  <wakaba@suika.fam.cx>
6    
7            * .cvsignore: Updated.
8    
9            * Traversal.dis: Unused declarations are removed.
10    
11    2006-04-30  Wakaba  <wakaba@suika.fam.cx>
12    
13            * CharacterData.dis (Require): A reference to
14            the |MDOM:Traversal| module is added.
15            (wholeText): Implemented.
16    
17    2006-04-30  Wakaba  <wakaba@suika.fam.cx>
18    
19            * Makefile: |Traversal.dis| is added.
20    
21            * Traversal.dis: New module.
22    
23            * TreeCore.dis (___report_error): Return value was
24            not propagated.
25    
26    2006-04-29  Wakaba  <wakaba@suika.fam.cx>
27    
28            * Element.dis (removeAttributeNS): A runtime error
29            was occurred if there was no specified attribute node.
30    
31            * TreeCore.dis (manakaiLanguage): New attribute.
32    
33    2006-04-28  Wakaba  <wakaba@suika.fam.cx>
34    
35            * TreeCore.dis (NodeList.manakaiReadOnly, NamedNodeMap.manakaiReadOnly):
36            New attributes.
37    
38            (StaticNodeList): New interface.
39    
40    2006-04-24  Wakaba  <wakaba@suika.fam.cx>
41    
42            * DOMCore.dis (c:SET_TO_NULL_ERR): New error code.
43    
44    2006-04-22  Wakaba  <wakaba@suika.fam.cx>
45    
46            * SimpleLS.dis: Reimplemented.
47    
48    2006-04-22  Wakaba  <wakaba@suika.fam.cx>
49    
50            * DOMCore.dis (NO_MODIFICATION_ALLOWED_ERR): It is now
51            a qualified name.
52            (tc:EXTERNAL_NODE_COMPARISON_ERR): New error type.
53    
54            * TreeCore.dis (compareDocumentPosition): Implemented.
55            (normalize): Implemented.
56            (STORESIZE, CLEAR): Were not implemented for |EmptyNodeList|
57            class.
58    
59    2006-04-16  Wakaba  <wakaba@suika.fam.cx>
60    
61            * DOMCore.dis (OUT_OF_BOUND_ERR, NEGATIVE_INDEX_ERR): Removed.
62    
63    2006-04-16  Wakaba  <wakaba@suika.fam.cx>
64    
65            * CharacterData.dis (length, insertData, substringData,
66            appendData, deleteData, replaceData, splitText): Reimplemented.
67    
68            * DOMCore.dis (NEGATIVE_LENGTH_ERR): New error.
69            (c:index): The definition was missing.
70            (c:length): New property.
71    
72    2006-04-16  Wakaba  <wakaba@suika.fam.cx>
73    
74            * XMLParser.dis (close): Invoke |close| method
75            rather than |close| function.
76    
77    2006-04-16  Wakaba  <wakaba@suika.fam.cx>
78    
79            * CharacterData.dis: New module split from |TreeCore.dis|.
80    
81            * CharacterData.pm: Added to the CVS repository.
82    
83            * TreeCore.dis: The |CharacterData|, |Text|, and |Comment|
84            interfaces are removed.
85            (Require): A reference to the |MDOM:CharacterData| module
86            is added.
87    
88            * DOMMain.dis (StringExtended, StringOutOfBoundsException): Removed.
89    
90            * DOMCore.dis (StringOutOfBoundsException): New error.
91    
92            * Makefile: |CharacterData.pm| is added.
93    
94    2006-04-09  Wakaba  <wakaba@suika.fam.cx>
95    
96            * XMLParser.dis (Require): Requires the |MCharset:Encode|
97            module.
98            (parse): Set the |inputEncoding| attribute of the generated document
99            object.
100            (resolveLSInput default implementation): The |byteStream|
101            and |encoding| attributes of the |LSInput| interface
102            are now supported.
103            (resolveLSInput): Parameters |impl| and |parser| are added.
104            (InputFile.inputEncoding): New attribute.
105    
106    2006-04-04  Wakaba  <wakaba@suika.fam.cx>
107    
108            * Document.dis (adoptNode test): Documents were
109            made by different documents.
110    
111    2006-04-04  Wakaba  <wakaba@suika.fam.cx>
112    
113            * XMLParser.dis: The |cfg:dtd-default-attributes| configuration
114            parameter is changed to |cfg:dtd-default-attribute|.
115    
116    2006-04-04  Wakaba  <wakaba@suika.fam.cx>
117    
118            * TreeCore.dis: The |DOMMain:raiseException| elements
119            are replaced by |disPerl:EXCEPTION|s.
120    
121    2006-04-03  Wakaba  <wakaba@suika.fam.cx>
122    
123            * DOMMain.dis (GetPropNode, CheckReadOnly): Removed.
124    
125            * Node.dis (cfg:dtd-default-attribute): The configuration
126            parameter |cfg:dtd-default-attributes| is renamed
127            as |cfg:dtd-default-attribute|.
128            (Roles): Definitions are changed so that classes
129            that implement those classes MUST implement the |Node|
130            and its subinterfaces.
131            (cfg:dtd-attribute-type): New configuration parameter.
132    
133            * Document.dis (adoptNode): Don't throw exception
134            if |strictErrorChecking| is |false|.
135    
136            * Element.dis (setAttribute, setAttributeNS): Don't
137            set [attribute type] if the |cfg:dtd-attribute-type|
138            configuration parameter is set to |false|.
139            (removeAttribute, removeAttributeNS, removeAttributeNode): Don't
140            regenerate default attribute nodes if the |cfg:dtd-default-attribute|
141            configuration parameter is set to |false|.
142    
143    2006-04-02  Wakaba  <wakaba@suika.fam.cx>
144    
145            * TreeStore.dis: New module.
146    
147            * Makefile: |TreeStore.dis| is added.
148    
149    2006-04-02  Wakaba  <wakaba@suika.fam.cx>
150    
151            * XMLParser.dis: Updated so that it can be used
152            with |TreeCore.pm|, |Document.pm|, |Element.pm|,
153            and |XML.pm|.  Set the read-only flag to
154            the |DocumentType|, |Entity|, and |EntityReference| noes.
155    
156            * Node.dis (textContent): It did not handle descendant
157            element and entity reference nodes.
158    
159            * Element.dis, XML.dis (manakaiBaseURI.get): Its
160            definition has been changed to return only explicit
161            base URI specification.
162    
163            * DOMLS.dis (LSInput, LSOutput): They no longer
164            inherits the |ManakaiDOM:ManakaiDOMObject| class.
165    
166            * Tree.dis, DOMXML.dis, ManakaiDOMLS2003.dis: Removed.
167    
168            * Tree.pm, DOMXML.pm: Removed.
169    
170            * TreeCore.pm, Document.pm, Element.pm: Added
171            to the CVS repository since they are necessary to
172            build the dis library.
173    
174            * Makefile: Sync'ed to new modules disposition.
175    
176    2006-04-02  Wakaba  <wakaba@suika.fam.cx>
177    
178            * Makefile: Rules for |Tree.pm| and |DOMXML.pm| are
179            removed.  For |Element.pm| and |Document.pm| are added.
180    
181            * Document.dis, Element.dis: New module split from |TreeCore.dis|.
182    
183            * TreeCore.dis (Document, DocumentFragment, Element, Attr): Removed.
184    
185    2006-04-01  Wakaba  <wakaba@suika.fam.cx>
186    
187            * DOMFeature.dis (getImplementation, getImplementationList): Support
188            for new class information variables.
189            (DOMLS:Generic): This old feature name is removed.
190    
191            * GenericLS.dis (createGLSParser, createGLSSerializer): Support
192            for new class information variables.
193    
194            * TreeCore.dis (manakaiExpandedURI): New attribute.
195            (Document, Element.___create_node_ref): New method
196            implementations.
197    
198    2006-04-01  Wakaba  <wakaba@suika.fam.cx>
199    
200            * TreeCore.dis (setIdAttribute, setIdAttributeNS, setIdAttributeNode):
201            Reimplemented.
202            (isId): Setter is added.
203            (Element.normalize): Definition copied from the |MDOM:Tree|
204            module.
205    
206    2006-03-31  Wakaba  <wakaba@suika.fam.cx>
207    
208            * Makefile (clean-db): New rule.
209    
210            * TreeCore.dis (setUserData): Schedule to invoke
211            the user data handler when the node is removed
212            from the memory.
213            (setAttribute, setAttributeNS): Set the [attribute type]
214            if DTD attribute definition is available.
215            (CharacterData members): Definitions copied from
216            the |MDOM:Tree| module.
217    
218  2006-03-31  Wakaba  <wakaba@suika.fam.cx>  2006-03-31  Wakaba  <wakaba@suika.fam.cx>
219    
220          * DOMCore.dis (DOMStringList.==): New overloaded operator.          * DOMCore.dis (DOMStringList.==): New overloaded operator.

Legend:
Removed from v.1.161  
changed lines
  Added in v.1.182

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24