summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7caa9fdd8..5d4dde3b5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
2007-04-12 Mark Wielaard <mark@klomp.org>
+ * gnu/java/awt/peer/ClasspathFontPeer.java (LRUCache): New static
+ inner class.
+ (transCache): New static LRUChache field.
+ (copyTransformToAttrs): Check whether a TransformAttribute already
+ exists in the transCache for the given AffineTransform.
+
+2007-04-12 Mark Wielaard <mark@klomp.org>
+
* configure.ac (COMPILE_GTK_PEER): Add check for cairo >= 1.1.8.
2007-04-09 Andrew John Hughes <gnu_andrew@member.fsf.org>