/[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.13 by wakaba, Sun Sep 19 07:14:42 2004 UTC revision 1.28 by wakaba, Sun Oct 10 00:01:08 2004 UTC
# Line 1  Line 1 
1    2004-10-10  Wakaba  <wakaba@suika.fam.cx>
2    
3            * Makefile (DIS2PM_PL): Path to dis2pm.pl changed.
4            * dis2pm.pl, idl2dis.pl: Removed (moved to ../../bin/).
5    
6    2004-10-09  Wakaba  <wakaba@suika.fam.cx>
7    
8            * DOMCore.dis (ConfigParam): Moved from ManakaiDOMCore.
9            * ManakaiDOMCore.dis (ConfigParam): Removed.
10    
11            * dis2pm.pl: Functions to create perl/pod structures
12            are moved to ../../bin/genlib.pl.
13            (disdoc2pod, disdoc2text): Allow LESS-THAN SIGN as the first
14            character of a paragraph.
15    
16            * ManakaiDOMLS2003.dis (ManakaiXMLParser2003/parse:#comment):
17            Set ownerDocument as parent if parent.ownerDocument is null.
18    
19            * dis2pm.pl (dis2perl): Report if DIS code has value.
20    
21    2004-10-06  Wakaba  <wakaba@suika.fam.cx>
22    
23            * ManakaiDOMCore.dis (IFs): Inherit non-conditional version
24            of ManakaiDOMMain interfaces.
25    
26            * DOMCore.dis (Node.childNodes): Typo fixed.
27    
28            * ManakaiDOMLS2003.dis (parse): Check whether the namespace
29            prefix is null.
30    
31            * dis2pm.pl (perl_builtin_code): Allow hash reference as 'features'.
32            (Condition): Don't generate condition inheritance for DOM1, DOM2
33            and DOM3.
34    
35    2004-09-30  Wakaba  <wakaba@suika.fam.cx>
36    
37            * dis2pm.pl (disdoc_inline2pod, disdoc_inline2text): New
38            element type 'FILE' added.
39    
40            * ManakaiDOMMain.dis (ManakaiDOMExceptionOrWarning,
41            ManakaiDOMException, ManakaiDOMWarning): New classes.
42            (ManakaiDOMObject/___report_error): Implemented.
43    
44            * dis2pm.pl (perl_builtin_code:ParseFeature): Recognize leading '+'.
45    
46    2004-09-29  Wakaba  <wakaba@suika.fam.cx>
47    
48            * dis2pm.pl (get_redef_description, attr2perl, method2perl, if2perl):
49            New attribute 'IsAbstract', 'IsFinal' and 'ImplByApp' added.
50            
51    2004-09-27  Wakaba  <wakaba@suika.fam.cx>
52    
53            * .cvsignore: New file.
54    
55    2004-09-27  Wakaba  <wakaba@suika.fam.cx>
56    
57            * DOMLS.dis, ManakaiDOMLS2003: New file.
58    
59            * dis2pm.pl (MAIN): Output "AUTHOR" pod section; support Perl+MPL
60            license.
61            (disdoc2pod, disdoc2text): New 'DFN', 'SA', 'SE', 'HA', 'HE',
62            'XA', 'XE', 'Prefix', 'ERR', 'EV' and 'CP' element types supported.
63            (perl_name): Die if uninitialized value.
64            (constgroup2perl): Support constant group without machine-name.
65            (pod_item): Die if uninitialized value.
66            (qname_label): Don't output default prefix.
67    
68            * idl2dis.pl: Output module name and prefix as 'BindingName'
69            and 'FileName'.
70    
71    2004-09-26  Wakaba  <wakaba@suika.fam.cx>
72    
73            * dis2pm.pl (constgroup2perl): Capitalize name.
74    
75            * idl2dis.pl (type, raise): Prepend namespace prefix if
76            type is 'DOMString' or 'DOMException' and it is not defined.
77            (MAIN): Make empty 'Return' element even if return
78            value is void.
79            (supply_incase): New.
80            (const): Use 'FullName' in favor of 'Description' if the name of
81            the const group is not a machine-friendly name.
82    
83    2004-09-26  Wakaba  <wakaba@suika.fam.cx>
84            
85            * dis2pm.pl (get_incase_label): Error if label is undef.
86    
87    2004-09-25  Wakaba  <wakaba@suika.fam.cx>
88    
89            * dis2pm.pl: Generate TODO list.
90            (method2perl): Use "dis".
91            (disdoc2pod, disdoc2text): 'HTML', 'InfosetP' element types added.
92            (perl_builtin_code): New code 'isRelativeDOMURI' added.
93    
94            * ManakaiDOMMain.dis (MDOM_REPLACE_BY_ITSELF_NO_EFFECT): New
95            warning code.
96    
97            * dis2pm.pl (attr2perl, method2perl): Output 'undef;' if the
98            method or attribute(set) does not return a value.
99            (perl_code): New macro 'WHEN' added.  Macro 'INT{}' now allow
100            parameter.
101    
102    2004-09-24  Wakaba  <wakaba@suika.fam.cx>
103    
104            * dis2pm.pl (perl_exception): New 'subtype' parameter added.
105            (param2poditem): New.
106            (MAIN): Write 'NAMESPACE BINDINGS' pod section if necessary.
107            (perl_builtin_code): More developer-friendly error report.
108            (perl_code): New 'REQUIRE' statement added.
109            (disdoc2text, disdoc2pod): New 'QUOTE' element type added.
110            (get_value_literal): Default for unknown type is now 'undef'.
111    
112    2004-09-22  Wakaba  <wakaba@suika.fam.cx>
113    
114            * dis2pm.pl (perl_builtin_code): New 'CheckName' and
115            'XMLVersion' added.
116    
117    2004-09-20  Wakaba  <wakaba@suika.fam.cx>
118    
119            * dis2pm.pl (get_redef_description): See 'RedefinedBy' elements
120            even if it is 'ReMethod' and 'ReAttr' element.
121    
122    2004-09-20  Wakaba  <wakaba@suika.fam.cx>
123    
124            * dis2pm.pl (type_label): New option 'is_pod' implemented.
125            (get_redef_description): New function.
126            (get_isa_description): New function.
127            (disdoc2pod, disdoc2text): New.
128            (get_description): DISDOC support.
129            (valid_err, valid_err): New option 'node' implemented.
130    
131            * ManakaiDOMCore.dis (IF[ManakaiDOMNodeObjectNode]): New.
132    
133  2004-09-19  Wakaba  <wakaba@suika.fam.cx>  2004-09-19  Wakaba  <wakaba@suika.fam.cx>
134    
135            * dis2pm.pl (condition_match): Report error if the condition
136            not defined.
137    
138            * ManakaiDOMMain.dis (MDOM_IMPL_BY_APP): New exception code.
139    
140            * dis2pm.pl (datatype2perl, datatypealias2perl): "FullName" attribute
141            introduced.
142            (constgroup2perl): Define is-a relationship between group
143            Name and its Type.
144            (constgroup2perl): "IsBitMask" attribute introduced.
145    
146            * ManakaiDOMMain.dis: Renamed from "ManakaiDOM.dis".
147    
148          * dis2pm.pl (type_label): Type label for unsigned-long and          * dis2pm.pl (type_label): Type label for unsigned-long and
149          unsigned-short added.          unsigned-short added.
150          (perl_code): Die if uninitialized value is given.          (perl_code): Die if uninitialized value is given.

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.28

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24