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

Legend:
Removed from v.1.163  
changed lines
  Added in v.1.183

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24