/[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.131 by wakaba, Sat Feb 18 07:39:03 2006 UTC revision 1.146 by wakaba, Sun Mar 12 14:16:52 2006 UTC
# Line 1  Line 1 
1    2006-03-12  Wakaba  <wakaba@suika.fam.cx>
2    
3            * DOMMain.dis, Tree.dis: Unused |dis:aliasChild| properties
4            are removed.
5    
6            * GenericLS.pm: Added to the CVS repository since
7            it is necessary to create the |Message::Util::DIS::DPG| module.
8    
9    2006-03-10  Wakaba  <wakaba@suika.fam.cx>
10    
11            * DOMCore.dis, DOMXML.dis, XDoctype.dis (manakaiAppendText): New
12            method.
13    
14            * XMLParser.dis: Don't create adjacent text nodes.
15    
16    2006-03-09  Wakaba  <wakaba@suika.fam.cx>
17    
18            * DOMCore.dis (HIERARCHY_DOCUMENT_FRAGMENT_ITSELF_ERR): New error.
19    
20            * DOMXML.dis (appendChild, insertBefore, replaceChild): Method
21            implementations are added.
22    
23            * XDoctype.dis (appendChild, insertBefore, replaceChild): Method
24            implementations are added.
25    
26            * Tree.dis (appendChild, insertBefore, replaceChild): Method
27            implementations are added.
28            (IFCls1Def, NodeTypeDef): Don't define |ManakaiDOM:ForClass|
29            resources unless for |ManakaiDOM:ManakaiDOMLatest|.
30            (cfg:strict-document-children): New configuration parameter.
31    
32    2006-03-08  Wakaba  <wakaba@suika.fam.cx>
33    
34            * XDoctype.dis (replaceChild): Method implementations are added.
35    
36            * Tree.dis (replaceChild): Method implementations are added.
37    
38            * DOMXML.dis (replaceChild): Method implementations are added.
39    
40    2006-03-07  Wakaba  <wakaba@suika.fam.cx>
41    
42            * Tree.dis (ForAppendChild, ForInsertBefore, ForReplaceChild): New |for|
43            definitions.
44    
45            * XDoctype.dis (insertBefore): New method implementation.
46    
47    2006-03-06  Wakaba  <wakaba@suika.fam.cx>
48    
49            * DOMXML.dis (insertBefore): Method implementations
50            for |ProcessingInstruction| and |Notation| nodes are added.
51    
52            * Tree.dis (insertBefore): Method implementation
53            for |CharacterData| nodes is added.
54    
55            * XDoctype.dis (insertBefore): Method implementation
56            for |ElementTypeDefinition| nodes is added.
57    
58    2006-03-06  Wakaba  <wakaba@suika.fam.cx>
59    
60            * XDoctype.dis (appendChild): New method implementation.
61    
62    2006-03-06  Wakaba  <wakaba@suika.fam.cx>
63    
64            * DOMCore.dis (HIERARCHY_WRONG_DOCTYPE_ERR): New error.
65            (REMOVE_DOCUMENT_ELEMENT_ERR): New error.
66            (REMOVE_DOCUMENT_TYPE_ERR): New error.
67    
68            * DOMXML.dis (ManakaiDOMDocumentType): Removed.
69            (ProcessingInstruction.appendChild, CDATASection.appendChild,
70            Notation.appendChild): New method implementation.
71    
72            * Tree.dis (CharacterData.appendChild): New method implementation.
73    
74            * XDoctype.dis: Tests moved from |MDOM:DOMXML| module.
75    
76    2006-03-06  Wakaba  <wakaba@suika.fam.cx>
77    
78            * DOMXML.dis (ManakaiDOMXMLIdAttr): New class.
79    
80            * Tree.dis (createAttribute, createAttributeNS,
81            setAttribute, setAttributeNS): They now supports
82            the |cfg:xml-id| configuration parameter.
83            (cfg:xml-id): New configuration parameter.
84    
85            * XDoctype.dis (createAttributeDefinition): It now
86            supports the |cfg:xml-id| configuration parameter.
87    
88            * XMLParser.dis (parse): It now supports
89            the |cfg:xml-id| configuration parameter.
90    
91    2006-03-05  Wakaba  <wakaba@suika.fam.cx>
92    
93            * XMLParser.dis (parse): Sets |Document.documentURI|
94            and |Document.manakaiEntityBaseURI| attributes of the
95            document created.
96            (_ProcessingInstructionDTD): Sets the |manakaiBaseURI|
97            property of the created node.
98            (_SystemLiteral): Sets the |manakaiDeclarationBaseURI|
99            of the created node.
100            (ls-input-to-input-file.default): Sets the resolved
101            system identifier to the |documentURI| attribute if available.
102            Sets the |baseURI| attribute if available.
103    
104    2006-03-05  Wakaba  <wakaba@suika.fam.cx>
105    
106            * XDoctype.dis (DocumentTypeDefinition.implementation): New attribute.
107            (Node.baseURI): New attribute implementations.
108            (declarationBaseURI): Setter is added.
109            (manakaiDeclarationBaseURI): New attribute.
110    
111            * Tree.dis (Require): A reference to the |MURI:Generic|
112            module is added.
113            (Node.baseURI): The implementation is revised.
114            (getNodeReference): Attribute node classes specialized
115            to attribute names are supported.
116            (contentBaseURI, htmlBaseURI): Removed.
117            (manakaiEntityBaseURI): New attribute.
118            (ManakaiDOMImplementationDocument): It now inherits
119            the |urigen:URIImplementation| class.
120    
121            * DOMMain.dis (isRelativeDOMURI): The definition
122            of the URI scheme is synced with |Message::URI::Generic|'s
123            one.
124    
125            * DOMXML.dis (Require): A reference to |DISlib:DISMarkup|
126            module is added.
127            (DocumentType.implementation): New attribute.
128            (Node.baseURI): Implementations are added.
129            (manakaiDeclarationBaseURI): New attributes.
130            (manakaiEntityBaseURI): New attributes.
131            (manakaiEntityURI): New attribute.
132            (manakaiExternal): New attribute.
133            (manakaiBaseURI): New attribute.
134            (ManakaiDOMXMLBaseAttr): New class.
135    
136    2006-02-26  Wakaba  <wakaba@suika.fam.cx>
137    
138            * SimpleLS.dis (Require): Reference to the |MDOM:Tree|
139            module was missing.
140    
141            * ManakaiDOMLS2003.dis: Some property names was incorrect.
142    
143            * Makefile (distclean): New rule.
144    
145    2006-02-26  Wakaba  <wakaba@suika.fam.cx>
146    
147            * DOMLS.dis: Removed from the CVS repository, since
148            it has been no longer required to make the |daf| system
149            itself.
150    
151    2006-02-26  Wakaba  <wakaba@suika.fam.cx>
152    
153            * Makefile: Revised for new |daf| database format.
154    
155    2006-02-25  Wakaba  <wakaba@suika.fam.cx>
156    
157            * DOMFeature.dis (Require): Missing reference to |DISlib:Test|
158            module is added.
159    
160    2006-02-22  Wakaba  <wakaba@suika.fam.cx>
161    
162            * DOMLS.dis: Constants were typed as |dx:ErrorCode|
163            by mistake.
164    
165  2006-02-18  Wakaba  <wakaba@suika.fam.cx>  2006-02-18  Wakaba  <wakaba@suika.fam.cx>
166    
167          * XMLParser.dis (ManakaiDOMXMLParser): Implements |DOMLS:ParseString10|          * XMLParser.dis (ManakaiDOMXMLParser): Implements |DOMLS:ParseString10|

Legend:
Removed from v.1.131  
changed lines
  Added in v.1.146

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24