From ac8574e9da277cbd43ff7c4ac43e8a9338f80859 Mon Sep 17 00:00:00 2001 From: Tomasz Sowa Date: Sun, 30 Jan 2011 15:01:57 +0000 Subject: [PATCH] changed Changelog and other docs git-svn-id: svn://ttmath.org/publicrep/ttcalc/trunk@335 e52654a7-88a9-db11-a3e9-0013d4bc506e --- CHANGELOG | 4 ++++ COPYRIGHT | 2 +- README | 2 +- help/index.html | 2 +- help/other_functions.html | 4 ++-- setup/COPYRIGHT | 2 +- setup/innosetup.iss | 6 +++--- 7 files changed, 13 insertions(+), 9 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 3369cb7..ae07254 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,7 @@ +Version 0.9.3 prerelease (2011.01.30): + * added: German translation made by + Moritz Beleites + Version 0.9.2 (2010.09.24): * added: Italian translation made by Damiano Monaco diff --git a/COPYRIGHT b/COPYRIGHT index f03126c..0eb8d17 100644 --- a/COPYRIGHT +++ b/COPYRIGHT @@ -1,4 +1,4 @@ -Copyright (c) 2006-2010, Tomasz Sowa +Copyright (c) 2006-2011, Tomasz Sowa All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/README b/README index 2d9e311..1fa84f0 100644 --- a/README +++ b/README @@ -18,7 +18,7 @@ Author: Tomasz Sowa Contact: t.sowa@ttmath.org Licence: BSD (open source) Interface: English, Polish, Spanish, Danish, Chinese, Russian, - Swedish, Italian + Swedish, Italian, German Project page: http://ttcalc.sourceforge.net/ Bignum library: TTMath http://www.ttmath.org/ Operating systems: Microsoft Windows 9x/Me/NT/2000/XP/Vista/7 diff --git a/help/index.html b/help/index.html index 8921dc7..f0fd11e 100644 --- a/help/index.html +++ b/help/index.html @@ -44,7 +44,7 @@ display values with the base (radix) from two to sixteen. Author:Tomasz Sowa Contact:t.sowa@ttmath.org Licence:BSD (open source) -Interface:English, Polish, Spanish, Danish, Chinese, Russian, Swedish, Italian +Interface:English, Polish, Spanish, Danish, Chinese, Russian, Swedish, Italian, German Project page:http://ttcalc.sourceforge.net/ Bignum library:TTMath http://www.ttmath.org/ Operating systems:Microsoft Windows 9x/Me/NT/2000/XP/Vista/7 diff --git a/help/other_functions.html b/help/other_functions.html index 9cc58a4..fb9b93d 100644 --- a/help/other_functions.html +++ b/help/other_functions.html @@ -62,13 +62,13 @@ sgn(5)=1
max(x1; x2; ...)
-
This functions takes any number of arguments. It returns the max value of them. If there aren't arguments +
This functions takes any number of arguments. It returns the max value of them. If there are not any arguments the function returns the max value which can be held in this precision.
max(2;5;8;3)=8
max()=6.97846825730330952352039893e+646457021 (assuming the small precision is selected)
min(x1; x2; ...)
-
This functions takes any number of arguments. It returns the min value of them. If there aren't arguments +
This functions takes any number of arguments. It returns the min value of them. If there are not any arguments the function returns the min value which can be held in this precision.
min(45;-23;18;19)=-23
min()=-6.97846825730330952352039893e+646457021 (assuming the small precision is selected) diff --git a/setup/COPYRIGHT b/setup/COPYRIGHT index 9f52d89..271252f 100644 --- a/setup/COPYRIGHT +++ b/setup/COPYRIGHT @@ -1,4 +1,4 @@ -Copyright (c) 2006-2010, Tomasz Sowa +Copyright (c) 2006-2011, Tomasz Sowa All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/setup/innosetup.iss b/setup/innosetup.iss index e13225f..06ac544 100644 --- a/setup/innosetup.iss +++ b/setup/innosetup.iss @@ -3,8 +3,8 @@ [Setup] AppName=TTCalc -AppVerName=TTCalc 0.9.2 -AppVersion=0.9.2 +AppVerName=TTCalc 0.9.3 +AppVersion=0.9.3 AppPublisher=Tomasz Sowa AppPublisherURL=http://ttcalc.sourceforge.net AppSupportURL=http://ttcalc.sourceforge.net @@ -12,7 +12,7 @@ AppUpdatesURL=http://ttcalc.sourceforge.net DefaultDirName={pf}\TTCalc DefaultGroupName=TTCalc AllowNoIcons=yes -; special COPYRIGHT version (without a new line characters in the clause -- it is better displayed in the setup window) +; special COPYRIGHT version (without new line characters in the clause -- it is better displayed in the setup window) LicenseFile=COPYRIGHT OutputDir=..\setup OutputBaseFilename=ttcalc-setup