/[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.195 by wakaba, Fri Nov 3 17:53:31 2006 UTC
# Line 1  Line 1 
1    2006-11-04  Wakaba  <wakaba@suika.fam.cx>
2    
3            * DOMCore.dis (ManakaiDOMImplementation): No longer
4            explicitly inherits |tc:ManakaiDOMImplementationTC|.
5            (ManakaiDOMImplementation.AUTOLOAD): New method definition.
6    
7            * TreeCore.dis (ManakaiDOMImplementationTC): Extends
8            the |ManakaiDOMImplementation| class.
9    
10    2006-11-03  Wakaba  <wakaba@suika.fam.cx>
11    
12            * DOMFeature.dis: Definitions for various concepts
13            are added.
14    
15            * GenericLS.dis (GLSImplementation): It no
16            longer inherits the |MinimumImplementation|; rather,
17            any |ManakaiMinimumImplementation| object also
18            implements |GLSImplementation| methods.
19    
20            * TreeStore.dis (DOMImplementationTreeStore): It no
21            longer inherits the |DOMImplementation|; rather,
22            any |ManakaiDOMImplementation| object also
23            implements |DOMImplementationTreeStore| methods.
24    
25    2006-08-15  Wakaba  <wakaba@suika.fam.cx>
26    
27            * TreeStore.pm: Added to the CVS repository
28            to enable for the dis database to contain XML
29            fragments.
30    
31            * Makefile (DOT_CORE_DIS_FILES): |TreeStore.pm| is added.
32    
33            * TreeStore.dis (Namespace): Namespace URI was incorrect.
34    
35    2006-06-18  Wakaba  <wakaba@suika.fam.cx>
36    
37            * Traversal.dis (expandEntityReferences): Syntax was incorrect.
38    
39            * TreeCore.dis (manakaiReadOnly): Test assertion was incorrect.
40    
41            * XDP.dis (dtdText): Test assertion was incorrect.
42    
43    2006-05-21  Wakaba  <wakaba@suika.fam.cx>
44    
45            * XDP.dis (XDPEntityValue.stringify): Don't escape
46            any |%|s in |xdp:attr-definition| children.
47    
48    2006-05-20  Wakaba  <wakaba@suika.fam.cx>
49    
50            * XDP.dis (createXDPRNIKeyword): The Perl method
51            name property is added.
52    
53    2006-05-20  Wakaba  <wakaba@suika.fam.cx>
54    
55            * XDP.dis (createXDPIf): New method.
56            (XDPIfElement): New interface.
57    
58    2006-05-15  Wakaba  <wakaba@suika.fam.cx>
59    
60            * XDP.dis (createXDPElement, createXDPAttlist, createXDPAttrDefinition):
61            New methods.
62    
63    2006-05-15  Wakaba  <wakaba@suika.fam.cx>
64    
65            * XDP.dis (XDPDocument): A number of constructor methods
66            are added.
67            (XDPTextDecl.dtdText): The |xml| target was missing.
68    
69    2006-05-14  Wakaba  <wakaba@suika.fam.cx>
70    
71            * Traversal.dis (SerialWalker): New interface.
72            (manakaiCreateSerialWalker): New method.
73    
74    2006-05-13  Wakaba  <wakaba@suika.fam.cx>
75    
76            * Traversal.dis (testNode): Calls |acceptNode| method
77            rather than |&{}| dereferencing.
78            (acceptNode): Implemented.
79    
80    2006-05-13  Wakaba  <wakaba@suika.fam.cx>
81    
82            * XDP.dis: New module.
83    
84            * Makefile: |XDP.dis| is added.
85    
86            * Traversal.dis (NodeFilter): |InputProcessor|
87            and |OutputProcessor| are added.
88    
89    2006-05-13  Wakaba  <wakaba@suika.fam.cx>
90    
91            * Traversal.dis (MANAKAI_FILTER_OPAQUE): New |AcceptNode| value.
92            (TreeWalker): The |MANAKAI_FILTER_OPAQUE| value support
93            is added.  The |FILTER_REJECT| value is treated
94            as |FILTER_ACCEPT| if the |currentNode| is in the
95            rejected subtree as specified in the spec.
96    
97    2006-05-05  Wakaba  <wakaba@suika.fam.cx>
98    
99            * SimpleLS.dis: An |xmlns:| prefix was missing.
100    
101    2006-05-04  Wakaba  <wakaba@suika.fam.cx>
102    
103            * SimpleLS.dis: Namespace bugs are fixed.
104    
105    2006-04-30  Wakaba  <wakaba@suika.fam.cx>
106    
107            * .cvsignore: Updated.
108    
109            * Traversal.dis: Unused declarations are removed.
110    
111    2006-04-30  Wakaba  <wakaba@suika.fam.cx>
112    
113            * CharacterData.dis (Require): A reference to
114            the |MDOM:Traversal| module is added.
115            (wholeText): Implemented.
116    
117    2006-04-30  Wakaba  <wakaba@suika.fam.cx>
118    
119            * Makefile: |Traversal.dis| is added.
120    
121            * Traversal.dis: New module.
122    
123            * TreeCore.dis (___report_error): Return value was
124            not propagated.
125    
126    2006-04-29  Wakaba  <wakaba@suika.fam.cx>
127    
128            * Element.dis (removeAttributeNS): A runtime error
129            was occurred if there was no specified attribute node.
130    
131            * TreeCore.dis (manakaiLanguage): New attribute.
132    
133    2006-04-28  Wakaba  <wakaba@suika.fam.cx>
134    
135            * TreeCore.dis (NodeList.manakaiReadOnly, NamedNodeMap.manakaiReadOnly):
136            New attributes.
137    
138            (StaticNodeList): New interface.
139    
140    2006-04-24  Wakaba  <wakaba@suika.fam.cx>
141    
142            * DOMCore.dis (c:SET_TO_NULL_ERR): New error code.
143    
144    2006-04-22  Wakaba  <wakaba@suika.fam.cx>
145    
146            * SimpleLS.dis: Reimplemented.
147    
148    2006-04-22  Wakaba  <wakaba@suika.fam.cx>
149    
150            * DOMCore.dis (NO_MODIFICATION_ALLOWED_ERR): It is now
151            a qualified name.
152            (tc:EXTERNAL_NODE_COMPARISON_ERR): New error type.
153    
154            * TreeCore.dis (compareDocumentPosition): Implemented.
155            (normalize): Implemented.
156            (STORESIZE, CLEAR): Were not implemented for |EmptyNodeList|
157            class.
158    
159    2006-04-16  Wakaba  <wakaba@suika.fam.cx>
160    
161            * DOMCore.dis (OUT_OF_BOUND_ERR, NEGATIVE_INDEX_ERR): Removed.
162    
163    2006-04-16  Wakaba  <wakaba@suika.fam.cx>
164    
165            * CharacterData.dis (length, insertData, substringData,
166            appendData, deleteData, replaceData, splitText): Reimplemented.
167    
168            * DOMCore.dis (NEGATIVE_LENGTH_ERR): New error.
169            (c:index): The definition was missing.
170            (c:length): New property.
171    
172    2006-04-16  Wakaba  <wakaba@suika.fam.cx>
173    
174            * XMLParser.dis (close): Invoke |close| method
175            rather than |close| function.
176    
177    2006-04-16  Wakaba  <wakaba@suika.fam.cx>
178    
179            * CharacterData.dis: New module split from |TreeCore.dis|.
180    
181            * CharacterData.pm: Added to the CVS repository.
182    
183            * TreeCore.dis: The |CharacterData|, |Text|, and |Comment|
184            interfaces are removed.
185            (Require): A reference to the |MDOM:CharacterData| module
186            is added.
187    
188            * DOMMain.dis (StringExtended, StringOutOfBoundsException): Removed.
189    
190            * DOMCore.dis (StringOutOfBoundsException): New error.
191    
192            * Makefile: |CharacterData.pm| is added.
193    
194    2006-04-09  Wakaba  <wakaba@suika.fam.cx>
195    
196            * XMLParser.dis (Require): Requires the |MCharset:Encode|
197            module.
198            (parse): Set the |inputEncoding| attribute of the generated document
199            object.
200            (resolveLSInput default implementation): The |byteStream|
201            and |encoding| attributes of the |LSInput| interface
202            are now supported.
203            (resolveLSInput): Parameters |impl| and |parser| are added.
204            (InputFile.inputEncoding): New attribute.
205    
206    2006-04-04  Wakaba  <wakaba@suika.fam.cx>
207    
208            * Document.dis (adoptNode test): Documents were
209            made by different documents.
210    
211    2006-04-04  Wakaba  <wakaba@suika.fam.cx>
212    
213            * XMLParser.dis: The |cfg:dtd-default-attributes| configuration
214            parameter is changed to |cfg:dtd-default-attribute|.
215    
216    2006-04-04  Wakaba  <wakaba@suika.fam.cx>
217    
218            * TreeCore.dis: The |DOMMain:raiseException| elements
219            are replaced by |disPerl:EXCEPTION|s.
220    
221    2006-04-03  Wakaba  <wakaba@suika.fam.cx>
222    
223            * DOMMain.dis (GetPropNode, CheckReadOnly): Removed.
224    
225            * Node.dis (cfg:dtd-default-attribute): The configuration
226            parameter |cfg:dtd-default-attributes| is renamed
227            as |cfg:dtd-default-attribute|.
228            (Roles): Definitions are changed so that classes
229            that implement those classes MUST implement the |Node|
230            and its subinterfaces.
231            (cfg:dtd-attribute-type): New configuration parameter.
232    
233            * Document.dis (adoptNode): Don't throw exception
234            if |strictErrorChecking| is |false|.
235    
236            * Element.dis (setAttribute, setAttributeNS): Don't
237            set [attribute type] if the |cfg:dtd-attribute-type|
238            configuration parameter is set to |false|.
239            (removeAttribute, removeAttributeNS, removeAttributeNode): Don't
240            regenerate default attribute nodes if the |cfg:dtd-default-attribute|
241            configuration parameter is set to |false|.
242    
243    2006-04-02  Wakaba  <wakaba@suika.fam.cx>
244    
245            * TreeStore.dis: New module.
246    
247            * Makefile: |TreeStore.dis| is added.
248    
249    2006-04-02  Wakaba  <wakaba@suika.fam.cx>
250    
251            * XMLParser.dis: Updated so that it can be used
252            with |TreeCore.pm|, |Document.pm|, |Element.pm|,
253            and |XML.pm|.  Set the read-only flag to
254            the |DocumentType|, |Entity|, and |EntityReference| noes.
255    
256            * Node.dis (textContent): It did not handle descendant
257            element and entity reference nodes.
258    
259            * Element.dis, XML.dis (manakaiBaseURI.get): Its
260            definition has been changed to return only explicit
261            base URI specification.
262    
263            * DOMLS.dis (LSInput, LSOutput): They no longer
264            inherits the |ManakaiDOM:ManakaiDOMObject| class.
265    
266            * Tree.dis, DOMXML.dis, ManakaiDOMLS2003.dis: Removed.
267    
268            * Tree.pm, DOMXML.pm: Removed.
269    
270            * TreeCore.pm, Document.pm, Element.pm: Added
271            to the CVS repository since they are necessary to
272            build the dis library.
273    
274            * Makefile: Sync'ed to new modules disposition.
275    
276    2006-04-02  Wakaba  <wakaba@suika.fam.cx>
277    
278            * Makefile: Rules for |Tree.pm| and |DOMXML.pm| are
279            removed.  For |Element.pm| and |Document.pm| are added.
280    
281            * Document.dis, Element.dis: New module split from |TreeCore.dis|.
282    
283            * TreeCore.dis (Document, DocumentFragment, Element, Attr): Removed.
284    
285  2006-04-01  Wakaba  <wakaba@suika.fam.cx>  2006-04-01  Wakaba  <wakaba@suika.fam.cx>
286    
287          * DOMFeature.dis (getImplementation, getImplementationList): Support          * DOMFeature.dis (getImplementation, getImplementationList): Support

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24