This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

gcc/libjava ChangeLog gnu/java/beans/BeanInfoE ...


CVSROOT:	/cvs/gcc
Module name:	gcc
Branch: 	gcc-3_1-branch
Changes by:	mark@gcc.gnu.org	2002-03-24 13:32:23

Modified files:
	libjava        : ChangeLog 
	libjava/gnu/java/beans: BeanInfoEmbryo.java 
	libjava/gnu/java/beans/editors: NativeBooleanEditor.java 
	libjava/java/beans: IntrospectionException.java 
	                    Introspector.java PropertyVetoException.java 

Log message:
	2002-03-24  Eric Blake  <ebb9@email.byu.edu>
	
	* java/beans/IntrospectionException.java: Update to 1.4.
	* java/beans/PropertyVetoException.java: Ditto.
	
	2002-03-24  Eric Blake  <ebb9@email.byu.edu>
	
	* gnu/java/beans/BeanInfoEmbryo.java (hasMethod): Use
	Arrays.equals instead of ArrayHelper.equalsArray.
	
	2002-03-24  C. Brian Jones <cbj@gnu.org>
	
	* java/beans/Introspector.java: added new static final fields
	introduced in 1.2, lots of other updates remain to be done
	
	2002-03-24  C. Brian Jones <cbj@gnu.org>
	
	* java/beans/Introspector.java: reformatting
	
	2002-03-24  C. Brian Jones <cbj@gnu.org>
	
	* java/beans/Introspector.java: default beanInfoSearchPath will
	not include sun.beans.infos given we provide no such package and
	the API doesn't really require it; gnu.java.beans.info is the
	default.
	
	2002-03-24  Mark Wielaard  <mark@klomp.org>
	
	Thanks to Orp developers
	* gnu/java/beans/editors/NativeBooleanEditor.java (setAsText(String)):
	switch TRUE and FALSE return values.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-3_1-branch&r1=1.1197.2.53&r2=1.1197.2.54
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/gnu/java/beans/BeanInfoEmbryo.java.diff?cvsroot=gcc&only_with_tag=gcc-3_1-branch&r1=1.2&r2=1.2.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/gnu/java/beans/editors/NativeBooleanEditor.java.diff?cvsroot=gcc&only_with_tag=gcc-3_1-branch&r1=1.2&r2=1.2.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/java/beans/IntrospectionException.java.diff?cvsroot=gcc&only_with_tag=gcc-3_1-branch&r1=1.2&r2=1.2.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/java/beans/Introspector.java.diff?cvsroot=gcc&only_with_tag=gcc-3_1-branch&r1=1.2&r2=1.2.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/java/beans/PropertyVetoException.java.diff?cvsroot=gcc&only_with_tag=gcc-3_1-branch&r1=1.4&r2=1.4.2.1


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]