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

Legend:
Removed from v.1.123  
changed lines
  Added in v.1.143

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24