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

Legend:
Removed from v.1.32  
changed lines
  Added in v.1.45

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24