/[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.165 by wakaba, Sun Apr 2 10:45:22 2006 UTC revision 1.184 by wakaba, Sat May 13 05:40:58 2006 UTC
# Line 1  Line 1 
1    2006-05-13  Wakaba  <wakaba@suika.fam.cx>
2    
3            * Traversal.dis (MANAKAI_FILTER_OPAQUE): New |AcceptNode| value.
4            (TreeWalker): The |MANAKAI_FILTER_OPAQUE| value support
5            is added.  The |FILTER_REJECT| value is treated
6            as |FILTER_ACCEPT| if the |currentNode| is in the
7            rejected subtree as specified in the spec.
8    
9    2006-05-05  Wakaba  <wakaba@suika.fam.cx>
10    
11            * SimpleLS.dis: An |xmlns:| prefix was missing.
12    
13    2006-05-04  Wakaba  <wakaba@suika.fam.cx>
14    
15            * SimpleLS.dis: Namespace bugs are fixed.
16    
17    2006-04-30  Wakaba  <wakaba@suika.fam.cx>
18    
19            * .cvsignore: Updated.
20    
21            * Traversal.dis: Unused declarations are removed.
22    
23    2006-04-30  Wakaba  <wakaba@suika.fam.cx>
24    
25            * CharacterData.dis (Require): A reference to
26            the |MDOM:Traversal| module is added.
27            (wholeText): Implemented.
28    
29    2006-04-30  Wakaba  <wakaba@suika.fam.cx>
30    
31            * Makefile: |Traversal.dis| is added.
32    
33            * Traversal.dis: New module.
34    
35            * TreeCore.dis (___report_error): Return value was
36            not propagated.
37    
38    2006-04-29  Wakaba  <wakaba@suika.fam.cx>
39    
40            * Element.dis (removeAttributeNS): A runtime error
41            was occurred if there was no specified attribute node.
42    
43            * TreeCore.dis (manakaiLanguage): New attribute.
44    
45    2006-04-28  Wakaba  <wakaba@suika.fam.cx>
46    
47            * TreeCore.dis (NodeList.manakaiReadOnly, NamedNodeMap.manakaiReadOnly):
48            New attributes.
49    
50            (StaticNodeList): New interface.
51    
52    2006-04-24  Wakaba  <wakaba@suika.fam.cx>
53    
54            * DOMCore.dis (c:SET_TO_NULL_ERR): New error code.
55    
56    2006-04-22  Wakaba  <wakaba@suika.fam.cx>
57    
58            * SimpleLS.dis: Reimplemented.
59    
60    2006-04-22  Wakaba  <wakaba@suika.fam.cx>
61    
62            * DOMCore.dis (NO_MODIFICATION_ALLOWED_ERR): It is now
63            a qualified name.
64            (tc:EXTERNAL_NODE_COMPARISON_ERR): New error type.
65    
66            * TreeCore.dis (compareDocumentPosition): Implemented.
67            (normalize): Implemented.
68            (STORESIZE, CLEAR): Were not implemented for |EmptyNodeList|
69            class.
70    
71    2006-04-16  Wakaba  <wakaba@suika.fam.cx>
72    
73            * DOMCore.dis (OUT_OF_BOUND_ERR, NEGATIVE_INDEX_ERR): Removed.
74    
75    2006-04-16  Wakaba  <wakaba@suika.fam.cx>
76    
77            * CharacterData.dis (length, insertData, substringData,
78            appendData, deleteData, replaceData, splitText): Reimplemented.
79    
80            * DOMCore.dis (NEGATIVE_LENGTH_ERR): New error.
81            (c:index): The definition was missing.
82            (c:length): New property.
83    
84    2006-04-16  Wakaba  <wakaba@suika.fam.cx>
85    
86            * XMLParser.dis (close): Invoke |close| method
87            rather than |close| function.
88    
89    2006-04-16  Wakaba  <wakaba@suika.fam.cx>
90    
91            * CharacterData.dis: New module split from |TreeCore.dis|.
92    
93            * CharacterData.pm: Added to the CVS repository.
94    
95            * TreeCore.dis: The |CharacterData|, |Text|, and |Comment|
96            interfaces are removed.
97            (Require): A reference to the |MDOM:CharacterData| module
98            is added.
99    
100            * DOMMain.dis (StringExtended, StringOutOfBoundsException): Removed.
101    
102            * DOMCore.dis (StringOutOfBoundsException): New error.
103    
104            * Makefile: |CharacterData.pm| is added.
105    
106    2006-04-09  Wakaba  <wakaba@suika.fam.cx>
107    
108            * XMLParser.dis (Require): Requires the |MCharset:Encode|
109            module.
110            (parse): Set the |inputEncoding| attribute of the generated document
111            object.
112            (resolveLSInput default implementation): The |byteStream|
113            and |encoding| attributes of the |LSInput| interface
114            are now supported.
115            (resolveLSInput): Parameters |impl| and |parser| are added.
116            (InputFile.inputEncoding): New attribute.
117    
118    2006-04-04  Wakaba  <wakaba@suika.fam.cx>
119    
120            * Document.dis (adoptNode test): Documents were
121            made by different documents.
122    
123    2006-04-04  Wakaba  <wakaba@suika.fam.cx>
124    
125            * XMLParser.dis: The |cfg:dtd-default-attributes| configuration
126            parameter is changed to |cfg:dtd-default-attribute|.
127    
128    2006-04-04  Wakaba  <wakaba@suika.fam.cx>
129    
130            * TreeCore.dis: The |DOMMain:raiseException| elements
131            are replaced by |disPerl:EXCEPTION|s.
132    
133    2006-04-03  Wakaba  <wakaba@suika.fam.cx>
134    
135            * DOMMain.dis (GetPropNode, CheckReadOnly): Removed.
136    
137            * Node.dis (cfg:dtd-default-attribute): The configuration
138            parameter |cfg:dtd-default-attributes| is renamed
139            as |cfg:dtd-default-attribute|.
140            (Roles): Definitions are changed so that classes
141            that implement those classes MUST implement the |Node|
142            and its subinterfaces.
143            (cfg:dtd-attribute-type): New configuration parameter.
144    
145            * Document.dis (adoptNode): Don't throw exception
146            if |strictErrorChecking| is |false|.
147    
148            * Element.dis (setAttribute, setAttributeNS): Don't
149            set [attribute type] if the |cfg:dtd-attribute-type|
150            configuration parameter is set to |false|.
151            (removeAttribute, removeAttributeNS, removeAttributeNode): Don't
152            regenerate default attribute nodes if the |cfg:dtd-default-attribute|
153            configuration parameter is set to |false|.
154    
155    2006-04-02  Wakaba  <wakaba@suika.fam.cx>
156    
157            * TreeStore.dis: New module.
158    
159            * Makefile: |TreeStore.dis| is added.
160    
161  2006-04-02  Wakaba  <wakaba@suika.fam.cx>  2006-04-02  Wakaba  <wakaba@suika.fam.cx>
162    
163          * XMLParser.dis: Updated so that it can be used          * XMLParser.dis: Updated so that it can be used

Legend:
Removed from v.1.165  
changed lines
  Added in v.1.184

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24