/[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.15 - (hide annotations) (download)
Sun Sep 19 12:49:34 2004 UTC (20 years, 2 months ago) by wakaba
Branch: MAIN
Changes since 1.14: +8 -0 lines
Daily commitment

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24