1 |
|
2006-12-30 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* PerlCode.dis, DIS.dis, ManakaiNode.dis, |
4 |
|
ManakaiNodeTest.dis: |For| specifications are removed. |
5 |
|
|
6 |
|
* common.dis: New module. |
7 |
|
|
8 |
|
* DIS.dis, PerlCode.dis, ManakaiNode.dis: |Util:| resource |
9 |
|
definitions are removed (and moved to |common.dis|). |
10 |
|
|
11 |
|
* DIS.dis (ForEmpty, ForLatest): Removed. |
12 |
|
|
13 |
|
* DIS.dis: |WithFor| and |DefaultFor| are removed. |
14 |
|
|
15 |
|
2006-12-30 Wakaba <wakaba@suika.fam.cx> |
16 |
|
|
17 |
|
* PerlCode.dis: |WithFor| and |DefaultFor| are removed. |
18 |
|
|
19 |
|
2006-12-30 Wakaba <wakaba@suika.fam.cx> |
20 |
|
|
21 |
|
* DIS.dis, PerlCode.dis: References to the |ManakaiDOM:ManakaiDOM| |
22 |
|
mode are removed. |
23 |
|
|
24 |
|
2006-12-30 Wakaba <wakaba@suika.fam.cx> |
25 |
|
|
26 |
|
* DIS.dis (ModuleRole, ForRole, ResourceRole, |
27 |
|
DatabaseRole, ElementRole): Removed. |
28 |
|
(DISParser.new): Removed. |
29 |
|
(getFeature): Removed. |
30 |
|
(hasFeature): Removed. |
31 |
|
|
32 |
|
* Grove.dis: Removed. |
33 |
|
|
34 |
|
2006-12-29 Wakaba <wakaba@suika.fam.cx> |
35 |
|
|
36 |
|
* PerlCode.dis (createPCFile): Removed. |
37 |
|
(createPCDocument): New method. |
38 |
|
|
39 |
|
2006-12-02 Wakaba <wakaba@suika.fam.cx> |
40 |
|
|
41 |
|
* Makefile: |lib/Message/DOM/DOMString.pm| is added. |
42 |
|
|
43 |
|
2006-11-05 Wakaba <wakaba@suika.fam.cx> |
44 |
|
|
45 |
|
* Grove.dis (mg:nodeRefClass, mg:nodeRefInterfaces): Removed. |
46 |
|
|
47 |
|
2006-11-04 Wakaba <wakaba@suika.fam.cx> |
48 |
|
|
49 |
|
* DIS.dis (ManakaiDISImplementation): It no longer |
50 |
|
inherits |ManakaiDISImplementationValue|, |
51 |
|
|ManakaiDISImplementationPerl|, and |ManakaiSWCFGImplementation| |
52 |
|
interfaces. The class is now expected to be implemented |
53 |
|
by |DOMImplementation| objects. |
54 |
|
|
55 |
|
* PerlCode.dis (addImplementedFeature, addImplementedElementType): |
56 |
|
New methods. |
57 |
|
(PCHasFeature, PCElementType): New interfaces. |
58 |
|
(PCDocument): It no longer inherits the |ManakaiDOMDocument|; it |
59 |
|
is now expected to be implemented by |Document| |
60 |
|
objects. |
61 |
|
(PCImplementation): It no longer inherits the |ManakaiDOMImplementation|; |
62 |
|
it is now expected to be implemented by |DOMImplementation| |
63 |
|
objects. |
64 |
|
|
65 |
|
2006-11-03 Wakaba <wakaba@suika.fam.cx> |
66 |
|
|
67 |
|
* autoload/: New directory. |
68 |
|
|
69 |
|
* DIS.dis (getPropertyResourceList): Unused |defaultMediaType| |
70 |
|
parameter is deleted. New |isaRecursivePropName| |
71 |
|
and |recursiveISAPropName| parameters are added. |
72 |
|
|
73 |
|
* PerlCode.dis (addRevISAPackageName, getRevISAPackageName): |
74 |
|
New methods. |
75 |
|
(stringify): Support for the rev-ISA packages is added. |
76 |
|
(getAutoloadDefinitionList): New method. |
77 |
|
|
78 |
|
2006-08-15 Wakaba <wakaba@suika.fam.cx> |
79 |
|
|
80 |
|
* DIS.dis (parseString): New |for_arg| parameter is added. |
81 |
|
|
82 |
|
2006-08-15 Wakaba <wakaba@suika.fam.cx> |
83 |
|
|
84 |
|
* DIS.dis (readProperties): New |implementation| parameters |
85 |
|
are added. Support for the |lang:dcmodel| lexical |
86 |
|
type is added. |
87 |
|
(parseString): New method. |
88 |
|
|
89 |
|
2006-08-15 Wakaba <wakaba@suika.fam.cx> |
90 |
|
|
91 |
|
* Makefile (.discore-all.pm): |../DOM/TreeStore.pm| is added |
92 |
|
to the list. |
93 |
|
|
94 |
|
2006-05-28 Wakaba <wakaba@suika.fam.cx> |
95 |
|
|
96 |
|
* DIS.dis (Require): An explicit reference to the |MDOM:DOMCore| |
97 |
|
module is added. |
98 |
|
(readProperties): The support for the |DISCore:NSString| type |
99 |
|
is added. |
100 |
|
|
101 |
|
2006-04-30 Wakaba <wakaba@suika.fam.cx> |
102 |
|
|
103 |
|
* .cvsignore: Updated. |
104 |
|
|
105 |
|
2006-04-16 Wakaba <wakaba@suika.fam.cx> |
106 |
|
|
107 |
|
* PerlCode.t (CDATADOMString2): New reflecting datatype. |
108 |
|
(prototype): Returns |null| if it is not specified. |
109 |
|
|
110 |
|
2006-04-16 Wakaba <wakaba@suika.fam.cx> |
111 |
|
|
112 |
|
* Makefile (.discore-all.pm): |CharacterData.pm| is added. |
113 |
|
|
114 |
|
2006-04-05 Wakaba <wakaba@suika.fam.cx> |
115 |
|
|
116 |
|
* Grove.dis (generateUniqueID): Don't include random number; it |
117 |
|
is unnecessary as long as only local uniquness is required. |
118 |
|
(destroy): Delete singleton. |
119 |
|
|
120 |
|
* PerlCode.dis (createPCLiteral): A variable was not set. |
121 |
|
|
122 |
|
2006-04-04 Wakaba <wakaba@suika.fam.cx> |
123 |
|
|
124 |
|
* DIS.dis (Require): Requires the |MDOM:TreeStore| module. |
125 |
|
(getNodeFromStorage, setNodeToStorage): New methods. |
126 |
|
|
127 |
|
2006-04-04 Wakaba <wakaba@suika.fam.cx> |
128 |
|
|
129 |
|
* PerlCode.dis (PropDef): Removed (they were not used). |
130 |
|
(appendPackage, appendCodeFragment): Removed. |
131 |
|
(PCImplementation.createPerl* factoty methods): Removed. |
132 |
|
(setSubNode, setOverloadSub): Removed. |
133 |
|
(Node setter attributes): They no longer call |adoptNode| |
134 |
|
method. |
135 |
|
(PCImplementation): Don't inherit |dx:ManakaiDefaultExceptionHandler|. |
136 |
|
(PCException): Removed. |
137 |
|
|
138 |
|
* Grove.dis (destroy): Threshold value experimentally changed. |
139 |
|
|
140 |
|
2006-04-04 Wakaba <wakaba@suika.fam.cx> |
141 |
|
|
142 |
|
* Grove.dis (collectGarbage): The gc algorithm has |
143 |
|
been changed (a variant of mark and sweep). |
144 |
|
|
145 |
2006-04-04 Wakaba <wakaba@suika.fam.cx> |
2006-04-04 Wakaba <wakaba@suika.fam.cx> |
146 |
|
|
147 |
* Grove.dis (collectGarbage): Exit loops by |undef| from |each|. |
* Grove.dis (collectGarbage): Exit loops by |undef| from |each|. |