diff options
author | jmmv <jmmv@pkgsrc.org> | 2004-02-27 17:26:30 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2004-02-27 17:26:30 +0000 |
commit | c1a591743015d18469053e8d53342f902bdd6ee4 (patch) | |
tree | f673cc7746575c54d45908e64c29ea83d4cd9d0f /math/gcalctool/Makefile | |
parent | a586842ec06788b5a088d0009c8b84dc0941f51c (diff) | |
download | pkgsrc-c1a591743015d18469053e8d53342f902bdd6ee4.tar.gz |
Update to 4.3.48:
* Fixed bug 135064. Changing the sign of a large number (when "Show
Thousands Separator" is on and this is not the C locale), no longer
corrupts the display.
My special thanks to Miloslav Trmac for fixing this problem in a
really elegant manner. This is an important change to the way that
numbers are displayed.
The fix involved resetting all the internal calculations in gcalctool
to be done in the C locale, and then localized (radix character and
thousands separator), just before the number is displayed.
I'd appreciate it if everybody could give this a good thrashing in as
many locales as possible to make sure that it's fully working.
* Fixed bug 135328. Added Shift-slash as a recognized alternate for the
divide operation (needed by the be-latin1 keyboard layout).
Diffstat (limited to 'math/gcalctool/Makefile')
-rw-r--r-- | math/gcalctool/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/gcalctool/Makefile b/math/gcalctool/Makefile index c89edd6ec98..64400c5e838 100644 --- a/math/gcalctool/Makefile +++ b/math/gcalctool/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.21 2004/02/26 17:14:35 minskim Exp $ +# $NetBSD: Makefile,v 1.22 2004/02/27 17:26:30 jmmv Exp $ # -DISTNAME= gcalctool-4.3.46 +DISTNAME= gcalctool-4.3.48 CATEGORIES= math gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gcalctool/4.3/} EXTRACT_SUFX= .tar.bz2 |