commit-classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[commit-cp] classpath ChangeLog


From: Lillian Angel
Subject: [commit-cp] classpath ChangeLog
Date: Fri, 27 Jan 2006 19:38:00 +0000

CVSROOT:        /cvsroot/classpath
Module name:    classpath
Branch:         
Changes by:     Lillian Angel <address@hidden>  06/01/27 19:38:00

Modified files:
        .              : ChangeLog 

Log message:
        2006-01-27  Lillian Angel  <address@hidden>
        
        * javax/swing/text/DefaultStyledDocument.java
        (insert): Moved this loop to insertUpdate.
        (insertUpdate): Likewise. Fixed variable
        names. Incremented pos if new paragraph
        is inserted.
        (split): Changed edits to use replace instead. Prevents
        assertion errors.
        (insertFirstContentTag): Removed else.
        (insertContentTag): Implemented else for JoinNextDirection.
        (createFracture): Fixed up code, still not fully complete.
        (insertFracture): Fixed to use return value from
        recreateAfterFracture.
        (recreateAfterFracture): Changed to return an array of the
        elements to be added. This prevents an assertion error.
        (contains): New function checks if an element is already in
        the Vector. Vector's contain function was not enough to use.
        (addAddedElement): Changed to use new contains function.
        (addAddedElements): Likewise.
        (addRemovedElement): Likewise.
        (addRemovedElements): Likewise.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/classpath/classpath/ChangeLog.diff?tr1=1.6190&tr2=1.6191&r1=text&r2=text




reply via email to

[Prev in Thread] Current Thread [Next in Thread]