Bugs (?) in gnc-pricedb.c

2006-02-07 Thread Mike Alexander
While looking for another problem I found what look like bugs in a couple of functions [1] in gnc-pricedb.c. It appears to me that the loop termination test is backwards in a couple of places. I've attached a patch that fixes this (if it is indeed a problem). I added a number of patches to b

Re: problems with g2

2006-02-07 Thread Mark Johnson
David Hampton wrote: On Mon, 2006-02-06 at 19:34 -0700, Mark Johnson wrote: This time I got Rev 13130. By my count, I see four errors reported in my first e-mail. First, I am still getting the dialog about gnucash not being set up ("Cannot find default values"). This dialog app

Re: problems with g2

2006-02-07 Thread David Hampton
On Tue, 2006-02-07 at 18:56 -0700, Mark Johnson wrote: > David Hampton wrote: > > On Mon, 2006-02-06 at 19:34 -0700, Mark Johnson wrote: > > > No, it's still happening. I am using rev 13130. > > Here is the contents of my .gconf.path file after two runs: > > The following lines were a

Re: Help running Gnucash in my language

2006-02-07 Thread Tor Harald Thorland
Derek Atkins wrote: Quoting Tor Harald Thorland <[EMAIL PROTECTED]>: LANG= /opt/gnucash-svn/bin/gnucash I tryed to restart my system with norwegian as default, and everything worked. Now back on english again, fails. It's possible that "LANG" isn't the appropriate environment variable

Re: Help running Gnucash in my language

2006-02-07 Thread Derek Atkins
Quoting Tor Harald Thorland <[EMAIL PROTECTED]>: LANG= /opt/gnucash-svn/bin/gnucash I tryed to restart my system with norwegian as default, and everything worked. Now back on english again, fails. It's possible that "LANG" isn't the appropriate environment variable for your system. Unf

Re: Help running Gnucash in my language

2006-02-07 Thread Tor Harald Thorland
Neil Williams wrote: On Tuesday 07 February 2006 10:18 pm, Tor Harald Thorland wrote: Hi, Unlike last time i'm now running english language on my install... When i try to issue the following command i'll get an error and gnucash is still in english.. What am I missing here? [EMAIL PROTECTE

Re: Help running Gnucash in my language

2006-02-07 Thread Neil Williams
On Tuesday 07 February 2006 10:18 pm, Tor Harald Thorland wrote: > Hi, > > Unlike last time i'm now running english language on my install... > When i try to issue the following command i'll get an error and gnucash > is still in english.. > > What am I missing here? > > [EMAIL PROTECTED]:~$ LANG=n

Help running Gnucash in my language

2006-02-07 Thread Tor Harald Thorland
Hi, Unlike last time i'm now running english language on my install... When i try to issue the following command i'll get an error and gnucash is still in english.. What am I missing here? [EMAIL PROTECTED]:~$ LANG=no_NB.UTF-8 /opt/gnucash-1.9/bin/gnucash This is a development version. It m

Re: [Gnucash-changes] r13143 - gnucash/trunk/src/business/business-reports - String cleanup: Remove formatting from translations

2006-02-07 Thread Christian Stimming
Am Dienstag, 7. Februar 2006 22:13 schrieb Derek Atkins: > > - (string-append (_ type-str ) (_ " Report: ") > > (gnc:owner-get-name owner))) > > + (string-append (_ type-str ) " " (_ "Report:") " " > > (gnc:owner-get-name owner))) > > Any reason not to make this: > > (string

Re: [Gnucash-changes] r13140 - gnucash/trunk/src/bin - Recompute argc after argv may have changed.

2006-02-07 Thread Andrew Sackville-West
On Tue, 07 Feb 2006 15:03:34 -0500 David Hampton <[EMAIL PROTECTED]> wrote: > On Tue, 2006-02-07 at 14:52 -0500, Chris Shoemaker wrote: > > Author: chris > > Date: 2006-02-07 14:52:29 -0500 (Tue, 07 Feb 2006) > > New Revision: 13140 > > Trac: http://svn.gnucash.org/trac/changeset/13140 > > > > Mo

Re: [Gnucash-changes] r13143 - gnucash/trunk/src/business/business-reports - String cleanup: Remove formatting from translations

2006-02-07 Thread Derek Atkins
Quoting Christian Stimming <[EMAIL PROTECTED]>: -(title (string-append (_ type-str) (_ " Report"))) +(title (string-append (_ type-str) " " (_ "Report"))) This makes sense, but - (string-append (_ type-str ) (_ " Report: ") (gnc:owner-get-name owner))) +

Re: Updated french translation

2006-02-07 Thread Christian Stimming
Applied to SVN. Thanks a lot. The encoding can be changed by you in whatever way you wish. Fortunately enough the PO file format clearly specifies the actual encoding of the file, so luckily enough we are free to use whatever encoding looks fine. (Contrary to e.g. the gnucash 1.8 data file, un

Re: Updated Norwegian Bokmaal Translation.

2006-02-07 Thread Christian Stimming
Hi, thanks for this file. Applied to SVN. Am Montag, 6. Februar 2006 12:55 schrieb Tor Harald Thorland: > Could you please try to merge it with a new POT file... When I try to do > it, I'll get an error on the newly created file. I merged it with my most recent POT file and I didn't get any erro

Re: segfault on startup in revision 13138

2006-02-07 Thread Andrew Sackville-West
On Tue, 7 Feb 2006 11:07:54 -0800 Andrew Sackville-West <[EMAIL PROTECTED]> wrote: > Here is all the gobbledy-gook. note this crash occurs when running with > --nofile. similar crash when running --debug and --loglevel=6. I can provide > backtrace for those if you want. --version, --help, --help

Re: [Gnucash-changes] r13140 - gnucash/trunk/src/bin - Recompute argc after argv may have changed.

2006-02-07 Thread Chris Shoemaker
On Tue, Feb 07, 2006 at 03:03:34PM -0500, David Hampton wrote: > On Tue, 2006-02-07 at 14:52 -0500, Chris Shoemaker wrote: > > Author: chris > > Date: 2006-02-07 14:52:29 -0500 (Tue, 07 Feb 2006) > > New Revision: 13140 > > Trac: http://svn.gnucash.org/trac/changeset/13140 > > > > Modified: > >

Re: [Gnucash-changes] r13140 - gnucash/trunk/src/bin - Recompute argc after argv may have changed.

2006-02-07 Thread David Hampton
On Tue, 2006-02-07 at 14:52 -0500, Chris Shoemaker wrote: > Author: chris > Date: 2006-02-07 14:52:29 -0500 (Tue, 07 Feb 2006) > New Revision: 13140 > Trac: http://svn.gnucash.org/trac/changeset/13140 > > Modified: >gnucash/trunk/src/bin/gnucash-bin.c > Log: >Recompute argc after argv may

Re: segfault on startup in revision 13138

2006-02-07 Thread Chris Shoemaker
On Tue, Feb 07, 2006 at 11:07:54AM -0800, Andrew Sackville-West wrote: > Here is all the gobbledy-gook. note this crash occurs when running with > --nofile. similar crash when running --debug and --loglevel=6. I can provide > backtrace for those if you want. --version, --help, --help-all, --help-

Re: [Gnucash-changes] r13138 - gnucash/trunk - Fix some issues when invoking from a non-utf8, non latin1 locale. Use

2006-02-07 Thread Chris Shoemaker
On Mon, Feb 06, 2006 at 10:59:18PM -0500, David Hampton wrote: > Author: hampton > Date: 2006-02-06 22:59:17 -0500 (Mon, 06 Feb 2006) > New Revision: 13138 > Trac: http://svn.gnucash.org/trac/changeset/13138 > > Modified: >gnucash/trunk/ChangeLog >gnucash/trunk/src/bin/gnucash-bin.c > Log:

segfault on startup in revision 13138

2006-02-07 Thread Andrew Sackville-West
Here is all the gobbledy-gook. note this crash occurs when running with --nofile. similar crash when running --debug and --loglevel=6. I can provide backtrace for those if you want. --version, --help, --help-all, --help-gtk all work fine. enjoy A [EMAIL PROTECTED]:~$ /opt/gnc2/bin/gnucash-env

Re: [PATCH] Re: Fancy Invoice

2006-02-07 Thread Brian
On Tue, 2006-07-02 at 10:10 -0500, Derek Atkins wrote: > Quoting Brian <[EMAIL PROTECTED]>: > > That wont happen. The 1.8 source tree is EOL'd -- 1.9.x alpha releases > are imminent to get us on the road to 2.0. There will be no more 1.8 releases > so applying patches to 1.8 is just a waste of

Re: [PATCH] Re: Fancy Invoice

2006-02-07 Thread Derek Atkins
Quoting Brian <[EMAIL PROTECTED]>: I've finished making the changes. I don't think I've missed any of the important hard coded items in the fancy-invoice. You may want to clean up a few of the old statements I've commented out in favour of my changes. You might also want to check that I have