Skip to content
Snippets Groups Projects
Commit 1ffcf2fe authored by graydon's avatar graydon
Browse files

missing changelog entry

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75477 138bc75d-0d04-0410-961f-82ee72b054a4
parent e3c8fc92
No related merge requests found
...@@ -24,6 +24,7 @@ ...@@ -24,6 +24,7 @@
javax/print/attribute/standard/JobPrioritySupported.java: New files. javax/print/attribute/standard/JobPrioritySupported.java: New files.
* Makefile.am (javax_source_files): Added new files. * Makefile.am (javax_source_files): Added new files.
* Makefile.in: Regenerated. * Makefile.in: Regenerated.
2004-01-06 Michael Koch <konqueror@gmx.de> 2004-01-06 Michael Koch <konqueror@gmx.de>
   
* java/net/URLConnection.java * java/net/URLConnection.java
...@@ -148,6 +149,28 @@ ...@@ -148,6 +149,28 @@
(sendRequest): Dont encode output in default character encoding, (sendRequest): Dont encode output in default character encoding,
add correct version number to HTTP user agent string. add correct version number to HTTP user agent string.
   
2003-12-31 Graydon Hoare <graydon@redhat.com>
* configure.in: Add --enable-gtk-cairo check.
* configure: Regenerate.
* Makefile.am: Conditionally link against cairo.
* Makefile.in: Regenerate.
* acinclude.m4: Include PKG_CHECK_MODULES.
* aclocal.m4: Regenerate.
* gnu/java/awt/peer/gtk/GtkToolkit.java (useGraphics2D): New method.
(getFontMetrics, getClasspathFontPeer):
* gnu/java/awt/peer/gtk/GtkCanvasPeer.java (getGraphics):
* gnu/java/awt/peer/gtk/GtkComponentPeer.java (createImage):
* gnu/java/awt/peer/gtk/GtkContainerPeer.java (getGraphics):
* gnu/java/awt/peer/gtk/GtkFramePeer.java (getGraphics):
Switch behavior depending on GtkToolkit.useGraphics2D().
* gnu/java/awt/peer/gtk/GtkFontPeer.java: Extend ClasspathFontPeer.
* java/awt/Font.java: Switch to peer model.
* jni/gtk-peer/gtkcairopeer.h: Definitions of cairo stuff.
* jni/gtk-peer/gdkfont.h: Include gtkcairopeer.h.
* jni/gtk-peer/gnu_java_awt_peer_gtk_GdkGraphics2D.c: Include gtkcairopeer.h.
* jni/gtk-peer/gnu_java_awt_peer_gtk_GdkClasspathFontPeerMetrics.c: Un-include gtkpeer.h.
2003-12-31 Guilhem Lavaux <guilhem@kaffe.org> 2003-12-31 Guilhem Lavaux <guilhem@kaffe.org>
   
* java/io/ObjectOutputStream.java * java/io/ObjectOutputStream.java
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment