Revision
1.2 -
(
hide annotations)
(
download)
Sat Dec 2 12:46:18 2006 UTC
(17 years, 11 months ago)
by
wakaba
Branch:
MAIN
CVS Tags:
manakai-200612
Changes since
1.1: +4 -1 lines
File MIME type: text/plain
++ manakai/t/ChangeLog 2 Dec 2006 12:46:13 -0000
2006-12-02 Wakaba <wakaba@suika.fam.cx>
* Makefile (dom-DOMString.t): New test.
++ manakai/bin/ChangeLog 2 Dec 2006 12:35:25 -0000
2006-12-02 Wakaba <wakaba@suika.fam.cx>
* daf.pl: Call |get_dom_implementation|
instead of obsolete |get_implementation|.
* grep-dis.pl: |lib/manakai/*.pl| is added.
++ manakai/lib/Message/Util/ChangeLog 2 Dec 2006 12:45:49 -0000
2006-12-02 Wakaba <wakaba@suika.fam.cx>
* Makefile: |lib/Message/DOM/DOMString.pm| is added.
++ manakai/lib/Message/DOM/ChangeLog 2 Dec 2006 12:45:20 -0000
2006-12-02 Wakaba <wakaba@suika.fam.cx>
* DOMString.dis: New module.
* DOMString.pm: New file.
* DOMCore.dis (min): Moved from |DOMFeature.dis|.
(ImplementationRegistryVariable): Moved from |DOMFeature.dis|.
Now it references the |DOMImplementationRegistry| object.
(DOMImplementationRegistryVariable): Moved from |DOMMain.dis|.
(DOMImplementationRegistry): New interface and
class, reformed from |ImplementationRegistry| in |DOMFeature.dis|
and |DOMImplementationRegistry| in |DOMMain.dis|. Note
that the class no longer support |get_implementation|
and |get_implementation_list| methods from
the |ImplementationRegistry| interface.
(DOMImplementationList): Class implemented; no
longer inherits from |ImplementationList|.
(DOMImplementationSource): Class implemented; no
longer inherits from |ImplementationSource|. Note that
the class no longer support |get_implementation|
and |get_implementation_list| methods from
the |ImplementationSource| interface.
(DOMStringList): Removed.
* DOMFeature.dis (min, ManakaiDOM:DOMHTMLFeature,
ManakaiDOM:DOMEventsFeature, ManakaiDOM:DOMXMLFeature,
ManakaiDOM:DOMXMLFeatureXML11, most part of
documentation for obsolete DOM Level 3 Minimum Implementation
module, obsolete property name aliases,
ImplemenationRegistryVar, ImplementationRegistry,
DEBUG, MIString, ImplementationList, ImplementationSource,
ManakaiDOM:implID): Removed.
* DOMMain.dis (Redefine, RedefinedBy, Redefined): Removed.
(DOMString): Removed.
(DOMImplementationRegistryVar, DOMImplementationRegistry): Removed.
* Makefile: |DOMString.pm| is added.
* TreeCore.dis (is_default_namespace): |null| was
returned where a false is expected (|null| is
a false in Perl, but real |false| is appropriate here).