This has happened several times now (last time was with the string
things). In the future, when you make api changes like that, if you
aren't going to fix the plugins yourself, at least let us know that
they're broken, so we find out _before_ mg is trying to release and has
to do it himself.
Thanks
-MG
On Thu, 2004-08-05 at 06:20, Tomas Frydrych wrote:
> This substantial commit fixes bug 7011, table cells do not merge with
> doc history on. Basically, the problem is that much of the table
> manipulation code queries the piecetable directly for properties and
> attributes, which bypasses the whole revisioning stuff (props and
> attributes in revisioned documents are always function of the view
> and can be substantially different for different simultaneous views
> of the same document). I have modified several PD_Document functions
> to fix this.
>
> This bug touches on a much bigger issue that we will need to look
> into after 2.2, namely clear separation between document and views.
> Layout classes and dialogues should not be able to carry out any
> operations (whether passive or active) on the document, only on the
> view they belong to; document operations should be restricted to the
> view alone. Correspondingly, importers and the document should not be
> allow to do any operations on layout classes, only send notifications
> to the view (for example, at the moment both fl_BlockLayout,
> PD_Document and several importers construct fl_AutoNumber instances).
>
> Tomas
>
> files: number in imp/exp, text/fmt, text/ptbl and wp/ap
>
>
>
Received on Sat Aug 7 19:52:50 2004
This archive was generated by hypermail 2.1.8 : Sat Aug 07 2004 - 19:52:50 CEST