| 1 |
wakaba |
1.56 |
2005-09-04 Wakaba <wakaba@suika.fam.cx> |
| 2 |
|
|
|
| 3 |
|
|
* DOMFeature.dis: New module. |
| 4 |
|
|
|
| 5 |
|
|
* DOMMetaImpl.dis (ManakaiDOM:ManakaiDOMObject): Removed. |
| 6 |
|
|
|
| 7 |
|
|
* DOMMain.dis (ManakaiDOM:ManakaiDOMObject): New. |
| 8 |
|
|
(DOMString, DOMTimeStamp): Now they are not interfaces |
| 9 |
|
|
but datatypes. |
| 10 |
|
|
(DOMUserData, DOMObject, DOMUserData): Now they |
| 11 |
|
|
are subtypes rather than aliases of their "real" type in IDL. |
| 12 |
|
|
|
| 13 |
|
|
* DOMCore.dis (DOMImplementationList, DOMImplementationSource): |
| 14 |
|
|
New interfaces and classes. |
| 15 |
|
|
|
| 16 |
wakaba |
1.55 |
2005-09-01 Wakaba <wakaba@suika.fam.cx> |
| 17 |
|
|
|
| 18 |
|
|
* DOMCore.dis (setTextNodeContent): Sets the infoset:parent |
| 19 |
|
|
property of the new Text node. |
| 20 |
|
|
|
| 21 |
wakaba |
1.54 |
2005-08-29 Wakaba <wakaba@suika.fam.cx> |
| 22 |
|
|
|
| 23 |
|
|
* Makefile: Loads "NaturalLanguage.dis". |
| 24 |
|
|
|
| 25 |
|
|
2005-08-26 Wakaba <wakaba@suika.fam.cx> |
| 26 |
|
|
|
| 27 |
|
|
* DOMCore.dis (createDocument): Set "ownerDocument" attribute |
| 28 |
|
|
to the root element created by the method. (It was forgotten!!) |
| 29 |
|
|
|
| 30 |
wakaba |
1.53 |
2005-08-15 Wakaba <wakaba@suika.fam.cx> |
| 31 |
|
|
|
| 32 |
|
|
* DOMCore.dis (appendChild, insertBefore, replaceChild): Typo |
| 33 |
|
|
in the code of removing the newChild from the previous |
| 34 |
|
|
parent of that node is fixed. |
| 35 |
|
|
|
| 36 |
wakaba |
1.52 |
2005-05-29 Wakaba <wakaba@suika.fam.cx> |
| 37 |
|
|
|
| 38 |
|
|
* DOMLS.dis (SimpleSerializer): End tag was sometimes missing. Use |
| 39 |
|
|
namespace prefix of element type if it is not declared |
| 40 |
|
|
but not used else. A shift is replaced by pop:). |
| 41 |
|
|
|
| 42 |
|
|
* DOMCore.dis (getFeature): The getFeature method |
| 43 |
|
|
for Node-derived classes implemented. |
| 44 |
|
|
* DOMXML.dis (getFeature): Ditto. |
| 45 |
|
|
|
| 46 |
wakaba |
1.51 |
2005-05-21 Wakaba <wakaba@suika.fam.cx> |
| 47 |
|
|
|
| 48 |
|
|
* DOMCore.dis (getNodeReference): Use HTMLDocument class |
| 49 |
|
|
if a document node has no document element node but |
| 50 |
|
|
has support for the "HTML" feature. |
| 51 |
|
|
|
| 52 |
wakaba |
1.50 |
2005-03-03 Wakaba <wakaba@suika.fam.cx> |
| 53 |
|
|
|
| 54 |
|
|
* DOMMetaImpl.dis (features input normalizer): Variable name |
| 55 |
|
|
typo fixed. |
| 56 |
|
|
(ManakaiDOMImplementationSource.getDOMImplementation): Fixed bug |
| 57 |
|
|
so that version specification for "+"'ed feature name does work now. |
| 58 |
|
|
|
| 59 |
wakaba |
1.49 |
2005-03-02 Wakaba <wakaba@suika.fam.cx> |
| 60 |
|
|
|
| 61 |
|
|
* DOMBoot.dis (ResourceDef): Definitions for DOMFeature are |
| 62 |
|
|
removed (now defined in DOMMetaImpl). |
| 63 |
|
|
|
| 64 |
wakaba |
1.48 |
2005-02-21 Wakaba <wakaba@suika.fam.cx> |
| 65 |
|
|
|
| 66 |
|
|
* DOMMetaImpl.dis (IFClsDef[ManakaiDOMMinimumImplementation]): New. |
| 67 |
|
|
|
| 68 |
|
|
* Makefile: Rules for DOMMetaImpl module added. |
| 69 |
|
|
|
| 70 |
wakaba |
1.47 |
2005-02-20 Wakaba <wakaba@suika.fam.cx> |
| 71 |
|
|
|
| 72 |
|
|
* DOMMetaImpl.dis: New module (split from DOMCore and DOMMain). |
| 73 |
|
|
|
| 74 |
wakaba |
1.45 |
2005-02-18 Wakaba <wakaba@suika.fam.cx> |
| 75 |
|
|
|
| 76 |
wakaba |
1.46 |
* DOMCore.dis (getFeature): ManakaiDOM:ManakaiDOMNodeObject.newReference |
| 77 |
|
|
is an instance method, not a class method. |
| 78 |
|
|
|
| 79 |
wakaba |
1.45 |
* DOMMain.dis (ResourceTypeDef[ManakaiDOM:Const, |
| 80 |
|
|
ManakaiDOM:ConstGroup]): Removed (moved to "lib/manakai/DISLang.dis"). |
| 81 |
|
|
(Exception-related definitions): Removed (moved to |
| 82 |
|
|
"lib/Message/Util/Error/DOMException.dis"). |
| 83 |
|
|
(ForDef[ManakaiDOM:ForIF, ManakaiDOM:ForClass]): Removed (moved |
| 84 |
|
|
to DISLang). |
| 85 |
|
|
|
| 86 |
|
|
2005-02-17 Wakaba <wakaba@suika.fam.cx> |
| 87 |
|
|
|
| 88 |
|
|
* DOMMain.dis: Definitions for "ManakaiDOM:ManakaiDOMNodeObject" and |
| 89 |
|
|
"ManakaiDOM:ManakaiDOMNodeReference" are removed (moved to |
| 90 |
|
|
"lib/Message/Util/ManakaiNode.dis"). |
| 91 |
|
|
(ResourceDef[ManakaiDOM:DataType]): Removed (moved to |
| 92 |
|
|
"lib/manakai/DISCore.dis"). |
| 93 |
|
|
(ResourceTypeDef[ManakaiDOM:IF, ManakaiDOM:Class, |
| 94 |
|
|
ManakaiDOM:PrimitiveTypeClass]): Removed (moved to |
| 95 |
|
|
"lib/manakai/DISLang.dis"). |
| 96 |
|
|
|
| 97 |
|
|
2005-02-16 Wakaba <wakaba@suika.fam.cx> |
| 98 |
|
|
|
| 99 |
|
|
* DOMMain.dis (ForDef[ManakaiDOM:Perl]): Removed (moved to |
| 100 |
|
|
DISPerl module). |
| 101 |
|
|
|
| 102 |
wakaba |
1.44 |
2005-01-07 Wakaba <wakaba@suika.fam.cx> |
| 103 |
|
|
|
| 104 |
|
|
* DOMCore.dis: Each "delete array-item" replaced to a "splice". |
| 105 |
|
|
|
| 106 |
wakaba |
1.43 |
2005-01-06 Wakaba <wakaba@suika.fam.cx> |
| 107 |
|
|
|
| 108 |
|
|
* DOMMain.dis (ensureXMLName): Test as if XML 1.0 if it is not an |
| 109 |
|
|
XML document. |
| 110 |
|
|
|
| 111 |
wakaba |
1.42 |
2005-01-05 Wakaba <wakaba@suika.fam.cx> |
| 112 |
|
|
|
| 113 |
|
|
* DOMMain.dis (ManakaiDOMExceptionOrWarning.stringify): New method. |
| 114 |
|
|
(IntMethod[isExternallyReferred]): Rewritten. |
| 115 |
|
|
(IntMethod[isExternallyReferredDownward]): Removed. |
| 116 |
|
|
(Checking XML name legallity): Fix true or false mistakes. |
| 117 |
|
|
(destroy, importTree, orphanate): Rewritten. |
| 118 |
|
|
(destroyDownward, changeTreeIDDownward): Removed. |
| 119 |
|
|
(TreeCore:urefnode property): Removed since not used. |
| 120 |
|
|
|
| 121 |
|
|
* DOMCore.dis: Tying array for NodeList implemented. |
| 122 |
|
|
|
| 123 |
|
|
2005-01-02 Wakaba <wakaba@suika.fam.cx> |
| 124 |
|
|
|
| 125 |
|
|
* DOMHTML.dis (HTMLDOMImplementation): New interface. |
| 126 |
|
|
|
| 127 |
|
|
* DOMViews.dis: Documentation for properties are added. |
| 128 |
|
|
|
| 129 |
wakaba |
1.40 |
2004-12-29 Wakaba <wakaba@suika.fam.cx> |
| 130 |
|
|
|
| 131 |
wakaba |
1.41 |
* Makefile: DOMXML, DOMEvents, DOMLS and ManakaiDOMLS2003 added. |
| 132 |
|
|
|
| 133 |
wakaba |
1.40 |
* ManakaiDOMCore.dis: Removed (merged with DOMCore.dis). |
| 134 |
|
|
|
| 135 |
wakaba |
1.39 |
2004-12-28 Wakaba <wakaba@suika.fam.cx> |
| 136 |
|
|
|
| 137 |
|
|
* ManakaiDOMXML.dis: Removed (merged with DOMXML.dis). |
| 138 |
|
|
|
| 139 |
wakaba |
1.38 |
2004-12-01 Wakaba <wakaba@suika.fam.cx> |
| 140 |
|
|
|
| 141 |
|
|
* ManakaiDOMMain.dis: Removed (merged with DOMMain.dis). |
| 142 |
|
|
|
| 143 |
wakaba |
1.37 |
2004-11-03 Wakaba <wakaba@suika.fam.cx> |
| 144 |
|
|
|
| 145 |
|
|
* .cvsignore: Ignore pod files. |
| 146 |
|
|
|
| 147 |
wakaba |
1.36 |
2004-10-31 Wakaba <wakaba@suika.fam.cx> |
| 148 |
|
|
|
| 149 |
|
|
* DOMXML.dis (ProcessingInstruction.data): Property name error fixed. |
| 150 |
|
|
|
| 151 |
|
|
* DOMMain.dis: Don't call DOMString->__INT{length}__ - it should |
| 152 |
|
|
be DOMString->length. |
| 153 |
|
|
|
| 154 |
|
|
* DOMCore.dis (Element.getElementsByTagName, |
| 155 |
|
|
Node.getElementsByTagName, Element.getElementsByTagNameNS, |
| 156 |
|
|
Node.getElementsByTagNameNS): Implemented. |
| 157 |
|
|
(Element.getAttributeNode, Element.getAttributeNodeNS): |
| 158 |
|
|
Check whether defined. |
| 159 |
|
|
|
| 160 |
wakaba |
1.35 |
2004-10-18 Wakaba <wakaba@suika.fam.cx> |
| 161 |
|
|
|
| 162 |
|
|
* DOMWebForms.dis: New module. |
| 163 |
|
|
|
| 164 |
wakaba |
1.33 |
2004-10-17 Wakaba <wakaba@suika.fam.cx> |
| 165 |
|
|
|
| 166 |
wakaba |
1.34 |
* DOMBasicEvents.dis, DOMHTMLEvents.dis, DOMViews.dis, |
| 167 |
|
|
DOMHTML.dis: New modules. |
| 168 |
wakaba |
1.33 |
|
| 169 |
wakaba |
1.32 |
2004-10-16 Wakaba <wakaba@suika.fam.cx> |
| 170 |
|
|
|
| 171 |
|
|
* DOMMouseEvents.dis, DOMTextEvents.dis: New module. |
| 172 |
|
|
|
| 173 |
wakaba |
1.30 |
2004-10-11 Wakaba <wakaba@suika.fam.cx> |
| 174 |
|
|
|
| 175 |
|
|
* ManakaiDOMMain.dis: 'TreeCore:anydata2' property type added. |
| 176 |
wakaba |
1.31 |
(DataType[ManakaiDOMKeyIdentifier, ManakaiDOMKeyIdentifiers]): added. |
| 177 |
wakaba |
1.30 |
|
| 178 |
wakaba |
1.28 |
2004-10-10 Wakaba <wakaba@suika.fam.cx> |
| 179 |
wakaba |
1.30 |
|
| 180 |
|
|
* DOMEvents.dis: New module. |
| 181 |
wakaba |
1.28 |
|
| 182 |
wakaba |
1.29 |
* ManakaiDOMCore.dis (ManakaiDOMAttributes.item): Return |
| 183 |
|
|
node reference. |
| 184 |
|
|
|
| 185 |
|
|
* ManakaiDOMLS2003.dis (error_handler): '$caller' changed |
| 186 |
|
|
to '$self' for correct error reporting and not to leak memory. |
| 187 |
|
|
|
| 188 |
wakaba |
1.28 |
* Makefile (DIS2PM_PL): Path to dis2pm.pl changed. |
| 189 |
|
|
* dis2pm.pl, idl2dis.pl: Removed (moved to ../../bin/). |
| 190 |
|
|
|
| 191 |
wakaba |
1.26 |
2004-10-09 Wakaba <wakaba@suika.fam.cx> |
| 192 |
|
|
|
| 193 |
wakaba |
1.28 |
* DOMCore.dis (ConfigParam): Moved from ManakaiDOMCore. |
| 194 |
|
|
* ManakaiDOMCore.dis (ConfigParam): Removed. |
| 195 |
|
|
|
| 196 |
wakaba |
1.27 |
* dis2pm.pl: Functions to create perl/pod structures |
| 197 |
|
|
are moved to ../../bin/genlib.pl. |
| 198 |
wakaba |
1.28 |
(disdoc2pod, disdoc2text): Allow LESS-THAN SIGN as the first |
| 199 |
|
|
character of a paragraph. |
| 200 |
wakaba |
1.27 |
|
| 201 |
wakaba |
1.26 |
* ManakaiDOMLS2003.dis (ManakaiXMLParser2003/parse:#comment): |
| 202 |
|
|
Set ownerDocument as parent if parent.ownerDocument is null. |
| 203 |
|
|
|
| 204 |
|
|
* dis2pm.pl (dis2perl): Report if DIS code has value. |
| 205 |
|
|
|
| 206 |
|
|
2004-10-06 Wakaba <wakaba@suika.fam.cx> |
| 207 |
|
|
|
| 208 |
|
|
* ManakaiDOMCore.dis (IFs): Inherit non-conditional version |
| 209 |
|
|
of ManakaiDOMMain interfaces. |
| 210 |
|
|
|
| 211 |
|
|
* DOMCore.dis (Node.childNodes): Typo fixed. |
| 212 |
|
|
|
| 213 |
|
|
* ManakaiDOMLS2003.dis (parse): Check whether the namespace |
| 214 |
|
|
prefix is null. |
| 215 |
|
|
|
| 216 |
|
|
* dis2pm.pl (perl_builtin_code): Allow hash reference as 'features'. |
| 217 |
|
|
(Condition): Don't generate condition inheritance for DOM1, DOM2 |
| 218 |
|
|
and DOM3. |
| 219 |
|
|
|
| 220 |
wakaba |
1.25 |
2004-09-30 Wakaba <wakaba@suika.fam.cx> |
| 221 |
|
|
|
| 222 |
|
|
* dis2pm.pl (disdoc_inline2pod, disdoc_inline2text): New |
| 223 |
|
|
element type 'FILE' added. |
| 224 |
|
|
|
| 225 |
|
|
* ManakaiDOMMain.dis (ManakaiDOMExceptionOrWarning, |
| 226 |
|
|
ManakaiDOMException, ManakaiDOMWarning): New classes. |
| 227 |
|
|
(ManakaiDOMObject/___report_error): Implemented. |
| 228 |
|
|
|
| 229 |
|
|
* dis2pm.pl (perl_builtin_code:ParseFeature): Recognize leading '+'. |
| 230 |
|
|
|
| 231 |
wakaba |
1.24 |
2004-09-29 Wakaba <wakaba@suika.fam.cx> |
| 232 |
|
|
|
| 233 |
|
|
* dis2pm.pl (get_redef_description, attr2perl, method2perl, if2perl): |
| 234 |
|
|
New attribute 'IsAbstract', 'IsFinal' and 'ImplByApp' added. |
| 235 |
|
|
|
| 236 |
|
|
2004-09-27 Wakaba <wakaba@suika.fam.cx> |
| 237 |
|
|
|
| 238 |
|
|
* .cvsignore: New file. |
| 239 |
|
|
|
| 240 |
wakaba |
1.22 |
2004-09-27 Wakaba <wakaba@suika.fam.cx> |
| 241 |
|
|
|
| 242 |
wakaba |
1.23 |
* DOMLS.dis, ManakaiDOMLS2003: New file. |
| 243 |
|
|
|
| 244 |
wakaba |
1.22 |
* dis2pm.pl (MAIN): Output "AUTHOR" pod section; support Perl+MPL |
| 245 |
|
|
license. |
| 246 |
wakaba |
1.23 |
(disdoc2pod, disdoc2text): New 'DFN', 'SA', 'SE', 'HA', 'HE', |
| 247 |
|
|
'XA', 'XE', 'Prefix', 'ERR', 'EV' and 'CP' element types supported. |
| 248 |
|
|
(perl_name): Die if uninitialized value. |
| 249 |
|
|
(constgroup2perl): Support constant group without machine-name. |
| 250 |
|
|
(pod_item): Die if uninitialized value. |
| 251 |
|
|
(qname_label): Don't output default prefix. |
| 252 |
wakaba |
1.22 |
|
| 253 |
|
|
* idl2dis.pl: Output module name and prefix as 'BindingName' |
| 254 |
|
|
and 'FileName'. |
| 255 |
|
|
|
| 256 |
wakaba |
1.20 |
2004-09-26 Wakaba <wakaba@suika.fam.cx> |
| 257 |
|
|
|
| 258 |
wakaba |
1.21 |
* dis2pm.pl (constgroup2perl): Capitalize name. |
| 259 |
|
|
|
| 260 |
|
|
* idl2dis.pl (type, raise): Prepend namespace prefix if |
| 261 |
|
|
type is 'DOMString' or 'DOMException' and it is not defined. |
| 262 |
|
|
(MAIN): Make empty 'Return' element even if return |
| 263 |
|
|
value is void. |
| 264 |
|
|
(supply_incase): New. |
| 265 |
|
|
(const): Use 'FullName' in favor of 'Description' if the name of |
| 266 |
|
|
the const group is not a machine-friendly name. |
| 267 |
|
|
|
| 268 |
|
|
2004-09-26 Wakaba <wakaba@suika.fam.cx> |
| 269 |
|
|
|
| 270 |
wakaba |
1.20 |
* dis2pm.pl (get_incase_label): Error if label is undef. |
| 271 |
|
|
|
| 272 |
wakaba |
1.19 |
2004-09-25 Wakaba <wakaba@suika.fam.cx> |
| 273 |
|
|
|
| 274 |
|
|
* dis2pm.pl: Generate TODO list. |
| 275 |
|
|
(method2perl): Use "dis". |
| 276 |
|
|
(disdoc2pod, disdoc2text): 'HTML', 'InfosetP' element types added. |
| 277 |
|
|
(perl_builtin_code): New code 'isRelativeDOMURI' added. |
| 278 |
|
|
|
| 279 |
|
|
* ManakaiDOMMain.dis (MDOM_REPLACE_BY_ITSELF_NO_EFFECT): New |
| 280 |
|
|
warning code. |
| 281 |
|
|
|
| 282 |
|
|
* dis2pm.pl (attr2perl, method2perl): Output 'undef;' if the |
| 283 |
|
|
method or attribute(set) does not return a value. |
| 284 |
|
|
(perl_code): New macro 'WHEN' added. Macro 'INT{}' now allow |
| 285 |
|
|
parameter. |
| 286 |
|
|
|
| 287 |
wakaba |
1.18 |
2004-09-24 Wakaba <wakaba@suika.fam.cx> |
| 288 |
|
|
|
| 289 |
|
|
* dis2pm.pl (perl_exception): New 'subtype' parameter added. |
| 290 |
|
|
(param2poditem): New. |
| 291 |
|
|
(MAIN): Write 'NAMESPACE BINDINGS' pod section if necessary. |
| 292 |
|
|
(perl_builtin_code): More developer-friendly error report. |
| 293 |
|
|
(perl_code): New 'REQUIRE' statement added. |
| 294 |
|
|
(disdoc2text, disdoc2pod): New 'QUOTE' element type added. |
| 295 |
|
|
(get_value_literal): Default for unknown type is now 'undef'. |
| 296 |
|
|
|
| 297 |
|
|
2004-09-22 Wakaba <wakaba@suika.fam.cx> |
| 298 |
|
|
|
| 299 |
|
|
* dis2pm.pl (perl_builtin_code): New 'CheckName' and |
| 300 |
|
|
'XMLVersion' added. |
| 301 |
|
|
|
| 302 |
wakaba |
1.16 |
2004-09-20 Wakaba <wakaba@suika.fam.cx> |
| 303 |
|
|
|
| 304 |
wakaba |
1.17 |
* dis2pm.pl (get_redef_description): See 'RedefinedBy' elements |
| 305 |
|
|
even if it is 'ReMethod' and 'ReAttr' element. |
| 306 |
|
|
|
| 307 |
|
|
2004-09-20 Wakaba <wakaba@suika.fam.cx> |
| 308 |
|
|
|
| 309 |
wakaba |
1.16 |
* dis2pm.pl (type_label): New option 'is_pod' implemented. |
| 310 |
|
|
(get_redef_description): New function. |
| 311 |
|
|
(get_isa_description): New function. |
| 312 |
|
|
(disdoc2pod, disdoc2text): New. |
| 313 |
|
|
(get_description): DISDOC support. |
| 314 |
|
|
(valid_err, valid_err): New option 'node' implemented. |
| 315 |
|
|
|
| 316 |
|
|
* ManakaiDOMCore.dis (IF[ManakaiDOMNodeObjectNode]): New. |
| 317 |
|
|
|
| 318 |
wakaba |
1.13 |
2004-09-19 Wakaba <wakaba@suika.fam.cx> |
| 319 |
|
|
|
| 320 |
wakaba |
1.15 |
* dis2pm.pl (condition_match): Report error if the condition |
| 321 |
|
|
not defined. |
| 322 |
|
|
|
| 323 |
|
|
* ManakaiDOMMain.dis (MDOM_IMPL_BY_APP): New exception code. |
| 324 |
|
|
|
| 325 |
wakaba |
1.14 |
* dis2pm.pl (datatype2perl, datatypealias2perl): "FullName" attribute |
| 326 |
|
|
introduced. |
| 327 |
wakaba |
1.15 |
(constgroup2perl): Define is-a relationship between group |
| 328 |
|
|
Name and its Type. |
| 329 |
|
|
(constgroup2perl): "IsBitMask" attribute introduced. |
| 330 |
wakaba |
1.14 |
|
| 331 |
|
|
* ManakaiDOMMain.dis: Renamed from "ManakaiDOM.dis". |
| 332 |
|
|
|
| 333 |
wakaba |
1.13 |
* dis2pm.pl (type_label): Type label for unsigned-long and |
| 334 |
|
|
unsigned-short added. |
| 335 |
|
|
(perl_code): Die if uninitialized value is given. |
| 336 |
|
|
(is_all_implemented): New function. |
| 337 |
|
|
|
| 338 |
|
|
* ManakaiDOMXML.dis: New module. |
| 339 |
|
|
|
| 340 |
|
|
* ManakaiDOMCore.dis: New module. |
| 341 |
|
|
|
| 342 |
|
|
* dis2pm.pl (dis2perl): 'Overridden' added. |
| 343 |
|
|
|
| 344 |
wakaba |
1.12 |
2004-09-18 Wakaba <wakaba@suika.fam.cx> |
| 345 |
|
|
|
| 346 |
|
|
* ManakaiDOM.dis (MDOM_NEWCHILD_IS_REFCHILD): New warning. |
| 347 |
|
|
(ManakaiDOMNodeObject->orphanate): New internal method. |
| 348 |
|
|
(Interface[ManakaiDOMNodeObject, ManakaiDOMNodeReference]): All calls |
| 349 |
|
|
of internal methods are now qualified by the package name. |
| 350 |
|
|
|
| 351 |
wakaba |
1.11 |
2004-09-17 Wakaba <wakaba@suika.fam.cx> |
| 352 |
|
|
|
| 353 |
|
|
* DOMMain.dis: 'SpecLevel' attribute added. |
| 354 |
|
|
|
| 355 |
|
|
* idl2dis.pl (level): Set 'SpecLevel' attribute as well as 'Level'. |
| 356 |
|
|
|
| 357 |
|
|
* dis2pm.pl (get_level_description): Attribute name to see is |
| 358 |
|
|
changed from 'Level' to 'SpecLevel' |
| 359 |
|
|
(const2perl): Don't hardlink constant not to be warned |
| 360 |
|
|
by perl -w. |
| 361 |
|
|
(ops2perl): Declare subroutine 'DESTROY' not to be warned by |
| 362 |
|
|
perl -w. |
| 363 |
wakaba |
1.12 |
(get_internal_code): Support of lang:dis. |
| 364 |
wakaba |
1.11 |
|
| 365 |
|
|
* ManakaiDOM.dis (newReference): New parameter 'class' introduced. |
| 366 |
|
|
|
| 367 |
|
|
* dis2pm.pl (perl_builtin_code:<ManakaiDOM:ManakaiDOMNamespaceURI>): |
| 368 |
|
|
Separeted from "DOMString". |
| 369 |
|
|
(if2perl, attr2perl): Don't cast to DOMString. |
| 370 |
|
|
|
| 371 |
wakaba |
1.10 |
2004-09-15 Wakaba <wakaba@suika.fam.cx> |
| 372 |
|
|
|
| 373 |
|
|
* dis2pm.pl (perl_builtin_code): __CODE{CheckNCName}__ implemented. |
| 374 |
|
|
(perl_if): Don't indent if preprocessing direction found. |
| 375 |
|
|
(perl_code_source): Add \n before the #line directive. |
| 376 |
|
|
|
| 377 |
|
|
2004-09-14 Wakaba <wakaba@suika.fam.cx> |
| 378 |
|
|
|
| 379 |
|
|
* dis2pm.pl (get_internal_code): __INT{{name}}__ syntax now support |
| 380 |
|
|
attribute. |
| 381 |
|
|
(perl_code): __SUPER{name}__ syntax implemented. |
| 382 |
|
|
|
| 383 |
wakaba |
1.9 |
2004-09-13 Wakaba <wakaba@suika.fam.cx> |
| 384 |
|
|
|
| 385 |
|
|
* dis2pm.pl (dis2perl): New. |
| 386 |
|
|
|
| 387 |
|
|
2004-09-12 Wakaba <wakaba@suika.fam.cx> |
| 388 |
|
|
|
| 389 |
|
|
* dis2pm.pl (get_warning_perl_code): New. |
| 390 |
|
|
|
| 391 |
wakaba |
1.8 |
2004-09-10 Wakaba <wakaba@suika.fam.cx> |
| 392 |
|
|
|
| 393 |
|
|
* ManakaiDOM.dis (MDOM_NS_EMPTY_URI): New Exception type. |
| 394 |
|
|
(ManakaiDOMNamespaceURI): New DataType. |
| 395 |
|
|
|
| 396 |
|
|
* DOMCore.dis: Most part of DOMImplementation interface is |
| 397 |
|
|
implemented. |
| 398 |
|
|
|
| 399 |
|
|
* dis2pm.pl (method2perl): Description for returned value |
| 400 |
|
|
is changed to be grouped. |
| 401 |
|
|
(get_value_literal): Don't quote "null" even if it is a DOMString. |
| 402 |
|
|
(perl_exception): Don't output terminating semicolon. |
| 403 |
|
|
(perl_builtin_code): ManakaiDOM:ManakaiDOMNamespaceURI is |
| 404 |
|
|
supported. |
| 405 |
|
|
|
| 406 |
wakaba |
1.7 |
2004-09-09 Wakaba <wakaba@suika.fam.cx> |
| 407 |
wakaba |
1.8 |
|
| 408 |
|
|
* dis2pm.pl (method2perl, attr2perl): '(Return | Get | Set)/Exception' |
| 409 |
|
|
implemented. |
| 410 |
wakaba |
1.7 |
|
| 411 |
|
|
* idl2dis.pl (type): Don't output Require element for |
| 412 |
|
|
DOMMain module (now it is implicitly required by default). |
| 413 |
|
|
|
| 414 |
wakaba |
1.6 |
2004-09-01 Wakaba <wakaba@suika.fam.cx> |
| 415 |
|
|
|
| 416 |
|
|
* idl2dis.pl (level): Use 'Level' instead of 'ModifiedLevel'. |
| 417 |
|
|
|
| 418 |
wakaba |
1.5 |
2004-08-31 Wakaba <wakaba@suika.fam.cx> |
| 419 |
|
|
|
| 420 |
|
|
* dis2pm.pl (const2perl, constgroup2perl): New. |
| 421 |
|
|
|
| 422 |
|
|
* idl2dis.pl (idlna): New. |
| 423 |
|
|
|
| 424 |
wakaba |
1.4 |
2004-08-30 Wakaba <wakaba@suika.fam.cx> |
| 425 |
|
|
|
| 426 |
|
|
* dis2pm.pl: Versioned implementation of "IF" supported (see |
| 427 |
|
|
also Manakai Development Memo : 2004-08-29 |
| 428 |
|
|
<http://suika.fam.cx/~wakaba/-temp/wiki/wiki?manakai%2F%2F%A5%E1%A5%E2%2F%2F2004-08-29>). |
| 429 |
|
|
|
| 430 |
|
|
* idl2dis.pl (register_required_module): ISA is now |
| 431 |
|
|
converted to elements, not a list attribute. |
| 432 |
|
|
|
| 433 |
wakaba |
1.2 |
2004-08-22 Wakaba <wakaba@suika.fam.cx> |
| 434 |
|
|
|
| 435 |
wakaba |
1.3 |
* idl2dis.pl (register_required_module): Top-level element type |
| 436 |
|
|
name "Type" and "TypeAlias" changed to "DataType" and |
| 437 |
|
|
"DataTypeAlias". |
| 438 |
|
|
|
| 439 |
wakaba |
1.2 |
* dis2pm.pl (perl_code_source): New function. |
| 440 |
|
|
|
| 441 |
wakaba |
1.1 |
2004-08-21 Wakaba <wakaba@suika.fam.cx> |
| 442 |
|
|
|
| 443 |
|
|
* ChangeLog: New file. |
| 444 |
|
|
|
| 445 |
|
|
* Makefile, DOMMain.dis, DOMCore.dis, DOMXML.dis, dis2pm.pl, idl2dis.pl: |
| 446 |
|
|
New files (Moved from ../Markup/XML/DOM/). |
| 447 |
|
|
|
| 448 |
|
|
|