RE: Simplified Chinese Translation Submit

2009-02-18 Thread Roy Luo
I use poedit to edit the po file, it possibly alerted the header, I'll correct it manually next time. Thanks Cristian. Roy -Original Message- From: Cristian Marchi [mailto:cr...@libero.it] Sent: Thursday, February 19, 2009 2:17 AM To: Roy Luo Cc: gnucash-devel@gnucash.org Subject: Re: S

Small patch to get rid of redundant stack allocation.

2009-02-18 Thread Joshua Ross
This just tidies up a bit of stack allocation. Two sets are currently defined, although one set doesn't get used at all. This eliminates one set and tidies up round it. Please check and apply. patch Description: Binary data ___ gnucash-devel mailing

New GnuCash release?

2009-02-18 Thread Andreas Köhler
Hi, I wonder whether it is time to push GnuCash 2.2.9 out and would offer the weekend to do just that. In case you really agree, make sure that everything needed is in early enough. Ciao, -- andi5 signature.asc Description: OpenPGP digital signature ___

Re: Simplified Chinese Translation Submit

2009-02-18 Thread Cristian Marchi
I've submitted your translation. I got an error using the "/usr/bin/msgfmt -c --statistics zh_CN.po" command due to the fact that that the first lines on the file were modified; so I corrected them. I would like to ask if in the next contribution you could include the name of the alst translator

Re: Swig type mapping for GUID's

2009-02-18 Thread Charles Day
On Wed, Feb 18, 2009 at 7:03 AM, Derek Atkins wrote: > Charles Day writes: > > > I have a question about the current type mapping that swig does for GUID > > pointers. Currently, if a C function returns a GUID* that is a null > pointer > > (== NULL), swig converts it to SCM_UNDEFINED and hands t

Re: Swig type mapping for GUID's

2009-02-18 Thread Derek Atkins
Charles Day writes: > I have a question about the current type mapping that swig does for GUID > pointers. Currently, if a C function returns a GUID* that is a null pointer > (== NULL), swig converts it to SCM_UNDEFINED and hands that to guile. From > src/base-typemaps.i: > %typemap(out) GUID * "