/[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.62 by wakaba, Sat Oct 15 15:28:09 2005 UTC revision 1.87 by wakaba, Sun Jan 29 07:09:25 2006 UTC
# Line 1  Line 1 
1    2006-01-29  Wakaba  <wakaba@suika.fam.cx>
2    
3            * PerlCode.dis (skipLines): Its code was incorrect.
4            (createPCLiteral): Creates a |undef| keyword node
5            for an |undef| value.  Tests added.
6    
7    2006-01-25  Wakaba  <wakaba@suika.fam.cx>
8    
9            * ManakaiNodeTest.dis: Tests for |mn:subnode2| hash-hash added.
10    
11    2006-01-24  Wakaba  <wakaba@suika.fam.cx>
12    
13            * ManakaiNodeTest.dis: Tests added.
14    
15    2006-01-23  Wakaba  <wakaba@suika.fam.cx>
16    
17            * .cvsignore: |ManakaiNodeTest.pm| added.
18    
19    2006-01-23  Wakaba  <wakaba@suika.fam.cx>
20    
21            * ManakaiNodeTest.dis: New module.
22    
23            * Makefile: |ManakaiNodeTest.dis| added.
24    
25    2006-01-22  Wakaba  <wakaba@suika.fam.cx>
26    
27            * PerlCode.dis: Fixed not |getAttributeNS| to cause
28            uninitialized value warnings.
29    
30    2006-01-19  Wakaba  <wakaba@suika.fam.cx>
31    
32            * PerlCode.dis (PCPackage.stringify): Appends a string
33            representation of non-|pc:*| element children for
34            the stringified value.
35    
36    2006-01-07  Wakaba  <wakaba@suika.fam.cx>
37    
38            * Makefile: |../DOM/XDoctype.dis| added.
39    
40    2005-12-27  Wakaba  <wakaba@suika.fam.cx>
41    
42            * PerlCode.dis (PCReference): New interface.
43    
44    2005-12-24  Wakaba  <wakaba@suika.fam.cx>
45    
46            * PerlCode.dis (PerlSub.clearPerlName): New method.
47            (PCDocument.createPCLiteral): Adopts |PerlCode| node
48            if it is a foreign one.
49    
50            * DIS.dis (underscoreNameToCamelCaseName): A |HYPHEN-MINUS|
51            character is replaced to |UNDERLINE| character.
52    
53    2005-12-21  Wakaba  <wakaba@suika.fam.cx>
54    
55            * Makefile: |dpg.dae| rule merged into |discore.dae| rule.
56    
57    2005-12-20  Wakaba  <wakaba@suika.fam.cx>
58    
59            * DIS.dis: DPG format support added.
60    
61    2005-12-18  Wakaba  <wakaba@suika.fam.cx>
62    
63            * PerlCode.dis (PCDocument.createPerlSub): New method.
64    
65            * Makefile: Rules to make |DIS/DPG.pm| added.
66    
67    2005-12-18  Wakaba  <wakaba@suika.fam.cx>
68    
69            * PerlCode.dis (PCExpression.stringify): More operators supported.
70            (PCDocument.createPCStatement): New method.
71    
72    2005-12-17  Wakaba  <wakaba@suika.fam.cx>
73    
74            * PerlCode.dis (PCWhen): New interface.
75    
76    2005-12-16  Wakaba  <wakaba@suika.fam.cx>
77    
78            * PerlCode.dis (PCNumberLiteral, PCDereference, PCApply): New interfaces.
79            (arrayRefLiteral, hashRefLiteral): Typos in element type names fixed.
80            (PCExpression.stringify): Outputs children other than expression.
81            Inserts space before and after operators if desired.
82    
83    2005-12-15  Wakaba  <wakaba@suika.fam.cx>
84    
85            * PerlCode.dis (PCCondition, PCBlock): New interface.
86            (ManakaiPCBlock): Renamed as |ManakaiPerlCodeBlock| to
87            distingulish new |ManakaiPCBlock| class implementing new |PCBlock|
88            interface.
89    
90    2005-12-14  Wakaba  <wakaba@suika.fam.cx>
91    
92            * PerlCode.dis (PCExpression, PCChoose, PCWhen, PCOtherwise): New
93            interfaces and element types.
94            (getChildElementByType): New code.
95            (PCFunctionCall): New interface and element type.
96    
97    2005-11-24  Wakaba  <wakaba@suika.fam.cx>
98    
99            * DIS.dis (stringify): Returns |DIS:uri| error parameter if available.
100    
101    2005-11-23  Wakaba  <wakaba@suika.fam.cx>
102    
103            * Error.pm (new): Sets |-stacktrace_| property if debug
104            or verbose mode.
105            (stringify): Appends longer trace if debug or verbose mode.
106            ($VERBOSE): New flag.
107    
108            * DIS.dis: Bugs on error depth fixed.
109            
110    2005-11-23  Wakaba  <wakaba@suika.fam.cx>
111    
112            * DIS.dis (text): New attribute implementation.
113    
114            * ManakaiNode.dis (destroyNodeStem): New method.
115    
116    2005-11-20  Wakaba  <wakaba@suika.fam.cx>
117    
118            * Makefile: |../DOM/Tree.dis| added.
119    
120    2005-11-17  Wakaba  <wakaba@suika.fam.cx>
121    
122            * Makefile: |Formatter/Muf2003.dis| added to file list.
123    
124            * DIS.dis (DISModuleLite): Typo in |ISA| property fixed.
125    
126    2005-11-16  Wakaba  <wakaba@suika.fam.cx>
127    
128            * .cvsignore: New file.
129            
130    2005-11-16  Wakaba  <wakaba@suika.fam.cx>
131    
132            * PerlCode.dis: A test code added.  Typos in |ISA|
133            properties fixed.
134            (PerlSub.stringify): Generates prototype specification
135            even if |prototype| attribute value's length is zero
136            in case the |pc:prototype| attribute /is/ found.
137    
138    2005-11-15  Wakaba  <wakaba@suika.fam.cx>
139    
140            * Makefile: Missing rule to make |Message/DOM/core.dae| added.
141    
142    2005-11-15  Wakaba  <wakaba@suika.fam.cx>
143    
144            * Makefile: Rules to make |DIS/Test.pm| added. |DIS/common.dis| rules
145            added.
146    
147            * DIS.dis (DIS:): Removed (moved to |DIS/common.dis|).
148    
149    2005-11-13  Wakaba  <wakaba@suika.fam.cx>
150    
151            * PerlCode.dis (PCList, PCArrayRefLiteral, PCHashRefLiteral):
152            New interfaces.
153            (createPCLiteral, appendNewPCLiteral): New methods.
154            (PCDocument): New interface.
155            (factory methods): Namespace URI and local name of document
156            element arguments added to |createDocument| to obtain
157            an instance of |PCDocument|.
158    
159    2005-10-16  Wakaba  <wakaba@suika.fam.cx>
160    
161            * PerlCode.dis (pc:line): New configuration parameter.
162            (stringify): Don't output "#line" directive
163            unless "pc:line" parameter is set to "true".
164            (pc:split-resolver): New configuration parameter.
165    
166  2005-10-14  Wakaba  <wakaba@suika.fam.cx>  2005-10-14  Wakaba  <wakaba@suika.fam.cx>
167    
168          * ManakaiNode.dis (anydata0): New property type.          * ManakaiNode.dis (anydata0): New property type.

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24