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

Legend:
Removed from v.1.57  
changed lines
  Added in v.1.77

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24