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

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24