On Wed, Jul 09, 2008 at 03:23:09PM -0400, rgheck wrote:
>
> So, here's the deal with 5010. As noted before, DocumentClass objects get
> created via new() whenever makeDocumentClass() is called. This happens
> whenever a BufferParams object is created, which was the original problem:
> Such objec
rgheck wrote:
Abdelrazak Younes wrote:
rgheck wrote:
So, here's the deal with 5010. As noted before, DocumentClass
objects get created via new() whenever makeDocumentClass() is
called. This happens whenever a BufferParams object is created,
which was the original problem: Such objects were
Abdelrazak Younes wrote:
rgheck wrote:
So, here's the deal with 5010. As noted before, DocumentClass objects
get created via new() whenever makeDocumentClass() is called. This
happens whenever a BufferParams object is created, which was the
original problem: Such objects were getting created
rgheck wrote:
So, here's the deal with 5010. As noted before, DocumentClass objects
get created via new() whenever makeDocumentClass() is called. This
happens whenever a BufferParams object is created, which was the
original problem: Such objects were getting created in the undo stuff.
Now t
So, here's the deal with 5010. As noted before, DocumentClass objects
get created via new() whenever makeDocumentClass() is called. This
happens whenever a BufferParams object is created, which was the
original problem: Such objects were getting created in the undo stuff.
Now they're not. But