/[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.52 by wakaba, Thu Sep 29 15:18:09 2005 UTC revision 1.74 by wakaba, Fri Dec 16 15:08:55 2005 UTC
# Line 1  Line 1 
1    2005-12-16  Wakaba  <wakaba@suika.fam.cx>
2    
3            * PerlCode.dis (PCNumberLiteral, PCDereference, PCApply): New interfaces.
4            (arrayRefLiteral, hashRefLiteral): Typos in element type names fixed.
5            (PCExpression.stringify): Outputs children other than expression.
6            Inserts space before and after operators if desired.
7    
8    2005-12-15  Wakaba  <wakaba@suika.fam.cx>
9    
10            * PerlCode.dis (PCCondition, PCBlock): New interface.
11            (ManakaiPCBlock): Renamed as |ManakaiPerlCodeBlock| to
12            distingulish new |ManakaiPCBlock| class implementing new |PCBlock|
13            interface.
14    
15    2005-12-14  Wakaba  <wakaba@suika.fam.cx>
16    
17            * PerlCode.dis (PCExpression, PCChoose, PCWhen, PCOtherwise): New
18            interfaces and element types.
19            (getChildElementByType): New code.
20            (PCFunctionCall): New interface and element type.
21    
22    2005-11-24  Wakaba  <wakaba@suika.fam.cx>
23    
24            * DIS.dis (stringify): Returns |DIS:uri| error parameter if available.
25    
26    2005-11-23  Wakaba  <wakaba@suika.fam.cx>
27    
28            * Error.pm (new): Sets |-stacktrace_| property if debug
29            or verbose mode.
30            (stringify): Appends longer trace if debug or verbose mode.
31            ($VERBOSE): New flag.
32    
33            * DIS.dis: Bugs on error depth fixed.
34            
35    2005-11-23  Wakaba  <wakaba@suika.fam.cx>
36    
37            * DIS.dis (text): New attribute implementation.
38    
39            * ManakaiNode.dis (destroyNodeStem): New method.
40    
41    2005-11-20  Wakaba  <wakaba@suika.fam.cx>
42    
43            * Makefile: |../DOM/Tree.dis| added.
44    
45    2005-11-17  Wakaba  <wakaba@suika.fam.cx>
46    
47            * Makefile: |Formatter/Muf2003.dis| added to file list.
48    
49            * DIS.dis (DISModuleLite): Typo in |ISA| property fixed.
50    
51    2005-11-16  Wakaba  <wakaba@suika.fam.cx>
52    
53            * .cvsignore: New file.
54            
55    2005-11-16  Wakaba  <wakaba@suika.fam.cx>
56    
57            * PerlCode.dis: A test code added.  Typos in |ISA|
58            properties fixed.
59            (PerlSub.stringify): Generates prototype specification
60            even if |prototype| attribute value's length is zero
61            in case the |pc:prototype| attribute /is/ found.
62    
63    2005-11-15  Wakaba  <wakaba@suika.fam.cx>
64    
65            * Makefile: Missing rule to make |Message/DOM/core.dae| added.
66    
67    2005-11-15  Wakaba  <wakaba@suika.fam.cx>
68    
69            * Makefile: Rules to make |DIS/Test.pm| added. |DIS/common.dis| rules
70            added.
71    
72            * DIS.dis (DIS:): Removed (moved to |DIS/common.dis|).
73    
74    2005-11-13  Wakaba  <wakaba@suika.fam.cx>
75    
76            * PerlCode.dis (PCList, PCArrayRefLiteral, PCHashRefLiteral):
77            New interfaces.
78            (createPCLiteral, appendNewPCLiteral): New methods.
79            (PCDocument): New interface.
80            (factory methods): Namespace URI and local name of document
81            element arguments added to |createDocument| to obtain
82            an instance of |PCDocument|.
83    
84    2005-10-16  Wakaba  <wakaba@suika.fam.cx>
85    
86            * PerlCode.dis (pc:line): New configuration parameter.
87            (stringify): Don't output "#line" directive
88            unless "pc:line" parameter is set to "true".
89            (pc:split-resolver): New configuration parameter.
90    
91    2005-10-14  Wakaba  <wakaba@suika.fam.cx>
92    
93            * ManakaiNode.dis (anydata0): New property type.
94    
95            * PerlCode.dis (stringify): Prints node id if file name
96            is not available.
97            (perlLiteral): Prints as is if the value is blessed
98            with "manakai::code" package.
99    
100    2005-10-13  Wakaba  <wakaba@suika.fam.cx>
101    
102            * PerlCode.dis (CDATADOMString): Changed to use code
103            fragment defined in DOMCore module directly.
104    
105    2005-10-12  Wakaba  <wakaba@suika.fam.cx>
106    
107            * PerlCode.dis (ForClassCompat): Removed.
108    
109            * ManakaiNode.dis (ManakaiDOMNodeObject, ManakaiDOMNodeReference):
110            Removed.
111            (newNode): New method.
112            (generateUniqueID): Algorithm has changed to save random
113            string generation time.
114    
115            * DIS.dis (AUTOLOAD): "$Error::Level" fixed to "$Error::Depth".
116    
117    2005-10-11  Wakaba  <wakaba@suika.fam.cx>
118    
119            * PerlCode.dis (IfClsDef, IFClsETDef): New version of classes based
120            on DOMCore and element type definitions added.
121            (localName): Renamed to "pcLocalName" to avoid
122            conflict with "Node.localName" attribute.
123    
124    2005-10-10  Wakaba  <wakaba@suika.fam.cx>
125    
126            * DIS.dis (Require): Unused reference to "PerlCode.dis" removed.
127    
128            * Makefile: Rules to make "PerlCode.pm" separated
129            from ones for "DIS.pm".
130    
131            * ManakaiNode.dis (mn:unsetXRefNode): "$referent"
132            parameter is replaced with "$referrer->{$propName}".
133    
134            * PerlCode.dis (Require): References "DOMCore.dis".
135            (DefaultFor): Changed to "ManakaiDOM:ManakaiDOMLatest".
136            (Util: for ManakaiDOM:ManakaiDOM): New.
137    
138    2005-10-09  Wakaba  <wakaba@suika.fam.cx>
139    
140            * ManakaiNode.dis: New "mn:xrefnode0" property type has
141            been introduced and methods are fixed to support it.
142            (mn:setXRefNode, mn:unsetXRefNode): New codes.
143    
144            * DIS.dis (loadResource): Skips a root resource definition
145            if it is an alias and it has "dis:Name" attribute and
146            referenced canonical definition is already read.  (Note
147            that similar case that the resource definition has "dis:QName"
148            attribute is already fixed in the same way.)
149    
150    2005-10-08  Wakaba  <wakaba@suika.fam.cx>
151    
152            * DIS.dis (readProperties): Recognizes hexdecimal
153            in "DISCore:Integer" (prefixed by "0x").
154    
155    2005-10-08  Wakaba  <wakaba@suika.fam.cx>
156    
157            * PerlCode.dis (getExceptionInterfacePackageNameList,
158            addExceptionInterfacePackageName): New methods.
159            (ToString): Sorts hash keys where they result in
160            the order of statements in result code.
161    
162            * Error.pm ($DEBUG): New option variable.
163            (___get_error_def): Calls "___error_def" method in second or later "@ISA"
164            package even if elder package has "___error_def" method.
165    
166            * DIS.dis: Now constant values are only defined
167            in interfaces.
168            (DIS:NO_EXCEPTION_CLASS_ERR): New exception subcode.
169    
170    2005-10-06  Wakaba  <wakaba@suika.fam.cx>
171    
172            * DIS.dis (getAnyResourceURIList, getModuleURIList): New methods.
173    
174    2005-10-02  Wakaba  <wakaba@suika.fam.cx>
175    
176            * DIS.dis (getAnyResource): New method.
177            (isTypeURI): Now it is a method of "DIS:DISAnyResource" interface.
178            (getPropertyResource, getPropertyResourceList): Now
179            they uses "getAnyResource" method.
180            (getPropertyModuleList): Removed.
181    
182    2005-09-30  Wakaba  <wakaba@suika.fam.cx>
183    
184            * DIS.dis (readProperties): Saves property name to values.
185            (getPropertyModuleList): New method.
186    
187  2005-09-29  Wakaba  <wakaba@suika.fam.cx>  2005-09-29  Wakaba  <wakaba@suika.fam.cx>
188    
189          * DIS.dis: Shares local name, namespace URI and for URI          * DIS.dis: Shares local name, namespace URI and for URI
# Line 74  Line 260 
260          * Makefile (DAC_SUFFIX): Changed to ".dae".          * Makefile (DAC_SUFFIX): Changed to ".dae".
261          (DAEM_SUFFIX): New.          (DAEM_SUFFIX): New.
262    
263    
264  2005-09-24  Wakaba  <wakaba@suika.fam.cx>  2005-09-24  Wakaba  <wakaba@suika.fam.cx>
265    
266          * ManakaiNode.dis (NodeStem): Property value "mn:treeID"          * ManakaiNode.dis: Use "disPerl:H" instead
267          has changed to scalar reference.          of "disPerl:Q" for hash keys.
268            (NodeStem): Property value "mn:treeID"
269            has changed to scalar reference.
270    
271  2005-09-24  Wakaba  <wakaba@suika.fam.cx>  2005-09-24  Wakaba  <wakaba@suika.fam.cx>
272    

Legend:
Removed from v.1.52  
changed lines
  Added in v.1.74

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24