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

Legend:
Removed from v.1.161  
changed lines
  Added in v.1.172

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24