Re: display of memo instead of description

2005-01-18 Thread Derek Atkins
Bug #149241 -derek Quoting Christian Krause <[EMAIL PROTECTED]>: > Hi, > > I would like to change my gnucash to behave like this: > > What I have: > - a split transaction with a description > - every single part of the split transaction has it's own memo > - for now only the description i

display of memo instead of description

2005-01-18 Thread Christian Krause
Hi, I would like to change my gnucash to behave like this: What I have: - a split transaction with a description - every single part of the split transaction has it's own memo - for now only the description is displayed in the normal register view (split transaction folded, only one line visibl

Re: recent merge of src/engine/guid/ breaks 'make etags'?

2005-01-18 Thread Chris Shoemaker
On Tue, Jan 18, 2005 at 11:29:49AM -0500, Derek Atkins wrote: > I don't have such a directory in my source tree. How did you cvs update? Did > you use: > > cvs update -Pd Ahh yes. Thanks, Derek. That was exactly my problem. I had only done 'cvs up -d' -chris _

Re: recent merge of src/engine/guid/ breaks 'make etags'?

2005-01-18 Thread Derek Atkins
I don't have such a directory in my source tree. How did you cvs update? Did you use: cvs update -Pd If not, make sure you use -P to prune empty directories. It's especially important to use -P when you use -d to pull down new directories. -derek Quoting Chris Shoemaker <[EMAIL PROTECTED]>

recent merge of src/engine/guid/ breaks 'make etags'?

2005-01-18 Thread Chris Shoemaker
On the g2 branch, 'make etags' triggers an implicit rule match: cc src/engine/guid.c -o src/engine/guid which fails of course. I don't really understand the implicit rules well enough to know why, but 'make -r etags' does work. 'make etags' worked some time ago, so I suspect that the recen