gcc/libjava/java
Michael Koch e589ede6fd 2003-03-02 Michael Koch <konqueror@gmx.de>
* java/awt/Component.java
	(eventTypeEnabled): New method.
	(dispatchEventImpl): Moved checks for event to eventTypeEnabled.
	* java/awt/Container.java
	(changeSupport): New member variable.
	(addPropertyChangeListener): New methods.
	* java/awt/ContainerOrderFocusTraversalPolicy.java
	(ContainerOrderFocusTraversalPolicy): Added comment.
	(getComponentAfter): Throw exception, documentation added.
	(getComponentBefore): Throw exception, documentation added.
	(getFirstComponent): Throw exception, documentation added.
	(getLastComponent): Throw exception, documentation added.
	(getDefaultComponent): Throw exception, documentation added.
	* java/awt/EventQueue.java: Reindented.
	* java/awt/FocusTraversalPolicy.java:
	(FocusTraversalPolicy): Added comment.
	(getComponentAfter): Documentation added.
	(getComponentBefore): Documentation added.
	(getFirstComponent): Documentation added.
	(getLastComponent): Documentation added.
	(getDefaultComponent): Documentation added.
	(getInitialComponent): Documentation added.
	* java/awt/ScrollPane.java
	(wheelScrollingEnabled): New member variable.
	(ScrollPane): Initialize wheelScollingEnabled.
	(eventTypeEnabled): New method.
	(isWheelScrollingEnabled): New method.
	(setWheelScrollingEnabled): New method.

From-SVN: r63663
2003-03-02 14:01:40 +00:00
..
applet AppletContext.java: Fix typo and remove redundant modifiers. 2002-11-14 20:35:27 +00:00
awt 2003-03-02 Michael Koch <konqueror@gmx.de> 2003-03-02 14:01:40 +00:00
beans Beans.java, [...]: Reformated to GNU style. 2003-02-27 10:52:41 +00:00
io File.java (normalizePath): Remove trailing separator on Windows only if path is not of the form "x:\". 2003-03-02 00:36:03 +00:00
lang natObject.cc: Don't include assert.h. 2003-03-02 00:02:52 +00:00
math BigInteger.java (euclidInv): Take result array as an argument. 2003-02-20 16:55:15 +00:00
net 2003-03-02 Michael Koch <konqueror@gmx.de> 2003-03-02 13:50:04 +00:00
nio 2003-02-19 Michael Koch <konqueror@gmx.de> 2003-02-19 11:47:49 +00:00
rmi * java/rmi/registry/RegistryHandler.java: Deprecate. 2003-03-01 22:35:25 +00:00
security re PR libgcj/9271 (Severe bias in java.security.SecureRandom) 2003-02-13 17:00:22 +00:00
sql Timestamp.java (compareTo(Object)): New method. 2003-02-10 19:56:12 +00:00
text Externalizable.java, [...]: New versions from Classpath. 2002-11-10 22:06:49 +00:00
util AbstractPreferences.java (isUserNode): Implemented. 2003-02-24 21:20:19 +00:00