Re: strange Change tracking remains

2003-10-02 Thread John Levon
On Thu, Oct 02, 2003 at 01:56:47PM +0200, Andre Poenitz wrote: > [Probably my doing. Would it possible to call trackChanges() in a big > loop after the loading?] Not without other changes I think, see the code that actually populates the Changes structure on a buffer read. john -- Khendon's Law

strange Change tracking remains

2003-10-02 Thread Andre Poenitz
Inst InsetText::read: if (buf.params().tracking_changes) paragraphs.begin()->trackChanges(); // delete the initial paragraph paragraphs.clear(); This doesn't make much sense, does it? [Probably my doing. Would it possible to call trackChanges() in a bi