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

Legend:
Removed from v.1.160  
changed lines
  Added in v.1.174

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24