Overview of changes in gcalctool 5.5.5 * Numerical answer localization and thousand separator support for arithmetic precedence mode. * If the accuracy was changed via one of the ten preset menu items in the Acc menu, the tooltip wasn't getting correct updated with the new accuracy. ---- Overview of changes in gcalctool 5.5.4 * Further changes to the "Set Precision" popup (rfe #147803): - "Significant places" not "Significant Places". - Change "Set Precision..." to be "Other (12) ..." (where "(12)" is the current precision, and be in the same radio box group as the other menu items. Check the appropriate menu entry. - Adjust the Acc button tooltip to show the current accuracy too. - When the user attempts to enter an invalid entry in the Set Precision popup, an error message is shown in the main gcalctool status bar. - the other Acc radio button items (0-9) need to have mnemonics (_0, _1 ...). * Fixed bug #152790. Most of the changes needed were already in CVS; there was one compiler warning that still needed to be removed. * Storing the display value to a memory register was not updating the memory register window, if it was visible. ---- Overview of changes in gcalctool 5.5.3 * Added in functionality to set the number of significant places > 9. There is a new menu item under the Acc menu called "Set Precision..." that brings up a small popup allowing you to set precision between 0 and MAXACC significant places (where MAXACC is currently 30). ---- Overview of changes in gcalctool 5.5.2 * Fixed up numerous warnings generated by running lint on the gcalctool code. Removed unused variables and functions. Declared routines statically where possible. ---- Overview of changes in gcalctool 5.5.1 * Fixed bug 148581. Changes to get latest gcalctool compiling on a BSD system. ----