From 855067068ae7d89abe62b9bab191e2262aaf6ff8 Mon Sep 17 00:00:00 2001 From: James LewisMoss Date: Fri, 20 Jul 2001 19:41:09 +0000 Subject: [PATCH] *** empty log message *** git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4971 57a11ea4-9604-0410-9ed3-97b8803252fd --- ChangeLog | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) diff --git a/ChangeLog b/ChangeLog index 81586351ca..873cc5b15c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2001-07-20 James LewisMoss + + * src/gnome/top-level.c (gnucash_ui_init): remove the \n's frome + the ENTER and LEAVE calls. + +2001-07-19 James LewisMoss + + * src/engine/gnc-book.c (gnc_book_save): use all_sync if available + else sync separately. + (gnc_book_save): extract out duplicate error handling code. + 2001-07-19 Robert Graham Merkel * src/scm/report/payables.scm: add column totals, add some @@ -255,6 +266,27 @@ * src/SplitLedger.c: fix for currency-in-transaction (CIT) +2001-07-11 James LewisMoss + + * configure.in (GNOME_XML_CFLAGS): add Richard Braakman's xml + version patch. + + * src/engine/sql/PostgresBackend.c (pgend_session_begin): used + backend arg directly. + + * src/engine/BackendP.h (struct _backend ): add Backend arg to + book_begin. + + * src/engine/rpc/RpcBackend.c (rpcendInit): use xaccInitBackend to + set everything in the backend to default values. + (rpcend_book_begin): use backend var directly. + + * src/engine/sql/PostgresBackend.c (pgendInit): use + xaccInitBackend to set everything to default values. + + * src/engine/gnc-book.c (gnc_book_destroy): use destroy backend + method to free backend if it's set. + 2001-07-09 Dave Peticolas * configure.in: check for ghttp_ssl.h @@ -493,6 +525,14 @@ * src/engine/gnc-account-xml-v2.c: Alex Zepeda's patch adding a missing include. +2001-06-28 James LewisMoss + + * src/engine/gnc-book.c (xaccAddEndPath): new func. + (xaccUserPathPathGenerator): new func. + (xaccDataPathGenerator): new func. + (xaccCmdPathGenerator): new func. + (xaccResolveFilePath): refactor and use new funcs. + 2001-06-27 Dave Peticolas * src/register/QuickFill.c: same as below @@ -506,6 +546,11 @@ * po/fr.po: Paul Poulain's french translations +2001-06-26 James LewisMoss + + * src/engine/gnc-book.c (gnc_book_begin): convert strncmp -> + g_strncasecmp (strncmp isn't universally available) + 2001-06-26 Dave Peticolas * src/engine/sixtp-dom-parsers.c: same as below