CVSROOT: /cvsroot/classpath Module name: classpath Branch: Changes by: Lillian Angel <[EMAIL PROTECTED]> 06/01/12 21:44:59
Modified files: . : ChangeLog javax/swing/text: DefaultStyledDocument.java Log message: 2006-12-12 Lillian Angel <[EMAIL PROTECTED]> * javax/swing/text/DefaultStyledDocument.java (insertUpdate): Added check to check if attribute set is empty. (insertUpdate): Added check to determine if last character is a newline. If it is, we should not be fracturing. (insert): Added check to determine if attribute set is empty. If it is, insertUpdate should not be called. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/classpath/ChangeLog.diff?tr1=1.6034&tr2=1.6035&r1=text&r2=text http://cvs.savannah.gnu.org/viewcvs/classpath/classpath/javax/swing/text/DefaultStyledDocument.java.diff?tr1=1.32&tr2=1.33&r1=text&r2=text