CVSROOT:        /cvsroot/classpath
Module name:    classpath
Branch:         
Changes by:     Anthony Balkissoon <[EMAIL PROTECTED]>  05/09/30 14:38:02

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

Log message:
        2005-09-30  Anthony Balkissoon  <[EMAIL PROTECTED]>
        
        * javax/swing/text/GapContent.java:
        (shiftEnd): Call adjustPositionsInRange rather than getPositionsInRange
        and then iterating over the set and adjusting them.
        (shiftGap): Likewise.
        (shiftGapStartDown): Call setPositionsInRange rather than
        getPositionsInRange and then iterating over the set to set each
        Position.
        (shiftGapEndUp): Likewise.
        (setPositionsInRange): New implementation method.
        (adjustPositionsInRange): New implementation method.
        (resetMarksAtZero): Call setPositionsInRange rather than
        getPositionsInRange and then iterating over the set to set each
        Position.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/ChangeLog.diff?tr1=1.5057&tr2=1.5058&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/javax/swing/text/GapContent.java.diff?tr1=1.27&tr2=1.28&r1=text&r2=text



Reply via email to