[cp-patches] Patch: More DefaultStyledDocument

2006-01-27 Thread Lillian Angel
A few more fixes for DefaultStyledDocument. Some structures are still broken... createFracture needs to be implemented properly to fix these problems. I am still working on it :) 2006-01-27 Lillian Angel [EMAIL PROTECTED] * javax/swing/text/DefaultStyledDocument.java (insert):

Re: [cp-patches] Patch: More DefaultStyledDocument

2006-01-27 Thread Lillian Angel
I forgot to mention a few other things in my ChangeLog entry. 2006-01-27 Lillian Angel [EMAIL PROTECTED] * javax/swing/text/DefaultStyledDocument.java (insert): Moved this loop to insertUpdate. (insertUpdate): Likewise. Fixed variable names. Incremented