/[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.49 by wakaba, Wed Sep 28 04:01:57 2005 UTC revision 1.62 by wakaba, Sat Oct 15 15:28:09 2005 UTC
# Line 1  Line 1 
1    2005-10-14  Wakaba  <wakaba@suika.fam.cx>
2    
3            * ManakaiNode.dis (anydata0): New property type.
4    
5            * PerlCode.dis (stringify): Prints node id if file name
6            is not available.
7            (perlLiteral): Prints as is if the value is blessed
8            with "manakai::code" package.
9    
10    2005-10-13  Wakaba  <wakaba@suika.fam.cx>
11    
12            * PerlCode.dis (CDATADOMString): Changed to use code
13            fragment defined in DOMCore module directly.
14    
15    2005-10-12  Wakaba  <wakaba@suika.fam.cx>
16    
17            * PerlCode.dis (ForClassCompat): Removed.
18    
19            * ManakaiNode.dis (ManakaiDOMNodeObject, ManakaiDOMNodeReference):
20            Removed.
21            (newNode): New method.
22            (generateUniqueID): Algorithm has changed to save random
23            string generation time.
24    
25            * DIS.dis (AUTOLOAD): "$Error::Level" fixed to "$Error::Depth".
26    
27    2005-10-11  Wakaba  <wakaba@suika.fam.cx>
28    
29            * PerlCode.dis (IfClsDef, IFClsETDef): New version of classes based
30            on DOMCore and element type definitions added.
31            (localName): Renamed to "pcLocalName" to avoid
32            conflict with "Node.localName" attribute.
33    
34    2005-10-10  Wakaba  <wakaba@suika.fam.cx>
35    
36            * DIS.dis (Require): Unused reference to "PerlCode.dis" removed.
37    
38            * Makefile: Rules to make "PerlCode.pm" separated
39            from ones for "DIS.pm".
40    
41            * ManakaiNode.dis (mn:unsetXRefNode): "$referent"
42            parameter is replaced with "$referrer->{$propName}".
43    
44            * PerlCode.dis (Require): References "DOMCore.dis".
45            (DefaultFor): Changed to "ManakaiDOM:ManakaiDOMLatest".
46            (Util: for ManakaiDOM:ManakaiDOM): New.
47    
48    2005-10-09  Wakaba  <wakaba@suika.fam.cx>
49    
50            * ManakaiNode.dis: New "mn:xrefnode0" property type has
51            been introduced and methods are fixed to support it.
52            (mn:setXRefNode, mn:unsetXRefNode): New codes.
53    
54            * DIS.dis (loadResource): Skips a root resource definition
55            if it is an alias and it has "dis:Name" attribute and
56            referenced canonical definition is already read.  (Note
57            that similar case that the resource definition has "dis:QName"
58            attribute is already fixed in the same way.)
59    
60    2005-10-08  Wakaba  <wakaba@suika.fam.cx>
61    
62            * DIS.dis (readProperties): Recognizes hexdecimal
63            in "DISCore:Integer" (prefixed by "0x").
64    
65    2005-10-08  Wakaba  <wakaba@suika.fam.cx>
66    
67            * PerlCode.dis (getExceptionInterfacePackageNameList,
68            addExceptionInterfacePackageName): New methods.
69            (ToString): Sorts hash keys where they result in
70            the order of statements in result code.
71    
72            * Error.pm ($DEBUG): New option variable.
73            (___get_error_def): Calls "___error_def" method in second or later "@ISA"
74            package even if elder package has "___error_def" method.
75    
76            * DIS.dis: Now constant values are only defined
77            in interfaces.
78            (DIS:NO_EXCEPTION_CLASS_ERR): New exception subcode.
79    
80    2005-10-06  Wakaba  <wakaba@suika.fam.cx>
81    
82            * DIS.dis (getAnyResourceURIList, getModuleURIList): New methods.
83    
84    2005-10-02  Wakaba  <wakaba@suika.fam.cx>
85    
86            * DIS.dis (getAnyResource): New method.
87            (isTypeURI): Now it is a method of "DIS:DISAnyResource" interface.
88            (getPropertyResource, getPropertyResourceList): Now
89            they uses "getAnyResource" method.
90            (getPropertyModuleList): Removed.
91    
92    2005-09-30  Wakaba  <wakaba@suika.fam.cx>
93    
94            * DIS.dis (readProperties): Saves property name to values.
95            (getPropertyModuleList): New method.
96    
97    2005-09-29  Wakaba  <wakaba@suika.fam.cx>
98    
99            * DIS.dis: Shares local name, namespace URI and for URI
100            if possible.
101    
102            * PerlCode.dis (stringify): Sorts "require" statements by module
103            name.
104    
105    2005-09-28  Wakaba  <wakaba@suika.fam.cx>
106    
107            * PerlCode.dis (perlLiteral): Sorts output by hash key.
108            
109            * ManakaiNode.dis (new): Sets "mn:groveReferenceCounter"
110            property.
111            (getNewReference): Increments "mn:groveReferenceCounter"
112            property.
113            (ManakaiDOM:ManakaiDOMNodeObject, ManakaiNodeStem): Don't
114            check "defined" to allow "undef" value in "while" condition.
115            (mn:isGroveReferenced): New code.
116            (changeTreeID): New "groveRC" parameter added.
117            (importTree, changeTreeID): Updates "mn:groveReferenceCounter"
118            properties.
119            (destroy): Uses "mn:isGroveReferenced" instead of "isExternallyReferred".
120            (mn:groveReferenceCounter): New property.
121    
122    2005-09-28  Wakaba  <wakaba@suika.fam.cx>
123    
124            * DIS.dis: Use "tag:" URI for internal URIs.
125    
126  2005-09-27  Wakaba  <wakaba@suika.fam.cx>  2005-09-27  Wakaba  <wakaba@suika.fam.cx>
127    
128          * ManakaiNode.dis (ManakaiNodeStem->new): Don't set "TreeCore:*"          * ManakaiNode.dis (ManakaiNodeStem->new): Don't set "TreeCore:*"
# Line 45  Line 170 
170          * Makefile (DAC_SUFFIX): Changed to ".dae".          * Makefile (DAC_SUFFIX): Changed to ".dae".
171          (DAEM_SUFFIX): New.          (DAEM_SUFFIX): New.
172    
173    
174  2005-09-24  Wakaba  <wakaba@suika.fam.cx>  2005-09-24  Wakaba  <wakaba@suika.fam.cx>
175    
176          * ManakaiNode.dis (NodeStem): Property value "mn:treeID"          * ManakaiNode.dis: Use "disPerl:H" instead
177          has changed to scalar reference.          of "disPerl:Q" for hash keys.
178            (NodeStem): Property value "mn:treeID"
179            has changed to scalar reference.
180    
181  2005-09-24  Wakaba  <wakaba@suika.fam.cx>  2005-09-24  Wakaba  <wakaba@suika.fam.cx>
182    

Legend:
Removed from v.1.49  
changed lines
  Added in v.1.62

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24