/[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.125 by wakaba, Tue Apr 4 14:30:29 2006 UTC revision 1.146 by wakaba, Sat Jun 16 05:30:37 2007 UTC
# Line 1  Line 1 
1    2007-06-16  Wakaba  <wakaba@suika.fam.cx>
2    
3            * Error.pod: New documentation, split from |Error.pm|.
4    
5            * Error.pm: Documentations are removed.
6            (new): |die| if |-type| option is not specified.
7            (text, value, type): Do what |Message::Util::Error::DOMException| does,
8            with some modification for compatibility with |Error| and
9            new naming convention for error type/subtype definitions.
10            (code): New method.
11            (subtype, type_def): New methods.
12    
13    2006-12-31  Wakaba  <wakaba@suika.fam.cx>
14    
15            * DIS.dis: Support for |for| is entirely removed.  |forArg|
16            parameters are removed.
17            (createDISDocument): Removed.
18            (tfurisToURI): Removed.
19            (tfpurisToURI): The |for| URI slot is
20            fixed to |ManakaiDOM:all|.
21            (tfqnamesToURI): Removed.
22            (tfpqnamesToURI): The |defaultForURI| parameter
23            is removed and the |for| URI slot is
24            fixed to |ManakaiDOM:all|.
25            (forURI): Removed.
26            (forMatch): The first parameter, |forArg|, no
27            longer takes effect.
28    
29            * PerlCode.dis (sourceFor): Removed.
30            (stringify): Don't output comment with |sourceFor| URI.
31    
32    2006-12-31  Wakaba  <wakaba@suika.fam.cx>
33    
34            * DIS.dis (forMatch, readProperties): Support for the |For|
35            property is removed.
36    
37    2006-12-30  Wakaba  <wakaba@suika.fam.cx>
38    
39            * DIS.dis (defaultForURI): Removed.
40    
41    2006-12-30  Wakaba  <wakaba@suika.fam.cx>
42    
43            * PerlCode.dis, DIS.dis, ManakaiNode.dis,
44            ManakaiNodeTest.dis: |For| specifications are removed.
45    
46            * common.dis: New module.
47    
48            * DIS.dis, PerlCode.dis, ManakaiNode.dis: |Util:| resource
49            definitions are removed (and moved to |common.dis|).
50    
51            * DIS.dis (ForEmpty, ForLatest): Removed.
52    
53            * DIS.dis: |WithFor| and |DefaultFor| are removed.
54    
55    2006-12-30  Wakaba  <wakaba@suika.fam.cx>
56    
57            * PerlCode.dis: |WithFor| and |DefaultFor| are removed.
58    
59    2006-12-30  Wakaba  <wakaba@suika.fam.cx>
60    
61            * DIS.dis, PerlCode.dis: References to the |ManakaiDOM:ManakaiDOM|
62            mode are removed.
63    
64    2006-12-30  Wakaba  <wakaba@suika.fam.cx>
65    
66            * DIS.dis (ModuleRole, ForRole, ResourceRole,
67            DatabaseRole, ElementRole): Removed.
68            (DISParser.new): Removed.
69            (getFeature): Removed.
70            (hasFeature): Removed.
71    
72            * Grove.dis: Removed.
73    
74    2006-12-29  Wakaba  <wakaba@suika.fam.cx>
75    
76            * PerlCode.dis (createPCFile): Removed.
77            (createPCDocument): New method.
78    
79    2006-12-02  Wakaba  <wakaba@suika.fam.cx>
80    
81            * Makefile: |lib/Message/DOM/DOMString.pm| is added.
82    
83    2006-11-05  Wakaba  <wakaba@suika.fam.cx>
84    
85            * Grove.dis (mg:nodeRefClass, mg:nodeRefInterfaces): Removed.
86    
87    2006-11-04  Wakaba  <wakaba@suika.fam.cx>
88    
89            * DIS.dis (ManakaiDISImplementation): It no longer
90            inherits |ManakaiDISImplementationValue|,
91            |ManakaiDISImplementationPerl|, and |ManakaiSWCFGImplementation|
92            interfaces.  The class is now expected to be implemented
93            by |DOMImplementation| objects.
94    
95            * PerlCode.dis (addImplementedFeature, addImplementedElementType):
96            New methods.
97            (PCHasFeature, PCElementType): New interfaces.
98            (PCDocument): It no longer inherits the |ManakaiDOMDocument|; it
99            is now expected to be implemented by |Document|
100            objects.
101            (PCImplementation): It no longer inherits the |ManakaiDOMImplementation|;
102            it is now expected to be implemented by |DOMImplementation|
103            objects.
104    
105    2006-11-03  Wakaba  <wakaba@suika.fam.cx>
106    
107            * autoload/: New directory.
108    
109            * DIS.dis (getPropertyResourceList): Unused |defaultMediaType|
110            parameter is deleted.  New |isaRecursivePropName|
111            and |recursiveISAPropName| parameters are added.
112    
113            * PerlCode.dis (addRevISAPackageName, getRevISAPackageName):
114            New methods.
115            (stringify): Support for the rev-ISA packages is added.
116            (getAutoloadDefinitionList): New method.
117    
118    2006-08-15  Wakaba  <wakaba@suika.fam.cx>
119    
120            * DIS.dis (parseString): New |for_arg| parameter is added.
121    
122    2006-08-15  Wakaba  <wakaba@suika.fam.cx>
123    
124            * DIS.dis (readProperties): New |implementation| parameters
125            are added.  Support for the |lang:dcmodel| lexical
126            type is added.
127            (parseString): New method.
128    
129    2006-08-15  Wakaba  <wakaba@suika.fam.cx>
130            
131            * Makefile (.discore-all.pm): |../DOM/TreeStore.pm| is added
132            to the list.
133    
134    2006-05-28  Wakaba  <wakaba@suika.fam.cx>
135    
136            * DIS.dis (Require): An explicit reference to the |MDOM:DOMCore|
137            module is added.
138            (readProperties): The support for the |DISCore:NSString| type
139            is added.
140    
141    2006-04-30  Wakaba  <wakaba@suika.fam.cx>
142    
143            * .cvsignore: Updated.
144    
145    2006-04-16  Wakaba  <wakaba@suika.fam.cx>
146    
147            * PerlCode.t (CDATADOMString2): New reflecting datatype.
148            (prototype): Returns |null| if it is not specified.
149    
150    2006-04-16  Wakaba  <wakaba@suika.fam.cx>
151    
152            * Makefile (.discore-all.pm): |CharacterData.pm| is added.
153    
154    2006-04-05  Wakaba  <wakaba@suika.fam.cx>
155    
156            * Grove.dis (generateUniqueID): Don't include random number; it
157            is unnecessary as long as only local uniquness is required.
158            (destroy): Delete singleton.
159    
160            * PerlCode.dis (createPCLiteral): A variable was not set.
161    
162  2006-04-04  Wakaba  <wakaba@suika.fam.cx>  2006-04-04  Wakaba  <wakaba@suika.fam.cx>
163    
164          * DIS.dis (Require): Requires the |MDOM:TreeStore| module.          * DIS.dis (Require): Requires the |MDOM:TreeStore| module.

Legend:
Removed from v.1.125  
changed lines
  Added in v.1.146

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24