/[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.13 by wakaba, Fri Oct 31 04:57:32 2003 UTC revision 1.37 by wakaba, Fri Sep 9 04:26:06 2005 UTC
# Line 1  Line 1 
1    2005-09-08  Wakaba  <wakaba@suika.fam.cx>
2    
3            * Makefile: Renewaled.
4    
5            * ManakaiNode.dis (free): New method.
6    
7    2005-09-07  Wakaba  <wakaba@suika.fam.cx>
8    
9            * DIS.dis: Interfaces added.
10            (free): New method.
11    
12            * PerlCode.dis: Interfaces added.
13    
14    2005-09-06  Wakaba  <wakaba@suika.fam.cx>
15    
16            * DIS.dis (plName): Use AppName attribute, if any,
17            for ManakaiDOM:ConstGroup resources.
18    
19    2005-09-05  Wakaba  <wakaba@suika.fam.cx>
20    
21            * DIS.dis (plGeneratePerlModuleFile): Don't generate code for
22            the same class or variable twice whose alias is defined
23            in the same module.
24    
25    2005-09-04  Wakaba  <wakaba@suika.fam.cx>
26    
27            * PerlCode.dis (ManakaiPerlSub.IntClone): Copies pc:localName
28            and pc:prortotype properties.
29    
30            * DIS.dis (plAdditionalISAPackages): New attribute.
31    
32    2005-09-01  Wakaba  <wakaba@suika.fam.cx>
33    
34            * DIS.dis (plCodeFragment): The ManakaiDOM:boolean datatype
35            supported.
36    
37    2005-08-31  Wakaba  <wakaba@suika.fam.cx>
38    
39            * DIS.dis (uris): New attribute.
40    
41    2005-08-30  Wakaba  <wakaba@suika.fam.cx>
42    
43            * DIS.dis (plFilePathStem): New attribute.
44    
45    2005-08-29  Wakaba  <wakaba@suika.fam.cx>
46    
47            * DIS.dis (plFileNameStem): New attribute.
48    
49    2005-08-28  Wakaba  <wakaba@suika.fam.cx>
50    
51            * DIS.dis (plCodeFragment): Type ManakaiDOM:InCase supported.
52    
53    2005-08-26  Wakaba  <wakaba@suika.fam.cx>
54    
55            * DIS.dis: Typo fixed for replacing namespace URI and local name
56            in reflecting code.
57            (mvLocalName, mvNamespaceURI): Use "localName" and "namespaceURI"
58            attribute values as their default.
59            (mvPrefix, qnameValuePrefix): New attributes.
60    
61            * ManakaiNode.dis: Tests whether "defined" rather than true or not
62            in "while" conditions.
63    
64    2005-08-15  Wakaba  <wakaba@suika.fam.cx>
65    
66            * ManakaiNode.dis (Util:): Now Perl package name for interfaces
67            is defined.
68    
69            * DIS.dis (mediaTypeURI): Returns $defaultMediaType
70            parameter value if dis:ContentType attribute is missing.
71    
72            * ManakaiNode.dis (importTree): Use "isa" function
73            to check whether a object is an instance of the manakai
74            node model.
75            (NodeStem, NodeRef): New lightweight variant
76            of ManakaiDOM:ManakaiDOMNodeObject
77            and ManakaiDOM:ManakaiDOMNodeReference.
78    
79    2005-05-29  Wakaba  <wakaba@suika.fam.cx>
80    
81            * DIS.dis (plGeneratePerlModuleFile): Bug fixed so that
82            even if DOMMetaImpl:provideFeature has child nodes but
83            they are not DOMMetaImpl:providedThrough a ImplFeature
84            statement is generated.
85            (plCodeFragment): Bug fixed so that dis:SetProp works correctly.
86    
87    2005-05-26  Wakaba  <wakaba@suika.fam.cx>
88    
89            * Makefile: Rules for DISDoc module added.
90    
91    2005-05-23  Wakaba  <wakaba@suika.fam.cx>
92    
93            * DIS.dis (ManakaiDISResourceDefinition, ManakaiDISForDefinition,
94            ManakaiDISModuleDefinition): "getFeature" method added.
95    
96    2005-03-06  Wakaba  <wakaba@suika.fam.cx>
97    
98            * DIS.dis (Require): Loads PerlCode module.
99    
100    2005-03-05  Wakaba  <wakaba@suika.fam.cx>
101    
102            * PerlCode.dis: Operator overloading is implemented.
103    
104    2005-03-04  Wakaba  <wakaba@suika.fam.cx>
105    
106            * ManakaiNode.dis: Checks type, to support SuikaWikiConfig21
107            module's binding properties.
108    
109    2005-03-03  Wakaba  <wakaba@suika.fam.cx>
110    
111            * PerlCode.dis: New module.
112    
113    2005-02-26  Wakaba  <wakaba@suika.fam.cx>
114    
115            * DIS.dis (DISModuleResolver): New interface.
116    
117    2005-02-21  Wakaba  <wakaba@suika.fam.cx>
118    
119            * DIS.dis: New module.
120    
121            * ManakaiNode.dis: New "subnode0" property category introduced.
122    
123    2005-02-17  Wakaba  <wakaba@suika.fam.cx>
124    
125            * ManakaiNode.dis: New module.
126    
127    2005-01-05  Wakaba  <wakaba@suika.fam.cx>
128    
129            * Error.pm (___rule_def[p]): Don't output anything if not exists
130            that parameter.
131    
132    2004-09-30  Wakaba  <wakaba@suika.fam.cx>
133    
134            * Error.pm (___rule_def): "p" added; now "t" is obsolete.
135    
136    2004-04-02  Wakaba  <wakaba@suika.fam.cx>
137    
138            * Error.pm (report): Error depth fixed.
139            (___rule_def:t): New parameters empty and undef introduced.
140    
141    2004-01-17  Wakaba  <wakaba@suika.fam.cx>
142    
143            * Error.pm: Some fixes w.r.t. Error::Depth.
144    
145    2003-12-06  Wakaba  <wakaba@suika.fam.cx>
146    
147            * Error.pm (___error_def): Renamed from ___errors.
148    
149    2003-12-01  Wakaba  <wakaba@suika.fam.cx>
150    
151            * Error.pm (___get_error_def): Now support inherit. (It was not work.)
152    
153    2003-11-15  Wakaba  <wakaba@suika.fam.cx>
154    
155            * Error.pm: Use Message::Util::Formatter::Text to construct error messages.
156    
157    2003-11-13  Wakaba  <wakaba@suika.fam.cx>
158    
159            * Formatter: New directory.
160    
161    2003-11-12  Wakaba  <wakaba@suika.fam.cx>
162    
163            * Error.pm: Rewritten.
164    
165  2003-10-25  Wakaba  <wakaba@suika.fam.cx>  2003-10-25  Wakaba  <wakaba@suika.fam.cx>
166    
167          * Formatter.pm (replace): Allow '%foo () ;'.          * Formatter.pm (replace): Allow '%foo () ;'.

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.37

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24