# HG changeset patch # User paulb # Date 1133373664 0 # Node ID 77181879a3adfc2af6c34409bfdb02709545691f # Parent c788a1721f7427be0adaf793d672b7195f812d9d [project @ 2005-11-30 18:01:04 by paulb] Added a new script. Updated release notes. diff -r c788a1721f74 -r 77181879a3ad README.txt --- a/README.txt Sat Jun 21 01:37:48 2008 +0200 +++ b/README.txt Wed Nov 30 18:01:04 2005 +0000 @@ -43,6 +43,13 @@ The example Web applications require WebStack (release 1.1 or later). The example PyQt applications have been tested with PyQt 3.15. +New in XSLTools 0.3 (Changes since XSLTools 0.2) +------------------------------------------------ + + * Introduced copying of multiple-choice value element contents so that + option element labels can differ from the underlying values. + * Added the xslform_preparemacro.py script. + New in XSLTools 0.2 (Changes since XSLTools 0.1) ------------------------------------------------ diff -r c788a1721f74 -r 77181879a3ad setup.py --- a/setup.py Sat Jun 21 01:37:48 2008 +0200 +++ b/setup.py Wed Nov 30 18:01:04 2005 +0000 @@ -14,7 +14,8 @@ packages = ["XSLForms", "XSLForms.Resources", "XSLTools"], package_data = {"XSLForms" : ["XSL/*.xsl"]}, scripts = ["scripts/xslform_extract.py", "scripts/xslform_output.py", - "scripts/xslform_prepare.py", "scripts/xslform_input.py", + "scripts/xslform_prepare.py", "scripts/xslform_preparemacro.py", + "scripts/xslform_input.py", "scripts/xslform_qt_prepare.py", "scripts/xslform_qt_template.py", "scripts/xslform_schema.py"] )