CVSROOT: /cvsroot/classpath Module name: classpath Branch: Changes by: Lillian Angel <[EMAIL PROTECTED]> 06/01/27 19:38:00
Modified files: . : ChangeLog Log message: 2006-01-27 Lillian Angel <[EMAIL PROTECTED]> * 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