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

Legend:
Removed from v.1.133  
changed lines
  Added in v.1.148

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24