/[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.28 by wakaba, Tue May 24 12:04:01 2005 UTC revision 1.41 by wakaba, Thu Sep 22 11:02:32 2005 UTC
# Line 1  Line 1 
1    2005-09-22  Wakaba  <wakaba@suika.fam.cx>
2    
3            * DIS.dis (Util:): Added for DIS|ForEmpty and DIS|ForLatest.
4            (disIsNullable): Reimplemented.
5    
6    2005-09-21  Wakaba  <wakaba@suika.fam.cx>
7    
8            * DIS.dis (addNamespaceBinding): New method.
9    
10    2005-09-20  Wakaba  <wakaba@suika.fam.cx>
11    
12            * DIS.dis: Use valueRef and nodeIDRef where possible so
13            that dad file can share text data if possible.
14            For resources, {subOf} and {supOf} is now optional.
15            (sourceNodeIDRef): New attribute.
16    
17    2005-09-19  Wakaba  <wakaba@suika.fam.cx>
18    
19            * DIS.dis: Parameter "databaseArg" added to various
20            methods to support objects that have no associated
21            database.
22            (getNamespaceBindingList, getDefaultNamespaceURIRef): New
23            methods.
24            (NO_RDF_TYPE_ERR): New error type.
25            (loadResource): Throws NO_RDF_TYPE_ERR if no rdf:type
26            attribute specified for a resource definition.
27    
28    2005-09-16  Wakaba  <wakaba@suika.fam.cx>
29    
30            * DIS.dis (DISResourceProp): Methods reimplemented to
31            support DIS/Value values.
32    
33    2005-09-15  Wakaba  <wakaba@suika.fam.cx>
34    
35            * DIS.dis (readProperties): New methods.  Emploies DIS/Value
36            classes for internal data structure.
37    
38    2005-09-14  Wakaba  <wakaba@suika.fam.cx>
39    
40            * DIS.dis: Now references DIS/Value.dis.
41            (DISAnyResource): New interface separeted from DISModule.
42            DISFor and DISResource.
43    
44    2005-09-13  Wakaba  <wakaba@suika.fam.cx>
45    
46            * DIS.dis: Perl-related methods are moved to a separate
47            module "DIS/Perl.dis".
48    
49    2005-09-08  Wakaba  <wakaba@suika.fam.cx>
50    
51            * Makefile: Renewaled.
52    
53            * ManakaiNode.dis (free): New method.
54    
55    2005-09-07  Wakaba  <wakaba@suika.fam.cx>
56    
57            * DIS.dis: Interfaces added.
58            (free): New method.
59    
60            * PerlCode.dis: Interfaces added.
61    
62    2005-09-06  Wakaba  <wakaba@suika.fam.cx>
63    
64            * DIS.dis (plName): Use AppName attribute, if any,
65            for ManakaiDOM:ConstGroup resources.
66    
67    2005-09-05  Wakaba  <wakaba@suika.fam.cx>
68    
69            * DIS.dis (plGeneratePerlModuleFile): Don't generate code for
70            the same class or variable twice whose alias is defined
71            in the same module.
72    
73    2005-09-04  Wakaba  <wakaba@suika.fam.cx>
74    
75            * PerlCode.dis (ManakaiPerlSub.IntClone): Copies pc:localName
76            and pc:prortotype properties.
77    
78            * DIS.dis (plAdditionalISAPackages): New attribute.
79    
80    2005-09-01  Wakaba  <wakaba@suika.fam.cx>
81    
82            * DIS.dis (plCodeFragment): The ManakaiDOM:boolean datatype
83            supported.
84    
85    2005-08-31  Wakaba  <wakaba@suika.fam.cx>
86    
87            * DIS.dis (uris): New attribute.
88    
89    2005-08-30  Wakaba  <wakaba@suika.fam.cx>
90    
91            * DIS.dis (plFilePathStem): New attribute.
92    
93    2005-08-29  Wakaba  <wakaba@suika.fam.cx>
94    
95            * DIS.dis (plFileNameStem): New attribute.
96    
97    2005-08-28  Wakaba  <wakaba@suika.fam.cx>
98    
99            * DIS.dis (plCodeFragment): Type ManakaiDOM:InCase supported.
100    
101    2005-08-26  Wakaba  <wakaba@suika.fam.cx>
102    
103            * DIS.dis: Typo fixed for replacing namespace URI and local name
104            in reflecting code.
105            (mvLocalName, mvNamespaceURI): Use "localName" and "namespaceURI"
106            attribute values as their default.
107            (mvPrefix, qnameValuePrefix): New attributes.
108    
109            * ManakaiNode.dis: Tests whether "defined" rather than true or not
110            in "while" conditions.
111    
112    2005-08-15  Wakaba  <wakaba@suika.fam.cx>
113    
114            * ManakaiNode.dis (Util:): Now Perl package name for interfaces
115            is defined.
116    
117            * DIS.dis (mediaTypeURI): Returns $defaultMediaType
118            parameter value if dis:ContentType attribute is missing.
119    
120            * ManakaiNode.dis (importTree): Use "isa" function
121            to check whether a object is an instance of the manakai
122            node model.
123            (NodeStem, NodeRef): New lightweight variant
124            of ManakaiDOM:ManakaiDOMNodeObject
125            and ManakaiDOM:ManakaiDOMNodeReference.
126    
127    2005-05-29  Wakaba  <wakaba@suika.fam.cx>
128    
129            * DIS.dis (plGeneratePerlModuleFile): Bug fixed so that
130            even if DOMMetaImpl:provideFeature has child nodes but
131            they are not DOMMetaImpl:providedThrough a ImplFeature
132            statement is generated.
133            (plCodeFragment): Bug fixed so that dis:SetProp works correctly.
134    
135    2005-05-26  Wakaba  <wakaba@suika.fam.cx>
136    
137            * Makefile: Rules for DISDoc module added.
138    
139  2005-05-23  Wakaba  <wakaba@suika.fam.cx>  2005-05-23  Wakaba  <wakaba@suika.fam.cx>
140    
141          * DIS.dis (ManakaiDISResourceDefinition, ManakaiDISForDefinition,          * DIS.dis (ManakaiDISResourceDefinition, ManakaiDISForDefinition,

Legend:
Removed from v.1.28  
changed lines
  Added in v.1.41

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24