On Sat, Mar 20, 2004 at 05:20:46PM +0100, Lars Gullik Bjønnes wrote: > Alfredo Braunstein <[EMAIL PROTECTED]> writes: > > | In any case, I'm not really against the move. If only we could get more > | people fixing cvs, it wouldn't be unwise. Right now, I don't know. > > I'd be happy to help more, but the core must stablize first... lately > it has been a moving target, so for me to just jump in a and fix a bug > or two is hard.
Well, the changes are somewhat selfcontained. If I, say, change the ParagraphList layout, a cursor positioning bug or similar is most certainly not affected. More importantly, I think it would be generally a good idea if the 'Old gang' had a look at the core in its current incarnation. It has changed quite a bit, so some things that were true a year ago aren't true anymore (and the other way round). Especially I'd like people to get rid of the idea that fixing core bugs is difficult in some way. It is not. Of course, there are lots of bugs right now, certainly more than in 1.3.4 (and I am not particularly happy about this), but there shouldn't be any big 'conceptional' problems anymore. Most fixes are a line or two and in quite a few cases it is just deleting old dead code. > I hope we will get more stable very soon now. Me too. I think I'll stop with the big changes after the next session (the ParagraphList change and removal of InsetOld::owner_). What would be nice and a good starting point is a real hunt for unused code. This should give an overview of what has gone where. Andre'