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

Legend:
Removed from v.1.58  
changed lines
  Added in v.1.78

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24