Re: [PATCH] (trivial) grammar

2006-02-28 Thread Derek Atkins
Quoting Bill Nottingham <[EMAIL PROTECTED]>: Ow, my eyes. :) Bill Sorry, I sholdn't commit code while under the influence... Fixed. Thanks. -derek -- Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory Member, MIT Student Information Processing Board (SIPB) URL: ht

[PATCH] (trivial) grammar

2006-02-28 Thread Bill Nottingham
Ow, my eyes. :) Bill Index: src/gnome-utils/Makefile.am === --- src/gnome-utils/Makefile.am (revision 13429) +++ src/gnome-utils/Makefile.am (working copy) @@ -270,7 +270,7 @@ if [ -r $(srcdir)/gnc-svninfo.h ] ; then \

Re: Comments about closing books (was: Re: [Gnucash-changes] r13417 - gnucash/trunk - Bug#332802: fix Export Accounts; remove `price_lookup` and `export` functions from GncFileBackend.)

2006-02-28 Thread Conrad Canterford
On Tue, 2006-02-28 at 20:15 -0500, Derek Atkins wrote: > Yes, sorry, I wasn't clear. I do want to be able to archive OLD old data, > but not necessarily be forced to archive "last year's" data in order to > "close the books". I think I'd like to have a user-defined number of > periods to keep in

Re: Comments about closing books (was: Re: [Gnucash-changes] r13417 - gnucash/trunk - Bug#332802: fix Export Accounts; remove `price_lookup` and `export` functions from GncFileBackend.)

2006-02-28 Thread Derek Atkins
Conrad, Quoting Conrad Canterford <[EMAIL PROTECTED]>: On Tue, 2006-02-28 at 12:54 -0500, Derek Atkins wrote: FWIW, I'd personally like to see a way to "close the books" without saving off old data into another file -- e.g. I'd like to see a function that just created the balancing splits from

Comments about closing books (was: Re: [Gnucash-changes] r13417 - gnucash/trunk - Bug#332802: fix Export Accounts; remove `price_lookup` and `export` functions from GncFileBackend.)

2006-02-28 Thread Conrad Canterford
On Tue, 2006-02-28 at 12:54 -0500, Derek Atkins wrote: > FWIW, I'd personally like to see a way to "close the books" without > saving off old data into another file -- e.g. I'd like to see a > function that just created the balancing splits from Income and > Expenses into an Equity Account. I thin

[PATCH] Greek accounts templates conversion to UTF-8 enconding

2006-02-28 Thread Nikos Charonitakis
from ISO8859-7 to UTF-8 acctchrt_common.gnucash-xea Description: Binary data acctchrt_brokerage.gnucash-xea Description: Binary data acctchrt_carloan.gnucash-xea Description: Binary data ___ gnucash-devel mailing list gnucash-devel@gnucash.org https

Re: [Gnucash-changes] r13397 - gnucash/trunk/lib/libqof/qof - simplify creation of new application events

2006-02-28 Thread Derek Atkins
Neil Williams <[EMAIL PROTECTED]> writes: > +/** \brief Allow application-specific events to be created. > + > +Used together with QOF_EVENT_BASE to simplify creation > +of application events without interfering with any new > +events added within QOF. > + > +/verbatim > +#define APP_EVENT_A QOF_M

Re: [Gnucash-changes] r13390 - gnucash/trunk/lib/libqof/qof - Implement QOF_COMMIT_EDIT_PART2 as a function instead of a macro.

2006-02-28 Thread Derek Atkins
Chris Shoemaker <[EMAIL PROTECTED]> writes: > :) I'm betting you've never been caught be a bug involving > control-flow hidden behind a macro. In my experience, it only takes > once until someone decides that they will never, ever write one. Nope, I've not. > > BTW, this is only slightly less

Re: en_GB.po error with msgfmt-0.10.35

2006-02-28 Thread Neil Williams
On Tuesday 28 February 2006 5:37 pm, Thomas Klausner wrote: > msgfmt-0.10.35 doesn't like the en_GB.po file from gnucash-1.9.1: Already fixed in r13420, purely because I was testing KBabel. None of the translations are in step with 1.9.x NOTE: this is going to keep on happening because, as the a

Re: [Gnucash-changes] r13390 - gnucash/trunk/lib/libqof/qof - Implement QOF_COMMIT_EDIT_PART2 as a function instead of a macro.

2006-02-28 Thread Chris Shoemaker
On Tue, Feb 28, 2006 at 12:43:42PM -0500, Derek Atkins wrote: > Chris Shoemaker <[EMAIL PROTECTED]> writes: > > > On Sun, Feb 26, 2006 at 11:57:19AM -0500, Derek Atkins wrote: > >> This patch could break a lot of code in lots of places because there > >> is code that expects that QOF_COMMIT_EDIT_P

Re: [Gnucash-changes] r13417 - gnucash/trunk - Bug#332802: fix Export Accounts; remove `price_lookup` and `export` functions from GncFileBackend.

2006-02-28 Thread Derek Atkins
Chris Shoemaker <[EMAIL PROTECTED]> writes: > BTW, one requirement I noticed that may not be documented is that when > you start a book closing, it's imperative that every transaction in > your book be perfectly balanced. Otherwise, the process of moving > transactions will create an Imbalance ac

Re: gnucash in Debian

2006-02-28 Thread Andrew Sackville-West
On Mon, 27 Feb 2006 22:56:33 -0800 Thomas Bushnell BSG <[EMAIL PROTECTED]> wrote: > From: Thomas Bushnell BSG <[EMAIL PROTECTED]> > To: gnucash-devel@gnucash.org > Subject: gnucash in Debian > Date: Mon, 27 Feb 2006 22:56:33 -0800 > Sender: [EMAIL PROTECTED] > User-Agent: Gnus/5.110004 (No Gnus v0

Re: using 1.9 for the first time sucks

2006-02-28 Thread Derek Atkins
Thomas Bushnell BSG <[EMAIL PROTECTED]> writes: > So I start 1.9.1, and after I navigate the startup screens, I select > File>Open>Open and open my gnucash accounts file. > > I now must sit and wait while the damn thing starts rendering one of > every report I ever requested in 1.8. > > This is ob

Re: gnucash in Debian

2006-02-28 Thread Andrew Sackville-West
On Mon, 27 Feb 2006 22:56:33 -0800 Thomas Bushnell BSG <[EMAIL PROTECTED]> wrote: > > gnucash 1.9.1 has now been added to the Debian experimental archive, > so that those who wish may easily start testing it on Debian. There was a thread a on debian-user a couple of weeks ago asking for .debs. A

Re: [Gnucash-changes] r13390 - gnucash/trunk/lib/libqof/qof - Implement QOF_COMMIT_EDIT_PART2 as a function instead of a macro.

2006-02-28 Thread Derek Atkins
Chris Shoemaker <[EMAIL PROTECTED]> writes: > On Sun, Feb 26, 2006 at 11:57:19AM -0500, Derek Atkins wrote: >> This patch could break a lot of code in lots of places because there >> is code that expects that QOF_COMMIT_EDIT_PART2() could return >> (exiting the /caller/ of the macro), but the new

en_GB.po error with msgfmt-0.10.35

2006-02-28 Thread Thomas Klausner
Hi! msgfmt-0.10.35 doesn't like the en_GB.po file from gnucash-1.9.1: Running `/usr/bin/msgfmt -o en_GB.gmo en_GB.po.tmp' en_GB.po.tmp:3968: `msgid' and `msgstr' entries do not both begin with '\n' en_GB.po.tmp:3981: `msgid' and `msgstr' entries do not both begin with '\n' found 2 fatal errors

Re: gnucash in Debian

2006-02-28 Thread Simon Michael
Thanks! ___ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnucash-devel

Re: [Gnucash-changes] r13417 - gnucash/trunk - Bug#332802: fix Export Accounts; remove `price_lookup` and `export` functions from GncFileBackend.

2006-02-28 Thread Chris Shoemaker
On Tue, Feb 28, 2006 at 09:13:25AM -0500, Josh Sled wrote: > And, we should get book-closing to work. I just played with it and it > seemed to do some non-obvious thing without much feedback and certainly > with some ui quirks. BTW, one requirement I noticed that may not be documented is that whe

Re: [Gnucash-changes] r13417 - gnucash/trunk - Bug#332802: fix Export Accounts; remove `price_lookup` and `export` functions from GncFileBackend.

2006-02-28 Thread Josh Sled
On Tue, 2006-02-28 at 08:06 +, Neil Williams wrote: > The only problem with export is that it's now been moved into the QofBackend > where it is still deprecated, but I'm glad we're not using price_lookup > anymore (also deprecated). Well, at least now it's "deprecated but working" vs. bef

initial qof compile trial on windows/mingw32

2006-02-28 Thread Christian Stimming
Hi there, since someone asked about a potential win32 port and since the qof part is available as a separate package, I though I could give it a try to compile that separate package on windows/mingw32. See http://mingw.org for more info on that build environment. As for my machine: I have ms

Re: gnucash 1.9.x windows builds ?

2006-02-28 Thread Christian Stimming
Navneet Karnani schrieb: Does anyone build gnucash for windows now that it is gtk2 enabled ? The question is absolutely valid, but currently the status is still as mentioned on http://wiki.gnucash.org/wiki/FAQ#Q:_Is_there_a_version.2Fport_for_Windows.3F and none of the currently active develo

gnucash 1.9.x windwos builds ?

2006-02-28 Thread Navneet Karnani
Does anyone build gnucash for windows now that it is gtk2 enabled ? - Navneet ___ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnucash-devel

Re: [Gnucash-changes] r13417 - gnucash/trunk - Bug#332802: fix Export Accounts; remove `price_lookup` and `export` functions from GncFileBackend.

2006-02-28 Thread Neil Williams
On Tuesday 28 February 2006 2:28 am, Joshua Sled wrote: > Author: jsled > Log: > Bug#332802: fix Export Accounts; remove `price_lookup` and `export` > functions from GncFileBackend. The only problem with export is that it's now been moved into the QofBackend where it is still deprecated, but I'm