summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoman Kennke <roman@kennke.org>2007-09-13 22:31:04 +0000
committerRoman Kennke <roman@kennke.org>2007-09-13 22:31:04 +0000
commit7cd99eb55462482bb6c351c8fd1b8c7eb7f875eb (patch)
tree47699c9ef25d6c4e6506f9b6827c3169a442d71a
parent28ec2ed78c5acaba9702980e7b1f2d4f9af34295 (diff)
downloadclasspath-7cd99eb55462482bb6c351c8fd1b8c7eb7f875eb.tar.gz
2007-09-14 Roman Kennke <roman@kennke.org>
* .classpath: Include javah in Eclipse build.
-rw-r--r--.classpath5
-rw-r--r--ChangeLog40
2 files changed, 43 insertions, 2 deletions
diff --git a/.classpath b/.classpath
index ec7cfd175..6448c1956 100644
--- a/.classpath
+++ b/.classpath
@@ -1,14 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
- <classpathentry excluding=".externalToolBuilders/|.settings/|ChangeLog*|Makefile*|autom4te.cache/|compat/|config*|doc/|examples/|external/|external/relaxngDatatype/|include/|install/|lib/|m4/|native/|resource/|scripts/|test/|testsuite/|tools/|vm/reference/|tools/external/asm/|gnu/java/awt/peer/x/" kind="src" path=""/>
+ <classpathentry excluding=".externalToolBuilders/|.settings/|ChangeLog*|Makefile*|autom4te.cache/|compat/|config*|doc/|examples/|external/|external/relaxngDatatype/|include/|install/|lib/|m4/|native/|resource/|scripts/|test/|testsuite/|tools/|tools/external/asm/|vm/reference/" kind="src" path=""/>
<classpathentry excluding=".cvsignore|Makefile|Makefile.am|Makefile.in|README.txt" kind="src" path="external/relaxngDatatype"/>
<classpathentry kind="src" path="external/jsr166"/>
- <classpathentry excluding=".cvsignore|Makefile|Makefile.am|Makefile.in|README|gnu/classpath/tools/javah/|external/asm/" kind="src" path="tools"/>
+ <classpathentry excluding=".cvsignore|Makefile|Makefile.am|Makefile.in|README|external/asm/" kind="src" path="tools"/>
<classpathentry excluding=".cvsignore|Makefile|Makefile.am|Makefile.in" kind="src" path="resource"/>
<classpathentry excluding=".cvsignore|Makefile.am" kind="src" path="vm/reference"/>
<classpathentry excluding=".cvsignore|Makefile|Makefile.am|Makefile.in|README" kind="src" path="external/sax"/>
<classpathentry excluding=".cvsignore|Makefile|Makefile.am|Makefile.in|README" kind="src" path="external/w3c_dom"/>
<classpathentry excluding=".cvsignore|Makefile|Makefile.am|Makefile.in|Makefile.jawt|Makefile.jawt.in|README" kind="src" path="examples"/>
<classpathentry kind="src" path="tools/external/asm"/>
+ <classpathentry kind="lib" path="/escher/build"/>
<classpathentry kind="output" path="install/share/classpath"/>
</classpath>
diff --git a/ChangeLog b/ChangeLog
index 2eb3e0fdb..85b5ac886 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2007-09-14 Roman Kennke <roman@kennke.org>
+
+ * .classpath: Include javah in Eclipse build.
+
2007-09-13 David P Grove <groved@us.ibm.com>
PR 30275
@@ -17,6 +21,42 @@
(JCOMPILER) Don't add '.' to classpath for javac.
Fixes the build on Cygwin.
+2007-09-11 Roman Kennke <roman@kennke.org>
+
+ * native/jni/gtk-peer/gnu_java_awt_peer_gtk_CairoGraphics2D.c
+ Removed unused includes.
+ * native/jni/gtk-peer/gnu_java_awt_peer_gtk_CairoSurface.c
+ Removed unused includes.
+ * native/jni/gtk-peer/gnu_java_awt_peer_gtk_ComponentGraphics.c
+ Removed unusued excludes. Put Xrender includes in HAVE_XRENDER
+ conditional.
+ (flush): Use gdk_display_flush() instead of XFlush().
+ (initState): Use GDK/Cairo functions to get cairo_t object.
+ (initFromVolatile): Likewise.
+ * native/jni/gtk-peer/gnu_java_awt_peer_gtk_ComponentGraphicsCopy.c
+ Removed unused includes.
+ * native/jni/gtk-peer/gnu_java_awt_peer_gtk_GdkRobotPeer.c
+ Use HAVE_XTEST conditionals for code that uses XTest.
+ * native/jni/gtk-peer/gnu_java_awt_peer_gtk_GtkImage.c
+ Removed unused includes.
+ * native/jni/gtk-peer/gnu_java_awt_peer_gtk_GtkToolkit.c
+ Removed unused includes.
+ * native/jni/gtk-peer/gnu_java_awt_peer_gtk_GtkVolatileImage.c
+ Removed unused includes.
+ * native/jni/gtk-peer/gnu_java_awt_peer_gtk_GtkWindowPeer.c
+ Removed unused includes. Rewrote frame-extents code to use
+ gdk_window_get_frame_extents() rather than the X window properties
+ directly.
+ * include/gnu_java_awt_peer_gtk_ComponentGraphics.h
+ (initFromVolatile): Removed width and height parameters.
+ * gnu/java/awt/peer/gtk/ComponentGraphics.java
+ (initFromVolatile): Remove width and height parameters.
+ * gnu/java/awt/peer/gtk/VolatileImageGraphics.java
+ (VolatileImageGraphics): Use initFromVolatile without width and
+ height.
+ * configure.ac: Check for presence of XTest, and define HAVE_XTEST
+ accordingly.
+
2007-09-08 Michael Koch <konqueror@gmx.de>
* native/jni/midi-alsa/Makefile.am (AM_CFLAGS):