Log of /messaging/manakai/doc/Makefile
Parent Directory
| Revision Log
Revision
1.10 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sat Sep 29 09:46:15 2007 UTC
(17 years, 1 month ago)
by
wakaba
Branch:
MAIN
CVS Tags:
HEAD
Changes since
1.9: +4 -122 lines
Diff to
previous 1.9
++ ChangeLog 29 Sep 2007 09:26:20 -0000
2007-09-29 Wakaba <wakaba@suika.fam.cx>
* MANIFEST.SKIP: manakai-*.tar.gz is added.
++ manakai/doc/ChangeLog 29 Sep 2007 09:31:49 -0000
2007-09-29 Wakaba <wakaba@suika.fam.cx>
* Makefile: Unused rules are removed.
++ manakai/doc/style/ChangeLog 29 Sep 2007 09:40:12 -0000
2007-09-29 Wakaba <wakaba@suika.fam.cx>
* disdump-style.css: Removed.
++ manakai/doc/template/ChangeLog 29 Sep 2007 09:45:20 -0000
2007-09-29 Wakaba <wakaba@suika.fam.cx>
* ddlist.ja.xsl, ddspec.en.xsl, disdump-test.ja.xhtml, disdump.ja.xsl,
disdump2htmls.ja.xhtml, splitddhtmls.pl: Removed.
Revision
1.9 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed Oct 5 11:50:35 2005 UTC
(19 years, 1 month ago)
by
wakaba
Branch:
MAIN
CVS Tags:
manakai-200612,
manakai-release-0-3-1,
manakai-release-0-3-2,
manakai-release-0-4-0
Changes since
1.8: +5 -4 lines
Diff to
previous 1.8
++ manakai/doc/ChangeLog 5 Oct 2005 11:43:46 -0000
2005-10-05 Wakaba <wakaba@suika.fam.cx>
* Makefile (util.xml): New modules added to option.
++ manakai/bin/ChangeLog 5 Oct 2005 11:43:22 -0000
2005-10-05 Wakaba <wakaba@suika.fam.cx>
* mkdisdump.pl (dd_get_qname_uri): Sets "dump:uri" attribute.
2005-10-03 Wakaba <wakaba@suika.fam.cx>
* mkdisdump.pl (append_module_documentation): Outputs
any "DISCore:AnyAppName" property value in
addition to "dis:AppName" values. Use "dump:ref"
property if the value is a URI.
(append_method_documentation): Likewise.
(append_document_documentation): Likewise.
++ manakai/lib/Message/Util/DIS/ChangeLog 5 Oct 2005 11:46:52 -0000
2005-10-05 Wakaba <wakaba@suika.fam.cx>
* DISDoc.dis (parseDISDocInlineText): Allows "^" in
tag (it is part of lexical type specification and
it should have been allowed).
++ manakai/lib/Message/DOM/ChangeLog 5 Oct 2005 11:45:44 -0000
2005-10-05 Wakaba <wakaba@suika.fam.cx>
* DOMFeature.dis: Description added and revised. (Still more
work required.)
2005-10-04 Wakaba <wakaba@suika.fam.cx>
* DOMMain.dis (DOMString): The "idl:perl" attribute
value has been changed from "DISPerl:String"
to "DISPerl:CharacterString" to clarify its semantics.
++ manakai/lib/manakai/ChangeLog 5 Oct 2005 11:49:46 -0000
2005-10-04 Wakaba <wakaba@suika.fam.cx>
* DISCore.dis (DISCore:AnyAppName): New superproperty
of "dis:AppName".
* DISIDL.dis (idl:prefix): It is now a subproperty
of "DISCore:AnyAppName".
(idl:unsignedLong): Missing "idl:perl" property added.
(idl:boundType): New superproperty of "idl:perl" and so on.
* DISLang.dis (dis:Operator): It is now a subproperty
of "DISCore:AnyAppName".
* ECMAScript.dis (js:name, js:typeName): Added. "js:typeName"
propery values added to types.
Revision
1.8 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri Sep 30 13:06:13 2005 UTC
(19 years, 1 month ago)
by
wakaba
Branch:
MAIN
Changes since
1.7: +15 -2 lines
Diff to
previous 1.7
++ manakai/bin/ChangeLog 30 Sep 2005 12:38:36 -0000
2005-09-30 Wakaba <wakaba@suika.fam.cx>
* mkdisdump.pl (append_module_group_documentation,
append_document_documentation): New functions.
(append_class_documentation, append_interface_documentation):
Generates method/attribute/constgroup information (in partial mode)
even if "is_partial" option is true to compute inheriting
class member information correctly.
(--resource-uri): New option.
* Makefile (error.xml, minimpl.xml): New rules.
++ manakai/lib/Message/Util/ChangeLog 30 Sep 2005 12:50:16 -0000
2005-09-30 Wakaba <wakaba@suika.fam.cx>
* DIS.dis (readProperties): Saves property name to values.
(getPropertyModuleList): New method.
* ManakaiNode.dis: Use "disPerl:H" instead
of "disPerl:Q" for hash keys.
(NodeStem): Property value "mn:treeID"
has changed to scalar reference.
++ manakai/lib/Message/Util/Error/ChangeLog 30 Sep 2005 12:49:59 -0000
2005-09-30 Wakaba <wakaba@suika.fam.cx>
* DOMException.dis (dx:ManakaiErrorModules): New documentation.
++ manakai/lib/Message/Util/DIS/ChangeLog 30 Sep 2005 12:48:08 -0000
2005-09-30 Wakaba <wakaba@suika.fam.cx>
* Value.dis (name): New attribute.
* Perl.dis (plFullyQualifiedName): Use module's package
name properties if available.
++ manakai/lib/Message/DOM/ChangeLog 30 Sep 2005 12:40:49 -0000
2005-09-30 Wakaba <wakaba@suika.fam.cx>
* DOMCore.dis, SimpleLS.dis: Shares namespace URIs and local
names where possible.
* DOMFeature.dis: Documentation for DOM Minimum Implementation
added (still work in progress).
* Makefile (feature.dae, feature-spec.dae): New rules.
++ manakai/lib/manakai/ChangeLog 30 Sep 2005 12:53:24 -0000
2005-09-30 Wakaba <wakaba@suika.fam.cx>
* DISCore.dis: Documentation-related and meta-informational
resoruces are moved to new "Document.dis" module. The
module now references "Document.dis".
(DISCore:module, DISCore:resource): New properties.
* DISRDF.dis: Some resources added from FOAF vocabulary.
* Document.dis: New module.
* DISIDL.dis: Some IDL comcepts added. New name
given to IDL datatypes.
* DISLang.dis (dis:prefix): Removed. (Moved to "DISIDL.dis"
and it is now obsolete.)
2005-09-29 Wakaba <wakaba@suika.fam.cx>
* DISPerl.dis (DISPerl:HashStringRef, DISPerl:StringRef): New.
Revision
1.7 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Sep 25 14:53:02 2005 UTC
(19 years, 2 months ago)
by
wakaba
Branch:
MAIN
Changes since
1.6: +14 -4 lines
Diff to
previous 1.6
++ 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.6 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri Sep 23 18:24:52 2005 UTC
(19 years, 2 months ago)
by
wakaba
Branch:
MAIN
Changes since
1.5: +17 -7 lines
Diff to
previous 1.5
++ manakai/doc/ChangeLog 23 Sep 2005 17:22:30 -0000
2005-09-23 Wakaba <wakaba@suika.fam.cx>
* Makefile: Command-line arguments for new modules added.
(DAC_PREFIX): Changed to ".dad".
++ manakai/bin/ChangeLog 23 Sep 2005 17:21:35 -0000
2005-09-24 Wakaba <wakaba@suika.fam.cx>
* dac.pl, dac2pm.pl, mkdisdump.pl: "--debug" option added.
2005-09-23 Wakaba <wakaba@suika.fam.cx>
* mkdisdump.pl: Fixed to support new dad database implementation.
++ manakai/lib/Message/Util/ChangeLog 23 Sep 2005 17:29:45 -0000
2005-09-23 Wakaba <wakaba@suika.fam.cx>
* DIS.dis (DISParser.new): New method.
(hasFeature): Removed. ManakaiDISAnyResource now
extends DOMFeature:ManakaiHasFeatureByGetFeature.
(readProperties): Support for property value data
types DISLang:MemberRef and dx:XCRef added.
(ManakaiDISExceptionTarget): It is now an alias
for dx:ManakaiDefaultExceptionHandler.
++ manakai/lib/Message/Util/Error/ChangeLog 23 Sep 2005 17:41:25 -0000
2005-09-23 Wakaba <wakaba@suika.fam.cx>
* DOMException.dis (dx:raises): Properties dis:dataType
and dis:multipleProperties added.
++ manakai/lib/Message/Util/DIS/ChangeLog 23 Sep 2005 17:40:22 -0000
2005-09-23 Wakaba <wakaba@suika.fam.cx>
* DISDoc.dis: Modified to support new "dad" implementation.
(DISElementDISDoc): Removed.
(DVValueDISDoc): New.
(documentionGroupId): This attribute values now
do not include element type names.
* DNLite.dis (convertDISDocumentToDNLDocument): Fixed
not to "tie" happens to cause strange segmentation fault.
* Perl.dis (plCodeFragment): Support for the
role "dv:ValurRole" added. Property name "dis:AppName"
is changed to more specific property names. Throws
an exception if an input processor has no Perl code
definition. A parameter value to "getPropertyValue"
was missing.
* Value.dis (dv:ValueRole): New role.
(DVValue.getFeature): New method.
(DVValue): Now extends DOMFeature:ManakaiHasFeatureByGetFeature
so that it implements DOMFeature:GetFeature.
++ manakai/lib/Message/DOM/ChangeLog 23 Sep 2005 17:24:34 -0000
2005-09-23 Wakaba <wakaba@suika.fam.cx>
* GenericLS.dis, SimpleLS.dis: New modules separated
from DOMLS.dis.
* DOMFeature.dis, DOMMain.dis: "MDOM:" and "for" definitions
moved from DOMMain to DOMFeature. Now DOMFeature
has no dependency on DOMMain.
* DOMFeature.dis (DEBUG): New variable.
++ manakai/lib/manakai/ChangeLog 23 Sep 2005 17:44:24 -0000
2005-09-23 Wakaba <wakaba@suika.fam.cx>
* DISCore.dis (dis:Label, dis:FullName): Their "dis:multipleProperties"
property is fixed to "DISCore:UnorderedList" to allow
language variants.
(dis:Author): Marked as obsolete.
(DISCore:author): New property.
(DISCore:Wakaba): New resource.
* DISPerl.dis (DISPerl:name, DISPerl:constName,
DISPerl:exportTagName, DISPerl:variableName, DISPerl:paramName):
New properties.
Revision
1.5 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Mon Sep 19 16:17:50 2005 UTC
(19 years, 2 months ago)
by
wakaba
Branch:
MAIN
Changes since
1.4: +6 -3 lines
Diff to
previous 1.4
++ ./bin/ChangeLog 19 Sep 2005 12:05:15 -0000
2005-09-19 Wakaba <wakaba@suika.fam.cx>
* mkdisdump.pl (progress_inc, progress_reset): New functions.
++ ./lib/Message/Util/ChangeLog 19 Sep 2005 12:14:55 -0000
2005-09-19 Wakaba <wakaba@suika.fam.cx>
* DIS.dis: Parameter "databaseArg" added to various
methods to support objects that have no associated
database.
(getNamespaceBindingList, getDefaultNamespaceURIRef): New
methods.
(NO_RDF_TYPE_ERR): New error type.
(loadResource): Throws NO_RDF_TYPE_ERR if no rdf:type
attribute specified for a resource definition.
++ ./lib/Message/Util/Error/ChangeLog 19 Sep 2005 12:21:57 -0000
2005-09-19 Wakaba <wakaba@suika.fam.cx>
* Core.dis: Missing rdf:type attribute added to classes.
++ ./lib/Message/Util/DIS/ChangeLog 19 Sep 2005 12:23:54 -0000
2005-09-19 Wakaba <wakaba@suika.fam.cx>
* Value.dis (sourceNodePath): New attribute.
(DVNSValue, DVNSOrderedList): New interfaces and classes.
* Perl.dis: Some alias definitions moved from ../DIS.dis.
The "namespaceContext" parameters added to some methods.
(plCodeFragment): Now Perl'ize new DISCore:Integer typed string.
(plImplementation): Directly instantiates PCImplementation
to reduce overheads to find an implementation by ImplementationRegistry.
++ ./lib/Message/DOM/ChangeLog 19 Sep 2005 12:08:55 -0000
2005-09-19 Wakaba <wakaba@suika.fam.cx>
* DOMMain.dis (ManakaiDOM:DOMMethod, ManakaiDOM:DOMMethodReturn,
ManakaiDOM:DOMAttribute, ManakaiDOM:DOMAttrGet,
ManakaiDOM:DOMAttrSet, ManakaiDOM:DOMMethodParam): Removed.
(ManakaiDOMTimeStamp): Removed.
* DOMBoot.dis, DOMMetaImpl.dis, DOMMetaImpl.pm: Removed (they are no
longer in use).
2005-09-18 Wakaba <wakaba@suika.fam.cx>
* DOMMain.dis (StringOutOfBoundsException): New exception.
++ ./lib/manakai/ChangeLog 19 Sep 2005 12:23:20 -0000
2005-09-19 Wakaba <wakaba@suika.fam.cx>
* DISCore.dis (DISCore:Boolean): New preferred name
to dis:Boolean.
(DISCore:Integer): New type.
(dis:Value): Default type is changed to DISCore:String.
Revision
1.4 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sat Sep 17 15:03:02 2005 UTC
(19 years, 2 months ago)
by
wakaba
Branch:
MAIN
Changes since
1.3: +9 -3 lines
Diff to
previous 1.3
Perl-related methods moved from DIS to DIS/Perl; DIS readProperties method implemented (still buggy)
Revision
1.3 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri Sep 9 04:26:04 2005 UTC
(19 years, 2 months ago)
by
wakaba
Branch:
MAIN
Changes since
1.2: +48 -16 lines
Diff to
previous 1.2
Documentation for exceptions and method inheritance; interfaces added to DIS and PerlCode
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.