/[suikacvs]/messaging/manakai/lib/Message/Markup/ChangeLog
Suika

Log of /messaging/manakai/lib/Message/Markup/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log


Links to HEAD: (view) (download) (annotate)
Links to manakai-200612: (view) (download) (annotate)
Sticky Tag:

Revision 1.65 - (view) (download) (annotate) - [select for diffs]
Sun Nov 5 12:31:50 2006 UTC (17 years, 6 months ago) by wakaba
Branch: MAIN
CVS Tags: manakai-200612
Changes since 1.64: +4 -0 lines
Diff to previous 1.64
++ manakai/bin/ChangeLog	5 Nov 2006 11:37:25 -0000
	* daf.pl Prototype declarations are added.

2006-11-05  Wakaba  <wakaba@suika.fam.cx>

++ manakai/lib/Message/Markup/ChangeLog	5 Nov 2006 11:39:17 -0000
2006-11-05  Wakaba  <wakaba@suika.fam.cx>

	* Atom.dis (AtomFeedDocument, AtomEntryDocument): Removed.

++ manakai/lib/Message/DOM/ChangeLog	5 Nov 2006 11:38:15 -0000
	* DOMCore.dis (TypeInfo, UserDataHandler): Removed.

	* Element.dis (TypeInfo): Moved from |DOMCore.dis|.

	* TreeCore.dis (UserDataHandler): Moved from |DOMCore.dis|.

2006-11-05  Wakaba  <wakaba@suika.fam.cx>


Revision 1.64 - (view) (download) (annotate) - [select for diffs]
Sat Nov 4 12:25:14 2006 UTC (17 years, 6 months ago) by wakaba
Branch: MAIN
Changes since 1.63: +16 -0 lines
Diff to previous 1.63
++ 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.


Revision 1.63 - (view) (download) (annotate) - [select for diffs]
Tue Oct 3 09:37:36 2006 UTC (17 years, 7 months ago) by wakaba
Branch: MAIN
Changes since 1.62: +13 -0 lines
Diff to previous 1.62
++ manakai/lib/Message/Markup/ChangeLog	3 Oct 2006 09:37:24 -0000
2006-10-03  Wakaba  <wakaba@suika.fam.cx>

	* Atom.dis (fe|AtomThreading 1.0): New feature.
	(getReflectAttrNonNegativeIntegerValue,
	setReflectAttrNonNegativeIntegerValue): New codes.
	(AtomLinkElement.type): Return |application/atom+xml|
	if the |type| content attribute is not specified
	and the |rel| content attribute value is |replies| (and
	the |fe:AtomThreading| feature is supported).
	(AtomEntryElementThread): New interface.
	(AtomThreadInReplyToElement): New interface.
	(AtoLinkElementThread): New interface.


Revision 1.62 - (view) (download) (annotate) - [select for diffs]
Sun Sep 10 11:19:24 2006 UTC (17 years, 8 months ago) by wakaba
Branch: MAIN
Changes since 1.61: +14 -0 lines
Diff to previous 1.61
++ manakai/bin/ChangeLog	10 Sep 2006 11:09:00 -0000
2006-09-10  Wakaba  <wakaba@suika.fam.cx>

	* daf.pl (--dtd-suffix, --create-dtd-driver): New options
	for DTD driver support.

++ manakai/lib/Message/Markup/ChangeLog	10 Sep 2006 11:12:09 -0000
2006-09-10  Wakaba  <wakaba@suika.fam.cx>

	* Atom.dis (Atom): The |mv:systemIdentifierBaseURI|
	property is set.  It is an empty value to allow to move
	DTD modules without modification.
	(Atom10): New DTD driver for ordinary Atom 1.0 documents.
	(AtomNameElement, AtomUriElement, AtomEmailElement): References
	for |Atom| module are added for |%ATOM.xmlns.attrib;|
	references in the |ATTLIST| declarations.
	(AtomContentElement): Content attribute definitions
	for |type| and |src| attributes are added.

	* Makefile (atom): Generate |Atom10| DTD driver.

++ manakai/lib/Message/Markup/XML/ChangeLog	10 Sep 2006 11:13:04 -0000
2006-09-10  Wakaba  <wakaba@suika.fam.cx>

	* Parser.pm: Comment out Unicode comparibility character
	checking clause since |\p{Compat}| regexp set is not
	supported in the current version of perl.

++ manakai/lib/manakai/ChangeLog	10 Sep 2006 11:19:19 -0000
2006-09-10  Wakaba  <wakaba@suika.fam.cx>

	* DISMarkup.dis (mv:systemIdentifierBaseURI): New property.
	(mv:XMLDTDAnyModule, mv:XMLDTDDriver): New resource types.

	* daf-dtd-modules.pl (daf_dtd_modules): Its main part
	is split into another function named |daf_dm_create_module_file|.
	(daf_dtd_driver): New function for DTD driver support.
	(daf_dm_create_module_file): New function.
	(daf_dm_dtd_driver_content): New function.
	(daf_dm_qname_module_content): What declarations
	are generated is changed so that generated DTD modules
	are more resemble to HTML WG's ones.
	(daf_dm_register_all_components): New function.
	(daf_dm_get_module_group): New function.
	(daf_dm_get_entity_name): Support for DTD drivers is added.  Use
	uppercase'ized name for DTD module sets (to align with
	HTML WG's DTD modules).


Revision 1.61 - (view) (download) (annotate) - [select for diffs]
Thu Sep 7 07:25:29 2006 UTC (17 years, 8 months ago) by wakaba
Branch: MAIN
Changes since 1.60: +5 -0 lines
Diff to previous 1.60
++ manakai/lib/Message/Markup/ChangeLog	7 Sep 2006 07:25:15 -0000
2006-09-07  Wakaba  <wakaba@suika.fam.cx>

	* Atom.dis (addNewEntry): The new element was not
	appended to the element.


Revision 1.60 - (view) (download) (annotate) - [select for diffs]
Fri Aug 18 12:26:54 2006 UTC (17 years, 9 months ago) by wakaba
Branch: MAIN
Changes since 1.59: +11 -0 lines
Diff to previous 1.59
++ manakai/lib/Message/Markup/ChangeLog	18 Aug 2006 12:25:07 -0000
2006-08-18  Wakaba  <wakaba@suika.fam.cx>

	* Atom.dis (Require): Reference to the |DISlib:DISMarkup|
	module is added.
	(Atom): The |mv:id| and |mv:vid| properties
	are removed so that the entity name prefix becomes |Atom.|
	and file name prefix becomes |atom-|.  The |infoset:namespaceName|
	and |infoset:prefix| properties are replaced with
	the |mv:targetNamespace| and |mv:defaultNamespacePrefix|
	properties.

++ manakai/lib/manakai/ChangeLog	18 Aug 2006 12:26:46 -0000
2006-08-18  Wakaba  <wakaba@suika.fam.cx>

	* DISMarkup.dis (mv|defaultNamespacePrefix): New property.

	* daf-dtd-modules.pl (daf_dm_qname_module_content): Generated
	DTD fragment is now more XHTML-m12n-friendly.
	(daf_dm_get_entity_name): Don't capitalize letters
	in the entity names in the module sets (as examples
	in the XHTML m12n spec).


Revision 1.59 - (view) (download) (annotate) - [select for diffs]
Thu Aug 17 12:12:02 2006 UTC (17 years, 9 months ago) by wakaba
Branch: MAIN
Changes since 1.58: +8 -0 lines
Diff to previous 1.58
++ manakai/lib/Message/Markup/ChangeLog	17 Aug 2006 12:09:28 -0000
2006-08-17  Wakaba  <wakaba@suika.fam.cx>

	* Atom.dis (Atom): The |AtomQName| module is added.
	Namespace URI and prefix properties are added.
	(AtomQName): New module.
	(Atom*Element): References to |atomCommonAttributes|
	attribute set are added.

++ manakai/lib/manakai/ChangeLog	17 Aug 2006 12:11:56 -0000
2006-08-17  Wakaba  <wakaba@suika.fam.cx>

	* DISMarkup.dis (mv|namespacePrefixed): New property.
	(mv|XMLDTDQNameModule): New.
	(mv|XMLDTDQNameEntity): New.

	* daf-dtd-modules.pl (daf_dm_qname_module_content): New function.
	(daf_dm_moduke_content): Split from |daf_dtd_modules|.
	(daf_dm_get_entity_name): Capitalize all letters
	in the entity names in the module sets.
	(daf_dm_get_file_entity_name): New.


Revision 1.58 - (view) (download) (annotate) - [select for diffs]
Wed Aug 16 10:30:03 2006 UTC (17 years, 9 months ago) by wakaba
Branch: MAIN
Changes since 1.57: +12 -0 lines
Diff to previous 1.57
++ manakai/lib/Message/Markup/ChangeLog	16 Aug 2006 10:27:30 -0000
2006-08-16  Wakaba  <wakaba@suika.fam.cx>

	* Atom.dis (AtomProperties): Components |atomUriCM|
	and |atomEmailAddressCM| are added.
	(atomUriCM, atomEmailAddressCM): News.
	(AtomTextConstruct, AtomPersonConstruct, AtomDateConstruct,
	atom|feed, atom|entry, atom|source, atom|id, atom|uri,
	atom|name, atom|id, atom|email, atom|logo, atom|content,
	atom|category, atom|generator, atom|link): Content
	models are specified.
	(undefinedContent): New.

++ manakai/lib/manakai/ChangeLog	16 Aug 2006 10:29:55 -0000
2006-08-16  Wakaba  <wakaba@suika.fam.cx>

	* DISMarkup.dis (mv|AnyElementContent, mv|EmptyElementContent): News.

	* XML.dis (dxm|AnyElementContent, dxm|ANY, dxm|EMPTY): News.
	(dxm|ElementContent, dxm|MixedContent): News.

	* daf-dtd-modules.pl (daf_dtd_modules): Support
	for content model resources's content models are added.
	(daf_dtd_cm): Expanded to handle cases in which
	no XMLized property value is specified.
	(daf_dm_get_entity_name): Do right thing even if suffix is not specified.


Revision 1.57 - (view) (download) (annotate) - [select for diffs]
Sun May 28 06:34:59 2006 UTC (17 years, 11 months ago) by wakaba
Branch: MAIN
CVS Tags: manakai-release-0-3-2
Changes since 1.56: +12 -0 lines
Diff to previous 1.56
++ manakai/lib/Message/Markup/ChangeLog	28 May 2006 06:30:38 -0000
2006-05-28  Wakaba  <wakaba@suika.fam.cx>

	* Atom.dis (AtomProperties): All atom property element types are added.
	(AtomDatatypes): Extensibility items are added.  Person Construct
	subelements are moved to this module.
	(person-prop, feed-prop, entry-prop, source-prop): New
	element type classes.
	(AtomIconElement, AtomLogoElement): New interfaces.
	(SimpleExtensionElements, StructuredExtensionElements): News.
	(extensionElements): New.
	(undefinedAttributes): New.

++ manakai/lib/manakai/ChangeLog	28 May 2006 06:34:52 -0000
2006-05-28  Wakaba  <wakaba@suika.fam.cx>

	* DISMarkup.dis (mv:refers): New property.
	(mv:ElementTypeAdditionalClass): New class.
	(mv:elementTypeClassName): New property.

	* daf-dtd-modules.pl (daf_dm_get_id, daf_dm_get_vid): Removed.  Names
	for modules, element types, and content models are now
	generated by |daf_dm_get_entity_name|.
	(daf_dtd_modules): Support for the |mv:ElementTypeClass| class
	is added.
	(daf_dm_add_attrdefs): Gets members from |mv:refers|
	property rather than |mv:contains|.
	(daf_dm_get_entity_name): Support for classes |mv:ElementType|,
	|mv:ElementTypeClass|, and |mv:XMLDTDModule| is added.


Revision 1.56 - (view) (download) (annotate) - [select for diffs]
Sun May 21 08:55:21 2006 UTC (18 years ago) by wakaba
Branch: MAIN
Changes since 1.55: +8 -0 lines
Diff to previous 1.55
++ manakai/lib/Message/Markup/ChangeLog	21 May 2006 08:52:03 -0000
2006-05-21  Wakaba  <wakaba@suika.fam.cx>

	* Atom.dis (AtomDatatypes): Attribute group and
	datatypes are added.
	(atomCommonAttributes): New.
	(atomUri, atomEmailAddress, atomNCName, atomLanguageTag): News.
	(AtomNameElement, AtomIdElement, AtomUriElement): News.

++ manakai/lib/Message/DOM/ChangeLog	21 May 2006 08:50:52 -0000
2006-05-21  Wakaba  <wakaba@suika.fam.cx>

	* XDP.dis (XDPEntityValue.stringify): Don't escape
	any |%|s in |xdp:attr-definition| children.

++ manakai/lib/manakai/ChangeLog	21 May 2006 08:55:07 -0000
2006-05-21  Wakaba  <wakaba@suika.fam.cx>

	* DISMarkup.dis, XML.dis: Definitions are added.

	* daf-dtd-modules.pl: Supported for the |mv:elementContentModel|
	and |mv:attributeValueType| properties
	and |mv:XMLDTDDatatypeEntity| type and |mv:contains|
	with |mv:AttributeTypeGroup| are added.


Revision 1.55 - (view) (download) (annotate) - [select for diffs]
Sat May 20 10:13:02 2006 UTC (18 years ago) by wakaba
Branch: MAIN
Changes since 1.54: +4 -0 lines
Diff to previous 1.54
++ manakai/lib/Message/Markup/ChangeLog	20 May 2006 10:11:52 -0000
	* Atom.dis (AtomDataTypes): New module.

2006-05-20  Wakaba  <wakaba@suika.fam.cx>

++ manakai/lib/Message/DOM/ChangeLog	20 May 2006 10:11:29 -0000
	* XDP.dis (createXDPRNIKeyword): The Perl method
	name property is added.

2006-05-20  Wakaba  <wakaba@suika.fam.cx>

++ manakai/lib/manakai/ChangeLog	20 May 2006 10:12:52 -0000
	* DISMarkup.dis: Definitions are added.

	* daf-dtd-modules.pl: Supports for element content
	models and attribute type groups are added.

2006-05-20  Wakaba  <wakaba@suika.fam.cx>


Revision 1.54 - (view) (download) (annotate) - [select for diffs]
Sat May 20 05:11:37 2006 UTC (18 years ago) by wakaba
Branch: MAIN
Changes since 1.53: +4 -0 lines
Diff to previous 1.53
++ manakai/bin/ChangeLog	20 May 2006 05:09:42 -0000
2006-05-20  Wakaba  <wakaba@suika.fam.cx>

	* daf.pl ($VERSION): New variable.
	(--mod-file-suffix): New option.

	(--create-dtd-modules): New option.4a
++ manakai/lib/Message/Markup/ChangeLog	20 May 2006 05:10:32 -0000
2006-05-20  Wakaba  <wakaba@suika.fam.cx>

	* Atom.dis (Atom): The |mv:vid| property is added.

++ manakai/lib/Message/DOM/ChangeLog	20 May 2006 05:10:10 -0000
2006-05-20  Wakaba  <wakaba@suika.fam.cx>

	* XDP.dis (createXDPIf): New method.
	(XDPIfElement): New interface.

++ manakai/lib/manakai/ChangeLog	20 May 2006 05:11:24 -0000
2006-05-20  Wakaba  <wakaba@suika.fam.cx>

	* DISMarkup.dis (mv:vid, mv:shortDescription): New properties.

	* daf-dtd-modules.pl: DTD module file generation and
	element type declaration generation are implemented.


Revision 1.53 - (view) (download) (annotate) - [select for diffs]
Fri May 19 11:02:11 2006 UTC (18 years ago) by wakaba
Branch: MAIN
Changes since 1.52: +6 -0 lines
Diff to previous 1.52
++ manakai/bin/ChangeLog	19 May 2006 11:00:59 -0000
2006-05-19  Wakaba  <wakaba@suika.fam.cx>

	* daf.pl (--load-module): New option.
	(--create-dtd-modules): New option.

++ manakai/lib/Message/Markup/ChangeLog	19 May 2006 11:01:40 -0000
2006-05-19  Wakaba  <wakaba@suika.fam.cx>

	* Atom.dis: Module definitions are added experimentally.

	* Makefile: Experimental rules are added.

++ manakai/lib/manakai/ChangeLog	19 May 2006 11:02:00 -0000
2006-05-19  Wakaba  <wakaba@suika.fam.cx>

	* DISMarkup.dis, XML.dis: Definitions are added.

	* daf-dtd-modules.pl: New script.


Revision 1.52 - (view) (download) (annotate) - [select for diffs]
Sat May 6 16:01:04 2006 UTC (18 years ago) by wakaba
Branch: MAIN
Changes since 1.51: +9 -0 lines
Diff to previous 1.51
++ manakai/lib/Message/Markup/ChangeLog	6 May 2006 16:00:58 -0000
	* Atom.dis (contentElement): New attribute.

	* H2H.dis (H2HFeature10): The |Version| was incorrect.
	(new): Finds |XML| feature-implemented object.

	* SuikaWiki.dis (new): Finds |XML| feature-implemented object.

2006-05-06  Wakaba  <wakaba@suika.fam.cx>


Revision 1.51 - (view) (download) (annotate) - [select for diffs]
Sat May 6 11:44:26 2006 UTC (18 years ago) by wakaba
Branch: MAIN
Changes since 1.50: +6 -0 lines
Diff to previous 1.50
++ manakai/lib/Message/Markup/ChangeLog	6 May 2006 11:44:24 -0000
	* H2H.dis: Don't ignore empty lines.  Don't ignore
	leading white spaces.  Support for the |html5:tbody|
	element type was missing.

2006-05-06  Wakaba  <wakaba@suika.fam.cx>


Revision 1.50 - (view) (download) (annotate) - [select for diffs]
Sat May 6 11:03:53 2006 UTC (18 years ago) by wakaba
Branch: MAIN
Changes since 1.49: +4 -0 lines
Diff to previous 1.49
++ manakai/lib/Message/Markup/ChangeLog	6 May 2006 11:03:41 -0000
	* H2H.dis: Tree construction is implemented.

2006-05-06  Wakaba  <wakaba@suika.fam.cx>


Revision 1.49 - (view) (download) (annotate) - [select for diffs]
Sat May 6 07:02:59 2006 UTC (18 years ago) by wakaba
Branch: MAIN
Changes since 1.48: +6 -0 lines
Diff to previous 1.48
++ manakai/lib/Message/Markup/ChangeLog	6 May 2006 07:02:34 -0000
2006-05-06  Wakaba  <wakaba@suika.fam.cx>

	* H2H.dis: New module.

	* Makefile: |H2H.pm| is added.


Revision 1.48 - (view) (download) (annotate) - [select for diffs]
Fri May 5 11:19:44 2006 UTC (18 years ago) by wakaba
Branch: MAIN
Changes since 1.47: +4 -0 lines
Diff to previous 1.47
++ manakai/lib/Message/Markup/ChangeLog	5 May 2006 11:19:40 -0000
	* SuikaWiki.dis: Test code is added.

2006-05-05  Wakaba  <wakaba@suika.fam.cx>

++ manakai/lib/Message/DOM/ChangeLog	5 May 2006 11:19:14 -0000
2006-05-05  Wakaba  <wakaba@suika.fam.cx>

	* SimpleLS.dis: An |xmlns:| prefix was missing.


Revision 1.47 - (view) (download) (annotate) - [select for diffs]
Fri May 5 09:07:19 2006 UTC (18 years ago) by wakaba
Branch: MAIN
Changes since 1.46: +5 -0 lines
Diff to previous 1.46
++ manakai/lib/Message/Markup/ChangeLog	5 May 2006 09:06:04 -0000
2006-05-05  Wakaba  <wakaba@suika.fam.cx>

	* SuikaWiki.dis: SuikaWiki/0.9, SuikaWikiImage/0.9, and
	SuikaWiki/0.10 parsing is implemented.

++ manakai/lib/Message/Util/DIS/ChangeLog	5 May 2006 09:07:13 -0000
2006-05-05  Wakaba  <wakaba@suika.fam.cx>

	* DPG.dis: A |cloneNode| operation was missing.


Revision 1.46 - (view) (download) (annotate) - [select for diffs]
Thu May 4 13:07:18 2006 UTC (18 years ago) by wakaba
Branch: MAIN
Changes since 1.45: +6 -0 lines
Diff to previous 1.45
++ manakai/t/ChangeLog	4 May 2006 13:07:15 -0000
2006-05-04  Wakaba  <wakaba@suika.fam.cx>

	* Makefile (markup-SuikaWiki.t): New test.

++ manakai/lib/Message/Markup/ChangeLog	4 May 2006 12:56:56 -0000
2006-05-04  Wakaba  <wakaba@suika.fam.cx>

	* SuikaWiki.dis: New module.

	* Makefile: The |SuikaWiki| module is added.

++ manakai/lib/Message/Util/DIS/ChangeLog	4 May 2006 13:06:42 -0000
2006-05-04  Wakaba  <wakaba@suika.fam.cx>

	* DPG.dis: The |nextLexmode| syntax is added.
	(encode_state_name): Use hash value to avoid too long
	label names.

++ manakai/lib/Message/DOM/ChangeLog	4 May 2006 13:05:36 -0000
2006-05-04  Wakaba  <wakaba@suika.fam.cx>

	* SimpleLS.dis: Namespace bugs are fixed.


Revision 1.45 - (view) (download) (annotate) - [select for diffs]
Sun Apr 30 10:27:00 2006 UTC (18 years ago) by wakaba
Branch: MAIN
Changes since 1.44: +4 -0 lines
Diff to previous 1.44
++ 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.


Revision 1.44 - (view) (download) (annotate) - [select for diffs]
Sat Apr 29 11:05:09 2006 UTC (18 years ago) by wakaba
Branch: MAIN
Changes since 1.43: +12 -0 lines
Diff to previous 1.43
++ manakai/t/ChangeLog	29 Apr 2006 11:04:52 -0000
2006-04-29  Wakaba  <wakaba@suika.fam.cx>

	* Makefile (markup-Atom.t): New test.
	(test-module-markup): New rule.
	(test-module-all): The |test-module-markup| is added to the list
	of rules.

++ manakai/lib/Message/Markup/ChangeLog	29 Apr 2006 11:04:06 -0000
2006-04-29  Wakaba  <wakaba@suika.fam.cx>

	* common.dis: New module.

	* Atom.dis: New module.

	* Makefile: New modules are added.

	* SuikaWikiConfig21.dis (Require): A reference
	to the |Markup:common| module is added.
	(Markup|): Removed (moved to the |Markup:common| module).

++ manakai/lib/Message/DOM/ChangeLog	29 Apr 2006 11:02:19 -0000
2006-04-29  Wakaba  <wakaba@suika.fam.cx>

	* Element.dis (removeAttributeNS): A runtime error
	was occurred if there was no specified attribute node.

	* TreeCore.dis (manakaiLanguage): New attribute.

2006-04-28  Wakaba  <wakaba@suika.fam.cx>

	* TreeCore.dis (NodeList.manakaiReadOnly, NamedNodeMap.manakaiReadOnly):
	New attributes.

	(StaticNodeList): New interface.

2006-04-24  Wakaba  <wakaba@suika.fam.cx>

	* DOMCore.dis (c:SET_TO_NULL_ERR): New error code.


Revision 1.43 - (view) (download) (annotate) - [select for diffs]
Mon Apr 3 16:13:15 2006 UTC (18 years, 1 month ago) by wakaba
Branch: MAIN
CVS Tags: manakai-release-0-3-1
Changes since 1.42: +8 -0 lines
Diff to previous 1.42
++ manakai/lib/Message/Markup/ChangeLog	3 Apr 2006 15:57:38 -0000
2006-04-03  Wakaba  <wakaba@suika.fam.cx>

	* Makefile: Typo fixed.

	* SuikaWikiConfig21.dis: The |dis:GetProp| and |swcfg21:GetPropNode|
	elements are replaced by Perl code.
	(swcfg21:GetPropNode): Removed.

++ manakai/lib/Message/Util/ChangeLog	3 Apr 2006 15:59:07 -0000
2006-04-04  Wakaba  <wakaba@suika.fam.cx>

	* Grove.dis (collectGarbage): Exit loops by |undef| from |each|.

2006-04-03  Wakaba  <wakaba@suika.fam.cx>

	* DIS.dis (NO_PERL_CODE_IMPL_ERR): Removed.

	* ManakaiNode.dis (GetProp, SetProp): Removed.

++ manakai/lib/Message/Util/Error/ChangeLog	3 Apr 2006 16:11:27 -0000
2006-04-04  Wakaba  <wakaba@suika.fam.cx>

	* DOMException.dis (DOMMain:raiseException): Removed.
	(DOMMain:XCodeRef): The alias name is removed.
	(MDOM_DEBUG_BUG, ASSERTION_ERR): Removed.

++ manakai/lib/Message/Util/DIS/ChangeLog	3 Apr 2006 16:00:34 -0000
	* Perl.dis, DPG.dis: The |appendCodeFragment| method calls
	are replaced by |appendChild|s.

	* Perl.dis (dis:GetProp, swcfg21:GetPropNode): They are no
	longer supported.
	(DOMMain:raiseException): It is no longer supported.

2006-04-03  Wakaba  <wakaba@suika.fam.cx>

++ manakai/lib/Message/DOM/ChangeLog	3 Apr 2006 15:56:46 -0000
2006-04-04  Wakaba  <wakaba@suika.fam.cx>

	* TreeCore.dis: The |DOMMain:raiseException| elements
	are replaced by |disPerl:EXCEPTION|s.


Revision 1.42 - (view) (download) (annotate) - [select for diffs]
Fri Mar 31 16:44:25 2006 UTC (18 years, 1 month ago) by wakaba
Branch: MAIN
Changes since 1.41: +4 -0 lines
Diff to previous 1.41
++ 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.


Revision 1.41 - (view) (download) (annotate) - [select for diffs]
Sun Feb 26 14:32:40 2006 UTC (18 years, 2 months ago) by wakaba
Branch: MAIN
Changes since 1.40: +4 -0 lines
Diff to previous 1.40
++ manakai/t/ChangeLog	26 Feb 2006 14:32:29 -0000
	* Makefile (distclean): New rule.

2006-02-26  Wakaba  <wakaba@suika.fam.cx>

++ manakai/bin/ChangeLog	26 Feb 2006 14:18:44 -0000
	* daf.pl: Request for |fe:GenericLS| feature was missing.
	Sets the |pc:preserve-line-break| parameter for test
	code as |dac2test.pl| had been.

	* dac.pl, dac2pm.pl, dac2test.pl: Removed.

	* disc.pl, cdis2pm.pl, cdis2rdf.pl: Removed.

2006-02-26  Wakaba  <wakaba@suika.fam.cx>

++ manakai/lib/Message/ChangeLog	26 Feb 2006 14:19:17 -0000
2006-02-26  Wakaba  <wakaba@suika.fam.cx>

	* Makefile (distclean): New rule.

++ manakai/lib/Message/Body/ChangeLog	26 Feb 2006 14:19:35 -0000
2006-02-26  Wakaba  <wakaba@suika.fam.cx>

	* Makefile (distclean): New rule.

++ manakai/lib/Message/Field/ChangeLog	26 Feb 2006 14:24:08 -0000
2006-02-26  Wakaba  <wakaba@suika.fam.cx>

	* Makefile (distclean): New rule.

++ manakai/lib/Message/MIME/ChangeLog	26 Feb 2006 14:24:31 -0000
2006-02-26  Wakaba  <wakaba@suika.fam.cx>

	* Makefile (distclean): New rule.

++ manakai/lib/Message/Markup/ChangeLog	26 Feb 2006 14:24:49 -0000
	* Makefile (distclean): New rule.

2006-02-26  Wakaba  <wakaba@suika.fam.cx>

++ manakai/lib/Message/Util/ChangeLog	26 Feb 2006 14:27:24 -0000
	* PerlCode.dis (PerlStringLiteral.stringify): If some character
	are escaped, the string should have been quoted by |QUOTATION MARK|.

	* Makefile (.discore-all.pm): The parameter for |DIS/DPG.dis|
	module was misplaced.
	(distclean): New rule.
	(clean): Cleans subdirectories, too.

2006-02-26  Wakaba  <wakaba@suika.fam.cx>

++ manakai/lib/Message/Util/DIS/ChangeLog	26 Feb 2006 14:31:14 -0000
	* Perl.dis (plUpdate): Reads |dis:DefaultFor| property
	from the source if it is not available from the module
	in the database, i.e. the |readProperties| method
	is not performed for the module.
	(getPerlInterfaceMemberCode): Renamed
	from |getPerlErrorInterfaceMemberCode|.
	(DISLang:Const.getPerlInterfaceMemberCode): New
	method implementation.  Constants defined in interfaces
	were not reflected to the generated Perl module code
	since the split of |plGeneratePerlModule| method.

	* DPG.dis (Require): Reference to |DIS:Perl| module was missing.

2006-02-26  Wakaba  <wakaba@suika.fam.cx>

++ manakai/lib/Message/DOM/ChangeLog	26 Feb 2006 14:21:51 -0000
	* SimpleLS.dis (Require): Reference to the |MDOM:Tree|
	module was missing.

	* ManakaiDOMLS2003.dis: Some property names was incorrect.

	* Makefile (distclean): New rule.

2006-02-26  Wakaba  <wakaba@suika.fam.cx>

	* DOMLS.dis: Removed from the CVS repository, since
	it has been no longer required to make the |daf| system
	itself.

2006-02-26  Wakaba  <wakaba@suika.fam.cx>

++ manakai/lib/manakai/ChangeLog	26 Feb 2006 14:32:09 -0000
	* Makefile (distclean): New rule.

2006-02-26  Wakaba  <wakaba@suika.fam.cx>

++ manakai/lib/ChangeLog	26 Feb 2006 14:19:00 -0000
2006-02-26  Wakaba  <wakaba@suika.fam.cx>

	* Makefile (distclean): New rule.


Revision 1.40 - (view) (download) (annotate) - [select for diffs]
Sun Feb 26 06:42:56 2006 UTC (18 years, 2 months ago) by wakaba
Branch: MAIN
Changes since 1.39: +4 -0 lines
Diff to previous 1.39
++ manakai/t/ChangeLog	26 Feb 2006 06:42:43 -0000
2006-02-26  Wakaba  <wakaba@suika.fam.cx>

	* Makefile: Revised for new |daf| database format.

++ manakai/bin/ChangeLog	26 Feb 2006 06:36:16 -0000
	* daf.pl: Perl test file generation support from |dac2test.pl|
	is added.  Exits the program before any generation
	if the database constrution process has error.

2006-02-26  Wakaba  <wakaba@suika.fam.cx>

++ manakai/lib/Message/Markup/ChangeLog	26 Feb 2006 06:37:11 -0000
2006-02-26  Wakaba  <wakaba@suika.fam.cx>

	* Makefile: Revised for new |daf| database format.

++ manakai/lib/Message/Util/ChangeLog	26 Feb 2006 06:40:09 -0000
	* ManakaiNodeTest.dis (Require): Missing reference
	to the |DISlib:Test| module is added.

	* Makefile: Revised for new |daf| database format.

	* DIS.dis (elementTypeMatch, isSubsetOfURI): The |srinfo|
	parameter is added.
	(getFor, getModule): Set reference rather than string
	itself to the |{for}| property.
	(loadResource): Passes |srinfo| parameter
	to |isSubsetOfURI|-calling methods.
	(mergeAsAlias): The |srinfo| parameter is added.

2006-02-26  Wakaba  <wakaba@suika.fam.cx>

++ manakai/lib/Message/Util/DIS/ChangeLog	26 Feb 2006 06:41:53 -0000
	* Perl.dis (addHashKey): Revised to register keys to
	each key scope resource rather than database.

	* DNLite.dis (elementTypeMatch): The |srinfo| parameter is added.

	* DISDump.dis (Require): Missing reference to the |DISlib:DISMarkup|
	module is added.

2006-02-26  Wakaba  <wakaba@suika.fam.cx>

++ manakai/lib/Message/DOM/ChangeLog	26 Feb 2006 06:36:55 -0000
2006-02-26  Wakaba  <wakaba@suika.fam.cx>

	* Makefile: Revised for new |daf| database format.

++ manakai/lib/manakai/ChangeLog	26 Feb 2006 06:42:23 -0000
2006-02-26  Wakaba  <wakaba@suika.fam.cx>

	* Makefile: Rules to construct old |dae| database are removed.


Revision 1.39 - (view) (download) (annotate) - [select for diffs]
Sun Jan 29 13:58:55 2006 UTC (18 years, 3 months ago) by wakaba
Branch: MAIN
Changes since 1.38: +9 -0 lines
Diff to previous 1.38
++ manakai/t/ChangeLog	29 Jan 2006 13:41:06 -0000
	* Makefile (dom-genericls.t): Generates from |feature.dae|.

2006-01-29  Wakaba  <wakaba@suika.fam.cx>

++ manakai/lib/Message/Markup/ChangeLog	29 Jan 2006 13:32:04 -0000
2006-01-29  Wakaba  <wakaba@suika.fam.cx>

	* SuikaWikiConfig.dis: Unused definitions are removed.
	Dependency on |MDOM:DOMLS| module is removed; the module
	now only references |MDOM:GenericLS| module.
	(swcfg21:shadowParent, swcfg21:shadowSiblingOf,
	swcfg21:shadowLocalName, swcfg21:shadowNamespaceURI): Missing
	definition added.  A typo fixed.

++ manakai/lib/Message/Util/ChangeLog	29 Jan 2006 13:33:46 -0000
	* Makefile: Updated to be consist with |../DOM/Makefile|.

	* DIS.dis (parse): Parameter |input|'s type is
	changed from |DOMLS:LSInput| to |DISPerl:HASH| to
	remove dependency on |MDOM:DOMLS| module.

2006-01-29  Wakaba  <wakaba@suika.fam.cx>

++ manakai/lib/Message/Util/DIS/ChangeLog	29 Jan 2006 13:39:45 -0000
	* Perl.dis, DNLite.dis, Value.dis, Test.dis: Unused definitions removed.

	* Test.dis, DPS.dis: References to old names in |MDOM:DOMLS| namespace
	changed to ones in |MDOM:GenericLS| namespace.

	* Perl.dis (plLoadDISDatabaseModule): Don't throw database
	incosistency error for |ManakaiDOM:all|, which is always
	in |DISDatabase|.
	(plGeneratePerlModule): |c:DOMConfigurationParameterApplication|
	with whose referenced configuration's type |idl:boolean|
	may override "supported" flags and their cases' |dis:SetParam|
	parameters.  (It enables |MDOM:DOMLS| configuration
	parameters split from |MDOM:DOMCore| ones)

2006-01-29  Wakaba  <wakaba@suika.fam.cx>

++ manakai/lib/Message/DOM/ChangeLog	29 Jan 2006 13:29:45 -0000
	* Tree.dis (ManakaiDOM:entity-reference-read-only): Configuration
	parameter name changed to |cfg:entity-reference-read-only|.
	(createEntityReference): Set |c:read-only| flag of
	the created entity reference, too.

	* DOMLS.dis (min): New canonical feature name |fe:Min| added.

	* GenericLS.dis: Don't refer |DOMMain:DOMString|; use |f:MIString|
	from |DOMFeature| module instead.  Use |idl:Object|
	instead of |DOMMain:DOMObject| as well.
	(Generic): New canonical feature name |fe:GenericLS| added.
	(DOMLS:ParserRole, DOMLS:SerializerRole): Their
	canonical name changed to |gls:ParserRole| and |gls:SerializerRole|
	respectively.

	* DOMXML.dis (entities, notations): Perl code removed.
	It will be reimplemented using |DocumentTypeDefinition|
	class from |XDoctype| module.

	* DOMFeature.dis, DOMCore.dis, DOMMain.dis, DOMXML.dis,
	Tree.dis, DOMLS.dis, GenericLS.dis, ManakaiDOMLS2003.dis,
	SimpleLS.dis: Cleaned up unused definitions.

	* DOMCore.dis, DOMLS.dis (CParam): Definitions
	for LS module moved from |DOMCore| module to |DOMLS| module.
	This change makes |DOMCore| to |DOMLS| dependency removed.

	* .cvsignore (.html.pm, .ls.pm): Removed.

	* Makefile (.html.pm, .ls.pm): Removed.
	(feature.dae): Include |GenericLS| module.
	(core.dae): Don't include |DOMLS| and |GenericLS| module.
	(ls.dae): Include |DOMLS| module.

2006-01-29  Wakaba  <wakaba@suika.fam.cx>


Revision 1.38 - (view) (download) (annotate) - [select for diffs]
Tue Dec 20 12:16:49 2005 UTC (18 years, 5 months ago) by wakaba
Branch: MAIN
Changes since 1.37: +4 -0 lines
Diff to previous 1.37
++ manakai/bin/ChangeLog	20 Dec 2005 12:03:40 -0000
2005-12-20  Wakaba  <wakaba@suika.fam.cx>

	* dac2pm.pl: Now requires GenericLS module.

++ manakai/lib/Message/Markup/ChangeLog	20 Dec 2005 12:04:20 -0000
2005-12-20  Wakaba  <wakaba@suika.fam.cx>

	* Makefile: |PERL_OPTIONS| variables updated to new definition.

++ manakai/lib/Message/Util/ChangeLog	20 Dec 2005 12:04:47 -0000
2005-12-20  Wakaba  <wakaba@suika.fam.cx>

	* DIS.dis: DPG format support added.

++ manakai/lib/Message/Util/DIS/ChangeLog	20 Dec 2005 12:14:00 -0000
2005-12-20  Wakaba  <wakaba@suika.fam.cx>

	* DPG.dis (plCodeFragment): Output code to check lower bound
	of range even if it is zero (U+0000) since an negative value
	might occur to indicate end of file.  Code to generate |redo|
	statement is missing.  Embed statement with type |lang:Perl|
	support added.  Return value of |$next_token_required| was
	missing in some cases.  Ruleref cache now takes |$next_token_required|
	values into acount.  Parameter (for parser subroutine) support
	was missing.
	(DPGParser.DISPerl:dpgDef): DPG definition for the DPG textual
	syntax merged.

	* Perl.dis: Now requires |DPG| module.
	(plGeneratePerlModule): Obsolete property name
	|DOMMetaImpl:providedThrough| changed into |f:through| so
	that |f:through|s in "dis" modules now works.  In addition,
	its default code was misplaced.  |DISPerl:dpgDef| attribute
	is supported so that DPG code are converted into a set of
	methods.

	* Value.dis: DPG (|lang:dpg|) support added.

2005-12-19  Wakaba  <wakaba@suika.fam.cx>

	* DPG.dis (pg:lAssignmentStatement): Typo in element type name
	fixed.
	(DPGParser): New interface.

++ manakai/lib/manakai/ChangeLog	20 Dec 2005 12:16:38 -0000
2005-12-20  Wakaba  <wakaba@suika.fam.cx>

	* Makefile: Definitions for |PERL_OPTIONS| family updated.

	* DISPerl.dis (DISPerl:dpgDef): New property.

2005-12-19  Wakaba  <wakaba@suika.fam.cx>

	* DISPerl.dis (lang:dpg): New format.
	(lang:Perl): Now it is a subclass of |DISCore:DISString|
	rather than |DISCore:NSString| (since it depends on various
	"dis" contexts not only namespaces).


Revision 1.37 - (view) (download) (annotate) - [select for diffs]
Wed Nov 23 11:21:09 2005 UTC (18 years, 5 months ago) by wakaba
Branch: MAIN
Changes since 1.36: +4 -0 lines
Diff to previous 1.36
++ manakai/bin/ChangeLog	23 Nov 2005 11:08:32 -0000
2005-11-23  Wakaba  <wakaba@suika.fam.cx>

	* dac.pl, dac2pm.pl, dac2test.pl: |--verbose| or |--debug|
	option turns verbose or debug mode of |Message::Util::Error|
	module respectively.

++ manakai/lib/Message/Markup/ChangeLog	23 Nov 2005 11:09:11 -0000
	* SuikaWikiConfig21.dis: Bugs on error depth fixed.

2005-11-23  Wakaba  <wakaba@suika.fam.cx>

++ manakai/lib/Message/Util/ChangeLog	23 Nov 2005 11:19:31 -0000
	* Error.pm (new): Sets |-stacktrace_| property if debug
	or verbose mode.
	(stringify): Appends longer trace if debug or verbose mode.
	($VERBOSE): New flag.

	* DIS.dis: Bugs on error depth fixed.

2005-11-23  Wakaba  <wakaba@suika.fam.cx>

++ manakai/lib/Message/Util/Error/ChangeLog	23 Nov 2005 11:20:41 -0000
2005-11-23  Wakaba  <wakaba@suika.fam.cx>

	* DOMException.dis (stringify): Prepends only local name part
	of class package name where an exception is thrown.

	* Core.dis: Sync with revised |Message::Util::Error| implemetnation.

++ manakai/lib/Message/Util/DIS/ChangeLog	23 Nov 2005 11:12:18 -0000
	* DNLite.dis: Bug on error depth fixed.

2005-11-23  Wakaba  <wakaba@suika.fam.cx>


Revision 1.36 - (view) (download) (annotate) - [select for diffs]
Wed Nov 23 07:58:09 2005 UTC (18 years, 5 months ago) by wakaba
Branch: MAIN
Changes since 1.35: +4 -0 lines
Diff to previous 1.35
++ manakai/t/ChangeLog	21 Nov 2005 12:14:17 -0000
2005-11-21  Wakaba  <wakaba@suika.fam.cx>

	* Makefile, .cvsignore: |dom-tree.t| added.

++ manakai/lib/Message/Markup/ChangeLog	23 Nov 2005 07:56:10 -0000
2005-11-23  Wakaba  <wakaba@suika.fam.cx>

	* SuikaWikiConfig21.dis (text): New attribute implementation.

++ manakai/lib/Message/Util/ChangeLog	23 Nov 2005 07:56:52 -0000
2005-11-23  Wakaba  <wakaba@suika.fam.cx>

	* DIS.dis (text): New attribute implementation.

	* ManakaiNode.dis (destroyNodeStem): New method.

++ manakai/lib/Message/Util/DIS/ChangeLog	23 Nov 2005 07:57:18 -0000
2005-11-23  Wakaba  <wakaba@suika.fam.cx>

	* Test.dis (setTestData): New method.

++ manakai/lib/Message/DOM/ChangeLog	23 Nov 2005 07:55:33 -0000
2005-11-23  Wakaba  <wakaba@suika.fam.cx>

	* DOMCore.dis: Error codes added.

	* Tree.dis (destroyNodeStem): New method implementation.

2005-11-22  Wakaba  <wakaba@suika.fam.cx>

	* Tree.dis (cloneNode): User data handlers implemented.
	(adoptNode): User data handlers implemented.

2005-11-21  Wakaba  <wakaba@suika.fam.cx>

	* DOMCore.dis (UserDataHandler): A constraint for Perl binding
	added.

	* Tree.dis (cloneNode): Invoking of |UserDataHandler|s are implemented.
	(getUserData, setUserData): Implemented.


Revision 1.35 - (view) (download) (annotate) - [select for diffs]
Wed Nov 16 10:34:53 2005 UTC (18 years, 6 months ago) by wakaba
Branch: MAIN
Changes since 1.34: +6 -0 lines
Diff to previous 1.34
++ manakai/lib/Message/Markup/ChangeLog	16 Nov 2005 10:21:45 -0000
2005-11-16  Wakaba  <wakaba@suika.fam.cx>

	* TODO: Removed.

	* .cvsignore: New file.

++ manakai/lib/Message/Util/ChangeLog	16 Nov 2005 10:19:08 -0000
	* .cvsignore: New file.

2005-11-16  Wakaba  <wakaba@suika.fam.cx>

++ manakai/lib/Message/Util/Error/ChangeLog	16 Nov 2005 10:33:28 -0000
2005-11-16  Wakaba  <wakaba@suika.fam.cx>

	* .cvsignore: New file.

++ manakai/lib/Message/Util/DIS/ChangeLog	16 Nov 2005 10:32:37 -0000
	* .cvsignore: New file.

2005-11-16  Wakaba  <wakaba@suika.fam.cx>


2005-06-13  Wakaba  <wakaba@suika.fam.cx>

	* Markup.dis: New module (experimental, work in progress).
++ manakai/lib/Message/DOM/ChangeLog	16 Nov 2005 10:28:10 -0000
	* .cvsignore: Revised.

2005-11-16  Wakaba  <wakaba@suika.fam.cx>

++ manakai/lib/manakai/ChangeLog	16 Nov 2005 10:11:57 -0000
	* .cvsignore: New file.

2005-11-16  Wakaba  <wakaba@suika.fam.cx>


Revision 1.34 - (view) (download) (annotate) - [select for diffs]
Sun Oct 9 13:57:14 2005 UTC (18 years, 7 months ago) by wakaba
Branch: MAIN
Changes since 1.33: +5 -0 lines
Diff to previous 1.33
++ manakai/lib/Message/Markup/ChangeLog	9 Oct 2005 13:49:25 -0000
2005-10-09  Wakaba  <wakaba@suika.fam.cx>

	* SuikaWikiConfig21.dis (swcfg21:ownerDocument): Changed
	from a "mn:irefnode0" property to a "mn:xrefnode0" property.

++ manakai/lib/Message/Util/ChangeLog	9 Oct 2005 13:53:53 -0000
2005-10-09  Wakaba  <wakaba@suika.fam.cx>

	* ManakaiNode.dis: New "mn:xrefnode0" property type has
	been introduced and methods are fixed to support it.
	(mn:setXRefNode, mn:unsetXRefNode): New codes.

	* DIS.dis (loadResource): Skips a root resource definition
	if it is an alias and it has "dis:Name" attribute and
	referenced canonical definition is already read.  (Note
	that similar case that the resource definition has "dis:QName"
	attribute is already fixed in the same way.)

++ manakai/lib/Message/Util/DIS/ChangeLog	9 Oct 2005 13:56:34 -0000
2005-10-09  Wakaba  <wakaba@suika.fam.cx>

	* Perl.dis (plGeneratePerlModule): Generates information
	on new "mn:xrefnode0" property type.  Restored to generate
	error definition method code for classes, not only
	interfaces, if there are error codes.

++ manakai/lib/Message/DOM/ChangeLog	9 Oct 2005 13:48:37 -0000
2005-10-09  Wakaba  <wakaba@suika.fam.cx>

	* DOMHTML.dis, DOMWebForms.dis: Typos in element type prefix fixed.

	* DOMFeature.dis (DOMCore:implementation): Short name added.

	* DOMCore.dis (CLONE_NODE_TYPE_NOT_SUPPORTED_ERR): New error subcode.
	(DOMCore:node): New error parameter.
	(DOMCore:ownerDocument): Changed from "mn:irefnode0"
	to "mn:xrefnode0".  For this reason, all assignments
	to this property have been rewritten to references
	to code "mn:setXRefNode".
	(cloneNode): Implemented.
	(setAttributeNode): A missing "importTree" method call added.
	(setAttributeNodeNS): Perl code removed and changed
	to a reference to "setAttributeNode" method code.

	* DOMXML.dis (DOMCore:ownerDocument): Changed from "mn:irefnode0"
	property to "mn:xrefnode0" property.


Revision 1.33 - (view) (download) (annotate) - [select for diffs]
Sat Oct 8 15:05:42 2005 UTC (18 years, 7 months ago) by wakaba
Branch: MAIN
Changes since 1.32: +5 -0 lines
Diff to previous 1.32
++ manakai/lib/Message/Markup/ChangeLog	8 Oct 2005 14:01:45 -0000
	* SuikaWikiConfig21.dis (MUErrorHandler): Removed.
	(ManakaiSWCFGNode): Extends ManakaiDefaultErrorHandler.

2005-10-08  Wakaba  <wakaba@suika.fam.cx>

++ manakai/lib/Message/Util/ChangeLog	8 Oct 2005 15:01:39 -0000
	* DIS.dis (readProperties): Recognizes hexdecimal
	in "DISCore:Integer" (prefixed by "0x").

2005-10-08  Wakaba  <wakaba@suika.fam.cx>

++ manakai/lib/Message/Util/Error/ChangeLog	8 Oct 2005 14:04:28 -0000
	* DOMException.dis: Old long alias names removed.

2005-10-08  Wakaba  <wakaba@suika.fam.cx>

++ manakai/lib/Message/Util/DIS/ChangeLog	8 Oct 2005 15:03:27 -0000
	* Perl.dis (plCodeFragment): Ignores method name if it is a URI.

2005-10-08  Wakaba  <wakaba@suika.fam.cx>


Revision 1.32 - (view) (download) (annotate) - [select for diffs]
Sat Oct 8 12:05:57 2005 UTC (18 years, 7 months ago) by wakaba
Branch: MAIN
Changes since 1.31: +5 -0 lines
Diff to previous 1.31
++ manakai/lib/Message/Markup/ChangeLog	8 Oct 2005 11:57:00 -0000
2005-10-08  Wakaba  <wakaba@suika.fam.cx>

	* SuikaWikiConfig21.dis: Now constant values are only
	defined in interfaces.

++ manakai/lib/Message/Util/ChangeLog	8 Oct 2005 12:00:36 -0000
2005-10-08  Wakaba  <wakaba@suika.fam.cx>

	* PerlCode.dis (getExceptionInterfacePackageNameList,
	addExceptionInterfacePackageName): New methods.
	(ToString): Sorts hash keys where they result in
	the order of statements in result code.

	* Error.pm ($DEBUG): New option variable.
	(___get_error_def): Calls "___error_def" method in second or later "@ISA"
	package even if elder package has "___error_def" method.

	* DIS.dis: Now constant values are only defined
	in interfaces.
	(DIS:NO_EXCEPTION_CLASS_ERR): New exception subcode.

++ manakai/lib/Message/Util/Error/ChangeLog	8 Oct 2005 12:05:16 -0000
2005-10-08  Wakaba  <wakaba@suika.fam.cx>

	* DOMException.dis (implementedBy): New property.
	(ErrorCode): New type.
	(ErrorSubCode, Exception): New names.

	* Core.dis (AnyErrorCode, hasParameter, Parameter, propKey): New types
	and properties.  In addition, parameters used in "Error"
	and "Message::Util::Error" modules are added.
	(raises): New property.
	(Error::Simple): Declaration added.

++ manakai/lib/Message/Util/DIS/ChangeLog	8 Oct 2005 12:01:21 -0000
2005-10-08  Wakaba  <wakaba@suika.fam.cx>

	* Perl.dis (plGeneratePerlModule): Generates constant
	functions in interface packages.

++ manakai/lib/Message/DOM/ChangeLog	8 Oct 2005 11:56:00 -0000
2005-10-08  Wakaba  <wakaba@suika.fam.cx>

	* DOMCore.dis, DOMLS.dis: Now constant values are defined only
	in interfaces.

++ manakai/lib/manakai/ChangeLog	8 Oct 2005 12:05:42 -0000
2005-10-08  Wakaba  <wakaba@suika.fam.cx>

	* DISLang.dis (ExceptionParameter): New type.


Revision 1.31 - (view) (download) (annotate) - [select for diffs]
Thu Sep 29 09:15:00 2005 UTC (18 years, 7 months ago) by wakaba
Branch: MAIN
Changes since 1.30: +5 -0 lines
Diff to previous 1.30
++ manakai/lib/Message/Markup/ChangeLog	29 Sep 2005 08:55:27 -0000
2005-09-29  Wakaba  <wakaba@suika.fam.cx>

	* SuikaWikiConfig21.dis (parse): Calls "orphanate"
	method for to be removed nodes.

++ manakai/lib/Message/Util/ChangeLog	29 Sep 2005 09:01:25 -0000
        * PerlCode.dis (perlLiteral): Sorts output by hash key.

	* ManakaiNode.dis (new): Sets "mn:groveReferenceCounter"
	property.
	(getNewReference): Increments "mn:groveReferenceCounter"
	property.
	(ManakaiDOM:ManakaiDOMNodeObject, ManakaiNodeStem): Don't
	check "defined" to allow "undef" value in "while" condition.
	(mn:isGroveReferenced): New code.
	(changeTreeID): New "groveRC" parameter added.
	(importTree, changeTreeID): Updates "mn:groveReferenceCounter"
	properties.
	(destroy): Uses "mn:isGroveReferenced" instead of "isExternallyReferred".
	(mn:groveReferenceCounter): New property.

2005-09-28  Wakaba  <wakaba@suika.fam.cx>

++ manakai/lib/Message/Util/DIS/ChangeLog	29 Sep 2005 09:03:12 -0000
2005-09-28  Wakaba  <wakaba@suika.fam.cx>

	* Perl.dis (plGeneratePerlModule): Sorts constant
	function declarations by name.


Revision 1.30 - (view) (download) (annotate) - [select for diffs]
Wed Sep 28 04:01:52 2005 UTC (18 years, 7 months ago) by wakaba
Branch: MAIN
Changes since 1.29: +5 -0 lines
Diff to previous 1.29
++ manakai/lib/Message/Markup/ChangeLog	28 Sep 2005 03:49:04 -0000
2005-09-27  Wakaba  <wakaba@suika.fam.cx>

	* SuikaWikiConfig21.dis: Codes to set "TreeCore:*"
	properties removed.

++ manakai/lib/Message/Util/ChangeLog	28 Sep 2005 03:50:26 -0000
	* ManakaiNode.dis (ManakaiNodeStem->new): Don't set "TreeCore:*"
	properties.
	(generateUniqueID): Use "tag:" URI.

	* DIS.dis (targetNamespaceURI): New attribute.
	(ManakaiDISModuleLite): Extends dx:ManakaiDefaultErrorHandler.
	(ManakaiDISModuleLite->AUTOLOAD): Don't load module
	if method name is "DESTROY".

2005-09-27  Wakaba  <wakaba@suika.fam.cx>

++ manakai/lib/Message/Util/DIS/ChangeLog	28 Sep 2005 03:51:56 -0000
2005-09-27  Wakaba  <wakaba@suika.fam.cx>

	* DNLite.dis: Use new DISModule->targetNamespaceURI attribute.

	* Perl.dis (plStore): Saves module definitions into
	database submodules.

++ manakai/lib/Message/DOM/ChangeLog	28 Sep 2005 03:46:49 -0000
	* DOMCore.dis, DOMXML.dis: Codes to set properties "TreeCore:*"
	is removed.


Revision 1.29 - (view) (download) (annotate) - [select for diffs]
Mon Sep 26 14:37:35 2005 UTC (18 years, 7 months ago) by wakaba
Branch: MAIN
Changes since 1.28: +5 -0 lines
Diff to previous 1.28
++ manakai/lib/Message/Markup/ChangeLog	26 Sep 2005 14:25:44 -0000
2005-09-26  Wakaba  <wakaba@suika.fam.cx>

	* SuikaWikiConfig21.dis: New mn:* properties added.
	(swcfg21:parent): Abbrevation added.

++ manakai/lib/Message/Util/ChangeLog	26 Sep 2005 14:32:24 -0000
2005-09-26  Wakaba  <wakaba@suika.fam.cx>

	* ManakaiNode.dis (new): New "className" parameter added.
	(mn:NodeRefRole): New role.
	(mn:type): New property.
	(mn:subnode0, mn:subnode1, mn:subnode2, mn:irefnode0,
	mn:origin0, mn:anydata1, mn:anydata2, mn:noderef): New properties.

	* Makefile: Rules to make "DIS/DISDump" is separeted
	from "DIS/DISDoc".

	* DIS.dis (getFor): Loads database module if unread
	"for" is referenced.
	(addResourceList, getResourceList): New method.
	(ManakaiDISModuleLite): New class.

++ manakai/lib/Message/Util/DIS/ChangeLog	26 Sep 2005 14:36:46 -0000
2005-09-26  Wakaba  <wakaba@suika.fam.cx>

	* DISDump.dis: Removes reference to DISDoc module.
	(DIS:DISDump10): Requires "XML" version "3.0" and
	"XMLVersion" version "1.1".
	(ManakaiDISImplementationDISDump): No longer extends
	the "ManakaiDISImplementationDISDoc" class.

	* Perl.dis (plLoadDISDatabaseModule): Support
	for loading "for"s and modules.
	(plCodeFragment): New "mn:NodeRefRole" role support added.

++ manakai/lib/Message/DOM/ChangeLog	26 Sep 2005 14:24:56 -0000
2005-09-26  Wakaba  <wakaba@suika.fam.cx>

	* DOMCore.dis, DOMXML.dis: New mn:* properties added.

++ manakai/lib/manakai/ChangeLog	26 Sep 2005 14:37:23 -0000
2005-09-26  Wakaba  <wakaba@suika.fam.cx>

	* DISPerl.dis (DISPerl:Regexp): New type.


Revision 1.28 - (view) (download) (annotate) - [select for diffs]
Sun Sep 25 14:53:03 2005 UTC (18 years, 7 months ago) by wakaba
Branch: MAIN
Changes since 1.27: +5 -0 lines
Diff to previous 1.27
++ manakai/bin/ChangeLog	25 Sep 2005 14:45:44 -0000
2005-09-25  Wakaba  <wakaba@suika.fam.cx>

	* dac.pl, dac2pm.pl, mkdisdump.pl: Parameters "--dis-file-suffix",
	"--daem-file-suffix", "--search-path-catalog-file-name", and
	"--search-path" added.  New dae and daem database format support.
	(dac_search_file_stem): New function.

++ manakai/lib/Message/Markup/ChangeLog	25 Sep 2005 14:47:09 -0000
2005-09-25  Wakaba  <wakaba@suika.fam.cx>

	* Makefile (DAC_SUFFIX): Changed to ".dae".
	(DAEM_SUFFIX): New.

++ manakai/lib/Message/Util/ChangeLog	25 Sep 2005 14:50:33 -0000
2005-09-25  Wakaba  <wakaba@suika.fam.cx>

	* DIS.dis (RESOURCE_NOT_DEFINED_ERR): New error code.
	(getResource): New "dae" and "daem" database format support.
	(DISResourceList): New type.
	(uriRef, ownerModuleURI, ownerModuleURIRef): New attributes.
	(addChildResource, addDynamicChildResource): New methods.
	(getChildResourceList, getDynamicChildResourceList): New method.
	(getChildResourceListByType): New method.
	(parentResource, dynamicParentResource): New attributes.

	* Makefile (DAC_SUFFIX): Changed to ".dae".
	(DAEM_SUFFIX): New.

++ manakai/lib/Message/Util/DIS/ChangeLog	25 Sep 2005 14:52:26 -0000
2005-09-25  Wakaba  <wakaba@suika.fam.cx>

	* Perl.dis (plLoadDISDatabase): New "moduleResolver" parameter
	added.
	(plStore): New "moduleResolver" parameter added.
	(plLoadDISDatabaseModule): New method.

++ manakai/lib/Message/DOM/ChangeLog	25 Sep 2005 14:47:15 -0000
2005-09-25  Wakaba  <wakaba@suika.fam.cx>

	* Makefile (DAC_SUFFIX): Changed to ".dae".
	(DAEM_SUFFIX): New.

++ manakai/lib/manakai/ChangeLog	25 Sep 2005 14:46:50 -0000
2005-09-25  Wakaba  <wakaba@suika.fam.cx>

	* Makefile (DAC_SUFFIX): Changed to ".dae".
	(DAEM_SUFFIX): New.


Revision 1.27 - (view) (download) (annotate) - [select for diffs]
Sat Sep 24 11:57:22 2005 UTC (18 years, 7 months ago) by wakaba
Branch: MAIN
Changes since 1.26: +7 -0 lines
Diff to previous 1.26
++ manakai/bin/ChangeLog	24 Sep 2005 10:49:30 -0000
	(dac_load_module_file): Allow "|" as qname prefix separator.
++ manakai/lib/Message/Markup/ChangeLog	24 Sep 2005 11:11:32 -0000
2005-09-24  Wakaba  <wakaba@suika.fam.cx>

	* SuikaWikiConfig21.dis: Use "disPerl:H" instead
	of "disPerl:Q" for hash keys.
	(expandQName): Removed the "g" option from the "s///",
	which was very serious and difficult bug.

++ manakai/lib/Message/Util/ChangeLog	24 Sep 2005 11:01:40 -0000
2005-09-24  Wakaba  <wakaba@suika.fam.cx>

	* ManakaiNode.dis (mn:node, mn:nodeID, mn:treeID): New
	properties.
	(mn:stemName, mn:refName): New properties.

	* Makefile (.discore-all.pm): New rule to create dis-related
	Perl module files at once.

	* DIS.dis (PERL_HASH_KEY_ALREADY_DEFINED_ERR): New error code.
	(hashKeyName, hashKeyScope, anotherURI): New error parameters.

	* ManakaiNode.dis, DIS.dis, PerlCode.dis: Use "disPerl:H" instead
	of "disPerl:Q" for hash keys.

++ manakai/lib/Message/Util/Error/ChangeLog	24 Sep 2005 10:58:31 -0000
2005-09-24  Wakaba  <wakaba@suika.fam.cx>

	* ManakaiNode.dis: Use "disPerl:H" instead
	of "disPerl:Q" for hash keys.

++ manakai/lib/Message/Util/DIS/ChangeLog	24 Sep 2005 11:06:19 -0000
2005-09-24  Wakaba  <wakaba@suika.fam.cx>

	* Perl.dis (plCodeFragment): Takes hash key name
	from the database for "mn:node" and "DOMCore:read-only",
	where they were hardcoded.  For GetProp and SetProp
	dis tree element instructions, hash key name
	is shorten if shorter version is defined by "DISPerl:propHashKey"
	property of the corresponding resource in the database.
	(plAddHashKey): New method to check hash key name dupulication.
	(dp:plHashKey): New property.

	* Perl.dis, DNLite.dis, DISDoc.dis, DISDump.dis:
	Use "disPerl:H" instead of "disPerl:Q" for hash keys.

++ manakai/lib/Message/DOM/ChangeLog	24 Sep 2005 10:55:11 -0000
2005-09-24  Wakaba  <wakaba@suika.fam.cx>

	* DOMMain.dis (MDOM:): Reintroduced for "ManakaiDOM:ManakaiDOM1"
	and "ManakaiDOM:ManakaiDOM2".

	* DOMFeature.dis, DOMMain.dis, DOMCore.dis, DOMXML.dis,
	DOMLS.dis, SimpleLS.dis, GenericLS.dis: Use disPerl:H
	instead of disPerl:Q for internal property hash keys.

	* DOMFeature.dis, DOMCore.dis, DOMXML.dis: Missing property
	definitions added.

	* DOMCore.dis (DOMCore:TextNode, DOMCore:DocumentFragmentNode):
	New resources.

	* DOMXML.dis (DOMXML:EntityNode, DOMXML:EntityReferenceNode): New
	resources.

++ manakai/lib/manakai/ChangeLog	24 Sep 2005 11:08:14 -0000
2005-09-24  Wakaba  <wakaba@suika.fam.cx>

	* XML.dis: The "DISPerl:propHashKey" property
	added to properties.  Now the module depends on the DISPerl
	module.

	* DISPerl.dis (DISPerl:propHashKey): New property.


Revision 1.26 - (view) (download) (annotate) - [select for diffs]
Thu Sep 22 14:25:47 2005 UTC (18 years, 7 months ago) by wakaba
Branch: MAIN
Changes since 1.25: +4 -0 lines
Diff to previous 1.25
++ manakai/lib/Message/ChangeLog	22 Sep 2005 12:48:57 -0000
2005-09-22  Wakaba  <wakaba@suika.fam.cx>

	* Makefile: Rules to build subdirectories added.

++ manakai/lib/Message/Markup/ChangeLog	22 Sep 2005 12:52:49 -0000
2005-09-22  Wakaba  <wakaba@suika.fam.cx>

	* Makefile: DAC_SUFFIX changed to ".dad".

++ manakai/lib/Message/Util/ChangeLog	22 Sep 2005 12:52:57 -0000
	* Makefile: DAC_SUFFIX changed to ".dad".

++ manakai/lib/Message/DOM/ChangeLog	22 Sep 2005 12:52:41 -0000
2005-09-22  Wakaba  <wakaba@suika.fam.cx>

	* Makefile: DAC_SUFFIX changed to ".dad".

++ manakai/lib/manakai/ChangeLog	22 Sep 2005 12:53:54 -0000
2005-09-22  Wakaba  <wakaba@suika.fam.cx>

	* Makefile: DAC_SUFFIX changed to ".dad".

++ manakai/lib/ChangeLog	22 Sep 2005 12:48:26 -0000
2005-09-22  Wakaba  <wakaba@suika.fam.cx>

	* Makefile: Old "bootstrap" rules all removed.


Revision 1.25 - (view) (download) (annotate) - [select for diffs]
Tue Sep 20 12:21:48 2005 UTC (18 years, 8 months ago) by wakaba
Branch: MAIN
Changes since 1.24: +4 -0 lines
Diff to previous 1.24
++ manakai/lib/Message/Markup/ChangeLog	20 Sep 2005 12:08:51 -0000
2005-09-20  Wakaba  <wakaba@suika.fam.cx>

	* SuikaWikiConfig21.dis (valueRef, nodeIDRef): New attributes.

++ manakai/lib/Message/Util/ChangeLog	20 Sep 2005 12:10:46 -0000
2005-09-20  Wakaba  <wakaba@suika.fam.cx>

	* DIS.dis: Use valueRef and nodeIDRef where possible so
	that dad file can share text data if possible.
	For resources, {subOf} and {supOf} is now optional.
	(sourceNodeIDRef): New attribute.

++ manakai/lib/Message/Util/Error/ChangeLog	20 Sep 2005 12:16:35 -0000
2005-09-20  Wakaba  <wakaba@suika.fam.cx>

	* DOMException.dis (Class, Interface): New types.
	ManakaiDOM:ExceptionClass and ManakaiDOM:ExceptionIF
	are now deprecated.
	(disPerl:EXCEPTION, disPerl:WARNING): Moved
	from /lib/manakai/DISPerl.dis.

++ manakai/lib/Message/Util/DIS/ChangeLog	20 Sep 2005 12:14:37 -0000
2005-09-20  Wakaba  <wakaba@suika.fam.cx>

	* Value.dis (createDVValueRef): New method.  Now
	values are hold as scalar reference in ManakaiDVValue.
	(valueRef): New attribute.

	* DNLite.dis (ManakaiDISImplementationDNLite): Now extends
	class ManakaiDISImplementation.
	(convertDISDocumentToDNLDocument): Typo in class names fixed.
	For nodes, {child} property is now optional.
	(nodeIDRef, valueRef): New attributes.

++ manakai/lib/Message/DOM/ChangeLog	20 Sep 2005 12:08:19 -0000
2005-09-20  Wakaba  <wakaba@suika.fam.cx>

	* DOMFeature.pm: Debug output code copied
	from Attic/DOMMetaImpl.pm (Should these code incorporated
	to source dis file?).

++ manakai/lib/manakai/ChangeLog	20 Sep 2005 12:19:59 -0000
2005-09-20  Wakaba  <wakaba@suika.fam.cx>

	* DISIDL.dis: Full names are given to data types.

	* DISCore.dis, DISLang.dis, DISPerl.dis: Refactored so
	that some resources has made its canonical URI changed.
	Lexical types (DISCore:LexicalType) and programming
	language data types (DISLang:AnyDataType) is now
	clearly separated.  New name given for,
	e.g., dis:TypeQName (now DISCore:QName), Perl:ARRAY (now
	DISPerl:ARRAY), and so on.


Revision 1.24 - (view) (download) (annotate) - [select for diffs]
Sat Sep 17 15:03:02 2005 UTC (18 years, 8 months ago) by wakaba
Branch: MAIN
Changes since 1.23: +6 -0 lines
Diff to previous 1.23
Perl-related methods moved from DIS to DIS/Perl; DIS readProperties method implemented (still buggy)


Revision 1.23 - (view) (download) (annotate) - [select for diffs]
Fri Sep 9 04:26:05 2005 UTC (18 years, 8 months ago) by wakaba
Branch: MAIN
Changes since 1.22: +15 -0 lines
Diff to previous 1.22
Documentation for exceptions and method inheritance; interfaces added to DIS and PerlCode


Revision 1.22 - (view) (download) (annotate) - [select for diffs]
Sun Mar 6 11:12:41 2005 UTC (19 years, 2 months ago) by wakaba
Branch: MAIN
Changes since 1.21: +12 -0 lines
Diff to previous 1.21
lib/Message/Markup/SuikaWikiConfig21.dis: Throws an exception if prefix is not declared; lib/Message/Util/DIS.dis: ManakaiDISResourceDefinition.plCode added (but not completed)


Revision 1.21 - (view) (download) (annotate) - [select for diffs]
Mon Feb 28 04:32:40 2005 UTC (19 years, 2 months ago) by wakaba
Branch: MAIN
Changes since 1.20: +4 -0 lines
Diff to previous 1.20
lib/Message/Util/DIS.dis: Resource aliasing implemented


Revision 1.20 - (view) (download) (annotate) - [select for diffs]
Sun Feb 27 14:27:56 2005 UTC (19 years, 2 months ago) by wakaba
Branch: MAIN
Changes since 1.19: +8 -0 lines
Diff to previous 1.19
lib/Message/Util/DIS.dis: loadFor implemented; loadResource added (but not work yet); lib/Message/Markup/SuikaWikiConfig21.dis: Binding expantion bug fixed; *.dis: QName attribute added to Module/Require elements


Revision 1.19 - (view) (download) (annotate) - [select for diffs]
Sat Feb 19 07:21:14 2005 UTC (19 years, 3 months ago) by wakaba
Branch: MAIN
Changes since 1.18: +5 -0 lines
Diff to previous 1.18
lib/Message/Util/Error/DOMException.dis is now compilable; lib/Message/Markup/SuikaWikiConfig21.dis: Parser implemented; Namespace support added


Revision 1.18 - (view) (download) (annotate) - [select for diffs]
Fri Feb 18 06:13:52 2005 UTC (19 years, 3 months ago) by wakaba
Branch: MAIN
Changes since 1.17: +8 -0 lines
Diff to previous 1.17
SuikaWikiConfig21: New module; DISIDL, ManakaiNode, DOMException: split from DOMMain


Revision 1.17 - (view) (download) (annotate) - [select for diffs]
Sun Oct 31 12:29:59 2004 UTC (19 years, 6 months ago) by wakaba
Branch: MAIN
CVS Tags: before-dis2-200411
Changes since 1.16: +4 -0 lines
Diff to previous 1.16
Not to be warned by -w


Revision 1.16 - (view) (download) (annotate) - [select for diffs]
Sat Nov 15 07:42:34 2003 UTC (20 years, 6 months ago) by wakaba
Branch: MAIN
Branch point for: experimental-xml-parser-200401
Changes since 1.15: +4 -0 lines
Diff to previous 1.15
Transmitted from SuikaWiki


Revision 1.15 - (view) (download) (annotate) - [select for diffs]
Sun Nov 9 01:48:21 2003 UTC (20 years, 6 months ago) by wakaba
Branch: MAIN
Changes since 1.14: +5 -0 lines
Diff to previous 1.14
Bug fix to resolve URI reference


Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Sat Nov 1 06:11:13 2003 UTC (20 years, 6 months ago) by wakaba
Branch: MAIN
Changes since 1.13: +4 -0 lines
Diff to previous 1.13
s/-$/&#45;/ if #comment node


Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Fri Oct 31 08:41:35 2003 UTC (20 years, 6 months ago) by wakaba
Branch: MAIN
Changes since 1.12: +5 -0 lines
Diff to previous 1.12
Some bug fix and avoiding warnings


Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Fri Oct 31 05:00:49 2003 UTC (20 years, 6 months ago) by wakaba
Branch: MAIN
Changes since 1.11: +1 -1 lines
Diff to previous 1.11
Use QName module


Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Tue Sep 30 01:58:17 2003 UTC (20 years, 7 months ago) by wakaba
Branch: MAIN
Changes since 1.10: +4 -0 lines
Diff to previous 1.10
set parent to value object


Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Sun Sep 7 03:09:18 2003 UTC (20 years, 8 months ago) by wakaba
Branch: MAIN
Branch point for: branch-suikawiki-1
Changes since 1.9: +4 -0 lines
Diff to previous 1.9
Change SuikaWiki:: -> Message::.


Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Sun Sep 7 00:44:04 2003 UTC (20 years, 8 months ago) by wakaba
Branch: MAIN
Changes since 1.8: +8 -0 lines
Diff to previous 1.8
expanded_name: New method


Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Sat Jul 12 06:12:00 2003 UTC (20 years, 10 months ago) by w
Branch: MAIN
Changes since 1.7: +5 -0 lines
Diff to previous 1.7
ELEMENT and ATTLIST declaration support reimplemented


Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Sun Jun 29 08:34:36 2003 UTC (20 years, 10 months ago) by wakaba
Branch: MAIN
Changes since 1.6: +4 -0 lines
Diff to previous 1.6
Marked section support


Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Fri Jun 27 13:07:44 2003 UTC (20 years, 10 months ago) by wakaba
Branch: MAIN
Changes since 1.5: +13 -0 lines
Diff to previous 1.5
Some modification to support Parser's external entity support


Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Mon Jun 16 09:59:49 2003 UTC (20 years, 11 months ago) by wakaba
Branch: MAIN
Changes since 1.4: +5 -0 lines
Diff to previous 1.4
Parser update


Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Sun May 25 10:55:14 2003 UTC (20 years, 11 months ago) by wakaba
Branch: MAIN
Changes since 1.3: +7 -0 lines
Diff to previous 1.3
Bug fixes


Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Sat May 24 04:52:19 2003 UTC (21 years ago) by wakaba
Branch: MAIN
Changes since 1.2: +9 -0 lines
Diff to previous 1.2
Parser: New


Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Tue Apr 29 10:35:53 2003 UTC (21 years ago) by wakaba
Branch: MAIN
Changes since 1.1: +13 -0 lines
Diff to previous 1.1
XML constructures support


Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Sun Apr 27 11:45:59 2003 UTC (21 years ago) by wakaba
Branch: MAIN
Markup: New.


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.

  Diffs between and
  Type of Diff should be a

Sort log by:

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24