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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24