fixed: CalculationsProcedure - the 'main_window' must be set later (in the loop)

fixed: the program didn't save the current language into the configuration file
added: buttons Sgn, Mod
changed: now the 'error' button is active only when there's actually an error


git-svn-id: svn://ttmath.org/publicrep/ttcalc/trunk@18 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
2007-02-28 17:52:09 +00:00
parent 4cc6d78c7e
commit 211f0dada4
11 changed files with 138 additions and 44 deletions

View File

@@ -1,6 +1,15 @@
Version 0.7.2 (2007.02.28):
* added buttons Sgn and Mod
* the button 'err' is active when there's actually an error now
* added buttons: ASin, ACos, ATan, ACTan
* fixed: the program didn't save the current language into the configuration file
* fixed: the second thread didn't read the main window correctly and it caused
small problems when an user was typing into the first edit control
Version 0.7.1 (2007.02.08):
* added a button 'err' (error) on the first tab
* the input edit can have 2048 characters now
* added remembering the vertical size into the config file
* fixed a problem with the 'tab' key
* added a message 'Calculating...' when an user clicks on the 'err' button during calculating something
* added a message 'Calculating...' when an user clicks on the 'err' button
during calculating something