/[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.129 by wakaba, Thu Feb 16 20:03:18 2006 UTC revision 1.149 by wakaba, Fri Mar 17 08:06:20 2006 UTC
# Line 1  Line 1 
1    2006-03-17  Wakaba  <wakaba@suika.fam.cx>
2    
3            * Makefile: |TreeCore.dis| is added.
4    
5            * TreeCore.dis: New module.
6    
7    2006-03-16  Wakaba  <wakaba@suika.fam.cx>
8    
9            * XMLParser.dis (cfg:entity-replacement-tree): New configuration
10            parameter.
11    
12            * DOMXML.dis (manakaiExpanded): Renamed from |isExpanded|.
13    
14            * DOMCore.dis, Tree.dis, DOMLS.dis, XMLParser.dis: Lexical
15            data types added to configuration parameters.
16    
17    2006-03-15  Wakaba  <wakaba@suika.fam.cx>
18    
19            * DOMCore.dis (c:DOMConfigurationParameter): Now it is
20            a |DISSource:ResourceProperty|.
21            (c:anyDOMConfigurationParameter): New property.
22            (CParam, boolCParam): Now they are all |dis:subsetOf|
23            the |c:anyDOMConfigurationParameter| property.
24            (ForDocument, ForParser, ForSerializer): Removed.
25    
26            * DOMLS.dis, XMLParser.dis: Likewise.
27    
28    2006-03-12  Wakaba  <wakaba@suika.fam.cx>
29    
30            * DOMMain.dis, Tree.dis: Unused |dis:aliasChild| properties
31            are removed.
32    
33            * GenericLS.pm: Added to the CVS repository since
34            it is necessary to create the |Message::Util::DIS::DPG| module.
35    
36    2006-03-10  Wakaba  <wakaba@suika.fam.cx>
37    
38            * DOMCore.dis, DOMXML.dis, XDoctype.dis (manakaiAppendText): New
39            method.
40    
41            * XMLParser.dis: Don't create adjacent text nodes.
42    
43    2006-03-09  Wakaba  <wakaba@suika.fam.cx>
44    
45            * DOMCore.dis (HIERARCHY_DOCUMENT_FRAGMENT_ITSELF_ERR): New error.
46    
47            * DOMXML.dis (appendChild, insertBefore, replaceChild): Method
48            implementations are added.
49    
50            * XDoctype.dis (appendChild, insertBefore, replaceChild): Method
51            implementations are added.
52    
53            * Tree.dis (appendChild, insertBefore, replaceChild): Method
54            implementations are added.
55            (IFCls1Def, NodeTypeDef): Don't define |ManakaiDOM:ForClass|
56            resources unless for |ManakaiDOM:ManakaiDOMLatest|.
57            (cfg:strict-document-children): New configuration parameter.
58    
59    2006-03-08  Wakaba  <wakaba@suika.fam.cx>
60    
61            * XDoctype.dis (replaceChild): Method implementations are added.
62    
63            * Tree.dis (replaceChild): Method implementations are added.
64    
65            * DOMXML.dis (replaceChild): Method implementations are added.
66    
67    2006-03-07  Wakaba  <wakaba@suika.fam.cx>
68    
69            * Tree.dis (ForAppendChild, ForInsertBefore, ForReplaceChild): New |for|
70            definitions.
71    
72            * XDoctype.dis (insertBefore): New method implementation.
73    
74    2006-03-06  Wakaba  <wakaba@suika.fam.cx>
75    
76            * DOMXML.dis (insertBefore): Method implementations
77            for |ProcessingInstruction| and |Notation| nodes are added.
78    
79            * Tree.dis (insertBefore): Method implementation
80            for |CharacterData| nodes is added.
81    
82            * XDoctype.dis (insertBefore): Method implementation
83            for |ElementTypeDefinition| nodes is added.
84    
85    2006-03-06  Wakaba  <wakaba@suika.fam.cx>
86    
87            * XDoctype.dis (appendChild): New method implementation.
88    
89    2006-03-06  Wakaba  <wakaba@suika.fam.cx>
90    
91            * DOMCore.dis (HIERARCHY_WRONG_DOCTYPE_ERR): New error.
92            (REMOVE_DOCUMENT_ELEMENT_ERR): New error.
93            (REMOVE_DOCUMENT_TYPE_ERR): New error.
94    
95            * DOMXML.dis (ManakaiDOMDocumentType): Removed.
96            (ProcessingInstruction.appendChild, CDATASection.appendChild,
97            Notation.appendChild): New method implementation.
98    
99            * Tree.dis (CharacterData.appendChild): New method implementation.
100    
101            * XDoctype.dis: Tests moved from |MDOM:DOMXML| module.
102    
103    2006-03-06  Wakaba  <wakaba@suika.fam.cx>
104    
105            * DOMXML.dis (ManakaiDOMXMLIdAttr): New class.
106    
107            * Tree.dis (createAttribute, createAttributeNS,
108            setAttribute, setAttributeNS): They now supports
109            the |cfg:xml-id| configuration parameter.
110            (cfg:xml-id): New configuration parameter.
111    
112            * XDoctype.dis (createAttributeDefinition): It now
113            supports the |cfg:xml-id| configuration parameter.
114    
115            * XMLParser.dis (parse): It now supports
116            the |cfg:xml-id| configuration parameter.
117    
118    2006-03-05  Wakaba  <wakaba@suika.fam.cx>
119    
120            * XMLParser.dis (parse): Sets |Document.documentURI|
121            and |Document.manakaiEntityBaseURI| attributes of the
122            document created.
123            (_ProcessingInstructionDTD): Sets the |manakaiBaseURI|
124            property of the created node.
125            (_SystemLiteral): Sets the |manakaiDeclarationBaseURI|
126            of the created node.
127            (ls-input-to-input-file.default): Sets the resolved
128            system identifier to the |documentURI| attribute if available.
129            Sets the |baseURI| attribute if available.
130    
131    2006-03-05  Wakaba  <wakaba@suika.fam.cx>
132    
133            * XDoctype.dis (DocumentTypeDefinition.implementation): New attribute.
134            (Node.baseURI): New attribute implementations.
135            (declarationBaseURI): Setter is added.
136            (manakaiDeclarationBaseURI): New attribute.
137    
138            * Tree.dis (Require): A reference to the |MURI:Generic|
139            module is added.
140            (Node.baseURI): The implementation is revised.
141            (getNodeReference): Attribute node classes specialized
142            to attribute names are supported.
143            (contentBaseURI, htmlBaseURI): Removed.
144            (manakaiEntityBaseURI): New attribute.
145            (ManakaiDOMImplementationDocument): It now inherits
146            the |urigen:URIImplementation| class.
147    
148            * DOMMain.dis (isRelativeDOMURI): The definition
149            of the URI scheme is synced with |Message::URI::Generic|'s
150            one.
151    
152            * DOMXML.dis (Require): A reference to |DISlib:DISMarkup|
153            module is added.
154            (DocumentType.implementation): New attribute.
155            (Node.baseURI): Implementations are added.
156            (manakaiDeclarationBaseURI): New attributes.
157            (manakaiEntityBaseURI): New attributes.
158            (manakaiEntityURI): New attribute.
159            (manakaiExternal): New attribute.
160            (manakaiBaseURI): New attribute.
161            (ManakaiDOMXMLBaseAttr): New class.
162    
163    2006-02-26  Wakaba  <wakaba@suika.fam.cx>
164    
165            * SimpleLS.dis (Require): Reference to the |MDOM:Tree|
166            module was missing.
167    
168            * ManakaiDOMLS2003.dis: Some property names was incorrect.
169    
170            * Makefile (distclean): New rule.
171    
172    2006-02-26  Wakaba  <wakaba@suika.fam.cx>
173    
174            * DOMLS.dis: Removed from the CVS repository, since
175            it has been no longer required to make the |daf| system
176            itself.
177    
178    2006-02-26  Wakaba  <wakaba@suika.fam.cx>
179    
180            * Makefile: Revised for new |daf| database format.
181    
182    2006-02-25  Wakaba  <wakaba@suika.fam.cx>
183    
184            * DOMFeature.dis (Require): Missing reference to |DISlib:Test|
185            module is added.
186    
187    2006-02-22  Wakaba  <wakaba@suika.fam.cx>
188    
189            * DOMLS.dis: Constants were typed as |dx:ErrorCode|
190            by mistake.
191    
192    2006-02-18  Wakaba  <wakaba@suika.fam.cx>
193    
194            * XMLParser.dis (ManakaiDOMXMLParser): Implements |DOMLS:ParseString10|
195            feature.
196    
197            * DOMCore.dis (c:LSPARSER_NOT_FOUND_ERR): New exception type.
198    
199            * DOMLS.dis (DOMLS:ParseString): New (moved from |SimpleLS.dis|).
200            (DOMImplementationLS.createLSParser): Implemented.
201            (DOMImplementationLS.createLSInput): Revised.
202            (LSInput): Note on relationship with |GenericLS| is added.
203    
204            * SimpleLS.dis (DOMLS:ParseString): Removed (moved to |SimpleLS.dis|).
205    
206    2006-02-17  Wakaba  <wakaba@suika.fam.cx>
207    
208            * XMLParser.dis (domConfig): New |targetType| of |xp:ManakaiDOMXMLParser|
209            is introduced.
210            (async, busy): Implemented.
211            (parseString): Removed.
212            (parse, parseURI): Implemented.
213            (xp:ls-input-to-input-file): New configuration parameter.
214            (shiftChar): Gets character from current file handle
215            rather than replacement text.  Don't normalize
216            line break characters for internal entities.  Don't
217            throw |xp:wf-legal-literal-character| error
218            for |RestrictedChar| appearing in internal entities.
219            (DISPerl:dpgDef): Call |close| for each entity filehandler.
220            (_EntityDeclaration): Copy document URI and base URI
221            to the entity's |$decl| object.
222            (ParseError): New code fragment.
223            (getCopyOfEntityState): Creates filehandle from replacement
224            text.
225            (xp-error-lines): Don't appends text if no replacement
226            text is available.
227            (error-handler): New configuration parameter application resource.
228            (ManakaiDOMLSInputToInputFile): New class.
229            (ManakaiDOMInputFile): New class.
230    
231            * Tree.dis (getNodeReference): A dereferencing was missing.
232    
233            * DOMLS.dis (DOMLS:busy, DOMLS:lsKey): New properties.
234    
235  2006-02-17  Wakaba  <wakaba@suika.fam.cx>  2006-02-17  Wakaba  <wakaba@suika.fam.cx>
236    
237          * XMLParser.dis: Default attribute are now namespace aware.          * XMLParser.dis: Default attribute are now namespace aware.

Legend:
Removed from v.1.129  
changed lines
  Added in v.1.149

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24