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

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24