Re: More Cruft for deletion

2011-11-13 Thread Christian Stimming
Dear John, thanks for looking up those unused functions. In general, I agree those should be removed. Have you also checked whether any of those are called from the Scheme files (with underscores replaces by dashes)? This should be checked as well. Looking at the details, there are a few

Re: Scripting

2011-11-13 Thread Derek Atkins
Hendrik Boom writes: >>> (3) This library would be the basis for scripting interfaces to >>> gnucash. The API would make the gnucash library itself indifferent to >>> the scripting language being used. Of course, the API must still be >>> clearly documented, or it will be practically useless. D

Re: developer account created

2011-11-13 Thread Derek Atkins
Hendrik Boom writes: > On Tue, 01 Nov 2011 15:41:47 -0400, GnuCash Admin wrote: > > Are you still using CVS? Or does this message need to be changed? Or is > this completely out of your control? The message just needs to be changed. > -- hendrik > >> >> Welcome to the team. -derek --

Re: More Cruft for deletion

2011-11-13 Thread John Ralls
On Nov 13, 2011, at 5:04 PM, John Ralls wrote: > With a generous dose of grep and some perl, I've compiled some lists of > unused functions. I've commented them out in the code and gotten a successful > "make check". The one thing I can't do is know what's part of somebody's > work-in-progress

More Cruft for deletion

2011-11-13 Thread John Ralls
With a generous dose of grep and some perl, I've compiled some lists of unused functions. I've commented them out in the code and gotten a successful "make check". The one thing I can't do is know what's part of somebody's work-in-progress. I don't think any of these functions are new, but pleas

Re: developer account created

2011-11-13 Thread John Ralls
On Nov 13, 2011, at 6:39 AM, Hendrik Boom wrote: > On Tue, 01 Nov 2011 15:41:47 -0400, GnuCash Admin wrote: > >> This is an automated e-mail via the add-new-developer script ($Revision: >> 1.7 $). >> >> Developer account Muslim Chochlov has been created: >> . >> >> Admins (root) should update

Re: Scripting

2011-11-13 Thread Yawar Amin
Hi Hendrik, I think the wiki is the best place to start. For example I've been compiling a Scheme API reference on my user page: http://wiki.gnucash.org/wiki/User:Yawaramin You can also easily create a dedicated page once you sign up for a wiki account there. Btw, the Scheme bindings do more

Re: developer account created

2011-11-13 Thread Hendrik Boom
On Tue, 01 Nov 2011 15:41:47 -0400, GnuCash Admin wrote: > This is an automated e-mail via the add-new-developer script ($Revision: > 1.7 $). > > Developer account Muslim Chochlov has been created: > . > > Admins (root) should update CVS access for this user. Are you still using CVS? Or does t

Re: Scripting

2011-11-13 Thread Hendrik Boom
On Sat, 12 Nov 2011 12:55:08 -0500, Derek Atkins wrote: > Hi, > > Hendrik Boom writes: > > [snip] >> (1) The bulk of the code for gnucash should be a shared library, whose >> API (s) provide all the essential functionality of gnucash. This would >> include code for starting up gnucash, shuttin