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 big loop after the loading?] Andre'