[cp-patches] Patch: DefaultStyledDocument fix

2006-02-01 Thread Lillian Angel
Most structures for DefaultStyledDocument are now correct. Mauve test ElementStructure8 still fails because DefaultStyledDocument is still not perfect for strings inserted with 2 or more fractures. The other mauve tests pass :) 2006-02-01 Lillian Angel [EMAIL PROTECTED] *

Re: [cp-patches] Patch: DefaultStyledDocument fix

2006-02-01 Thread Lillian Angel
Removed some unneeded fields. Rewrote part of the insertContentTag function. ElementStructure8 (mauve test) still fails because of this function. I am still working on it. 2006-02-01 Lillian Angel [EMAIL PROTECTED] * javax/swing/text/DefaultStyledDocument.java: Removed