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

Legend:
Removed from v.1.128  
changed lines
  Added in v.1.143

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24