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

Legend:
Removed from v.1.74  
changed lines
  Added in v.1.93

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24