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

Legend:
Removed from v.1.128  
changed lines
  Added in v.1.148

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24