Re: [Bug 5010] Ideas

2008-07-10 Thread Andre Poenitz
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

Re: [Bug 5010] Ideas

2008-07-09 Thread Abdelrazak Younes
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

Re: [Bug 5010] Ideas

2008-07-09 Thread rgheck
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

Re: [Bug 5010] Ideas

2008-07-09 Thread Abdelrazak Younes
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

[Bug 5010] Ideas

2008-07-09 Thread rgheck
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