/[suikacvs]/messaging/manakai/lib/Message/DOM/ChangeLog
Suika

Diff of /messaging/manakai/lib/Message/DOM/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by wakaba, Sun Aug 22 07:44:24 2004 UTC revision 1.16 by wakaba, Mon Sep 20 05:53:13 2004 UTC
# Line 1  Line 1 
1    2004-09-20  Wakaba  <wakaba@suika.fam.cx>
2    
3            * dis2pm.pl (type_label): New option 'is_pod' implemented.
4            (get_redef_description): New function.
5            (get_isa_description): New function.
6            (disdoc2pod, disdoc2text): New.
7            (get_description): DISDOC support.
8            (valid_err, valid_err): New option 'node' implemented.
9    
10            * ManakaiDOMCore.dis (IF[ManakaiDOMNodeObjectNode]): New.
11    
12    2004-09-19  Wakaba  <wakaba@suika.fam.cx>
13    
14            * dis2pm.pl (condition_match): Report error if the condition
15            not defined.
16    
17            * ManakaiDOMMain.dis (MDOM_IMPL_BY_APP): New exception code.
18    
19            * dis2pm.pl (datatype2perl, datatypealias2perl): "FullName" attribute
20            introduced.
21            (constgroup2perl): Define is-a relationship between group
22            Name and its Type.
23            (constgroup2perl): "IsBitMask" attribute introduced.
24    
25            * ManakaiDOMMain.dis: Renamed from "ManakaiDOM.dis".
26    
27            * dis2pm.pl (type_label): Type label for unsigned-long and
28            unsigned-short added.
29            (perl_code): Die if uninitialized value is given.
30            (is_all_implemented): New function.
31    
32            * ManakaiDOMXML.dis: New module.
33    
34            * ManakaiDOMCore.dis: New module.
35    
36            * dis2pm.pl (dis2perl): 'Overridden' added.
37    
38    2004-09-18  Wakaba  <wakaba@suika.fam.cx>
39    
40            * ManakaiDOM.dis (MDOM_NEWCHILD_IS_REFCHILD): New warning.
41            (ManakaiDOMNodeObject->orphanate): New internal method.
42            (Interface[ManakaiDOMNodeObject, ManakaiDOMNodeReference]): All calls
43            of internal methods are now qualified by the package name.
44    
45    2004-09-17  Wakaba  <wakaba@suika.fam.cx>
46    
47            * DOMMain.dis: 'SpecLevel' attribute added.
48    
49            * idl2dis.pl (level): Set 'SpecLevel' attribute as well as 'Level'.
50    
51            * dis2pm.pl (get_level_description): Attribute name to see is
52            changed from 'Level' to 'SpecLevel'
53            (const2perl): Don't hardlink constant not to be warned
54            by perl -w.
55            (ops2perl): Declare subroutine 'DESTROY' not to be warned by
56            perl -w.
57            (get_internal_code): Support of lang:dis.
58    
59            * ManakaiDOM.dis (newReference): New parameter 'class' introduced.
60    
61            * dis2pm.pl (perl_builtin_code:<ManakaiDOM:ManakaiDOMNamespaceURI>):
62            Separeted from "DOMString".
63            (if2perl, attr2perl): Don't cast to DOMString.
64    
65    2004-09-15  Wakaba  <wakaba@suika.fam.cx>
66    
67            * dis2pm.pl (perl_builtin_code): __CODE{CheckNCName}__ implemented.
68            (perl_if): Don't indent if preprocessing direction found.
69            (perl_code_source): Add \n before the #line directive.
70    
71    2004-09-14  Wakaba  <wakaba@suika.fam.cx>
72    
73            * dis2pm.pl (get_internal_code): __INT{{name}}__ syntax now support
74            attribute.
75            (perl_code): __SUPER{name}__ syntax implemented.
76    
77    2004-09-13  Wakaba  <wakaba@suika.fam.cx>
78    
79            * dis2pm.pl (dis2perl): New.
80    
81    2004-09-12  Wakaba  <wakaba@suika.fam.cx>
82    
83            * dis2pm.pl (get_warning_perl_code): New.
84    
85    2004-09-10  Wakaba  <wakaba@suika.fam.cx>
86    
87            * ManakaiDOM.dis (MDOM_NS_EMPTY_URI): New Exception type.
88            (ManakaiDOMNamespaceURI): New DataType.
89    
90            * DOMCore.dis: Most part of DOMImplementation interface is
91            implemented.
92    
93            * dis2pm.pl (method2perl): Description for returned value
94            is changed to be grouped.
95            (get_value_literal): Don't quote "null" even if it is a DOMString.
96            (perl_exception): Don't output terminating semicolon.
97            (perl_builtin_code): ManakaiDOM:ManakaiDOMNamespaceURI is
98            supported.
99    
100    2004-09-09  Wakaba  <wakaba@suika.fam.cx>
101    
102            * dis2pm.pl (method2perl, attr2perl): '(Return | Get | Set)/Exception'
103            implemented.
104    
105            * idl2dis.pl (type): Don't output Require element for
106            DOMMain module (now it is implicitly required by default).
107    
108    2004-09-01  Wakaba  <wakaba@suika.fam.cx>
109    
110            * idl2dis.pl (level): Use 'Level' instead of 'ModifiedLevel'.
111    
112    2004-08-31  Wakaba  <wakaba@suika.fam.cx>
113    
114            * dis2pm.pl (const2perl, constgroup2perl): New.
115    
116            * idl2dis.pl (idlna): New.
117    
118    2004-08-30  Wakaba  <wakaba@suika.fam.cx>
119    
120            * dis2pm.pl: Versioned implementation of "IF" supported (see
121            also Manakai Development Memo : 2004-08-29
122            <http://suika.fam.cx/~wakaba/-temp/wiki/wiki?manakai%2F%2F%A5%E1%A5%E2%2F%2F2004-08-29>).
123    
124            * idl2dis.pl (register_required_module): ISA is now
125            converted to elements, not a list attribute.
126    
127  2004-08-22  Wakaba  <wakaba@suika.fam.cx>  2004-08-22  Wakaba  <wakaba@suika.fam.cx>
128    
129            * idl2dis.pl (register_required_module): Top-level element type
130            name "Type" and "TypeAlias" changed to "DataType" and
131            "DataTypeAlias".
132    
133          * dis2pm.pl (perl_code_source): New function.          * dis2pm.pl (perl_code_source): New function.
134    
135  2004-08-21  Wakaba  <wakaba@suika.fam.cx>  2004-08-21  Wakaba  <wakaba@suika.fam.cx>

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.16

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24