small doc patch

2007-07-07 Thread Hale Boyes, Kevin
$ cd gnucash-docs-trunk $ svn diff Index: guide/C/ch_capgain.xml === --- guide/C/ch_capgain.xml (revision 16247) +++ guide/C/ch_capgain.xml (working copy) @@ -59,7 +59,7 @@ titleEstimating Valuation/title paraAs

add .deps to svn:ignore in trunk/packaging/win32

2007-07-17 Thread Hale Boyes, Kevin
I think we need to add .deps to the svn:ignore property in trunk/packaging/win32. At least I get this after building from SVN: $ svn st ? .deps Thanks, K. This email communication and any files transmitted with it may contain confidential and or proprietary information and is provided for

Adjust the development version message for the 2.2.0 release.

2007-07-17 Thread Hale Boyes, Kevin
I've created bug 457812 and attached a patch. Thanks for the release! K. This email communication and any files transmitted with it may contain confidential and or proprietary information and is provided for the use of the intended recipient only. Any review, retransmission or dissemination of

RE: SQL Backend?

2007-07-20 Thread Hale Boyes, Kevin
Albert Lash wrote: Is the data model that is / was used for the SQL backend around anywhere? I don't know the answer to that question but there was a recent addition to contrib that has a PostgreSQL schema and a perl program for loading a gnucash datafile. K. This email communication and

RE: data file differences in 2.2

2007-07-24 Thread Hale Boyes, Kevin
Derek Atkins wrote: Kevin HaleBoyes [EMAIL PROTECTED] writes: I did notice one other thing. 2.0 doesn't know about the ROOT account type so it changes the type to NO_TYPE. I'm wondering how 2.2 will respond to that? Haven't tried it yet. What version of 2.0.x are you using? I

RE: data file differences in 2.2

2007-07-24 Thread Hale Boyes, Kevin
Hale Boyes, Kevin wrote: Derek Atkins wrote: Kevin HaleBoyes [EMAIL PROTECTED] writes: I did notice one other thing. 2.0 doesn't know about the ROOT account type so it changes the type to NO_TYPE. I'm wondering how 2.2 will respond to that? Haven't tried it yet. What version of 2.0

windows build and r15912

2007-04-17 Thread Hale Boyes, Kevin
Maybe my scripting skill are a bit rusty but how is the new defaults/custom file loading going to work? The only value that I normally change is the GLOBAL_DIR setting. When I create the custom file, will it contain just the GLOBAL_DIR variable or do I need to copy the entire defaults file and

RE: windows build and r15912

2007-04-17 Thread Hale Boyes, Kevin
Great, I'll have a look when I see the commit message. Kevin. -Original Message- From: Andreas Köhler [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 17, 2007 11:15 AM To: Derek Atkins Cc: Hale Boyes, Kevin ; gnucash-devel@gnucash.org Subject: Re: windows build and r15912 Hi, very good

RE: windows build and r15912

2007-04-17 Thread Hale Boyes, Kevin
Köhler [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 17, 2007 1:51 PM To: Hale Boyes, Kevin Cc: Derek Atkins; gnucash-devel@gnucash.org Subject: Re: windows build and r15912 Hi, see r15918. I hope it works for you, please drop me a note about your observations :) -- andi5 Hale Boyes, Kevin

windows build failed

2007-04-18 Thread Hale Boyes, Kevin
I'm running install.sh and it is consistently failing on Opensp. ### Opensp Extracting OpenSP-1.5.2.tar.gz ... done patching file `lib/Makefile.am' checking for a

RE: windows build failed

2007-04-18 Thread Hale Boyes, Kevin
I was simply curious about the IRC logs. Nothing else. I'll try the g++ install. Thanks for your help, Kevin. -Original Message- From: Derek Atkins [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 18, 2007 12:12 PM To: Hale Boyes, Kevin Cc: gnucash-devel@gnucash.org Subject: Re

RE: windows build and MSYS exceptions

2007-04-19 Thread Hale Boyes, Kevin
, April 19, 2007 8:37 AM To: Hale Boyes, Kevin Cc: gnucash-devel@gnucash.org Subject: Re: windows build and MSYS exceptions Hi, Hale Boyes, Kevin [EMAIL PROTECTED] writes: [snip] Then, if /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../generic

RE: configure is failing for me

2007-05-02 Thread Hale Boyes, Kevin
This has been solved before and a quick search turned up the solution. Sorry for the noise. K. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Hale Boyes, Kevin Sent: Wednesday, May 02, 2007 3:17 PM To: gnucash-devel@gnucash.org Subject: configure

RE: strange behaviour in stock buy transaction

2007-05-04 Thread Hale Boyes, Kevin
(parent_account); + if (gnc_commodity_is_currency(commodity)) +currency = commodity; +} + } } gnc_suspend_gui_refresh (); -Original Message- From: Derek Atkins [mailto:[EMAIL PROTECTED] Sent: Friday, May 04, 2007 7:23 AM To: Hale Boyes, Kevin