/[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.139 by wakaba, Mon Mar 6 10:19:33 2006 UTC revision 1.156 by wakaba, Fri Mar 24 15:43:54 2006 UTC
# Line 1  Line 1 
1    2006-03-25  Wakaba  <wakaba@suika.fam.cx>
2    
3            * TreeCore.dis (Document): Attributes are reimplemented (untested).
4            (Text, DocumentFragment, Comment): Most members are
5            reimplemented (untested).
6    
7    2006-03-24  Wakaba  <wakaba@suika.fam.cx>
8    
9            * DOMMain.dis (checkXMLNamesQName): Some checks are
10            removed to sync with DOM Level 3 Core specification.
11    
12            * TreeCore.dis (Element): Most methods are reimplemented (untested).
13            (GetElementsNodeList): Reimplemented (untested).
14    
15    2006-03-23  Wakaba  <wakaba@suika.fam.cx>
16    
17            * Tree.dis (cfg:strict-document-children): The configuration
18            parameter must also affect on |manakaiAppendText|
19            and |textContent| on |Document| nodes.
20    
21            * TreeCore.dis (Node.CreateNodeRefMethod): The |tc:nodeRefClass|
22            parameter changes the class to |bless|.
23            (Node): Most methods are reimplemented.  (Untested)
24            (CharacterData, Attr): Most methods and attributes are
25            reimplemented.  (Untested)
26    
27            * XML.dis, XDoctype.dis: Most |Node| methods are
28            reimplemented (untested).
29    
30    2006-03-23  Wakaba  <wakaba@suika.fam.cx>
31    
32            * TreeCore.dis, XML.dis, XDoctype.dis (Node.textContent): Reimplemented
33            (untested).
34    
35    2006-03-22  Wakaba  <wakaba@suika.fam.cx>
36    
37            * DOMCore.dis (DOMSTRING_SIZE_ERR): It now has
38            a qualified name.
39    
40            * DOMMain.dis (ensureNamespacePrefix): Undefines
41            the prefix if it is an empty string.  (Note that
42            it is defined as implementation dependent in
43            DOM Level 3 Core specification).
44    
45            * TreeCore.dis (Require): It now references the |MDOM:XDoctype|
46            module.
47            (Node): Attributes are reimplemented (untested).
48    
49            * XML.dis (Require): It now references the |MDOMX:XDoctype|
50            module.
51            (Node): Attributes are reimplemented (untested).
52            (Entity, Notation): New interfaces.
53    
54            * XDoctype.dis (Node): Attributes are reimplemented (untested).
55    
56    2006-03-19  Wakaba  <wakaba@suika.fam.cx>
57    
58            * TreeCore.dis (childNodes, firstChild, lastChild,
59            nextSibling, previousSibling, appendChild, insertBefore,
60            replaceChild, removeChild, createDocumentFragment,
61            createEntityReference, createProcessingInstruction,
62            domConfig, documentElement, implementation, manakaiAppendText): New.
63            (NodeList, DocumentFragment): New interfaces.
64    
65            * XML.dis (EntityReference, ProcessingInstruction): New interface.
66    
67    2006-03-18  Wakaba  <wakaba@suika.fam.cx>
68    
69            * TreeCore.dis (Require): The |MDOM:XML| module is added.
70            (createAttributeNS, createTextNode, createComment,
71            createCDATASection): New methods.
72            (Attr, Text, Comment, CharacterData): New interfaces.
73    
74            * Makefile: |XML.dis| is added.
75    
76            * XML.dis: New module.
77    
78    2006-03-17  Wakaba  <wakaba@suika.fam.cx>
79    
80            * TreeCore.dis (manakaiReadOnly): New attribute.
81            
82    2006-03-17  Wakaba  <wakaba@suika.fam.cx>
83    
84            * TreeCore.dis (NodeType, nodeType, localName, namespaceURI,
85            prefix, isSameNode, ownerDocument, parentNode): New.
86            (Element): New interface.
87            (createElementNS): New method.
88            (strictErrorChecking): New.
89    
90    2006-03-17  Wakaba  <wakaba@suika.fam.cx>
91    
92            * Makefile: |TreeCore.dis| is added.
93    
94            * TreeCore.dis: New module.
95    
96    2006-03-16  Wakaba  <wakaba@suika.fam.cx>
97    
98            * XMLParser.dis (cfg:entity-replacement-tree): New configuration
99            parameter.
100    
101            * DOMXML.dis (manakaiExpanded): Renamed from |isExpanded|.
102    
103            * DOMCore.dis, Tree.dis, DOMLS.dis, XMLParser.dis: Lexical
104            data types added to configuration parameters.
105    
106    2006-03-15  Wakaba  <wakaba@suika.fam.cx>
107    
108            * DOMCore.dis (c:DOMConfigurationParameter): Now it is
109            a |DISSource:ResourceProperty|.
110            (c:anyDOMConfigurationParameter): New property.
111            (CParam, boolCParam): Now they are all |dis:subsetOf|
112            the |c:anyDOMConfigurationParameter| property.
113            (ForDocument, ForParser, ForSerializer): Removed.
114    
115            * DOMLS.dis, XMLParser.dis: Likewise.
116    
117    2006-03-12  Wakaba  <wakaba@suika.fam.cx>
118    
119            * DOMMain.dis, Tree.dis: Unused |dis:aliasChild| properties
120            are removed.
121    
122            * GenericLS.pm: Added to the CVS repository since
123            it is necessary to create the |Message::Util::DIS::DPG| module.
124    
125    2006-03-10  Wakaba  <wakaba@suika.fam.cx>
126    
127            * DOMCore.dis, DOMXML.dis, XDoctype.dis (manakaiAppendText): New
128            method.
129    
130            * XMLParser.dis: Don't create adjacent text nodes.
131    
132    2006-03-09  Wakaba  <wakaba@suika.fam.cx>
133    
134            * DOMCore.dis (HIERARCHY_DOCUMENT_FRAGMENT_ITSELF_ERR): New error.
135    
136            * DOMXML.dis (appendChild, insertBefore, replaceChild): Method
137            implementations are added.
138    
139            * XDoctype.dis (appendChild, insertBefore, replaceChild): Method
140            implementations are added.
141    
142            * Tree.dis (appendChild, insertBefore, replaceChild): Method
143            implementations are added.
144            (IFCls1Def, NodeTypeDef): Don't define |ManakaiDOM:ForClass|
145            resources unless for |ManakaiDOM:ManakaiDOMLatest|.
146            (cfg:strict-document-children): New configuration parameter.
147    
148    2006-03-08  Wakaba  <wakaba@suika.fam.cx>
149    
150            * XDoctype.dis (replaceChild): Method implementations are added.
151    
152            * Tree.dis (replaceChild): Method implementations are added.
153    
154            * DOMXML.dis (replaceChild): Method implementations are added.
155    
156    2006-03-07  Wakaba  <wakaba@suika.fam.cx>
157    
158            * Tree.dis (ForAppendChild, ForInsertBefore, ForReplaceChild): New |for|
159            definitions.
160    
161            * XDoctype.dis (insertBefore): New method implementation.
162    
163    2006-03-06  Wakaba  <wakaba@suika.fam.cx>
164    
165            * DOMXML.dis (insertBefore): Method implementations
166            for |ProcessingInstruction| and |Notation| nodes are added.
167    
168            * Tree.dis (insertBefore): Method implementation
169            for |CharacterData| nodes is added.
170    
171            * XDoctype.dis (insertBefore): Method implementation
172            for |ElementTypeDefinition| nodes is added.
173    
174    2006-03-06  Wakaba  <wakaba@suika.fam.cx>
175    
176            * XDoctype.dis (appendChild): New method implementation.
177    
178  2006-03-06  Wakaba  <wakaba@suika.fam.cx>  2006-03-06  Wakaba  <wakaba@suika.fam.cx>
179    
180          * DOMCore.dis (HIERARCHY_WRONG_DOCTYPE_ERR): New error.          * DOMCore.dis (HIERARCHY_WRONG_DOCTYPE_ERR): New error.

Legend:
Removed from v.1.139  
changed lines
  Added in v.1.156

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24