[cp-patches] FYI: Swing text fixes

2006-12-06 Thread Roman Kennke
This fixes a couple of issues in the Swing text code for better stability. Also this removes the scrollRectToVisible() that causes the view to scroll around when activating a link. 2006-12-06 Roman Kennke [EMAIL PROTECTED] * javax/swing/JEditorPane.java (getStream): Buffer the

[cp-patches] FYI: Swing text fixes

2006-11-02 Thread Roman Kennke
This solves some problems in javax.swing.text: - Sometimes the layout got borked and was very slow. This was caused by a thinko in FlowView.FlowStrategy. - Line breaking was not working really well. This is improved now. BeanShell and jIRCii should now work again as expected. 2006-11-02 Roman