On Tue, Mar 11, 2003 at 02:32:52PM +0100, Andre Poenitz wrote: > - for (; it != end; ++it) { > + for (; it != end; ++it) > if (it.getInset()) > it.getInset()->setOwner(i); > - }
This is no kind of "improvement" at all. > It does not address the messy drawing code yet but moves a few lines off > text* and paragraph* So, the bit that's not entirely mechanical isn't done yet :) I bet META_NEWLINE is quite easy though. john