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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24