/[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.55 by wakaba, Thu Oct 6 10:53:36 2005 UTC revision 1.70 by wakaba, Wed Nov 23 07:58:20 2005 UTC
# Line 1  Line 1 
1    2005-11-23  Wakaba  <wakaba@suika.fam.cx>
2    
3            * DIS.dis (text): New attribute implementation.
4    
5            * ManakaiNode.dis (destroyNodeStem): New method.
6    
7    2005-11-20  Wakaba  <wakaba@suika.fam.cx>
8    
9            * Makefile: |../DOM/Tree.dis| added.
10    
11    2005-11-17  Wakaba  <wakaba@suika.fam.cx>
12    
13            * Makefile: |Formatter/Muf2003.dis| added to file list.
14    
15            * DIS.dis (DISModuleLite): Typo in |ISA| property fixed.
16    
17    2005-11-16  Wakaba  <wakaba@suika.fam.cx>
18    
19            * .cvsignore: New file.
20            
21    2005-11-16  Wakaba  <wakaba@suika.fam.cx>
22    
23            * PerlCode.dis: A test code added.  Typos in |ISA|
24            properties fixed.
25            (PerlSub.stringify): Generates prototype specification
26            even if |prototype| attribute value's length is zero
27            in case the |pc:prototype| attribute /is/ found.
28    
29    2005-11-15  Wakaba  <wakaba@suika.fam.cx>
30    
31            * Makefile: Missing rule to make |Message/DOM/core.dae| added.
32    
33    2005-11-15  Wakaba  <wakaba@suika.fam.cx>
34    
35            * Makefile: Rules to make |DIS/Test.pm| added. |DIS/common.dis| rules
36            added.
37    
38            * DIS.dis (DIS:): Removed (moved to |DIS/common.dis|).
39    
40    2005-11-13  Wakaba  <wakaba@suika.fam.cx>
41    
42            * PerlCode.dis (PCList, PCArrayRefLiteral, PCHashRefLiteral):
43            New interfaces.
44            (createPCLiteral, appendNewPCLiteral): New methods.
45            (PCDocument): New interface.
46            (factory methods): Namespace URI and local name of document
47            element arguments added to |createDocument| to obtain
48            an instance of |PCDocument|.
49    
50    2005-10-16  Wakaba  <wakaba@suika.fam.cx>
51    
52            * PerlCode.dis (pc:line): New configuration parameter.
53            (stringify): Don't output "#line" directive
54            unless "pc:line" parameter is set to "true".
55            (pc:split-resolver): New configuration parameter.
56    
57    2005-10-14  Wakaba  <wakaba@suika.fam.cx>
58    
59            * ManakaiNode.dis (anydata0): New property type.
60    
61            * PerlCode.dis (stringify): Prints node id if file name
62            is not available.
63            (perlLiteral): Prints as is if the value is blessed
64            with "manakai::code" package.
65    
66    2005-10-13  Wakaba  <wakaba@suika.fam.cx>
67    
68            * PerlCode.dis (CDATADOMString): Changed to use code
69            fragment defined in DOMCore module directly.
70    
71    2005-10-12  Wakaba  <wakaba@suika.fam.cx>
72    
73            * PerlCode.dis (ForClassCompat): Removed.
74    
75            * ManakaiNode.dis (ManakaiDOMNodeObject, ManakaiDOMNodeReference):
76            Removed.
77            (newNode): New method.
78            (generateUniqueID): Algorithm has changed to save random
79            string generation time.
80    
81            * DIS.dis (AUTOLOAD): "$Error::Level" fixed to "$Error::Depth".
82    
83    2005-10-11  Wakaba  <wakaba@suika.fam.cx>
84    
85            * PerlCode.dis (IfClsDef, IFClsETDef): New version of classes based
86            on DOMCore and element type definitions added.
87            (localName): Renamed to "pcLocalName" to avoid
88            conflict with "Node.localName" attribute.
89    
90    2005-10-10  Wakaba  <wakaba@suika.fam.cx>
91    
92            * DIS.dis (Require): Unused reference to "PerlCode.dis" removed.
93    
94            * Makefile: Rules to make "PerlCode.pm" separated
95            from ones for "DIS.pm".
96    
97            * ManakaiNode.dis (mn:unsetXRefNode): "$referent"
98            parameter is replaced with "$referrer->{$propName}".
99    
100            * PerlCode.dis (Require): References "DOMCore.dis".
101            (DefaultFor): Changed to "ManakaiDOM:ManakaiDOMLatest".
102            (Util: for ManakaiDOM:ManakaiDOM): New.
103    
104    2005-10-09  Wakaba  <wakaba@suika.fam.cx>
105    
106            * ManakaiNode.dis: New "mn:xrefnode0" property type has
107            been introduced and methods are fixed to support it.
108            (mn:setXRefNode, mn:unsetXRefNode): New codes.
109    
110            * DIS.dis (loadResource): Skips a root resource definition
111            if it is an alias and it has "dis:Name" attribute and
112            referenced canonical definition is already read.  (Note
113            that similar case that the resource definition has "dis:QName"
114            attribute is already fixed in the same way.)
115    
116    2005-10-08  Wakaba  <wakaba@suika.fam.cx>
117    
118            * DIS.dis (readProperties): Recognizes hexdecimal
119            in "DISCore:Integer" (prefixed by "0x").
120    
121    2005-10-08  Wakaba  <wakaba@suika.fam.cx>
122    
123            * PerlCode.dis (getExceptionInterfacePackageNameList,
124            addExceptionInterfacePackageName): New methods.
125            (ToString): Sorts hash keys where they result in
126            the order of statements in result code.
127    
128            * Error.pm ($DEBUG): New option variable.
129            (___get_error_def): Calls "___error_def" method in second or later "@ISA"
130            package even if elder package has "___error_def" method.
131    
132            * DIS.dis: Now constant values are only defined
133            in interfaces.
134            (DIS:NO_EXCEPTION_CLASS_ERR): New exception subcode.
135    
136  2005-10-06  Wakaba  <wakaba@suika.fam.cx>  2005-10-06  Wakaba  <wakaba@suika.fam.cx>
137    
138          * DIS.dis (getAnyResourceURIList, getModuleURIList): New methods.          * DIS.dis (getAnyResourceURIList, getModuleURIList): New methods.

Legend:
Removed from v.1.55  
changed lines
  Added in v.1.70

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24