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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24