/[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.177 by wakaba, Sat Apr 22 08:31:00 2006 UTC revision 1.196 by wakaba, Sat Nov 4 12:25:10 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 |urigen:ManakaiURIImplementation| (and
5            the |f:ManakaiMinimumImplementation| class inherited
6            by it).  The |f:Minimum| feature is ever implemented
7            for compatibility (but is expected to be removed).
8            Internal methods such as |___report_error| are copied from
9            obsolete |f:MinimumImplementation| class.  DOM3
10            methods |hasFeature| and |getFeature| are also
11            moved from that class, but they now support no
12            foreign classes.
13    
14            * DOMFeature.dis (ManakaiImplementationSource): It
15            now |p:require|s |Message::Util::AutoLoad::Registry|.
16            The class no longer support classes
17            other than |ManakaiDOMImplementation|.  Note
18            that the |ImplementationRegistry| object does continue
19            to support foreign classes via foreign classes
20            implementing |ImplementationSource|
21            or |DOMImplementationSource| interface.
22            (MinimumImplementation): Removed.
23    
24            * DOMLS.dis (ManakaiDOMImplementationLS): It no
25            longer inherit the |ManakaiDOMImplementation|; it
26            is now expected to be implemented by |DOMImplementation|
27            objects.
28    
29            * DOMMain.dis (null): Removed.
30    
31            * Document.dis (___create_node_ref): It no
32            longer support foreign classes other
33            than |Message::DOM::Document::ManakaiDOMDocument|.
34            Note that document format specific DOM
35            interfaces, if supported, should be
36            all instances of the |Document| interface
37            in the implementation, as defined
38            in the Web Applications 1.0 specification (where
39            the |HTMLDocument| interface must be implemented
40            by all |Document| objects, even if the |Document|
41            contains no HTML element).
42    
43            * GenericLS.dis (GLSImplementation): It no
44            longer inherit the |MinimumImplementation|; it
45            is now expected to be implemented by |DOMImplementation|
46            objects.
47            (createGLSParser, createGLSSerializer): Load
48            module implementing parser or serializer
49            if necessary.
50    
51            * Traversal.dis (ManakaiDOMDocumentTraversal): It no
52            longer inherits the |ManakaiDOMDocument|; it
53            is now expected to be implemented by |Document|
54            objects.
55    
56            * XDP.dis (XDPDocument): It no longer
57            inherits the |Document|; it is now expected
58            to be implemented by all |Document| objects.
59    
60            * XDoctype.dis (ManakaiDOMDocumentXDoctype): It no
61            longer inherits the |ManakaiDOMDocument|; it
62            is now expected to be implemented by |Document|
63            objects.
64    
65    2006-11-04  Wakaba  <wakaba@suika.fam.cx>
66    
67            * DOMCore.dis (ManakaiDOMImplementation): No longer
68            explicitly inherits |tc:ManakaiDOMImplementationTC|.
69            (ManakaiDOMImplementation.AUTOLOAD): New method definition.
70    
71            * TreeCore.dis (ManakaiDOMImplementationTC): Extends
72            the |ManakaiDOMImplementation| class.
73    
74    2006-11-03  Wakaba  <wakaba@suika.fam.cx>
75    
76            * DOMFeature.dis: Definitions for various concepts
77            are added.
78    
79            * GenericLS.dis (GLSImplementation): It no
80            longer inherits the |MinimumImplementation|; rather,
81            any |ManakaiMinimumImplementation| object also
82            implements |GLSImplementation| methods.
83    
84            * TreeStore.dis (DOMImplementationTreeStore): It no
85            longer inherits the |DOMImplementation|; rather,
86            any |ManakaiDOMImplementation| object also
87            implements |DOMImplementationTreeStore| methods.
88    
89    2006-08-15  Wakaba  <wakaba@suika.fam.cx>
90    
91            * TreeStore.pm: Added to the CVS repository
92            to enable for the dis database to contain XML
93            fragments.
94    
95            * Makefile (DOT_CORE_DIS_FILES): |TreeStore.pm| is added.
96    
97            * TreeStore.dis (Namespace): Namespace URI was incorrect.
98    
99    2006-06-18  Wakaba  <wakaba@suika.fam.cx>
100    
101            * Traversal.dis (expandEntityReferences): Syntax was incorrect.
102    
103            * TreeCore.dis (manakaiReadOnly): Test assertion was incorrect.
104    
105            * XDP.dis (dtdText): Test assertion was incorrect.
106    
107    2006-05-21  Wakaba  <wakaba@suika.fam.cx>
108    
109            * XDP.dis (XDPEntityValue.stringify): Don't escape
110            any |%|s in |xdp:attr-definition| children.
111    
112    2006-05-20  Wakaba  <wakaba@suika.fam.cx>
113    
114            * XDP.dis (createXDPRNIKeyword): The Perl method
115            name property is added.
116    
117    2006-05-20  Wakaba  <wakaba@suika.fam.cx>
118    
119            * XDP.dis (createXDPIf): New method.
120            (XDPIfElement): New interface.
121    
122    2006-05-15  Wakaba  <wakaba@suika.fam.cx>
123    
124            * XDP.dis (createXDPElement, createXDPAttlist, createXDPAttrDefinition):
125            New methods.
126    
127    2006-05-15  Wakaba  <wakaba@suika.fam.cx>
128    
129            * XDP.dis (XDPDocument): A number of constructor methods
130            are added.
131            (XDPTextDecl.dtdText): The |xml| target was missing.
132    
133    2006-05-14  Wakaba  <wakaba@suika.fam.cx>
134    
135            * Traversal.dis (SerialWalker): New interface.
136            (manakaiCreateSerialWalker): New method.
137    
138    2006-05-13  Wakaba  <wakaba@suika.fam.cx>
139    
140            * Traversal.dis (testNode): Calls |acceptNode| method
141            rather than |&{}| dereferencing.
142            (acceptNode): Implemented.
143    
144    2006-05-13  Wakaba  <wakaba@suika.fam.cx>
145    
146            * XDP.dis: New module.
147    
148            * Makefile: |XDP.dis| is added.
149    
150            * Traversal.dis (NodeFilter): |InputProcessor|
151            and |OutputProcessor| are added.
152    
153    2006-05-13  Wakaba  <wakaba@suika.fam.cx>
154    
155            * Traversal.dis (MANAKAI_FILTER_OPAQUE): New |AcceptNode| value.
156            (TreeWalker): The |MANAKAI_FILTER_OPAQUE| value support
157            is added.  The |FILTER_REJECT| value is treated
158            as |FILTER_ACCEPT| if the |currentNode| is in the
159            rejected subtree as specified in the spec.
160    
161    2006-05-05  Wakaba  <wakaba@suika.fam.cx>
162    
163            * SimpleLS.dis: An |xmlns:| prefix was missing.
164    
165    2006-05-04  Wakaba  <wakaba@suika.fam.cx>
166    
167            * SimpleLS.dis: Namespace bugs are fixed.
168    
169    2006-04-30  Wakaba  <wakaba@suika.fam.cx>
170    
171            * .cvsignore: Updated.
172    
173            * Traversal.dis: Unused declarations are removed.
174    
175    2006-04-30  Wakaba  <wakaba@suika.fam.cx>
176    
177            * CharacterData.dis (Require): A reference to
178            the |MDOM:Traversal| module is added.
179            (wholeText): Implemented.
180    
181    2006-04-30  Wakaba  <wakaba@suika.fam.cx>
182    
183            * Makefile: |Traversal.dis| is added.
184    
185            * Traversal.dis: New module.
186    
187            * TreeCore.dis (___report_error): Return value was
188            not propagated.
189    
190    2006-04-29  Wakaba  <wakaba@suika.fam.cx>
191    
192            * Element.dis (removeAttributeNS): A runtime error
193            was occurred if there was no specified attribute node.
194    
195            * TreeCore.dis (manakaiLanguage): New attribute.
196    
197    2006-04-28  Wakaba  <wakaba@suika.fam.cx>
198    
199            * TreeCore.dis (NodeList.manakaiReadOnly, NamedNodeMap.manakaiReadOnly):
200            New attributes.
201    
202            (StaticNodeList): New interface.
203    
204    2006-04-24  Wakaba  <wakaba@suika.fam.cx>
205    
206            * DOMCore.dis (c:SET_TO_NULL_ERR): New error code.
207    
208  2006-04-22  Wakaba  <wakaba@suika.fam.cx>  2006-04-22  Wakaba  <wakaba@suika.fam.cx>
209    
210          * SimpleLS.dis: Reimplemented.          * SimpleLS.dis: Reimplemented.

Legend:
Removed from v.1.177  
changed lines
  Added in v.1.196

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24