diff options
author | adam <adam> | 2005-02-01 16:16:16 +0000 |
---|---|---|
committer | adam <adam> | 2005-02-01 16:16:16 +0000 |
commit | 4f1b8d3b8e4b263dc4df992390c77fe8fe0fb286 (patch) | |
tree | 6cb96dc97f3b750a665e0fe2b9c8671fce26a6e6 /math/qalculate/Makefile | |
parent | c1b6aab09f554cd00eb392bec990d4667b7957bc (diff) | |
download | pkgsrc-4f1b8d3b8e4b263dc4df992390c77fe8fe0fb286.tar.gz |
Changes 0.7.2:
* Show base (if not decimal, hexadecimal or non-standard) as subscript
* Use singular instead of abbreviated name for completion
* Fix "Convert result" button
* Use the last operator for leftover stack values
* Fix RPN crash and don't add lonely stack value to itself
* Workaround freeze with message dialog without buttons
Diffstat (limited to 'math/qalculate/Makefile')
-rw-r--r-- | math/qalculate/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/qalculate/Makefile b/math/qalculate/Makefile index 552f62b06a9..51defb24c8e 100644 --- a/math/qalculate/Makefile +++ b/math/qalculate/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.3 2004/12/17 22:09:51 minskim Exp $ +# $NetBSD: Makefile,v 1.4 2005/02/01 16:16:16 adam Exp $ -DISTNAME= qalculate-0.7.1 +DISTNAME= qalculate-0.7.2 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=qalculate/} |