Log of /messaging/manakai/doc/ChangeLog
Parent Directory
| Revision Log
Revision
1.9 -
(
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.8: +4 -0 lines
Diff to
previous 1.8
++ 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.7 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed Oct 5 11:50:35 2005 UTC
(19 years, 1 month ago)
by
wakaba
Branch:
MAIN
Changes since
1.6: +4 -0 lines
Diff to
previous 1.6
++ 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.6 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri Sep 23 18:24:52 2005 UTC
(19 years, 1 month ago)
by
wakaba
Branch:
MAIN
Changes since
1.5: +5 -0 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]
Fri Sep 9 04:26:04 2005 UTC
(19 years, 1 month ago)
by
wakaba
Branch:
MAIN
Changes since
1.4: +5 -0 lines
Diff to
previous 1.4
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.