1 |
|
2006-04-04 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* TreeCore.dis: The |DOMMain:raiseException| elements |
4 |
|
are replaced by |disPerl:EXCEPTION|s. |
5 |
|
|
6 |
|
2006-04-03 Wakaba <wakaba@suika.fam.cx> |
7 |
|
|
8 |
|
* DOMMain.dis (GetPropNode, CheckReadOnly): Removed. |
9 |
|
|
10 |
|
* Node.dis (cfg:dtd-default-attribute): The configuration |
11 |
|
parameter |cfg:dtd-default-attributes| is renamed |
12 |
|
as |cfg:dtd-default-attribute|. |
13 |
|
(Roles): Definitions are changed so that classes |
14 |
|
that implement those classes MUST implement the |Node| |
15 |
|
and its subinterfaces. |
16 |
|
(cfg:dtd-attribute-type): New configuration parameter. |
17 |
|
|
18 |
|
* Document.dis (adoptNode): Don't throw exception |
19 |
|
if |strictErrorChecking| is |false|. |
20 |
|
|
21 |
|
* Element.dis (setAttribute, setAttributeNS): Don't |
22 |
|
set [attribute type] if the |cfg:dtd-attribute-type| |
23 |
|
configuration parameter is set to |false|. |
24 |
|
(removeAttribute, removeAttributeNS, removeAttributeNode): Don't |
25 |
|
regenerate default attribute nodes if the |cfg:dtd-default-attribute| |
26 |
|
configuration parameter is set to |false|. |
27 |
|
|
28 |
|
2006-04-02 Wakaba <wakaba@suika.fam.cx> |
29 |
|
|
30 |
|
* TreeStore.dis: New module. |
31 |
|
|
32 |
|
* Makefile: |TreeStore.dis| is added. |
33 |
|
|
34 |
|
2006-04-02 Wakaba <wakaba@suika.fam.cx> |
35 |
|
|
36 |
|
* XMLParser.dis: Updated so that it can be used |
37 |
|
with |TreeCore.pm|, |Document.pm|, |Element.pm|, |
38 |
|
and |XML.pm|. Set the read-only flag to |
39 |
|
the |DocumentType|, |Entity|, and |EntityReference| noes. |
40 |
|
|
41 |
|
* Node.dis (textContent): It did not handle descendant |
42 |
|
element and entity reference nodes. |
43 |
|
|
44 |
|
* Element.dis, XML.dis (manakaiBaseURI.get): Its |
45 |
|
definition has been changed to return only explicit |
46 |
|
base URI specification. |
47 |
|
|
48 |
|
* DOMLS.dis (LSInput, LSOutput): They no longer |
49 |
|
inherits the |ManakaiDOM:ManakaiDOMObject| class. |
50 |
|
|
51 |
|
* Tree.dis, DOMXML.dis, ManakaiDOMLS2003.dis: Removed. |
52 |
|
|
53 |
|
* Tree.pm, DOMXML.pm: Removed. |
54 |
|
|
55 |
|
* TreeCore.pm, Document.pm, Element.pm: Added |
56 |
|
to the CVS repository since they are necessary to |
57 |
|
build the dis library. |
58 |
|
|
59 |
|
* Makefile: Sync'ed to new modules disposition. |
60 |
|
|
61 |
|
2006-04-02 Wakaba <wakaba@suika.fam.cx> |
62 |
|
|
63 |
|
* Makefile: Rules for |Tree.pm| and |DOMXML.pm| are |
64 |
|
removed. For |Element.pm| and |Document.pm| are added. |
65 |
|
|
66 |
|
* Document.dis, Element.dis: New module split from |TreeCore.dis|. |
67 |
|
|
68 |
|
* TreeCore.dis (Document, DocumentFragment, Element, Attr): Removed. |
69 |
|
|
70 |
|
2006-04-01 Wakaba <wakaba@suika.fam.cx> |
71 |
|
|
72 |
|
* DOMFeature.dis (getImplementation, getImplementationList): Support |
73 |
|
for new class information variables. |
74 |
|
(DOMLS:Generic): This old feature name is removed. |
75 |
|
|
76 |
|
* GenericLS.dis (createGLSParser, createGLSSerializer): Support |
77 |
|
for new class information variables. |
78 |
|
|
79 |
|
* TreeCore.dis (manakaiExpandedURI): New attribute. |
80 |
|
(Document, Element.___create_node_ref): New method |
81 |
|
implementations. |
82 |
|
|
83 |
2006-04-01 Wakaba <wakaba@suika.fam.cx> |
2006-04-01 Wakaba <wakaba@suika.fam.cx> |
84 |
|
|
85 |
* TreeCore.dis (setIdAttribute, setIdAttributeNS, setIdAttributeNode): |
* TreeCore.dis (setIdAttribute, setIdAttributeNS, setIdAttributeNode): |