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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.17 - (hide annotations) (download)
Mon Sep 20 13:58:44 2004 UTC (20 years, 2 months ago) by wakaba
Branch: MAIN
Changes since 1.16: +5 -0 lines
Daily commitment

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24