gcc/libjava/java
Bryce McKinlay b996061366 Makefile.am: Move beans and applet classes to awt_java_source_files.
2000-08-09  Bryce McKinlay  <bryce@albatross.co.nz>

	* Makefile.am: Move beans and applet classes to
	awt_java_source_files.
	* Makefile.in: Rebuilt.
	* java/awt/Color.java (getTransparency): New method.
	* java/awt/Component.java: Various updates.
	* java/awt/Container.java (removeNotify): Call super.removeNotify()
	after dealing with children.
	* java/awt/Toolkit.java (changeSupport): Renamed from pcsupport.
	* java/awt/Window.java: Various new methods and updates.
	* java/awt/color/ICC_Profile.java (getNumComponents): Cast profileID
	to int for switch.
	* java/awt/event/KeyEvent.java (paramString): Initialize `r'.
	* java/awt/event/WindowEvent.java (paramString): Ditto.
	* java/awt/geom/Dimension2D.java (clone): Wrap super call with
	try/catch block.
	* java/awt/geom/Point2D.java (clone): Ditto.
	* java/awt/geom/RectangularShape.java (clone): Ditto.
	* java/awt/image/ColorModel.java (bits, cspace, transparency,
	hasAlpha, isAlphaPremultiplied): Make package-private, not private.

From-SVN: r35589
2000-08-09 14:01:44 +01:00
..
applet backport: Applet.java: New file. 2000-07-12 05:52:04 +01:00
awt Makefile.am: Move beans and applet classes to awt_java_source_files. 2000-08-09 14:01:44 +01:00
beans PropertyChangeEvent.java (oldVal): Renamed to oldValue. 2000-06-27 05:10:03 +00:00
io PipedInputStream.java (read(byte[],int,int)): Mostly rewrote. 2000-08-07 19:59:48 +00:00
lang Method.java (hashCode): Use getName(). 2000-08-08 03:34:51 +00:00
math ObjectStreamException.java: New file. 2000-04-11 09:21:53 +00:00
net Makefile.in: Rebuilt. 2000-08-02 21:54:04 +00:00
security mauve-libgcj: Activated serialization tests. 2000-07-27 23:57:07 +00:00
sql ObjectStreamException.java: New file. 2000-04-11 09:21:53 +00:00
text PropertyChangeEvent.java (oldVal): Renamed to oldValue. 2000-06-27 05:10:03 +00:00
util * java/util/Vector.java (remove(Object)): Implemented. 2000-07-20 19:27:57 +00:00