From 0ae2f8f5aab8cfd1c6e4c976ad558f0acbd2a38d Mon Sep 17 00:00:00 2001 From: David Hampton Date: Sat, 6 Jul 2002 05:48:46 +0000 Subject: [PATCH] *** empty log message *** git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@7088 57a11ea4-9604-0410-9ed3-97b8803252fd --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/ChangeLog b/ChangeLog index 71f8328d2d..60cdd938bb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -53,6 +53,14 @@ locale doesn't work for account hierarchy druid, then check all abbreviated versions of that locale. +2002-07-02 David Hampton + + * src/app-utils/gnc-ui-util.c (PrintAmountInternal): If the "auto + decimal places" option has been set, force all numbers to be + printed with that many decimal places. That will prevent multiple + conversion of a cell (e.g. 1234.00 => 1234 => 12.34) as a user + tabs in and out of a cell. + 2002-07-02 Derek Atkins * register/register-gnome/gnucash-sheet.c: allow a caller to