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

Legend:
Removed from v.1.31  
changed lines
  Added in v.1.43

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24