/[suikacvs]/messaging/manakai/lib/Message/Util/ChangeLog
Suika

Diff of /messaging/manakai/lib/Message/Util/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

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

Legend:
Removed from v.1.120  
changed lines
  Added in v.1.144

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24