On Wed, 2006-02-22 at 12:34 +0100, Robert Schuster wrote: > 2006-02-22 Robert Schuster <[EMAIL PROTECTED]> > > * javax/swing/text/PlainDocument.java: > (getPreferredSpan): Added missing 'break'. > statement which corrects an unwanted fall through. > (updateDamage): Update maxLineLength correctly when text is > removed, call preferenceChanged accordingly. > (viewToModel): Restrict line number to be within 0 and the > number of elements-1. >
The ChangeLog says PlainDocument but the patch looks like it's for PlainView. --Tony
