CVSROOT: /cvsroot/classpath Module name: classpath Branch: Changes by: Anthony Balkissoon <[EMAIL PROTECTED]> 05/10/05 15:19:47
Modified files: . : ChangeLog javax/swing/text: AbstractDocument.java GapContent.java Log message: 2005-10-05 Anthony Balkissoon <[EMAIL PROTECTED]> * javax/swing/text/AbstractDocument.java: (remove): If removing content returns an UndoableEdit, then add an ElementEdit to the DocumentEvent before firing. * javax/swing/text/GapContent.java: (UndoRemove): New class to implement UndoableEdit for remove operation. (remove): Return an UndoableEdit instead of null. CVSWeb URLs: http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/ChangeLog.diff?tr1=1.5121&tr2=1.5122&r1=text&r2=text http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/javax/swing/text/AbstractDocument.java.diff?tr1=1.31&tr2=1.32&r1=text&r2=text http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/javax/swing/text/GapContent.java.diff?tr1=1.29&tr2=1.30&r1=text&r2=text