Parent Directory | Revision Log
Links to HEAD: | (view) (download) (annotate) |
Links to HEAD: | (view) (download) (annotate) |
Sticky Tag: |
++ manakai/lib/Message/Charset/ChangeLog 15 Sep 2008 07:19:29 -0000 2008-09-15 Wakaba <wakaba@suika.fam.cx> * Info.pm: Noted that new internal variable |{onerror_set}| is introduced.
++ manakai/lib/Message/Charset/ChangeLog 14 Sep 2008 07:20:15 -0000 * Info.pm: Remove the entry for Shift_JIS, since the ShiftJIS decodehandle class is merged with the Encode class. 2008-09-14 Wakaba <wakaba@suika.fam.cx>
++ manakai/lib/Message/Charset/ChangeLog 14 Sep 2008 06:59:03 -0000 * Info.pm: Remove the entry for EUC-JP, since the EUCJP decodehandle class is merged with the Encode class. 2008-09-14 Wakaba <wakaba@suika.fam.cx>
++ manakai/lib/Message/Charset/ChangeLog 14 Sep 2008 03:08:29 -0000 2008-09-14 Wakaba <wakaba@suika.fam.cx> * Info.pm: Sync with Whatpm::Charset::DecodeHandle's change.
++ manakai/lib/Message/Charset/ChangeLog 11 Sep 2008 12:10:20 -0000 2008-09-11 Wakaba <wakaba@suika.fam.cx> * Info.pm: Sync with Whatpm::Charset::DecodeHandle's change.
++ manakai/lib/Message/Charset/ChangeLog 10 Sep 2008 10:47:14 -0000 * Info.pm (get_by_html_name): New. 2008-09-10 Wakaba <wakaba@suika.fam.cx>
++ manakai/lib/Message/Charset/ChangeLog 10 Sep 2008 10:28:40 -0000 2008-09-10 Wakaba <wakaba@suika.fam.cx> * Info.pm: EBCDICness, ASCII compability, and MIME text suitability are now represented as charset categories. Provision for support of HTML's charset name treatment, i.e. ignorance of ASCII punctuations. Support of HTML5 charset name aliasings (updated definition).
++ manakai/lib/Message/Charset/ChangeLog 25 May 2008 08:36:43 -0000 2008-05-25 Wakaba <wakaba@suika.fam.cx> * Info.pm (CHARSET_CATEGORY_UTF16): New category.
++ manakai/lib/Message/Charset/ChangeLog 18 May 2008 06:09:39 -0000 * Info.pm: Support for WebLatin encoding. Support for Thai encodings. Support for non-block-safe encodings. However, for non-block-safe encodings we cannot assume that it works well on our decode handle framework, therefore they are marked as "fallback" mode (i.e. its result is unknown). 2008-05-18 Wakaba <wakaba@suika.fam.cx>
++ manakai/lib/Message/Charset/ChangeLog 18 May 2008 03:49:07 -0000 2008-05-18 Wakaba <wakaba@suika.fam.cx> * Info.pm (SEMICONFORMING_ENCODING_IMPL): New. Distinguish full non-conformance from semi-conformance, where we can something to make the decoder conformant.
++ manakai/lib/Message/Charset/ChangeLog 17 May 2008 12:32:10 -0000 2008-05-17 Wakaba <wakaba@suika.fam.cx> * Info.pm: Charset definitions now have |category| properties. Property |perl_names| is added to |shift_jis| and |euc-jp|. Charset definition for |shift_jisx0213| is added. (get_decode_handle): New. (get_perl_encoding): Auto-load encode modules for internal use by DecodeHandle (part of Whatpm module).
++ manakai/lib/Message/DOM/ChangeLog 22 Dec 2007 06:29:10 -0000 2007-12-22 Wakaba <wakaba@suika.fam.cx> * CSSStyleSheet.pm, CSSRule.pm, CSSRuleList.pm, CSSStyleDeclaration.pm: First version of CSSOM implementation. ++ manakai/lib/Message/Charset/ChangeLog 23 Nov 2007 04:23:29 -0000 2007-11-23 Wakaba <wakaba@suika.fam.cx> * Info.pm (is_syntactically_valid_iana_charset_name): Function name was misspelled.
++ manakai/lib/Message/Charset/ChangeLog 21 Nov 2007 12:46:59 -0000 2007-11-21 Wakaba <wakaba@suika.fam.cx> * Info.pm: More charset definitions.
++ manakai/lib/Message/ChangeLog 18 Nov 2007 05:58:46 -0000 2007-11-18 Wakaba <wakaba@suika.fam.cx> * Charset/: New directory. ++ manakai/lib/Message/DOM/ChangeLog 18 Nov 2007 08:56:34 -0000 2007-11-18 Wakaba <wakaba@suika.fam.cx> * Document.pm, Entity.pm (manakai_has_bom, manakai_charset): New attributes. ++ manakai/lib/Message/Charset/ChangeLog 18 Nov 2007 11:08:08 -0000 2007-11-18 Wakaba <wakaba@suika.fam.cx> * Info.pm: New Perl module. 2007-11-18 Wakaba <wakaba@suika.fam.cx> * ChangeLog: New file. ++ manakai/t/ChangeLog 18 Nov 2007 08:41:50 -0000 2007-11-18 Wakaba <wakaba@suika.fam.cx> * DOM-Document.t, DOM-Entity.t: New tests for |manakai_has_bom| attribute.
*** empty log message ***
++ ChangeLog 29 Jul 2007 08:02:27 -0000 2007-07-29 Wakaba <wakaba@suika.fam.cx> * Makefile.PL: Updated. ++ manakai/lib/ChangeLog 29 Jul 2007 08:03:11 -0000 * Makefile: No longer recurse into |manakai| and the AutoLoad module. 2007-07-29 Wakaba <wakaba@suika.fam.cx> ++ manakai/lib/Message/ChangeLog 29 Jul 2007 08:03:25 -0000 2007-07-29 Wakaba <wakaba@suika.fam.cx> * Makefile (all): Special rule for |Util| is removed. * Charset/: Removed. ++ manakai/lib/Message/DOM/ChangeLog 29 Jul 2007 07:51:50 -0000 * Text.pm: |Message::DOM::Traversal, an obsolete module, was referenced. 2007-07-29 Wakaba <wakaba@suika.fam.cx> ++ manakai/lib/Message/Util/ChangeLog 29 Jul 2007 08:03:51 -0000 * Makefile: Rules for DIS are removed. 2007-07-29 Wakaba <wakaba@suika.fam.cx> ++ manakai/t/ChangeLog 29 Jul 2007 08:04:33 -0000 2007-07-29 Wakaba <wakaba@suika.fam.cx> * Makefile: Rules for DIS tests are removed.
++ manakai/lib/Message/Markup/ChangeLog 30 Dec 2006 11:55:48 -0000 * Atom.dis, SuikaWiki.dis, H2H.dis, SuikaWikiConfig21.dis: |For| specifications are removed. * SuikaWikiConfig21.dis: |WithFor| and |DefaultFor| specifications are removed. (ForEmpty, ForLatest): Removed. 2006-12-30 Wakaba <wakaba@suika.fam.cx> ++ manakai/lib/Message/Util/ChangeLog 30 Dec 2006 11:57:42 -0000 * PerlCode.dis, DIS.dis, ManakaiNode.dis, ManakaiNodeTest.dis: |For| specifications are removed. * common.dis: New module. * DIS.dis, PerlCode.dis, ManakaiNode.dis: |Util:| resource definitions are removed (and moved to |common.dis|). * DIS.dis (ForEmpty, ForLatest): Removed. * DIS.dis: |WithFor| and |DefaultFor| are removed. 2006-12-30 Wakaba <wakaba@suika.fam.cx> ++ manakai/lib/Message/Util/Error/ChangeLog 30 Dec 2006 11:59:28 -0000 2006-12-30 Wakaba <wakaba@suika.fam.cx> * Core.dis, DOMException.dis: |WithFor|, |DefaultFor|, and |For| specificaitons are removed. ++ manakai/lib/Message/Util/Formatter/ChangeLog 30 Dec 2006 11:59:59 -0000 2006-12-30 Wakaba <wakaba@suika.fam.cx> * Muf2003.dis: |WithFor|, |DefaultFor|, and |For| specifications are removed. ++ manakai/lib/Message/Util/DIS/ChangeLog 30 Dec 2006 11:58:54 -0000 * Perl.dis, Value.dis, DNLite.dis, DPG.dis, Test.dis: |WithFor|, |For|, and |DefaultFor| specifications are removed. 2006-12-30 Wakaba <wakaba@suika.fam.cx> ++ manakai/lib/Message/DOM/ChangeLog 30 Dec 2006 11:53:43 -0000 SimpleLS.dis, DOMMain.dis, XDP.dis: |For| specifications are removed. 2006-12-30 Wakaba <wakaba@suika.fam.cx> * CharacterData.dis, DOMCore.dis, DOMFeature.dis, GenericLS.dis, TreeCore.dis, DOMString.dis, XML.dis, Element.dis, Document.dis, TreeStore,dis, Traversal.dis, XDoctype.dis, XMLParser.dis, DOMLS.dis, ++ manakai/lib/Message/URI/ChangeLog 30 Dec 2006 11:54:30 -0000 * Generic.dis: |For| specifications are removed. 2006-12-30 Wakaba <wakaba@suika.fam.cx> ++ manakai/lib/Message/Charset/ChangeLog 30 Dec 2006 11:54:10 -0000 * Encode.dis: |For| specifications are removed. 2006-12-30 Wakaba <wakaba@suika.fam.cx> ++ manakai/lib/manakai/ChangeLog 30 Dec 2006 12:00:29 -0000 * XML.dis: |DefaultFor| specification is removed. 2006-12-30 Wakaba <wakaba@suika.fam.cx>
++ manakai/bin/ChangeLog 30 Dec 2006 06:47:17 -0000 2006-12-30 Wakaba <wakaba@suika.fam.cx> * idl2dis.pl: Removed. ++ manakai/lib/Message/Markup/ChangeLog 30 Dec 2006 08:26:03 -0000 * Atom.dis, SuikaWiki.dis, H2H.dis: |WithFor| and |DefaultFor| properties are removed. 2006-12-30 Wakaba <wakaba@suika.fam.cx> ++ manakai/lib/Message/Util/ChangeLog 30 Dec 2006 08:26:59 -0000 * PerlCode.dis: |WithFor| and |DefaultFor| are removed. 2006-12-30 Wakaba <wakaba@suika.fam.cx> ++ manakai/lib/Message/DOM/ChangeLog 30 Dec 2006 08:25:38 -0000 GenericLS.dis, TreeCore.dis, DOMString.dis, XML.dis, Element.dis, Document.dis, TreeStore,dis, Traversal.dis, XDoctype.dis, XMLParser.dis, DOMLS.dis, SimpleLS.dis, DOMMain.dis, XDP.dis: |WithFor| specifications and |DefaultFor|s are removed. 2006-12-30 Wakaba <wakaba@suika.fam.cx> * CharacterData.dis, DOMCore.dis, DOMFeature.dis, ++ manakai/lib/Message/URI/ChangeLog 30 Dec 2006 08:26:32 -0000 * Generic.dis: |WithFor| and |DefaultFor| are removed. 2006-12-30 Wakaba <wakaba@suika.fam.cx> ++ manakai/lib/Message/Charset/ChangeLog 30 Dec 2006 08:24:04 -0000 * Encode.dis (Require): |WithFor| specifications are removed. (DefaultFor): Removed. 2006-12-30 Wakaba <wakaba@suika.fam.cx> ++ manakai/lib/manakai/ChangeLog 30 Dec 2006 07:46:56 -0000 2006-12-30 Wakaba <wakaba@suika.fam.cx> * dis.pl: Removed.
++ manakai/lib/Message/Markup/ChangeLog 30 Dec 2006 04:39:04 -0000 2006-12-30 Wakaba <wakaba@suika.fam.cx> * Atom.dis, SuikaWiki.dis: References to the |ManakaiDOM:ManakaiDOM| mode are removed. ++ manakai/lib/Message/Util/ChangeLog 30 Dec 2006 04:39:32 -0000 * DIS.dis, PerlCode.dis: References to the |ManakaiDOM:ManakaiDOM| mode are removed. 2006-12-30 Wakaba <wakaba@suika.fam.cx> ++ manakai/lib/Message/Util/DIS/ChangeLog 30 Dec 2006 04:42:43 -0000 * DPG.dis, Perl.dis, Value.dis, Test.dis: References to |ManakaiDOM:ManakaiDOM| modes are removed. * Perl.dis (plCodeFragment): |local|ize the |DIS:plCodeFragment| cache to avoid ancestor nodes of the cached fragment are destroyed so that the cached nodes become invalid. 2006-12-30 Wakaba <wakaba@suika.fam.cx> ++ manakai/lib/Message/DOM/ChangeLog 30 Dec 2006 04:37:29 -0000 * CharacterData.dis, DOMCore.dis, DOMFeature.dis, GenericLS.dis, TreeCore.dis, DOMString.dis, XML.dis, Element.dis, Document.dis, TreeStore,dis, Traversal.dis, XDoctype.dis, XMLParser.dis, DOMLS.dis, SimpleLS.dis, DOMMain.dis: References to the |ManakaiDOM:ManakaiDOM|, |ManakaiDOM:ManakaiDOM1|, |ManakaiDOM:ManakaiDOM2|, and |ManakaiDOM:ManakaiDOM3| modes are removed. 2006-12-30 Wakaba <wakaba@suika.fam.cx> ++ manakai/lib/Message/URI/ChangeLog 30 Dec 2006 04:35:39 -0000 2006-12-30 Wakaba <wakaba@suika.fam.cx> * Generic.dis (Require): Reference to the |ManakaiDOM:ManakaiDOM| mode is removed. ++ manakai/lib/Message/Charset/ChangeLog 30 Dec 2006 04:35:23 -0000 2006-12-30 Wakaba <wakaba@suika.fam.cx> * Encode.dis (Require): Reference to the |ManakaiDOM:ManakaiDOM| mode is 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/lib/Message/Markup/ChangeLog 30 Apr 2006 09:59:23 -0000 2006-04-30 Wakaba <wakaba@suika.fam.cx> * .cvsignore: Updated. ++ manakai/lib/Message/Util/ChangeLog 30 Apr 2006 10:03:00 -0000 2006-04-30 Wakaba <wakaba@suika.fam.cx> * .cvsignore: Updated. ++ manakai/lib/Message/Util/Error/ChangeLog 30 Apr 2006 10:05:23 -0000 2006-04-30 Wakaba <wakaba@suika.fam.cx> * .cvsignore: Updated. ++ manakai/lib/Message/Util/Formatter/ChangeLog 30 Apr 2006 10:05:41 -0000 2006-04-30 Wakaba <wakaba@suika.fam.cx> * .cvsignore: Updated. ++ manakai/lib/Message/Util/DIS/ChangeLog 30 Apr 2006 10:04:48 -0000 2006-04-30 Wakaba <wakaba@suika.fam.cx> * .cvsignore: Updated. ++ manakai/lib/Message/DOM/ChangeLog 30 Apr 2006 10:26:50 -0000 * .cvsignore: Updated. * Traversal.dis: Unused declarations are removed. 2006-04-30 Wakaba <wakaba@suika.fam.cx> ++ manakai/lib/Message/URI/ChangeLog 30 Apr 2006 09:59:46 -0000 2006-04-30 Wakaba <wakaba@suika.fam.cx> * .cvsignore: Updated. ++ manakai/lib/Message/Charset/ChangeLog 30 Apr 2006 09:55:24 -0000 2006-04-30 Wakaba <wakaba@suika.fam.cx> * .cvsignore: New file. ++ manakai/lib/manakai/ChangeLog 30 Apr 2006 10:05:59 -0000 2006-04-30 Wakaba <wakaba@suika.fam.cx> * .cvsignore: Updated.
++ manakai/bin/ChangeLog 9 Apr 2006 14:25:10 -0000 2006-04-09 Wakaba <wakaba@suika.fam.cx> * daf.pl (daf_generate_perl_test): Old |PerlCode| methods are replaced by new ones. ++ manakai/lib/Message/Util/DIS/ChangeLog 9 Apr 2006 14:29:02 -0000 2006-04-09 Wakaba <wakaba@suika.fam.cx> * Perl.dis (plAppendThrow): Use key for exception parameters. ++ manakai/lib/Message/DOM/ChangeLog 9 Apr 2006 14:28:28 -0000 2006-04-09 Wakaba <wakaba@suika.fam.cx> * XMLParser.dis (Require): Requires the |MCharset:Encode| module. (parse): Set the |inputEncoding| attribute of the generated document object. (resolveLSInput default implementation): The |byteStream| and |encoding| attributes of the |LSInput| interface are now supported. (resolveLSInput): Parameters |impl| and |parser| are added. (InputFile.inputEncoding): New attribute. ++ manakai/lib/Message/Charset/ChangeLog 9 Apr 2006 14:25:44 -0000 2006-04-09 Wakaba <wakaba@suika.fam.cx> * Encode.dis (close): New method.
++ manakai/lib/Message/ChangeLog 31 Mar 2006 15:51:53 -0000 2006-03-31 Wakaba <wakaba@suika.fam.cx> * Makefile (clean-db): New rule. ++ manakai/lib/Message/Markup/ChangeLog 31 Mar 2006 15:53:04 -0000 2006-03-31 Wakaba <wakaba@suika.fam.cx> * Makefile (clean-db): New rule. ++ manakai/lib/Message/Util/ChangeLog 31 Mar 2006 15:59:50 -0000 * Makefile (clean-db): New rule. * Grove.dis (onunload): New internal property. (collectGarbage): Invoke the |mg:onunload| code if available. 2006-03-31 Wakaba <wakaba@suika.fam.cx> ++ manakai/lib/Message/DOM/ChangeLog 31 Mar 2006 15:58:33 -0000 2006-04-01 Wakaba <wakaba@suika.fam.cx> * TreeCore.dis (setIdAttribute, setIdAttributeNS, setIdAttributeNode): Reimplemented. (isId): Setter is added. (Element.normalize): Definition copied from the |MDOM:Tree| module. 2006-03-31 Wakaba <wakaba@suika.fam.cx> * Makefile (clean-db): New rule. * TreeCore.dis (setUserData): Schedule to invoke the user data handler when the node is removed from the memory. (setAttribute, setAttributeNS): Set the [attribute type] if DTD attribute definition is available. (CharacterData members): Definitions copied from the |MDOM:Tree| module. ++ manakai/lib/Message/URI/ChangeLog 31 Mar 2006 15:54:48 -0000 2006-04-01 Wakaba <wakaba@suika.fam.cx> * Makefile (clean-db): New rule. ++ manakai/lib/Message/Charset/ChangeLog 31 Mar 2006 15:54:37 -0000 2006-04-01 Wakaba <wakaba@suika.fam.cx> * Makefile (clean-db): New rule. ++ manakai/lib/manakai/ChangeLog 31 Mar 2006 15:53:40 -0000 2006-03-31 Wakaba <wakaba@suika.fam.cx> * Makefile (clean-db): New rule. ++ manakai/lib/ChangeLog 31 Mar 2006 15:51:40 -0000 2006-03-31 Wakaba <wakaba@suika.fam.cx> * Makefile (clean-db): New rule.
++ manakai/lib/Message/Charset/ChangeLog 15 Mar 2006 10:58:25 -0000 2006-03-15 Wakaba <wakaba@suika.fam.cx> * Makefile (gl-jis-1978.tbr): 1983-swapped-pairs were not reversed. (install): Rule |install-GLJIS1997Swapped| is added. * Encode.dis (createMCDecodeHandle): Charset |iso-2022-jp| is implemented. (ManakaiMCISO2022JPDecodeHandle): New class. ++ manakai/lib/manakai/ChangeLog 15 Mar 2006 10:58:44 -0000 2006-03-15 Wakaba <wakaba@suika.fam.cx> * Charset.dis (cs:invalid-state-error): New error.
++ manakai/lib/Message/Charset/ChangeLog 14 Mar 2006 10:23:22 -0000 * Makefile (GLJIS1997Swapped): New |Encode| module. 2006-03-14 Wakaba <wakaba@suika.fam.cx>
++ manakai/lib/Message/Charset/ChangeLog 14 Mar 2006 09:44:45 -0000 * Encode.dis (createMCDecodeHandle): Charsets |euc-jp| and |shift_jis| are implemented. (ManakaiMCEUCJPDecodeHandle): New class. (ManakaiMCShiftJISDecodeHandle): New class. 2006-03-14 Wakaba <wakaba@suika.fam.cx> ++ manakai/lib/manakai/ChangeLog 14 Mar 2006 09:47:03 -0000 2006-03-14 Wakaba <wakaba@suika.fam.cx> * Charset.dis (cs:XML.euc-jp): Now it is an alias name of |icharset:euc-jp| since they are considered as same charset. (cs:unassigned-code-point-error): New error. (icharset:shift_jis, icharset:euc-jp): Perl encoding names are added. Note that those encodings are provided by non-Perl-standard modules generated from |../Message/Charset/Makefile|.
++ manakai/lib/Message/Charset/ChangeLog 14 Mar 2006 06:46:03 -0000 2006-03-14 Wakaba <wakaba@suika.fam.cx> * Encode.dis (ungetc): New method. * Makefile: Rules to make |Encode| modules for |euc-jp-1997|, |shift-jis-1997|, |gl-jis-1978|, |gl-jis-1983|, and |gl-jis-1997| are added.
++ manakai/bin/ChangeLog 12 Mar 2006 10:03:19 -0000 2006-03-12 Wakaba <wakaba@suika.fam.cx> * daf.pl: Don't require |Test| modules for bootstrap. ++ manakai/lib/Message/Util/ChangeLog 12 Mar 2006 10:09:14 -0000 2006-03-12 Wakaba <wakaba@suika.fam.cx> * DIS.dis (loadResource): Sets the |srinfo| parameter of the |addTypeURI| method call. (addTypeURI): The |srinfo| parameter is added. Sets the |srinfo| parameter of the |isSubsetOfURI| and |mergeAsAlias| method calls. ++ manakai/lib/Message/Util/DIS/ChangeLog 12 Mar 2006 10:09:53 -0000 2006-03-12 Wakaba <wakaba@suika.fam.cx> * Perl.dis (getPerlModuleMemberCode): Write charset category properties. ++ manakai/lib/Message/URI/ChangeLog 12 Mar 2006 10:13:28 -0000 2006-03-12 Wakaba <wakaba@suika.fam.cx> * Generic.pm: Added to the CVS repository since it is referenced from |../DOM/DOMCore.pm| and therefore it is required to execute the |daf| script. ++ manakai/lib/Message/Charset/ChangeLog 12 Mar 2006 10:06:26 -0000 2006-03-12 Wakaba <wakaba@suika.fam.cx> * Encode.dis (createMCDecodeHandle): New parameter |onerror| is added. Charsets |cs:XML.utf-8|, |cs:XML.utf-16|, and |xml-auto-charset:| are implemented. Throws an error if the charset is not supported. (getURIFromCharsetName, getCharsetNameFromURI): Algorithmic URIs are supported. (onerror): Removed from |onoctetstreamerror|. (MCXMLDecodeHandle): Removed. (inputEncoding, hasBOM): New attributes. ++ manakai/lib/manakai/ChangeLog 12 Mar 2006 10:12:19 -0000 2006-03-12 Wakaba <wakaba@suika.fam.cx> * Charset.dis: The |c:key| property is added to some resources. Typos are fixed. (icharset:utf-16be, icharset:utf-16le): New charsets. (cs:Perl.utf-16be, cs:Perl.utf-16le): New charsets. (cs:Perl.ucs-2be, cs:Perl.ucs-2le): New charsets. (cs:Perl.utf-32be, cs:Perl.utf-32le): New charsets. (cs:ErrorCategory): New type. Error categories are added. (cs:noBOMVariant): New properties.
++ manakai/t/ChangeLog 11 Mar 2006 12:12:24 -0000 2006-03-11 Wakaba <wakaba@suika.fam.cx> * Makefile (charset-Encode.t): New test. ++ manakai/lib/Message/Util/ChangeLog 11 Mar 2006 12:10:48 -0000 2006-03-11 Wakaba <wakaba@suika.fam.cx> * DIS.dis (loadResource): Don't set |isDefined| flag for aliases. ++ manakai/lib/Message/Util/DIS/ChangeLog 11 Mar 2006 12:11:51 -0000 2006-03-11 Wakaba <wakaba@suika.fam.cx> * Perl.dis (Require): A reference to the |DISlib:Charset| module is added. (getPerlModuleMemberCode): Method implementations for charset definitions are added. (getPerlDefinitionHashNamespace): A method implementation is added. ++ manakai/lib/Message/Charset/ChangeLog 11 Mar 2006 12:09:07 -0000 2006-03-11 Wakaba <wakaba@suika.fam.cx> * Makefile: A typo is fixed. * Encode.dis (Require): A reference to the |DISlib:Charset| module is added. (MCEncodeFeature10): New feature. (MCEncodeImplementation): New interface. (MCDecodeHandle): New interface. ++ manakai/lib/manakai/ChangeLog 11 Mar 2006 08:42:18 -0000 2006-03-11 Wakaba <wakaba@suika.fam.cx> * Charset.dis: New module.
++ manakai/lib/Message/ChangeLog 10 Mar 2006 10:43:42 -0000 2006-03-10 Wakaba <wakaba@suika.fam.cx> * Makefile: Directories |URI| and |Charset| are added. * Charset/: New directory. ++ manakai/lib/Message/Util/ChangeLog 10 Mar 2006 10:51:06 -0000 2006-03-10 Wakaba <wakaba@suika.fam.cx> * PerlCode.dis (stringify): Inserts new line after |COMMA|s in lists (hash literals and array literals --- "lists" theirselves are excluded since they are usually not so long). * DIS.dis (loadResource): Don't throw error if an alias is alreadt defined for same URI. Registers aliases from |srinfo| to the database. By these fixes aliases defined in another module from the canonical resource name's module can live even after the canonical's module is updated. ++ manakai/lib/Message/DOM/ChangeLog 10 Mar 2006 10:44:35 -0000 2006-03-10 Wakaba <wakaba@suika.fam.cx> * DOMCore.dis, DOMXML.dis, XDoctype.dis (manakaiAppendText): New method. * XMLParser.dis: Don't create adjacent text nodes. ++ manakai/lib/Message/URI/ChangeLog 10 Mar 2006 10:47:21 -0000 2006-03-10 Wakaba <wakaba@suika.fam.cx> * Generic.dis (MURI:): Typos are fixed. ++ manakai/lib/manakai/ChangeLog 10 Mar 2006 10:51:43 -0000 2006-03-10 Wakaba <wakaba@suika.fam.cx> * dis-catalog: New |Message::Charset| namespace is added.
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.
admin@suikawiki.org | ViewVC Help |
Powered by ViewVC 1.1.24 |