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

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24