summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorIngo Proetel <proetel@aicas.com>2004-04-28 07:19:10 +0000
committerIngo Proetel <proetel@aicas.com>2004-04-28 07:19:10 +0000
commit5eed345e5b1c9186b3b6ea9b7359bdd0ce93ae97 (patch)
treebcb4c62f8a018108b8b2136271f6b9940ee6800c /ChangeLog
parentb149b837b5affac11a10a0695f3aab35327e08d6 (diff)
downloadclasspath-5eed345e5b1c9186b3b6ea9b7359bdd0ce93ae97.tar.gz
2004-04-28 Ingo Proetel <proetel@aicas.com>
* java/awt/ColorPaintContext.java (<init>): Added ColorModel to signature. (getColorModel): Return the actual color model. (getRaster): Implemented. (ColorRaster): New inner class. * java/awt/SystemColor.java (createContext): Use ColorModel when creating a PaintContext. * java/awt/Color.java (<init>): Make exception more verbose. (createContext): Use ColorModel when creating a PaintContext.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 485b753c4..06de4ae16 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2004-04-28 Ingo Proetel <proetel@aicas.com>
+
+ * java/awt/ColorPaintContext.java (<init>): Added ColorModel to signature.
+ (getColorModel): Return the actual color model.
+ (getRaster): Implemented.
+ (ColorRaster): New inner class.
+ * java/awt/SystemColor.java (createContext): Use ColorModel when creating
+ a PaintContext.
+ * java/awt/Color.java (<init>): Make exception more verbose.
+ (createContext): Use ColorModel when creating a PaintContext.
+
2004-04-27 Archie Cobbs <archie@dellroad.org>
* include/Makefile.am: add java_lang_VMProcess.h