Missing svn:ignore

2009-09-09 Thread Geert Janssens
On 17-07-2009 cstim has added a Korean translation in r18219. However, there is no svn:ignore property set on accounts/ko. As a result the generated Makefile.in shows up when running svn stat in a (compiled) working copy. Can someone with the proper svn permissions fix this ? Looking at other

Re: Fedora 11 problems

2009-09-09 Thread Derek Atkins
Ian Leonard i...@smallworld.cx writes: Not for me: yum search gtkthml Loaded plugins: refresh-packagekit Warning: No matches found for: gtkthml No Matches found That's because gtkthml != gtkhtml Unfortunately spelling counts here. -derek -- Derek Atkins, SB '93 MIT EE, SM '95

Win32 build environment

2009-09-09 Thread Phil Longstaff
MinGW has recently released msys 0.11 and gcc 4.4.0. Has anyone tried them? The previous gcc was 3.4 or something archaic like that. Phil ___ gnucash-devel mailing list gnucash-devel@gnucash.org

OS X gconf

2009-09-09 Thread G. W. Pigman III
The dmg now on sourceforge (Tue Sep 08 2009 16:47) won't start and complains, An error occurred while loading or saving configuration information for Gnucash. Some of your configuration settings may not work properly. The problem appears to be that some of the gconf files are hard-coded

Re: Minor updates to HACKING

2009-09-09 Thread Christian Stimming
Am Dienstag, 8. September 2009 22:40 schrieb Geert Janssens: I have updated HACKING to reflect these changes, together with a small typo. Attached is a patch for it. Applied to SVN, thanks a lot. (As for the svn:ignore property: I don't even have any svn working copy anymore, because I use

Re: r18303 - gnucash/trunk/src - Use SWIG properly to wrap functions to free strings which need to be freed by the caller.

2009-09-09 Thread Christian Stimming
Dear Phil, thanks a lot for finding this out and implementing it. Doesn't this also mean r18295, the change in gnc_account_get_full_name () in src/app-utils/gnc-ui-util.c, needs to be reverted as well? Thanks! Christian Am Mittwoch, 9. September 2009 01:48 schrieb Phil Longstaff: Author:

Re: r18303 - gnucash/trunk/src - Use SWIG properly to wrap functions to free strings which need to be freed by the caller.

2009-09-09 Thread Phil Longstaff
Yes, I do need to revert that change. Thanks. In fact, gnc_account_get_full_name() just calls xaccAccountGetFullName(). Any reason I shouldn't go through all of the code and change xaccAccountXXX to gnc_account_XXX (and Trans and SchedXaction and Split and ...) and give us standardized

Re: r18303 - gnucash/trunk/src - Use SWIG properly to wrap functions to free strings which need to be freed by the caller.

2009-09-09 Thread Christian Stimming
Am Mittwoch, 9. September 2009 20:48 schrieb Phil Longstaff: Yes, I do need to revert that change. Thanks. In fact, gnc_account_get_full_name() just calls xaccAccountGetFullName(). Yes, I've seen that as well and I wondered why this is the case. Any reason I shouldn't go through all of

Re: r18303 - gnucash/trunk/src - Use SWIG properly to wrap functions to free strings which need to be freed by the caller.

2009-09-09 Thread Derek Atkins
Hi, Quoting Christian Stimming stimm...@tuhh.de: Am Mittwoch, 9. September 2009 20:48 schrieb Phil Longstaff: Yes, I do need to revert that change. Thanks. In fact, gnc_account_get_full_name() just calls xaccAccountGetFullName(). Yes, I've seen that as well and I wondered why this is the

Renaming functions (was Re: r18303 - gnucash/trunk/src - Use SWIG properly to wrap functions to free strings which need to be freed by the caller.)

2009-09-09 Thread Phil Longstaff
On September 9, 2009 04:10:42 pm Derek Atkins wrote: Hi, Quoting Christian Stimming stimm...@tuhh.de: Am Mittwoch, 9. September 2009 20:48 schrieb Phil Longstaff: Yes, I do need to revert that change. Thanks. In fact, gnc_account_get_full_name() just calls xaccAccountGetFullName().

Re: OS X gconf

2009-09-09 Thread John Ralls
On Sep 9, 2009, at 7:38 AM, G. W. Pigman III wrote: The dmg now on sourceforge (Tue Sep 08 2009 16:47) won't start and complains, An error occurred while loading or saving configuration information for Gnucash. Some of your configuration settings may not work properly. The problem