/[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.162 by wakaba, Fri Mar 31 16:44:23 2006 UTC revision 1.177 by wakaba, Sat Apr 22 08:31:00 2006 UTC
# Line 1  Line 1 
1    2006-04-22  Wakaba  <wakaba@suika.fam.cx>
2    
3            * SimpleLS.dis: Reimplemented.
4    
5    2006-04-22  Wakaba  <wakaba@suika.fam.cx>
6    
7            * DOMCore.dis (NO_MODIFICATION_ALLOWED_ERR): It is now
8            a qualified name.
9            (tc:EXTERNAL_NODE_COMPARISON_ERR): New error type.
10    
11            * TreeCore.dis (compareDocumentPosition): Implemented.
12            (normalize): Implemented.
13            (STORESIZE, CLEAR): Were not implemented for |EmptyNodeList|
14            class.
15    
16    2006-04-16  Wakaba  <wakaba@suika.fam.cx>
17    
18            * DOMCore.dis (OUT_OF_BOUND_ERR, NEGATIVE_INDEX_ERR): Removed.
19    
20    2006-04-16  Wakaba  <wakaba@suika.fam.cx>
21    
22            * CharacterData.dis (length, insertData, substringData,
23            appendData, deleteData, replaceData, splitText): Reimplemented.
24    
25            * DOMCore.dis (NEGATIVE_LENGTH_ERR): New error.
26            (c:index): The definition was missing.
27            (c:length): New property.
28    
29    2006-04-16  Wakaba  <wakaba@suika.fam.cx>
30    
31            * XMLParser.dis (close): Invoke |close| method
32            rather than |close| function.
33    
34    2006-04-16  Wakaba  <wakaba@suika.fam.cx>
35    
36            * CharacterData.dis: New module split from |TreeCore.dis|.
37    
38            * CharacterData.pm: Added to the CVS repository.
39    
40            * TreeCore.dis: The |CharacterData|, |Text|, and |Comment|
41            interfaces are removed.
42            (Require): A reference to the |MDOM:CharacterData| module
43            is added.
44    
45            * DOMMain.dis (StringExtended, StringOutOfBoundsException): Removed.
46    
47            * DOMCore.dis (StringOutOfBoundsException): New error.
48    
49            * Makefile: |CharacterData.pm| is added.
50    
51    2006-04-09  Wakaba  <wakaba@suika.fam.cx>
52    
53            * XMLParser.dis (Require): Requires the |MCharset:Encode|
54            module.
55            (parse): Set the |inputEncoding| attribute of the generated document
56            object.
57            (resolveLSInput default implementation): The |byteStream|
58            and |encoding| attributes of the |LSInput| interface
59            are now supported.
60            (resolveLSInput): Parameters |impl| and |parser| are added.
61            (InputFile.inputEncoding): New attribute.
62    
63    2006-04-04  Wakaba  <wakaba@suika.fam.cx>
64    
65            * Document.dis (adoptNode test): Documents were
66            made by different documents.
67    
68    2006-04-04  Wakaba  <wakaba@suika.fam.cx>
69    
70            * XMLParser.dis: The |cfg:dtd-default-attributes| configuration
71            parameter is changed to |cfg:dtd-default-attribute|.
72    
73    2006-04-04  Wakaba  <wakaba@suika.fam.cx>
74    
75            * TreeCore.dis: The |DOMMain:raiseException| elements
76            are replaced by |disPerl:EXCEPTION|s.
77    
78    2006-04-03  Wakaba  <wakaba@suika.fam.cx>
79    
80            * DOMMain.dis (GetPropNode, CheckReadOnly): Removed.
81    
82            * Node.dis (cfg:dtd-default-attribute): The configuration
83            parameter |cfg:dtd-default-attributes| is renamed
84            as |cfg:dtd-default-attribute|.
85            (Roles): Definitions are changed so that classes
86            that implement those classes MUST implement the |Node|
87            and its subinterfaces.
88            (cfg:dtd-attribute-type): New configuration parameter.
89    
90            * Document.dis (adoptNode): Don't throw exception
91            if |strictErrorChecking| is |false|.
92    
93            * Element.dis (setAttribute, setAttributeNS): Don't
94            set [attribute type] if the |cfg:dtd-attribute-type|
95            configuration parameter is set to |false|.
96            (removeAttribute, removeAttributeNS, removeAttributeNode): Don't
97            regenerate default attribute nodes if the |cfg:dtd-default-attribute|
98            configuration parameter is set to |false|.
99    
100    2006-04-02  Wakaba  <wakaba@suika.fam.cx>
101    
102            * TreeStore.dis: New module.
103    
104            * Makefile: |TreeStore.dis| is added.
105    
106    2006-04-02  Wakaba  <wakaba@suika.fam.cx>
107    
108            * XMLParser.dis: Updated so that it can be used
109            with |TreeCore.pm|, |Document.pm|, |Element.pm|,
110            and |XML.pm|.  Set the read-only flag to
111            the |DocumentType|, |Entity|, and |EntityReference| noes.
112    
113            * Node.dis (textContent): It did not handle descendant
114            element and entity reference nodes.
115    
116            * Element.dis, XML.dis (manakaiBaseURI.get): Its
117            definition has been changed to return only explicit
118            base URI specification.
119    
120            * DOMLS.dis (LSInput, LSOutput): They no longer
121            inherits the |ManakaiDOM:ManakaiDOMObject| class.
122    
123            * Tree.dis, DOMXML.dis, ManakaiDOMLS2003.dis: Removed.
124    
125            * Tree.pm, DOMXML.pm: Removed.
126    
127            * TreeCore.pm, Document.pm, Element.pm: Added
128            to the CVS repository since they are necessary to
129            build the dis library.
130    
131            * Makefile: Sync'ed to new modules disposition.
132    
133    2006-04-02  Wakaba  <wakaba@suika.fam.cx>
134    
135            * Makefile: Rules for |Tree.pm| and |DOMXML.pm| are
136            removed.  For |Element.pm| and |Document.pm| are added.
137    
138            * Document.dis, Element.dis: New module split from |TreeCore.dis|.
139    
140            * TreeCore.dis (Document, DocumentFragment, Element, Attr): Removed.
141    
142    2006-04-01  Wakaba  <wakaba@suika.fam.cx>
143    
144            * DOMFeature.dis (getImplementation, getImplementationList): Support
145            for new class information variables.
146            (DOMLS:Generic): This old feature name is removed.
147    
148            * GenericLS.dis (createGLSParser, createGLSSerializer): Support
149            for new class information variables.
150    
151            * TreeCore.dis (manakaiExpandedURI): New attribute.
152            (Document, Element.___create_node_ref): New method
153            implementations.
154    
155  2006-04-01  Wakaba  <wakaba@suika.fam.cx>  2006-04-01  Wakaba  <wakaba@suika.fam.cx>
156    
157          * TreeCore.dis (setIdAttribute, setIdAttributeNS, setIdAttributeNode):          * TreeCore.dis (setIdAttribute, setIdAttributeNS, setIdAttributeNode):

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24