From 92a82737df8598be4ce201fa18fb579e1657cd39 Mon Sep 17 00:00:00 2001 From: Neil Williams Date: Sun, 12 Feb 2006 18:56:10 +0000 Subject: [PATCH] ChangeLog for my commits today git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13239 57a11ea4-9604-0410-9ed3-97b8803252fd --- ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/ChangeLog b/ChangeLog index f3703c49d8..a9aa734896 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +2006-02-12 Neil Williams + + * lib/libqof/qof/qofbackend.h : Add error value for files that + cannot be opened. ERR_FILEIO_READ_ERROR. + * lib/libqof/qof/qofsession.c : Improve QOF_TYPE_COLLECT handling + and recursive copies + * lib/libqof/backend/file/qsf-backend.c : Check that files can be opened before + trying to work out their type. Use new QofBackendError value + if open to read fails. + * src/engine/test-core/test-stuff.c : Ensuring get_random_double + returns at least some decimal places more often than not. + 2006-02-12 Derek Atkins * src/business/*/*.scm: