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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24