CVSROOT:        /cvsroot/classpath
Module name:    classpath
Branch:         
Changes by:     Anthony Balkissoon <[EMAIL PROTECTED]>  05/12/20 18:35:22

Modified files:
        .              : ChangeLog 
        javax/swing/text: DefaultStyledDocument.java 

Log message:
        2005-12-20  Anthony Balkissoon  <[EMAIL PROTECTED]>
        
        * javax/swing/text/DefaultStyledDocument.java:
        (ElementBuffer.insertContentTag): If the direction is
        OriginateDirection split all the time, don't check the attribute sets.
        Removed the special case for the first insertion.  These cases should
        fall under the direction JoinPreviousDirection. Changed the comments to
        reflect this.
        (insertUpdate): Added a hack to get the right result when comparing
        the attributes of the new ElementSpec to the attributes of either
        the previous or next Element.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/classpath/classpath/ChangeLog.diff?tr1=1.5866&tr2=1.5867&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/classpath/classpath/javax/swing/text/DefaultStyledDocument.java.diff?tr1=1.21&tr2=1.22&r1=text&r2=text


Reply via email to