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

Legend:
Removed from v.1.63  
changed lines
  Added in v.1.86

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24