gcc/libjava ChangeLog javax/swing/text/Abstrac ...

mkoch@gcc.gnu.org mkoch@gcc.gnu.org
Thu Aug 12 10:10:00 GMT 2004


CVSROOT:	/cvs/gcc
Module name:	gcc
Branch: 	java-gui-branch
Changes by:	mkoch@gcc.gnu.org	2004-08-12 10:10:30

Modified files:
	libjava        : ChangeLog 
	libjava/javax/swing/text: AbstractDocument.java 

Log message:
	2004-08-12  Michael Koch  <konqueror@gmx.de>
	
	* javax/swing/text/AbstractDocument.java:
	Fixed some typos in comments.
	(insertString): Reimplemented.
	(remove): Likewise.
	(replace): New method.
	(children): Dont use fully qualified class name.
	(DefaultDocumentEvent.offset): Renamed from off.
	(DefaultDocumentEvent.length): Renamed from len.
	(DefaultDocumentEvent.type): New field.
	(DefaultDocumentEvent.DefaultDocumentEvent): New constructor.
	(DefaultDocumentEvent.getType): Implemented.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/ChangeLog.diff?cvsroot=gcc&only_with_tag=java-gui-branch&r1=1.2660.2.337&r2=1.2660.2.338
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/javax/swing/text/AbstractDocument.java.diff?cvsroot=gcc&only_with_tag=java-gui-branch&r1=1.3.8.13&r2=1.3.8.14



More information about the Gcc-cvs mailing list