/[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.171 by wakaba, Sun Apr 9 14:29:41 2006 UTC revision 1.192 by wakaba, Sun May 21 08:55:21 2006 UTC
# Line 1  Line 1 
1    2006-05-21  Wakaba  <wakaba@suika.fam.cx>
2    
3            * XDP.dis (XDPEntityValue.stringify): Don't escape
4            any |%|s in |xdp:attr-definition| children.
5    
6    2006-05-20  Wakaba  <wakaba@suika.fam.cx>
7    
8            * XDP.dis (createXDPRNIKeyword): The Perl method
9            name property is added.
10    
11    2006-05-20  Wakaba  <wakaba@suika.fam.cx>
12    
13            * XDP.dis (createXDPIf): New method.
14            (XDPIfElement): New interface.
15    
16    2006-05-15  Wakaba  <wakaba@suika.fam.cx>
17    
18            * XDP.dis (createXDPElement, createXDPAttlist, createXDPAttrDefinition):
19            New methods.
20    
21    2006-05-15  Wakaba  <wakaba@suika.fam.cx>
22    
23            * XDP.dis (XDPDocument): A number of constructor methods
24            are added.
25            (XDPTextDecl.dtdText): The |xml| target was missing.
26    
27    2006-05-14  Wakaba  <wakaba@suika.fam.cx>
28    
29            * Traversal.dis (SerialWalker): New interface.
30            (manakaiCreateSerialWalker): New method.
31    
32    2006-05-13  Wakaba  <wakaba@suika.fam.cx>
33    
34            * Traversal.dis (testNode): Calls |acceptNode| method
35            rather than |&{}| dereferencing.
36            (acceptNode): Implemented.
37    
38    2006-05-13  Wakaba  <wakaba@suika.fam.cx>
39    
40            * XDP.dis: New module.
41    
42            * Makefile: |XDP.dis| is added.
43    
44            * Traversal.dis (NodeFilter): |InputProcessor|
45            and |OutputProcessor| are added.
46    
47    2006-05-13  Wakaba  <wakaba@suika.fam.cx>
48    
49            * Traversal.dis (MANAKAI_FILTER_OPAQUE): New |AcceptNode| value.
50            (TreeWalker): The |MANAKAI_FILTER_OPAQUE| value support
51            is added.  The |FILTER_REJECT| value is treated
52            as |FILTER_ACCEPT| if the |currentNode| is in the
53            rejected subtree as specified in the spec.
54    
55    2006-05-05  Wakaba  <wakaba@suika.fam.cx>
56    
57            * SimpleLS.dis: An |xmlns:| prefix was missing.
58    
59    2006-05-04  Wakaba  <wakaba@suika.fam.cx>
60    
61            * SimpleLS.dis: Namespace bugs are fixed.
62    
63    2006-04-30  Wakaba  <wakaba@suika.fam.cx>
64    
65            * .cvsignore: Updated.
66    
67            * Traversal.dis: Unused declarations are removed.
68    
69    2006-04-30  Wakaba  <wakaba@suika.fam.cx>
70    
71            * CharacterData.dis (Require): A reference to
72            the |MDOM:Traversal| module is added.
73            (wholeText): Implemented.
74    
75    2006-04-30  Wakaba  <wakaba@suika.fam.cx>
76    
77            * Makefile: |Traversal.dis| is added.
78    
79            * Traversal.dis: New module.
80    
81            * TreeCore.dis (___report_error): Return value was
82            not propagated.
83    
84    2006-04-29  Wakaba  <wakaba@suika.fam.cx>
85    
86            * Element.dis (removeAttributeNS): A runtime error
87            was occurred if there was no specified attribute node.
88    
89            * TreeCore.dis (manakaiLanguage): New attribute.
90    
91    2006-04-28  Wakaba  <wakaba@suika.fam.cx>
92    
93            * TreeCore.dis (NodeList.manakaiReadOnly, NamedNodeMap.manakaiReadOnly):
94            New attributes.
95    
96            (StaticNodeList): New interface.
97    
98    2006-04-24  Wakaba  <wakaba@suika.fam.cx>
99    
100            * DOMCore.dis (c:SET_TO_NULL_ERR): New error code.
101    
102    2006-04-22  Wakaba  <wakaba@suika.fam.cx>
103    
104            * SimpleLS.dis: Reimplemented.
105    
106    2006-04-22  Wakaba  <wakaba@suika.fam.cx>
107    
108            * DOMCore.dis (NO_MODIFICATION_ALLOWED_ERR): It is now
109            a qualified name.
110            (tc:EXTERNAL_NODE_COMPARISON_ERR): New error type.
111    
112            * TreeCore.dis (compareDocumentPosition): Implemented.
113            (normalize): Implemented.
114            (STORESIZE, CLEAR): Were not implemented for |EmptyNodeList|
115            class.
116    
117    2006-04-16  Wakaba  <wakaba@suika.fam.cx>
118    
119            * DOMCore.dis (OUT_OF_BOUND_ERR, NEGATIVE_INDEX_ERR): Removed.
120    
121    2006-04-16  Wakaba  <wakaba@suika.fam.cx>
122    
123            * CharacterData.dis (length, insertData, substringData,
124            appendData, deleteData, replaceData, splitText): Reimplemented.
125    
126            * DOMCore.dis (NEGATIVE_LENGTH_ERR): New error.
127            (c:index): The definition was missing.
128            (c:length): New property.
129    
130    2006-04-16  Wakaba  <wakaba@suika.fam.cx>
131    
132            * XMLParser.dis (close): Invoke |close| method
133            rather than |close| function.
134    
135    2006-04-16  Wakaba  <wakaba@suika.fam.cx>
136    
137            * CharacterData.dis: New module split from |TreeCore.dis|.
138    
139            * CharacterData.pm: Added to the CVS repository.
140    
141            * TreeCore.dis: The |CharacterData|, |Text|, and |Comment|
142            interfaces are removed.
143            (Require): A reference to the |MDOM:CharacterData| module
144            is added.
145    
146            * DOMMain.dis (StringExtended, StringOutOfBoundsException): Removed.
147    
148            * DOMCore.dis (StringOutOfBoundsException): New error.
149    
150            * Makefile: |CharacterData.pm| is added.
151    
152  2006-04-09  Wakaba  <wakaba@suika.fam.cx>  2006-04-09  Wakaba  <wakaba@suika.fam.cx>
153    
154          * XMLParser.dis (Require): Requires the |MCharset:Encode|          * XMLParser.dis (Require): Requires the |MCharset:Encode|

Legend:
Removed from v.1.171  
changed lines
  Added in v.1.192

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24