https://git.reactos.org/?p=reactos.git;a=commitdiff;h=df424955e06f7b415dad1f...
commit df424955e06f7b415dad1f9a5938789023cbc61f Author: Carlo-Bramini carlo_bramini@users.sourceforge.net AuthorDate: Sun Nov 4 11:38:31 2018 +0100 Commit: Hermès Bélusca-Maïto hermes.belusca-maito@reactos.org CommitDate: Mon Mar 18 01:34:07 2019 +0100
[CALC] Update to version 1.12 -- Update whatsnew.txt --- base/applications/calc/whatsnew.txt | 35 ++++++++++++++++++++++++++++++++--- 1 file changed, 32 insertions(+), 3 deletions(-)
diff --git a/base/applications/calc/whatsnew.txt b/base/applications/calc/whatsnew.txt index 8390deb542..387b802f75 100644 --- a/base/applications/calc/whatsnew.txt +++ b/base/applications/calc/whatsnew.txt @@ -1,4 +1,33 @@ -1.11 (20080813) +1.12 (20181104) +======================= +* Fixed bug 12.37 13/06/2009 into multiprecision display (unicode only). +* Added support for average of squares and mean of squares into statistical functions. +* pop() and push() functions in RPN engines now work with nodes instead of stack units. +* Updated translations from ReactOS' repository. +* Added support for new conversion units: + - ANGLE: 'minute of arc', 'second of arc'. + - AREA: 'mu', 'rai'. + - LENGTH: 'chi', 'cun'. 'sun' optimized. + - TIME: 'nanoseconds'. + - WEIGHT: 'Kan', 'Kin'. +* Added support for thailand measure system: + + Invaluable help from this page: + http://www.eppo.go.th/ref/UNIT-ALL.html + +* Moved the POW and SQR operations near the operators. +* Rewritten some units formula by using scientific notation. +* Improved precision of parsec unit conversion formula. +* Fixed bug when calculator was closed with statistics dialog open. +* Do not append decimal separator if "ERROR" messages are printed. +* Improve code readability by using SetDlgItemText and GetDlgItemText functions +* Colours are now declared though RGB() macro. +* Remove call to _tcslen() and use return value of GetDlgItemText() where possible. +* Added theming support. Requires Windows XP or later. +* Configuration is read from WIN.INI under W32S/Win9x/Me and from the registry for all NT platforms. +* Removed safe DS_SHELLFONT declaration. + +1.11 (20090404) ======================= * Updated translations (thanks to the friends at ReactOS' community). * Added DS_SHELLFONT to some dialogs into various translations (sometimes it was specified, sometimes it was not). @@ -16,7 +45,7 @@ * Fixed some unsignaled overflow errors. * Fixed conversion method, now scientific notation is recognized too. * Added compilation for UNICODE executables. -* Plain MINGW toolchain do not support wWinMain function, so I switched to old WinMain if it is not under ReactOS' build tree. +* Plain MINGW toolchain does not support wWinMain function, so I switched to old WinMain if it is not under ReactOS' build tree. * Detect error if UNICODE version is launched into Win9x (avoid the lock).
1.09 (20080630) @@ -103,7 +132,7 @@ * The version number of the programme has been moved from the resource files to ABOUT.C. * "DOT" function can be used for starting a number (integer part will be zero). * Added repeat function. -* If the number is grater than maximum resolution, it will be displayed with exponential notation. +* If the number is greater than maximum resolution, it will be displayed with exponential notation. * Removed mouse and keyboard focuses from displayed buttons. * Added normal and small icons.