Update of /cvsroot/pythoncard/PythonCard/tools/standaloneBuilder
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29399
Modified Files:
changelog.txt
Log Message:
Updated to reflect the latest changes
Index: changelog.txt
===================================================================
RCS file: /cvsroot/pythoncard/PythonCard/tools/standaloneBuilder/changelog.txt,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** changelog.txt 5 May 2005 12:50:24 -0000 1.6
--- changelog.txt 12 May 2005 08:28:09 -0000 1.7
***************
*** 1,11 ****
standaloneBuilder version Version 0.1.1 release date TBA
--------------------------------------------------------
! - Fixed a bug where the project licence file name was being added
! incorrectly when running the new project wizard
! - Moved the check for whether the project needs to be saved into a
! single function
! - Added a run button and stole the run options dialog from the
! resource editor :-)
! - Added a workaround for a GTK bug which affects the fileSaveDialog
- Fixed an UnboundLocalError when rebuilding projects
- Fixed bug in spec file generation which was causing an exception
--- 1,21 ----
standaloneBuilder version Version 0.1.1 release date TBA
--------------------------------------------------------
! - Updated documentation to clarify why and when extra scripts might
! need to be added
! - Adding a script now pops up a dialog asking if you want to add the
! matching resource file if one exists
! - Updated copyright message and removed innacurate list of
! Pythoncard developers
! - Program now prevents invalid filenames being entered into any of
! the script, resource, pixmap or other files boxes
! - Added some error trapping to the rebuild routine to deal with the
! case where the main script has not been specified
! - Fixed a bug where the project licence file name was being added
! incorrectly when running the new project wizard
! - Moved the check for whether the project needs to be saved into a
! single function
! - Added a run button and stole the run options dialog from the
! resource editor :-)
! - Added a workaround for a GTK bug which affects the fileSaveDialog
- Fixed an UnboundLocalError when rebuilding projects
- Fixed bug in spec file generation which was causing an exception
|