Subject: CVS commit: pkgsrc/math/gcalctool
To: None <pkgsrc-changes@NetBSD.org>
From: Julio M. Merino Vidal <jmmv@netbsd.org>
List: pkgsrc-changes
Date: 03/30/2006 21:28:37
Module Name:	pkgsrc
Committed By:	jmmv
Date:		Thu Mar 30 21:28:37 UTC 2006

Modified Files:
	pkgsrc/math/gcalctool: Makefile PLIST distinfo
Removed Files:
	pkgsrc/math/gcalctool/patches: patch-aa

Log Message:
Update to 5.7.32:

Overview of changes in gcalctool 5.7.32

* Released a gcalctool tarball for GNOME 2.14.0 (Final).

----

Overview of changes in gcalctool 5.7.31

* Fix for bug #333078. cvs fails to build due to bg translation of help.

* Inclusion of a translation of gcalctool help for the bg locale.

----

Overview of changes in gcalctool 5.7.30

* Released a gcalctool tarball for GNOME 2.14.0 (RC).

----

Overview of changes in gcalctool 5.7.29

* Released a gcalctool tarball for GNOME 2.14.0 (beta2).

----

Overview of changes in gcalctool 5.7.28

* Released a gcalctool tarball for GNOME 2.14.0 (beta1).

----

Overview of changes in gcalctool 5.7.27

* Refixed bug #323150. The recent changes to the square root and
  subtraction button labels broke the token parser for arithmetic
  operator precedence.

----

Overview of changes in gcalctool 5.7.26

* Fixed bug #327124. Changes to fix bug #326344 had the side-effect of
  causing the CE button to no longer work correctly.

----

Overview of changes in gcalctool 5.7.25

* Fixed bug #327214. The results from performing trig functions were not
  being passed on to future calculations correctly (in non-arithmetic
  operator precedence mode).

----

Overview of changes in gcalctool 5.7.24

* Gcalctool now uses U+00F7 (DIVISION SIGN) instead of U+2215 (DIVISION SLASH)
  for label on division button.

----

Overview of changes in gcalctool 5.7.23

* Released a gcalctool tarball for GNOME 2.13.5.

----

Overview of changes in gcalctool 5.7.22

* Fixed bug #323149. Gcalctool now uses the Unicode symbols for division,
  multiplication, plus/minus, minus and square root.

----

Overview of changes in gcalctool 5.7.21

* Fixed bug #326344. The bit display of large numbers (in non-arithmetic
  operator precedence mode with the scientific view) now hopefully works
  correctly.

----

Overview of changes in gcalctool 5.7.20

* Fixed bug #142824. Gcalctool no longer ignores locale specific numeric
  point in arithmetic operator precedence mode.

* Adjusted all the copyright messages to include 2006.

----

Overview of changes in gcalctool 5.7.19

* Fixed bug #317378 (http://bugzilla.gnome.org/show_bug.cgi?id=317378)
  Gcalctool no longer crashes when you double click the 0 in the display area.

----

Overview of changes in gcalctool 5.7.18

* Final fix for bug #153854. Now handles the case where the first thing
  the user does is change mode (Basic, Financial, Advanced, Scientific)
  in AOP mode.

* Released a gcalctool tarball for GNOME 2.13.4.

----

Overview of changes in gcalctool 5.7.17

* Fixed bug #323150. Sqrt (and other similar operations) no longer fail
  in non-English locales

----

Overview of changes in gcalctool 5.7.16

* Fixed bug #324001. Primary Selection (middle mouse button) is now working.

----

Overview of changes in gcalctool 5.7.15

* Released a gcalctool tarball for GNOME 2.13.3.

----

Overview of changes in gcalctool 5.7.14

* More work on bug #153854. Similar change to that made on 15th November
  2005, this time for arithmetic operator precedence mode.

----

Overview of changes in gcalctool 5.7.13

* Slight fixup for bug #157961. The toggling of the first bit in the
  bit panel wasn't working correctly.

----

Overview of changes in gcalctool 5.7.12

* More work on bug #153854
  If the user has completed a calculation and we are going to a
  new mode that is "compatible" with this one, then just change
  modes. Otherwise display a dialog warning the user that the
  current calculation will be cleared.

  Incompatible modes are:

  Scientific -> Basic
  Scientific -> Advanced
  Scientific -> Financial

  (unless we are in Scientific mode with Decimal numeric base and Fixed).

  These changes work nicely in non-arithmetic operator precedence mode.

----

Overview of changes in gcalctool 5.7.11

* Released a gcalctool tarball for GNOME 2.13.2.

----

Overview of changes in gcalctool 5.7.10

* Fixed bug #316755. Gcalctool no longer has "Gdk-CRITICAL **:
  gdk_window_invalidate_rect: assertion `window != NULL' failed"
  warnings at startup.

----

Overview of changes in gcalctool 5.7.9

* Fixed bug #319934. The percent operator was broken in non-arithmetic
  operator precedence mode.

----

Overview of changes in gcalctool 5.7.8

* Fixed bug #317378 (http://bugzilla.gnome.org/show_bug.cgi?id=317378)
  Exponential notation now works correctly in arithmetic operator
  precedence mode.

----

Overview of changes in gcalctool 5.7.7

* Slight adjustment to the bit panel. It's now centralized.

----

Overview of changes in gcalctool 5.7.6

* Adjusted the mpcmim() routine in mp.c. The fix for Sun bug #4006391
  needed to also preserve v->toclear and v->pointed.

* Work on enhancement request #157961. Started to implement the bit
  panel for non-arithmetic precedence mode.  It's automatically displayed
  when in Scientific mode.

----

Overview of changes in gcalctool 5.7.5

* Implemented enhancement request #148104 for arithmetic precedence mode.
  The modulo operation. See entry below for more details.

----

Overview of changes in gcalctool 5.7.4

* Fixed bug #316382. The "useless" cursor is no longer displayed in
  the calculator display area.

----

Overview of changes in gcalctool 5.7.3

* Implemented enhancement request #148104 for non-arithmetic precedence
  mode. Added in a modulo operation. This is available in Scientic Mode.
  A Mod B return the remainder when you divide A by B. A and B must be
  integers. Keyboard shortcut for this operation is "M".

----

Overview of changes in gcalctool 5.7.2

* Fixed bug #162453. The memory register dialog now uses GtkEntry widgets
  to display the register values. Gnopernicus can now correctly speak the
  contents of each memory register. There is also a close button to easily
  dismiss this dialog.

----

Overview of changes in gcalctool 5.7.1

* Fixed bug #314540. The memory register window is now a dialog rather
  than a top-level window.

----

Overview of changes in gcalctool 5.7.0

* Fix to prevent invalid numeric entry in arithmetic operator precedence
  mode, depending upon the current base.


To generate a diff of this commit:
cvs rdiff -r1.51 -r1.52 pkgsrc/math/gcalctool/Makefile
cvs rdiff -r1.12 -r1.13 pkgsrc/math/gcalctool/PLIST
cvs rdiff -r1.20 -r1.21 pkgsrc/math/gcalctool/distinfo
cvs rdiff -r1.9 -r0 pkgsrc/math/gcalctool/patches/patch-aa

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.