>>>>> "Michael" == Michael Gerz <[EMAIL PROTECTED]> writes:
Michael> Question: Shouldn't we compare the change types only rather Michael> than the complete changes (including changetime and author). Michael> There may be problems if different authors work on the same Michael> document. First a comment: your sentence is upside-down, right? You say we should compare complete changes? This is something I already wondered about. Do we have a clear description of what is a same change by one author? Same day? Less that 10 minutes? Same editing session? We should think about that and define a clear notion of 'same change'. A good first step would be to define some method (or maybe a Change::operator==) to compare changes and use it all over. Then we can decide what we put in this method. JMarc
