CVSROOT: /cvsroot/classpath Module name: classpath Changes by: Roman Kennke <rabbit78> 06/08/25 13:15:36
Modified files: . : ChangeLog javax/swing/text: DefaultStyledDocument.java LabelView.java Log message: 2006-08-25 Roman Kennke <[EMAIL PROTECTED]> * javax/swing/text/LabelView.java (setPropertiesFromAttributes): Only set background when the corresponding attribute is actually defined, otherwise set to null, as the StyleConstants would return black. * javax/swing/text/DefaultStyledDocument.java (ElementBuffer.documentEvent): Removed obsolete field. (ElementBuffer.change): Do prepareEdits() and finishEdits() to correctly update the element structure. (ElementBuffer.insertContentTag): Removed unused statement. (ElementBuffer.recreateAfterFracture): Removed unused obsolete method. (setCharacterAttributes): Removed unused statement. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8459&r2=1.8460 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/text/DefaultStyledDocument.java?cvsroot=classpath&r1=1.67&r2=1.68 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/text/LabelView.java?cvsroot=classpath&r1=1.6&r2=1.7