/[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.72 by wakaba, Thu Nov 24 12:08:54 2005 UTC revision 1.92 by wakaba, Thu Feb 9 10:23:19 2006 UTC
# Line 1  Line 1 
1    2006-02-09  Wakaba  <wakaba@suika.fam.cx>
2    
3            * PerlCode.dis (PerlStringLiteral.stringify): |pc:preserve-line-break|
4            configuration parameter support is added.
5            (pc:preserve-line-break): New configuration option.
6    
7            * DIS.dis (readProperties): |DISCore:UString| lextype support added.
8    
9    2006-02-08  Wakaba  <wakaba@suika.fam.cx>
10    
11            * PerlCode.dis (PCReference.stringify): Reference operator |\|
12            was missing.
13            
14    2006-02-08  Wakaba  <wakaba@suika.fam.cx>
15    
16            * PerlCode.dis (getNameListAttrR): Non-|pc:|-namespace elements
17            and their descendants were ignored.
18            (getNameListAttrRM): New variant derived from |getNameListAttrR|,
19            for |getUsePerlModuleNameList| and |getUseCharClassNameList|.
20            (getUsePerlModuleNameList, getUseCharClassNameList): Don't
21            include |pc:package| and their descendants to the target.
22            (PerlFile.stringify): Outputs |use| statements
23            for Perl modules and character classes not part of any package,
24            if any.
25    
26            * DIS.dis: |lang:tdterr|'s |DVNSValue| convertion is supported.
27    
28    2006-02-06  Wakaba  <wakaba@suika.fam.cx>
29    
30            * DIS.dis (loadModule): Loads a "daem" submodule file
31            if exists.
32    
33    2006-01-30  Wakaba  <wakaba@suika.fam.cx>
34    
35            * Makefile: Typo fixed.
36    
37    2006-01-29  Wakaba  <wakaba@suika.fam.cx>
38    
39            * Makefile: Updated to be consist with |../DOM/Makefile|.
40    
41            * DIS.dis (parse): Parameter |input|'s type is
42            changed from |DOMLS:LSInput| to |DISPerl:HASH| to
43            remove dependency on |MDOM:DOMLS| module.
44    
45    2006-01-29  Wakaba  <wakaba@suika.fam.cx>
46    
47            * PerlCode.dis (skipLines): Its code was incorrect.
48            (createPCLiteral): Creates a |undef| keyword node
49            for an |undef| value.  Tests added.
50    
51    2006-01-25  Wakaba  <wakaba@suika.fam.cx>
52    
53            * ManakaiNodeTest.dis: Tests for |mn:subnode2| hash-hash added.
54    
55    2006-01-24  Wakaba  <wakaba@suika.fam.cx>
56    
57            * ManakaiNodeTest.dis: Tests added.
58    
59    2006-01-23  Wakaba  <wakaba@suika.fam.cx>
60    
61            * .cvsignore: |ManakaiNodeTest.pm| added.
62    
63    2006-01-23  Wakaba  <wakaba@suika.fam.cx>
64    
65            * ManakaiNodeTest.dis: New module.
66    
67            * Makefile: |ManakaiNodeTest.dis| added.
68    
69    2006-01-22  Wakaba  <wakaba@suika.fam.cx>
70    
71            * PerlCode.dis: Fixed not |getAttributeNS| to cause
72            uninitialized value warnings.
73    
74    2006-01-19  Wakaba  <wakaba@suika.fam.cx>
75    
76            * PerlCode.dis (PCPackage.stringify): Appends a string
77            representation of non-|pc:*| element children for
78            the stringified value.
79    
80    2006-01-07  Wakaba  <wakaba@suika.fam.cx>
81    
82            * Makefile: |../DOM/XDoctype.dis| added.
83    
84    2005-12-27  Wakaba  <wakaba@suika.fam.cx>
85    
86            * PerlCode.dis (PCReference): New interface.
87    
88    2005-12-24  Wakaba  <wakaba@suika.fam.cx>
89    
90            * PerlCode.dis (PerlSub.clearPerlName): New method.
91            (PCDocument.createPCLiteral): Adopts |PerlCode| node
92            if it is a foreign one.
93    
94            * DIS.dis (underscoreNameToCamelCaseName): A |HYPHEN-MINUS|
95            character is replaced to |UNDERLINE| character.
96    
97    2005-12-21  Wakaba  <wakaba@suika.fam.cx>
98    
99            * Makefile: |dpg.dae| rule merged into |discore.dae| rule.
100    
101    2005-12-20  Wakaba  <wakaba@suika.fam.cx>
102    
103            * DIS.dis: DPG format support added.
104    
105    2005-12-18  Wakaba  <wakaba@suika.fam.cx>
106    
107            * PerlCode.dis (PCDocument.createPerlSub): New method.
108    
109            * Makefile: Rules to make |DIS/DPG.pm| added.
110    
111    2005-12-18  Wakaba  <wakaba@suika.fam.cx>
112    
113            * PerlCode.dis (PCExpression.stringify): More operators supported.
114            (PCDocument.createPCStatement): New method.
115    
116    2005-12-17  Wakaba  <wakaba@suika.fam.cx>
117    
118            * PerlCode.dis (PCWhen): New interface.
119    
120    2005-12-16  Wakaba  <wakaba@suika.fam.cx>
121    
122            * PerlCode.dis (PCNumberLiteral, PCDereference, PCApply): New interfaces.
123            (arrayRefLiteral, hashRefLiteral): Typos in element type names fixed.
124            (PCExpression.stringify): Outputs children other than expression.
125            Inserts space before and after operators if desired.
126    
127    2005-12-15  Wakaba  <wakaba@suika.fam.cx>
128    
129            * PerlCode.dis (PCCondition, PCBlock): New interface.
130            (ManakaiPCBlock): Renamed as |ManakaiPerlCodeBlock| to
131            distingulish new |ManakaiPCBlock| class implementing new |PCBlock|
132            interface.
133    
134    2005-12-14  Wakaba  <wakaba@suika.fam.cx>
135    
136            * PerlCode.dis (PCExpression, PCChoose, PCWhen, PCOtherwise): New
137            interfaces and element types.
138            (getChildElementByType): New code.
139            (PCFunctionCall): New interface and element type.
140    
141  2005-11-24  Wakaba  <wakaba@suika.fam.cx>  2005-11-24  Wakaba  <wakaba@suika.fam.cx>
142    
143          * DIS.dis (stringify): Returns |DIS:uri| error parameter if available.          * DIS.dis (stringify): Returns |DIS:uri| error parameter if available.

Legend:
Removed from v.1.72  
changed lines
  Added in v.1.92

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24