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

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24