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

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24