Parent Directory
|
Revision Log
| Links to HEAD: | (view) (download) (annotate) |
| Sticky Tag: |
++ manakai/bin/ChangeLog 21 Sep 2007 07:55:21 -0000 2007-09-21 Wakaba <wakaba@suika.fam.cx> * daf.pl, mkdisdump.pl, grep-dis.pl, mkdommemlist.pl: Removed. ++ manakai/lib/Message/IMT/ChangeLog 21 Sep 2007 08:02:20 -0000 2007-09-21 Wakaba <wakaba@suika.fam.cx> * InternetMediaType.pm: Don't raise CoreException even if a read-only attribute is attempted to be modified. ++ manakai/lib/Message/Markup/ChangeLog 21 Sep 2007 07:46:59 -0000 2007-09-21 Wakaba <wakaba@suika.fam.cx> * SuikaWikiConfig21.dis, SuikaWikiConfig21.pm, common.dis, H2H.dis: Removed. ++ manakai/lib/Message/Util/ChangeLog 21 Sep 2007 07:44:10 -0000 2007-09-21 Wakaba <wakaba@suika.fam.cx> * Makefile (clean): Don't remove generated files. * ManakaiNode.dis, ManakaiNodeTest.dis, PerlCode.dis, PerlCode.pm, ManakaiNode.pm, common.dis, DIS.dis, DIS.pm: Removed. * DIS/, AutoLoad/: Removed. ++ manakai/lib/Message/Util/Error/ChangeLog 21 Sep 2007 07:44:55 -0000 2007-09-21 Wakaba <wakaba@suika.fam.cx> * Core.dis, DOMException.pm, DOMException.dis: Removed. ++ manakai/lib/Message/Util/Formatter/ChangeLog 21 Sep 2007 08:09:07 -0000 2007-09-21 Wakaba <wakaba@suika.fam.cx> * Base.pm (___error_def): Error description key names are updated. * Muf2003.dis: Removed. ++ manakai/lib/manakai/ChangeLog 21 Sep 2007 07:52:20 -0000 2007-09-21 Wakaba <wakaba@suika.fam.cx> * DISLang.dis, Document.dis, NaturalLanguage.dis, DISMarkup.dis, ECMAScript.dis, Test.dis, Charset.dis, DISPerl.dis, Java.dis, XML.dis, DISCore.dis, DISRDF.dis, DISIDL.dis, DISSource.dis, Message.dis, daf-perl-t.pl, daf-dtd-modules.pl, daf-perl-pm.pl, dis-catalog, mndebug.pl: Removed. ++ manakai/t/ChangeLog 21 Sep 2007 08:00:31 -0000 2007-09-21 Wakaba <wakaba@suika.fam.cx> * util-mnode.t: Removed.
++ manakai/bin/ChangeLog 4 Nov 2006 11:58:05 -0000 2006-11-04 Wakaba <wakaba@suika.fam.cx> * daf.pl: The |--debug| option no longer set obsoleted |$Message::DOM::DOMFeature::DEBUG| option. ++ manakai/lib/Message/Markup/ChangeLog 4 Nov 2006 12:14:20 -0000 2006-11-04 Wakaba <wakaba@suika.fam.cx> * Atom.dis (AtomImplementation): It no longer inherits the |ManakaiDOMImplementation|; it is now expected to be implemented by |DOMImplementation| objects. (AtomDocument, AtomFeedDocument, AtomEntryDocument): It no longer inherits the |ManakaiDOMDocument|; it is now expected to be implemented by |Document| objects. * SuikaWikiConfig21.dis (SWCFGImplementation): It no longer inherits the |DOMImplementation|; it is now expected to be implemented by |DOMImplementation| objects. ++ manakai/lib/Message/Util/ChangeLog 4 Nov 2006 12:18:18 -0000 2006-11-04 Wakaba <wakaba@suika.fam.cx> * DIS.dis (ManakaiDISImplementation): It no longer inherits |ManakaiDISImplementationValue|, |ManakaiDISImplementationPerl|, and |ManakaiSWCFGImplementation| interfaces. The class is now expected to be implemented by |DOMImplementation| objects. * PerlCode.dis (addImplementedFeature, addImplementedElementType): New methods. (PCHasFeature, PCElementType): New interfaces. (PCDocument): It no longer inherits the |ManakaiDOMDocument|; it is now expected to be implemented by |Document| objects. (PCImplementation): It no longer inherits the |ManakaiDOMImplementation|; it is now expected to be implemented by |DOMImplementation| objects. ++ manakai/lib/Message/Util/DIS/ChangeLog 4 Nov 2006 12:24:32 -0000 2006-11-04 Wakaba <wakaba@suika.fam.cx> * DNLite.dis (DISImplementationDNLite): It no longer inherits the |ManakaiDISImplementation|; it is now expected to be implemented by |DOMImplementation| objects. * DPG.dis (DPGDocument): It no longer inherits the |ManakaiDOMDocument| class; it is now expected to be implemented by all |Document| objects. * Perl.dis (DISImplementationPerl): It is now expected to be implemented by all |DOMImplementation| objects. (plCodeFragment): Support for the |p:require| property is added. It no longer output |ClassInfo| for classes for specific element types; instead, it invoke |add_implemented_element_type| method. * Test.dis (DTImplementation): It no longer inherits the |MinimumImplementation| interface; instead, it is expected to be implemented by all |DOMImplementation| objects. * Value.dis (DISImplementationValue): It is now expected to be implemented by all |DOMImplementation| objects. ++ manakai/lib/Message/Util/AutoLoad/ChangeLog 4 Nov 2006 12:19:43 -0000 2006-11-04 Wakaba <wakaba@suika.fam.cx> * Config.pm (register_all, save): Support for |feature| and |element_type| is added. * Registry-initial.pm: Updated. * .cvsignore: New file. * Registry-initial.pm: New module. ++ manakai/lib/Message/DOM/ChangeLog 4 Nov 2006 12:12:45 -0000 explicitly inherits |urigen:ManakaiURIImplementation| (and the |f:ManakaiMinimumImplementation| class inherited by it). The |f:Minimum| feature is ever implemented for compatibility (but is expected to be removed). Internal methods such as |___report_error| are copied from obsolete |f:MinimumImplementation| class. DOM3 methods |hasFeature| and |getFeature| are also moved from that class, but they now support no foreign classes. * DOMFeature.dis (ManakaiImplementationSource): It now |p:require|s |Message::Util::AutoLoad::Registry|. The class no longer support classes other than |ManakaiDOMImplementation|. Note that the |ImplementationRegistry| object does continue to support foreign classes via foreign classes implementing |ImplementationSource| or |DOMImplementationSource| interface. (MinimumImplementation): Removed. * DOMLS.dis (ManakaiDOMImplementationLS): It no longer inherit the |ManakaiDOMImplementation|; it is now expected to be implemented by |DOMImplementation| objects. * DOMMain.dis (null): Removed. * Document.dis (___create_node_ref): It no longer support foreign classes other than |Message::DOM::Document::ManakaiDOMDocument|. Note that document format specific DOM interfaces, if supported, should be all instances of the |Document| interface in the implementation, as defined in the Web Applications 1.0 specification (where the |HTMLDocument| interface must be implemented by all |Document| objects, even if the |Document| contains no HTML element). * GenericLS.dis (GLSImplementation): It no longer inherit the |MinimumImplementation|; it is now expected to be implemented by |DOMImplementation| objects. (createGLSParser, createGLSSerializer): Load module implementing parser or serializer if necessary. * Traversal.dis (ManakaiDOMDocumentTraversal): It no longer inherits the |ManakaiDOMDocument|; it is now expected to be implemented by |Document| objects. * XDP.dis (XDPDocument): It no longer inherits the |Document|; it is now expected to be implemented by all |Document| objects. * XDoctype.dis (ManakaiDOMDocumentXDoctype): It no longer inherits the |ManakaiDOMDocument|; it is now expected to be implemented by |Document| objects. 2006-11-04 Wakaba <wakaba@suika.fam.cx> * DOMCore.dis (ManakaiDOMImplementation): No longer ++ manakai/lib/Message/URI/ChangeLog 4 Nov 2006 12:14:59 -0000 2006-11-04 Wakaba <wakaba@suika.fam.cx> * Generic.dis (URIImplementation): It no longer inherits the |MinimumImplementation|; it is now expected to be implemented by |DOMImplementation| objects. ++ manakai/lib/Message/Charset/ChangeLog 4 Nov 2006 11:56:24 -0000 2006-11-04 Wakaba <wakaba@suika.fam.cx> * Encode.dis (MCEncodeImplementation): It no longer inherit the |MinimumImplementation|; it is now expected to be implemented by |DOMImplementation| objects. ++ manakai/lib/manakai/ChangeLog 4 Nov 2006 12:25:03 -0000 2006-11-04 Wakaba <wakaba@suika.fam.cx> * DISPerl.dis (p:require, p:use): New properties.
++ manakai/bin/ChangeLog 3 Nov 2006 11:50:21 -0000 2006-11-03 Wakaba <wakaba@suika.fam.cx> * grep-dis.pl: New script. ++ manakai/lib/Message/Util/ChangeLog 3 Nov 2006 17:49:43 -0000 2006-11-03 Wakaba <wakaba@suika.fam.cx> * autoload/: New directory. * DIS.dis (getPropertyResourceList): Unused |defaultMediaType| parameter is deleted. New |isaRecursivePropName| and |recursiveISAPropName| parameters are added. * PerlCode.dis (addRevISAPackageName, getRevISAPackageName): New methods. (stringify): Support for the rev-ISA packages is added. (getAutoloadDefinitionList): New method. ++ manakai/lib/Message/Util/DIS/ChangeLog 3 Nov 2006 17:51:23 -0000 2006-11-03 Wakaba <wakaba@suika.fam.cx> * Perl.dis (plCodeFragment): Don't generate method parameter code if |DISPerl:noParameterModification| property is set. Support for the |domperl:classExtends| and |domperl:classImplementedByObjectsOf| property is added. ++ manakai/lib/Message/DOM/ChangeLog 3 Nov 2006 17:47:28 -0000 2006-11-04 Wakaba <wakaba@suika.fam.cx> * DOMCore.dis (ManakaiDOMImplementation): No longer explicitly inherits |tc:ManakaiDOMImplementationTC|. (ManakaiDOMImplementation.AUTOLOAD): New method definition. * TreeCore.dis (ManakaiDOMImplementationTC): Extends the |ManakaiDOMImplementation| class. 2006-11-03 Wakaba <wakaba@suika.fam.cx> * DOMFeature.dis: Definitions for various concepts are added. * GenericLS.dis (GLSImplementation): It no longer inherits the |MinimumImplementation|; rather, any |ManakaiMinimumImplementation| object also implements |GLSImplementation| methods. * TreeStore.dis (DOMImplementationTreeStore): It no longer inherits the |DOMImplementation|; rather, any |ManakaiDOMImplementation| object also implements |DOMImplementationTreeStore| methods. ++ manakai/lib/manakai/ChangeLog 3 Nov 2006 17:53:26 -0000 2006-11-03 Wakaba <wakaba@suika.fam.cx> * DISLang.dis (DISLang:AnyObject): New. (DISLang:extends, DISLang:implements): New. * DISPerl.dis (p:revISA): New. (p:noParameterModification): New. * daf-perl-pm.pl (daf_perl_pm): Update the |Message::Util::AutoLoad::Registry| module after the Perl module is generated. ++ manakai/lib/ChangeLog 3 Nov 2006 17:42:27 -0000 2006-11-04 Wakaba <wakaba@suika.fam.cx> * Makefile (all): Make |Message/Util/AutoLoad/Registry.pm|.
This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.
| [email protected] | ViewVC Help |
| Powered by ViewVC 1.1.24 |