1 |
|
2006-12-02 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* Makefile: |lib/Message/DOM/DOMString.pm| is added. |
4 |
|
|
5 |
|
2006-11-05 Wakaba <wakaba@suika.fam.cx> |
6 |
|
|
7 |
|
* Grove.dis (mg:nodeRefClass, mg:nodeRefInterfaces): Removed. |
8 |
|
|
9 |
|
2006-11-04 Wakaba <wakaba@suika.fam.cx> |
10 |
|
|
11 |
|
* DIS.dis (ManakaiDISImplementation): It no longer |
12 |
|
inherits |ManakaiDISImplementationValue|, |
13 |
|
|ManakaiDISImplementationPerl|, and |ManakaiSWCFGImplementation| |
14 |
|
interfaces. The class is now expected to be implemented |
15 |
|
by |DOMImplementation| objects. |
16 |
|
|
17 |
|
* PerlCode.dis (addImplementedFeature, addImplementedElementType): |
18 |
|
New methods. |
19 |
|
(PCHasFeature, PCElementType): New interfaces. |
20 |
|
(PCDocument): It no longer inherits the |ManakaiDOMDocument|; it |
21 |
|
is now expected to be implemented by |Document| |
22 |
|
objects. |
23 |
|
(PCImplementation): It no longer inherits the |ManakaiDOMImplementation|; |
24 |
|
it is now expected to be implemented by |DOMImplementation| |
25 |
|
objects. |
26 |
|
|
27 |
|
2006-11-03 Wakaba <wakaba@suika.fam.cx> |
28 |
|
|
29 |
|
* autoload/: New directory. |
30 |
|
|
31 |
|
* DIS.dis (getPropertyResourceList): Unused |defaultMediaType| |
32 |
|
parameter is deleted. New |isaRecursivePropName| |
33 |
|
and |recursiveISAPropName| parameters are added. |
34 |
|
|
35 |
|
* PerlCode.dis (addRevISAPackageName, getRevISAPackageName): |
36 |
|
New methods. |
37 |
|
(stringify): Support for the rev-ISA packages is added. |
38 |
|
(getAutoloadDefinitionList): New method. |
39 |
|
|
40 |
|
2006-08-15 Wakaba <wakaba@suika.fam.cx> |
41 |
|
|
42 |
|
* DIS.dis (parseString): New |for_arg| parameter is added. |
43 |
|
|
44 |
|
2006-08-15 Wakaba <wakaba@suika.fam.cx> |
45 |
|
|
46 |
|
* DIS.dis (readProperties): New |implementation| parameters |
47 |
|
are added. Support for the |lang:dcmodel| lexical |
48 |
|
type is added. |
49 |
|
(parseString): New method. |
50 |
|
|
51 |
|
2006-08-15 Wakaba <wakaba@suika.fam.cx> |
52 |
|
|
53 |
|
* Makefile (.discore-all.pm): |../DOM/TreeStore.pm| is added |
54 |
|
to the list. |
55 |
|
|
56 |
|
2006-05-28 Wakaba <wakaba@suika.fam.cx> |
57 |
|
|
58 |
|
* DIS.dis (Require): An explicit reference to the |MDOM:DOMCore| |
59 |
|
module is added. |
60 |
|
(readProperties): The support for the |DISCore:NSString| type |
61 |
|
is added. |
62 |
|
|
63 |
|
2006-04-30 Wakaba <wakaba@suika.fam.cx> |
64 |
|
|
65 |
|
* .cvsignore: Updated. |
66 |
|
|
67 |
|
2006-04-16 Wakaba <wakaba@suika.fam.cx> |
68 |
|
|
69 |
|
* PerlCode.t (CDATADOMString2): New reflecting datatype. |
70 |
|
(prototype): Returns |null| if it is not specified. |
71 |
|
|
72 |
|
2006-04-16 Wakaba <wakaba@suika.fam.cx> |
73 |
|
|
74 |
|
* Makefile (.discore-all.pm): |CharacterData.pm| is added. |
75 |
|
|
76 |
|
2006-04-05 Wakaba <wakaba@suika.fam.cx> |
77 |
|
|
78 |
|
* Grove.dis (generateUniqueID): Don't include random number; it |
79 |
|
is unnecessary as long as only local uniquness is required. |
80 |
|
(destroy): Delete singleton. |
81 |
|
|
82 |
|
* PerlCode.dis (createPCLiteral): A variable was not set. |
83 |
|
|
84 |
|
2006-04-04 Wakaba <wakaba@suika.fam.cx> |
85 |
|
|
86 |
|
* DIS.dis (Require): Requires the |MDOM:TreeStore| module. |
87 |
|
(getNodeFromStorage, setNodeToStorage): New methods. |
88 |
|
|
89 |
|
2006-04-04 Wakaba <wakaba@suika.fam.cx> |
90 |
|
|
91 |
|
* PerlCode.dis (PropDef): Removed (they were not used). |
92 |
|
(appendPackage, appendCodeFragment): Removed. |
93 |
|
(PCImplementation.createPerl* factoty methods): Removed. |
94 |
|
(setSubNode, setOverloadSub): Removed. |
95 |
|
(Node setter attributes): They no longer call |adoptNode| |
96 |
|
method. |
97 |
|
(PCImplementation): Don't inherit |dx:ManakaiDefaultExceptionHandler|. |
98 |
|
(PCException): Removed. |
99 |
|
|
100 |
|
* Grove.dis (destroy): Threshold value experimentally changed. |
101 |
|
|
102 |
|
2006-04-04 Wakaba <wakaba@suika.fam.cx> |
103 |
|
|
104 |
|
* Grove.dis (collectGarbage): The gc algorithm has |
105 |
|
been changed (a variant of mark and sweep). |
106 |
|
|
107 |
|
2006-04-04 Wakaba <wakaba@suika.fam.cx> |
108 |
|
|
109 |
|
* Grove.dis (collectGarbage): Exit loops by |undef| from |each|. |
110 |
|
|
111 |
|
2006-04-03 Wakaba <wakaba@suika.fam.cx> |
112 |
|
|
113 |
|
* DIS.dis (NO_PERL_CODE_IMPL_ERR): Removed. |
114 |
|
|
115 |
|
* ManakaiNode.dis (GetProp, SetProp): Removed. |
116 |
|
|
117 |
|
2006-04-03 Wakaba <wakaba@suika.fam.cx> |
118 |
|
|
119 |
|
* Grove.dis (mg:mutations): It is changed from array |
120 |
|
reference to hash reference. |
121 |
|
|
122 |
|
* PerlCode.dis (replaceVariable): The |pc2:| namespace |
123 |
|
support. |
124 |
|
(IN_USE_NODE_ERR, BAD_CHILD_ERR): Removed. |
125 |
|
(createPCIf, createPCPackage): New methods. |
126 |
|
(createPCFile): Renamed from |createPerlFile|. Set |
127 |
|
configuration parameters. |
128 |
|
|
129 |
|
2006-04-02 Wakaba <wakaba@suika.fam.cx> |
130 |
|
|
131 |
|
* Makefile: Update to new modules. |
132 |
|
|
133 |
|
2006-04-01 Wakaba <wakaba@suika.fam.cx> |
134 |
|
|
135 |
|
* Grove.dis (destroy): Threshold value changed to 4096. |
136 |
|
|
137 |
|
* PerlCode.dis (PerlCode): Associated as the default |
138 |
|
class with |pc:*| and |pc2:*| element types. |
139 |
|
(currentPackage, currentChunkNumber, getNextChunkNumber): Removed. |
140 |
|
(ReflectCDATA): Reimplemented using standard |Element| |
141 |
|
methods. |
142 |
|
(sourceFile, sourceLine, currentSourceFile, currentSourceLine, |
143 |
|
skipLines): Removed. |
144 |
|
(pc:line): Removed. |
145 |
|
(stringify): Support for the |pc:line| configuration |
146 |
|
parameter is removed. |
147 |
|
|
148 |
|
* DIS.dis (isFeatureProvided): Removed. |
149 |
|
|
150 |
|
2006-03-31 Wakaba <wakaba@suika.fam.cx> |
151 |
|
|
152 |
|
* Makefile (clean-db): New rule. |
153 |
|
|
154 |
|
* Grove.dis (onunload): New internal property. |
155 |
|
(collectGarbage): Invoke the |mg:onunload| code if available. |
156 |
|
|
157 |
|
2006-03-31 Wakaba <wakaba@suika.fam.cx> |
158 |
|
|
159 |
|
* Grove.dis (getNodeStemProp0Node): The |$opt| option |
160 |
|
parameter is added. |
161 |
|
(mg:nodeRefInterfaces): New property. |
162 |
|
|
163 |
|
2006-03-30 Wakaba <wakaba@suika.fam.cx> |
164 |
|
|
165 |
|
* DIS.dis (mvLocalName, mvNamespaceURI): Namespace |
166 |
|
unaware attribute name is supported. |
167 |
|
|
168 |
|
* Grove.dis (setOwnerPropRR, deleteOwnerProp, createNodeRefHashFromID): |
169 |
|
New codes. |
170 |
|
(nodeRefClass): New property (moved from the |MDOM:TreeCore| |
171 |
|
module). |
172 |
|
|
173 |
|
2006-03-24 Wakaba <wakaba@suika.fam.cx> |
174 |
|
|
175 |
|
* Grove.dis (getNodeRefPropValue, setNodeRefPropValue): New codes. |
176 |
|
|
177 |
2006-03-21 Wakaba <wakaba@suika.fam.cx> |
2006-03-21 Wakaba <wakaba@suika.fam.cx> |
178 |
|
|
179 |
* Grove.dis (get++NodeStemPropValue, orSetNodeStemPropValue): New |
* Grove.dis (get++NodeStemPropValue, orSetNodeStemPropValue): New |