OSDN Git Service

2008-11-10 Andrew Haley <aph@redhat.com>
[pf3gnuchains/gcc-fork.git] / libjava / classpath / ChangeLog
index 2653abd..76da605 100644 (file)
-2005-01-13  Mark Wielaard  <mark@klomp.org>
+2008-11-10  Andrew Haley  <aph@redhat.com>
 
-       * configure.ac: Set version to 0.20.
-       * NEWS: Add entries for all the new work done.
+       * native/jni/gtk-peer/gnu_java_awt_peer_gtk_CairoGraphics2D.c 
+       (Java_gnu_java_awt_peer_gtk_CairoGraphics2D_cairoDrawGlyphVector): 
+       Remove bogus gdk_threads_leave ();
 
-2005-01-13  Mark Wielaard  <mark@klomp.org>
+2008-11-05  Andrew Haley  <aph@redhat.com>
 
-       * javax/swing/text/DefaultCaret.java: Chain all AssertionErrors.
-
-2005-01-13  Mark Wielaard  <mark@klomp.org>
-
-       * java/util/regex/Pattern.java (Pattern): Chain REException.
-
-2006-01-13  Chris Burdess  <dog@gnu.org>
-
-       * gnu/xml/xpath/NameTest.java: Removed debugging output.
-
-2005-01-13  Jeroen Frijters  <jeroen@frijters.net>
-
-       * java/security/Security.java
-       (getProperty): Added hack to skip security check when trusted
-       code is direct caller.
-
-2005-01-13  Jeroen Frijters  <jeroen@frijters.net>
-
-       * java/io/PrintStream.java
-       (line_separator, PrintStream(OutputStream,boolean)): Use
-       SystemProperties.
-
-2005-01-13  Jeroen Frijters  <jeroen@frijters.net>
-
-       * gnu/java/nio/charset/Provider.java: Added comment about its
-       special relation with CharsetProvider.
-       (static): Removed.
-       * gnu/java/nio/charset/iconv/IconvProvider.java: Added comment about
-       its special relation with CharsetProvider.
-       (static): Removed.
-       * java/nio/charset/spi/CharsetProvider.java
-       (CharsetProvider): Add special case to skip security check for
-       built in providers.
-
-2005-01-13  Mark Wielaard  <mark@klomp.org>
-
-       * javax/swing/JMenuItem.java (JMenuItem(Action)): Check whether
-       name, accel, mnemonic and command are defined before setting.
-
-2005-01-12  Mark Wielaard  <mark@klomp.org>
-
-       * javax/swing/plaf/metal/MetalFileChooserUI.java
-       (FileRenderer.getListCellRendererComponent): Set empty name and null
-       icon when File is null.
-
-2006-01-13  Audrius Meskauskas  <AudriusA@Bioinformatics.org>
-
-       * gnu/java/rmi/server/UnicastRef.java (newCall):
-       Throw ConnectException after catching IOException.
-
-2006-01-12  Lillian Angel  <langel@redhat.com>
-
-       * javax/swing/text/DefaultStyledDocument.java
-       (insertUpdate): Removed unneeded check.
-
-2006-01-12  Anthony Balkissoon  <abalkiss@redhat.com>
-
-       * javax/swing/text/DefaultStyledDocument.java:
-       (ElementBuffer.insertContentTag): If the direction is JoinNextDirection
-       and we haven't come immediately after a fracture, adjust the Element
-       offsets.  Added comment explaining the situation.
-       (insert): Return early if no ElementSpecs passed in.  Removed redundant
-       call to insertUpdate.  Fired the UndoableEditUpdate.
-
-2006-01-12  Ito Kazumitsu  <kaz@maczuka.gcd.org>
-
-       Fixes bug #22802
-       * gnu/regexp/RE.java(initialize): Fixed the parsing of
-       character classes within a subexpression.
-
-2006-12-12  Lillian Angel  <langel@redhat.com>
-
-       * javax/swing/text/DefaultStyledDocument.java
-       (insertUpdate): Added check to check if attribute set is 
-       empty.
-       (insertUpdate): Added check to determine if last character
-       is a newline. If it is, we should not be fracturing.
-       (insert): Added check to determine if attribute set is empty.
-       If it is, insertUpdate should not be called.
-
-2006-12-12  Guilhem Lavaux  <guilhem@kaffe.org>
-
-       * configure.ac: Check for isnan.
-
-       * native/fdlibm/fdlibm.h: If we have a isnan function then do not
-       define the macro.
-
-2006-01-12  Chris Burdess  <dog@gnu.org>
-
-       * gnu/xml/stream/XMLParser.java: Corrected the handling of some XML
-         1.1 character ranges.
-
-2006-01-12  Anthony Balkissoon  <abalkiss@redhat.com>
-
-       * javax/swing/TransferHandler.java:
-       (TransferAction<init>): Call super constructor.  Fixes Mauve regression
-       gnu/testlet/javax/swing/JTextField/CopyPaste.
-
-2006-01-12  Christian Thalinger  <twisti@complang.tuwien.ac.at>
-
-       * resource/Makefile.am: Install 
-       logging.properties into $(prefix)/lib.
-       * resource/Makefile.am (securitydir): Changed to 
-       $(prefix)/lib/security.
-
-2006-01-12  Roman Kennke  <kennke@aicas.com>
-
-       * javax/swing/JTextField.java
-       (createDefaultModel): Moved installation of the filterNewlines
-       property to setDocument().
-       (setDocument): New method. Installs the filterNewlines property
-       on the document.
-
-2006-01-12  Chris Burdess  <dog@gnu.org>
-
-       * gnu/xml/dom/DomNode.java,
-         gnu/xml/transform/ElementAvailableFunction.java: Removed debugging
-         output.
-       * gnu/xml/xpath/NameTest.java,
-         gnu/xml/xpath/NamespaceTest.java,
-         gnu/xml/xpath/Selector.java: Fix regression for namespace axis
-         navigation.
-       * gnu/xml/transform/MessageNode.java: Use standard logging system
-         for outputting messages.
-
-2006-01-12  Tom Tromey  <tromey@redhat.com>
-
-       * java/net/InetAddress.java (DEFAULT_CACHE_SIZE): Removed.
-       (DEFAULT_CACHE_PERIOD, DEFAULT_CACHE_PURGE_PCT): Likewise.
-       (cache_size, cache_period, cache_purge_pct, cache): Likewise.
-       (static initializer): Removed cache code.
-       (checkCacheFor, addToCache): Removed.
-       (getAllByName): Removed cache code.
-       (lookup_time): Removed.
-       (InetAddress): Updated.
-
-2006-01-12  Chris Burdess  <dog@gnu.org>
-
-       * gnu/xml/dom/DomDocument.java,
-         gnu/xml/dom/DomElement.java,
-         gnu/xml/dom/DomNode.java,
-         gnu/xml/stream/XMLParser.java,
-         gnu/xml/transform/Bindings.java,
-         gnu/xml/transform/ElementAvailableFunction.java,
-         gnu/xml/transform/ElementNode.java,
-         gnu/xml/transform/FunctionAvailableFunction.java,
-         gnu/xml/transform/NamespaceProxy.java,
-         gnu/xml/transform/StreamSerializer.java,
-         gnu/xml/transform/Stylesheet.java,
-         gnu/xml/transform/TransformerImpl.java,
-         gnu/xml/xpath/Selector.java: Implement isEqualNode correctly for
-         document and element nodes; correct coalescing semantics when parsing;
-         attribute-sets can only refer to top-level variables and parameters;
-         fix namespace retrieval during element-available and
-         function-available functions; implement xsl:fallback for extension
-         elements; tokenize whitespace correctly during whitespace stripping;
-         correct following and previous node axes selectors.
-
-2006-01-12  Roman Kennke  <kennke@aicas.com>
-
-       * java/util/Hashtable.java
-       (KeyEnumerator.nextElement): Added null check to avoid NPE.
-       (ValueEnumerator.nextElement): Added null check to avoid NPE.
-
-2006-01-12  Lillian Angel  <langel@redhat.com>
-
-       * javax/swing/text/GapContent.java
-       (UndoInsertString): Changed name of class to InsertUndo to match the JDK.
-
-2006-01-12  Mark Wielaard  <mark@klomp.org>
-
-       * vm/reference/gnu/java/net/VMPlainSocketImpl.java (connect):
-       Throw UnknowHostException when name could not be resolved.
-
-2006-01-12  Jeroen Frijters  <jeroen@frijters.net>
-
-       * java/net/URL.java
-       (static, getURLStreamHandler): Use SystemProperties.
-
-2006-01-12  Mark Wielaard  <mark@klomp.org>
-
-       * vm/reference/gnu/java/net/VMPlainDatagramSocketImpl.java (receive):
-       Use packet.getLength().
-       * native/jni/java-net/gnu_java_net_VMPlainDatagramSocketImpl.c
-       (nativeReceive): Check whether the receiver wants zero bytes.
-
-2006-01-12  Mark Wielaard  <mark@klomp.org>
-
-       * native/jni/java-net/javanet.c (_javanet_recvfrom): Return -1 when
-       other side orderly closed connection.
-       * vm/reference/gnu/java/net/VMPlainSocketImpl.java
-       (read(PlainSocketImpl)): Mask byte to return unsigned int. Return -1
-       when end of stream reached.
-
-2006-01-12  Mark Wielaard  <mark@klomp.org>
-
-       * native/jni/java-net/gnu_java_net_VMPlainDatagramSocketImpl.c:
-       Remove asserts.
-       * native/jni/java-net/gnu_java_net_VMPlainSocketImpl.c: Likewise.
-       * native/jni/java-net/java_net_VMInetAddress.c: Likewise.
-       * native/jni/java-net/java_net_VMNetworkInterface.c: Likewise.
-       * native/jni/java-net/javanet.c: Likewise.
-
-2006-01-12  Mark Wielaard  <mark@klomp.org>
-
-       * native/fdlibm/mprec.c (Balloc): Disable assert to workaround
-       PR classpath/23863.
-
-2006-01-11  Chris Burdess  <dog@gnu.org>
-
-       * gnu/xml/transform/AttributeNode.java,
-         gnu/xml/transform/ElementNode.java,
-         gnu/xml/transform/LiteralNode.java,
-         gnu/xml/transform/StreamSerializer.java,
-         gnu/xml/transform/StrippingInstruction.java,
-         gnu/xml/transform/Stylesheet.java,
-         gnu/xml/transform/TransformerImpl.java,
-         gnu/xml/transform/ValueOfNode.java,
-         gnu/xml/xpath/Expr.java,
-         gnu/xml/xpath/LocalNameFunction.java,
-         gnu/xml/xpath/NameFunction.java,
-         gnu/xml/xpath/NameTest.java,
-         gnu/xml/xpath/NamespaceUriFunction.java,
-         gnu/xml/xpath/NodeTypeTest.java,
-         gnu/xml/xpath/SubstringFunction.java,
-         javax/xml/namespace/QName.java: don't determine element namespace
-         from namespace aliases when specified; better namespace handling
-         when serializing elements; don't create HTML meta element unless
-         head element exists; correct encoding of CDATA sections containing
-         ']]>'; encode HTML character entity references; use ISO-Latin-1 as
-         default encoding for HTML output; rewrite of XSLT
-         strip-space/preserve-space handling; correct doctype-public and
-         doctype-system output attributes; insert generated doctype before
-         document element; fixed result tree whitespace stripping
-         algorithm; fixed semantics of XPath name, local-name, and
-         namespace-uri functions; name tests handle XML/XMLNS namespaces
-         correctly; fixed semantics of processing-instruction node test.
-       * gnu/xml/transform/TransformerFactoryImpl.java: Add main method to
-         aid debugging.
-
-2006-01-11  Lillian Angel  <langel@redhat.com>
-
-       * javax/swing/text/DefaultStyledDocument.java
-       (insertFracture): Added calls to addEdit for each time a structure 
-       is changed. addEdit is called on the newBranch, previous, and parent
-       structures.
-
-2006-01-11  Anthony Balkissoon  <abalkiss@redhat.com>
-
-       * javax/swing/text/DefaultStyledDocument.java:
-       (ElementBuffer.insertContentTag): Don't adjust the structure here.  
-       This will have been taken care of in insertFracture.  Added a comment
-       explaining that we need to add edits to the DocumentEvent and that
-       this may be the place to do it.
-
-2006-01-11  Anthony Balkissoon  <abalkiss@redhat.com>
-
-       * javax/swing/text/DefaultStyledDocument.java:
-       (ElementBuffer.insertUpdate): Properly recreate Elements if the first
-       tag is an end tag. Avoid NPE by pushing the proper Element on to the 
-       elementStack when there is a start tag with JoinNextDirection.
-
-2006-01-11  Roman Kennke  <kennke@aicas.com>
-
-       Reported by: Fridjof Siebert <siebert@aicas.com>
-       * java/util/Hashtable.java
-       (KEYS): Removed unneeded field.
-       (VALUES): Removed unneeded field.
-       (ENTRIES): Removed unneeded field.
-       (keys): Return a KeyEnumerator instance.
-       (elements): Returns a ValueEnumerator instance.
-       (toString): Use an EntryIterator instance.
-       (keySet): Return a KeyIterator instance.
-       (values): Return a ValueIterator instance.
-       (entrySet): Return an EntryIterator instance.
-       (hashCode): Use EntryIterator instance.
-       (rehash): Changed this loop to avoid redundant reads and make
-       it obvious that null checking is not needed.
-       (writeObject): Use EntryIterator instance.
-       (HashIterator): Removed class.
-       (Enumerator): Removed class.
-       (EntryIterator): New class.
-       (KeyIterator): New class.
-       (ValueIterator): New class.
-       (EntryEnumerator): New class.
-       (KeyEnumerator): New class.
-       (ValueEnumerator): New class.
-
-2006-01-11  Lillian Angel  <langel@redhat.com>
-
-       * javax/swing/text/DefaultStyledDocument.java
-       (toString): Shouldn't append the '>' character here.
-       (createDefaultRoot): Should not set the resolve parent. This
-       causes problems when comparing attribute sets.
-
-2006-01-10  Anthony Balkissoon  <abalkiss@redhat.com>
-
-       * javax/swing/text/DefaultStyledDocument.java:
-       (ElementBuffer.insertUpdate): Rewritten to properly handle start and
-       end tags.
-       (ElementBuffer.insertFracture): New method.
-       (ElementBuffer.insertContentTag): Removed unnecessary case for 
-       JoinFractureDirection - this only applies to start tags, not content
-       tags.
-       (insertUpdate): Corrected conditions for setting direction to 
-       JoinNextDirection.
-
-2006-01-10  Roman Kennke  <kennke@aicas.com>
-
-       * Makefile.am (EXTRA_DIST): Added ChangeLog-2004.
-       * ChangeLog-2005: New File.
-
-2006-01-10  Roman Kennke  <kennke@aicas.com>
-
-       * native/jni/java-nio/java_nio_VMDirectByteBuffer.c
-       (get): Release the array with the correct pointer.
-       (put): Release the array with the correct pointer. Copy the array
-       around _before_ releasing it.
-
-2006-01-10  Roman Kennke  <kennke@aicas.com>
-
-       * javax/swing/ViewportLayout.java
-       (layoutContainer): Fixed condition, to avoid ClasscastException.
-
-2006-01-10  Roman Kennke  <kennke@aicas.com>
-
-       * javax/swing/plaf/basic/BasicSplitPaneDivider.java
-       (MouseHandler.mousePressed): Fixed indendation.
-       (MouseHandler.mouseDragged): Fixed indendation.
-
-2006-01-10  Roman Kennke  <kennke@aicas.com>
-
-       * javax/swing/plaf/basic/BasicLookAndFeel.java
-       (playSound): Added @since 1.4 to the API docs.
-
-2006-01-10  Roman Kennke  <kennke@aicas.com>
-
-       * javax/swing/plaf/basic/BasicListUI.java
-       (maybeUpdateLayoutState): Also update the layout state, if the
-       list has been invalidated since the last update.
-
-2006-01-10  Roman Kennke  <kennke@aicas.com>
-
-       * javax/swing/plaf/ComponentUI.java
-       (update): Fixed indendation.
-
-2006-01-10  Roman Kennke  <kennke@aicas.com>
-
-       * javax/swing/ViewportLayout.java
-       (layoutContainer): Fixed condition, so that Scrollable components
-       are always forced to have to Viewport size, when they
-       return true for getScrollableTracksViewportHeight() and ..Width().
-
-2006-01-10  Roman Kennke  <kennke@aicas.com>
-
-       * javax/swing/RepaintManager.java
-       (validateInvalidComponents): Fixed condition to avoid NPE.
-
-2006-01-10  Roman Kennke  <kennke@aicas.com>
-
-       * javax/swing/JViewport.java:
-       (static_initializer): Removed unused variable myScrollMode.
-
-2006-01-10  Roman Kennke  <kennke@aicas.com>
-
-       * javax/swing/JTabbedPane.java:
-       Cleared API docs a little.
-
-2006-01-10  Roman Kennke  <kennke@aicas.com>
-
-       * java/util/StringTokenizer.java
-       (StringTokenizer(String, String, boolean)):
-       Don't trigger NPE here for conformance with the spec.
-
-2006-01-10  Roman Kennke  <kennke@aicas.com>
-
-       * java/util/ArrayList.java
-       (DEFAULT_CAPACITY): Changed default capacity to 10, as specified.
-
-2006-01-10  Roman Kennke  <kennke@aicas.com>
-
-       * gnu/java/awt/peer/gtk/GdkGraphics2D.java
-       (GdkGraphics2D(GdkGraphics2D)): Added null check for the bg
-       field to avoid NPE.
-
-2006-01-10  Roman Kennke  <kennke@aicas.com>
-
-       * native/jni/java-net/javanet.c
-       (_javanet_shutdownOutput): Replaced strerror() with
-       TARGET_NATIVE_LAST_ERROR_STRING() for portability.
-       (_javanet_shutdownInput): Replaced strerror() with
-       TARGET_NATIVE_LAST_ERROR_STRING() for portability.
-
-2006-01-10  Robert Schuster  <robertschuster@fsfe.org>
-
-       * java/beans/EventSetDescriptor.java: Reformatted and
-       fixed API docs.
-
-2006-01-10  Roman Kennke  <kennke@aicas.com>
-
-       * java/lang/SecurityManager.java
-       Fully qualified AWT class references in API docs.
-
-2006-01-10  Robert Schuster  <robertschuster@fsfe.org>
-
-        * java/beans/EventSetDescriptor.java:
-        (getGetListenerMethod): New method.
-
-2006-01-10  Mark Wielaard  <mark@klomp.org>
-
-       * lib/Makefile.am (GCJX): Add -g to get linenumber info.
-
-2006-01-10  Jeroen Frijters  <jeroen@frijters.net>
-
-       PR classpath/25727
-       * java/util/Hashtable.java
-       (contains): Call equals on existing value.
-       (containsKey, get, put, remove): Call equals on existing key.
-       (getEntry): Call equals on existing entry.
-
-2006-01-10  Jeroen Frijters  <jeroen@frijters.net>
-
-       PR classpath/24618
-       * java/util/AbstractMap.java
-       (equals(Object,Object)): Test for identity first.
-       * java/util/WeakHashMap.java
-       (WeakBucket.WeakEntry.equals): Use helper method to determine equality.
-       (WeakBucket.WeakEntry.toString): Fixed string representation of
-       null key.
-       (internalGet): Use helper method to determine equality.
-
-2006-01-09  Robert Schuster  <robertschuster@fsfe.org>
-
-       * java/beans/EventSetDescriptor.java: Implemented the two 1.4
-       constructors.
-
-2006-01-09  Anthony Balkissoon  <abalkiss@redhat.com>
-
-       * javax/swing/text/PlainDocument.java:
-       (insertUpdate): Handle special case of an insertion immediately 
-       following a newline character.
-
-2006-01-09  Roman Kennke  <kennke@aicas.com>
-
-       * native/jni/java-net/gnu_java_net_VMPlainSocketImpl.c
-       (connect): Added stream parameter to _connect() call.
-       * native/jni/java-net/gnu_java_net_VMPlainDatagramSocketImpl.c
-       (connect): Added stream parameter to _connect() call.
-       * native/jni/java-net/javanet.c
-       (_javanet_create_localfd): Added stream parameter. Look up
-       fd field based on the stream parameter either in SocketImpl or
-       in DatagramSocketImpl.
-       (_javanet_connect): Added stream parameter. Call create_localfd
-       using this stream parameter. Set localPort field either in
-       SocketImpl or in DatagramSocketImpl, depending on the stream
-       flag.
-       * native/jni/java-net/javanet.c
-       (_javanet_connect): Added stream parameter.
-
-2006-01-09  Audrius Meskauskas  <AudriusA@Bioinformatics.org>
-
-       * javax.management.Attribute.java: Grammar and 
-       formatting fixes.
-
-2006-01-09  Mark Wielaard  <mark@klomp.org>
-
-       * gnu/java/nio/channels/FileChannelImpl.java (map): Throw correct
-       exception when channel is not readable or writable.
-       * native/jni/java-nio/gnu_java_nio_channels_FileChannelImpl.c
-       (mapImpl): Add PROT_WRITE when mode == 'c' (MAP_PRIVATE). Make sure
-       there is enough space to mmap().
-
-2006-01-09  Robert Schuster  <robertschuster@fsfe.org>
-
-       * java/beans/Introspector.java:
-       (getBeanInfo(Class, int)): New method.
-       (getBeanInfo(Class, Class): Moved common code in a new method.
-       (merge): New method.
-
-2006-01-09  Robert Schuster  <robertschuster@fsfe.org>
-
-       * java/beans/XMLEncoder.java: Fix spelling mistakes.
-
-2006-01-09  Anthony Balkissoon  <abalkiss@redhat.com>
-
-       * javax/swing/text/DefaultStyledDocument.java:
-       (insertUpdate): Removed call to checkForInsertAfterNewline and instead
-       inlined this method because it needs to change the value of the 
-       finalStartTag and finalStartDirection variables.
-       (checkForInsertAfterNewline): Removed this method.
-       (handleInsertAfterNewline): Added case for making the start tag's 
-       direction JoinNextDirection.
-
-2006-01-09  Lillian Angel  <langel@redhat.com>
-
-       * javax/swing/plaf/basic/BasicTreeUI.java:
-       Added new field.
-       (setRowHeight): Row height is set to the max height of
-       all the nodes, or 20 as a default value.
-       (getPathBounds): Cleaned up code.
-       (getMaxHeight): New helper function that gets the max 
-       height of all the rows.
-       (getClosestPathForLocation): Fixed to use getMaxHeight.
-       (updateCachedPreferredSize): Likewise.
-       (installUI): Shouldn't expand tree on startup.
-       (getNodeDimensions): Fixed to use getMaxHeight. 
-
-2006-01-09  Mark Wielaard  <mark@klomp.org>
-
-       * javax/swing/JList.java (setSelectedIndex): Clear selection when
-       argument is negative.
-
-2006-01-08  Mark Wielaard  <mark@klomp.org>
-
-       * java/net/InetAddress.java (getInaddrAny): Explicitly set hostName.
-
-2006-01-09  Audrius Meskauskas  <AudriusA@Bioinformatics.org>
-
-       * javax.management.Attribute.java: New file. 
-
-2006-01-09  Roman Kennke  <kennke@aicas.com>
-
-       * java/net/DatagramSocketImpl.java
-       (localPort): Renamed to localport for correct access from native
-       code.
-
-2006-01-09  Roman Kennke  <kennke@aicas.com>
-
-       * javax/swing/Popup.java
-       (LightweightPopup.hide): Repaint the layered pane when popup is
-       removed.
-
-2006-01-09  Roman Kennke  <kennke@aicas.com>
-
-       * java/awt/Container.java
-       (remove): Don't repaint the container here.
-
-2006-01-08  Tom Tromey  <tromey@redhat.com>
-
-       * java/lang/InheritableThreadLocal.java: Organized imports.
-
-2006-01-08  Ito Kazumitsu  <kaz@maczuka.gcd.org>  
-
-       Fixes bug #25679
-       * gnu/regexp/RETokenRepeated.java(match): Optimized the case
-       when an empty string matched an empty token.
-
-2006-01-08  Chris Burdess  <dog@gnu.org>
-
-       * gnu/xml/stream/SAXParser.java: Check standalone status for mixed
-         content models from external entities.
-       * gnu/xml/stream/UnicodeReader.java: Report error instead of
-         attempting to continue with unpaired surrogates.
-       * gnu/xml/stream/XMLParser.java: Don't normalize LF equivalents when
-         resolving entities with character entity references; better
-         checking of valid character ranges; don't report an error for URI
-         fragments in notation declarations; check unbound namespace
-         prefixes for elements and attributes, including XML 1.1 unbinding
-         syntax; namespace-aware checking of attribute duplicates.
-
-2006-01-08  Robert Schuster  <robertschuster@fsfe.org>
-
-       * java/beans/Statement.java: Doc fixes.
-       (doExecute): Workaround for Class.forName call.
-       (toString): Made output look more like on the JDK.
-       * java/beans/Expression.java: Doc fixes.
-       (toString): Made output look more like on the JDK.
-       * java/beans/PersistenceDelegate.java,
-       java/beans/DefaultPersistenceDelegate.java,
-       java/beans/Encoder.java,
-       java/beans/XMLEncoder.java: New file.
-       * gnu/java/beans/encoder/ArrayPersistenceDelegate.java,
-       gnu/java/beans/encoder/ClassPersistenceDelegate.java,
-       gnu/java/beans/encoder/CollectionPersistenceDelegate.java,
-       gnu/java/beans/encoder/Context.java,
-       gnu/java/beans/encoder/GenericScannerState.java,
-       gnu/java/beans/encoder/IgnoringScannerState.java,
-       gnu/java/beans/encoder/MapPersistenceDelegate.java,
-       gnu/java/beans/encoder/ObjectId.java,
-       gnu/java/beans/encoder/PrimitivePersistenceDelegate.java,
-       gnu/java/beans/encoder/ReportingScannerState.java,
-       gnu/java/beans/encoder/Root.java,
-       gnu/java/beans/encoder/ScanEngine.java,
-       gnu/java/beans/encoder/ScannerState.java,
-       gnu/java/beans/encoder/StAXWriter.java,
-       gnu/java/beans/encoder/Writer.java: New file.
-       * gnu/java/beans/encoder/elements/Array_Get.java,
-       gnu/java/beans/encoder/elements/Element.java,
-       gnu/java/beans/encoder/elements/List_Set.java,
-       gnu/java/beans/encoder/elements/Array_Set.java,
-       gnu/java/beans/encoder/elements/NullObject.java,
-       gnu/java/beans/encoder/elements/StaticMethodInvocation.java,
-       gnu/java/beans/encoder/elements/StaticFieldAccess.java,
-       gnu/java/beans/encoder/elements/StringReference.java,
-       gnu/java/beans/encoder/elements/ClassResolution.java,
-       gnu/java/beans/encoder/elements/ArrayInstantiation.java,
-       gnu/java/beans/encoder/elements/PrimitiveInstantiation.java,
-       gnu/java/beans/encoder/elements/ObjectReference.java,
-       gnu/java/beans/encoder/elements/ObjectInstantiation.java,
-       gnu/java/beans/encoder/elements/List_Get.java,
-       gnu/java/beans/encoder/elements/MethodInvocation.java: New file.
-
-2006-01-08  Chris Burdess  <dog@gnu.org>
-
-       * java/lang/Character.java (toChars,toCodePoint): Correct these
-         methods to use algorithms from Unicode specification.
-2006-01-08  Mark Wielaard  <mark@klomp.org>
-
-       * native/jni/xmlj/Makefile.am (libxmlj_la_LIBADD): Add jcl.o.
-
-2006-01-07  Paul Jenner  <psj@harker.dyndns.org>
-
-       Fixes bug #25711
-       * examples/Makefile.am: Corrected DESTDIR install paths.
-
-2006-01-07  Audrius Meskauskas  <AudriusA@Bioinformatics.org>
-
-       * org/omg/CORBA/INVALID_ACTIVITY.java: Removed non - 
-       ASCII character (line 46).
-
-2006-01-07  Roman Kennke  <kennke@aicas.com>
-
-       * javax/swing/text/TableView.java: New file.
-
-2006-01-07  Chris Burdess  <dog@gnu.org>
-
-       * gnu/xml/stream/BufferedReader.java: Removed commented out code.
-       * gnu/xml/stream/XIncludeFilter.java: Correct XML Base behaviour.
-       * gnu/xml/stream/XMLParser.java: Make additional StAX properties
-         available; correct handling of unparsed entity references;
-         absolutize all base URIs; remove commented out code.
-
-2006-01-07  Chris Burdess  <dog@gnu.org>
-
-       * gnu/xml/stream/SAXParser.java,
-         gnu/xml/stream/XMLParser.java: Add SAX property to return base
-         URI of the current event.
-
-2006-01-07  Chris Burdess  <dog@gnu.org>
-
-       * gnu/xml/stream/SAXParser.java: Add SAX feature to set XML Base
-         aware processing.
-
-2006-01-07  Chris Burdess  <dog@gnu.org>
-
-       * gnu/xml/stream/SAXParser.java,
-         gnu/xml/stream/XIncludeFilter.java,
-         gnu/xml/stream/XMLParser.java: Updated documentation.
-
-2006-01-07  Chris Burdess  <dog@gnu.org>
-
-       * AUTHORS: add self.
-
-2006-01-06  Casey Marshall  <csm@gnu.org>
-
-       * AUTHORS: add myself.
-
-2006-01-06  Casey Marshall  <csm@gnu.org>
-
-       PR classpath/25699
-       * javax/crypto/CipherInputStream.java (logger): new constant.
-       (cipher): make final.
-       (outLength, inBuffer, inLength): removed.
-       (isStream): make final.
-       (VIRGIN, LIVING, DYING, DEAD, state): removed.
-       (eof): new field.
-       (<init>): call `super,' not `this;' remove `inBuffer' and
-       `outBuffer' initialization; init `eof;' add debug logging.
-       (<init>): call `this' with a new null cipher.
-       (available): fix javadoc to reflect the real semantics; if we
-       don't have a buffer, call `nextBlock.'
-       (close): synchronize.
-       (read): synchronize; fix testing for buffered data.
-       (read): synchronize; add `skip' semantics if first argument is
-       `null;' decrypt stream cipher data only if there is any; fix tests
-       for buffered data.
-       (skip): stop using `available' to see how many data are buffered.
-       (nextBlock): simplify to use cipher-allocated output buffers
-       instead of internally allocated ones.
-
-2006-01-06  Tom Tromey  <tromey@redhat.com>
-
-       * java/lang/String.java (codePointCount): Fixed javadoc.
-
-2006-01-06  Tom Tromey  <tromey@redhat.com>
-
-       * java/lang/String.java (contains): Added @since.
-
-2006-01-06  Ito Kazumitsu  <kaz@maczuka.gcd.org>  
-
-       Fixes bug #25616
-       * gnu/regexp/RE.java(initialize): Allow repeat.empty.token.
-       * gnu/regexp/RETokenRepeated.java(match): Break the loop
-       when an empty string matched an empty token.
-
-2006-01-06  Jeroen Frijters  <jeroen@frijters.net>
-
-       PR classpath/24858
-       * gnu/java/util/WeakIdentityHashMap.java: New file.
-       * java/lang/InheritableThreadLocal.java
-       (newChildThread): Modified to remove key indirection.
-       * java/lang/Thread.java
-       (locals): Changed type to WeakIdentityHashMap.
-       (getThreadLocals): Instantiate WeakIdentityHashMap instead of
-       WeakHashMap.
-       * java/lang/ThreadLocal.java
-       (key, Key): Removed.
-       (get, set): Changed to use "this" instead of "key".
-
-2006-01-06  Dalibor Topic  <robilad@kaffe.org>
-
-       * native/fdlibm/Makefile.am (libfdlibm_la_SOURCES): Removed java-assert.h.
-
-       * native/fdlibm/java-assert.h: Removed file.
-
-       * native/fdlibm/mprec.c: Include assert.h. Don't include java-assert.h.
-       Replaced use of JvAssert by assert.
-
-2006-01-05  Anthony Balkissoon  <abalkiss@redhat.com>
-
-       * javax/swing/text/DefaultCaret.java:
-       (setDot): Fixed paramater to Math.max to be this.dot and not the 
-       parameter dot.
-
-2006-01-05  Roman Kennke  <kennke@aicas.com>
-
-       * javax/swing/plaf/basic/BasicListUI.java
-       (getCellHeight): New helper method.
-       (getCellBounds): Use new helper method for determining the cell
-       height.
-       (paint): Don't call list.indexToLocation() but instead call
-       directly into the same UI method.
-       (locationToIndex): Fixed calculation of # visible rows and handling
-       of cell heights.
-       (indexToLocation): Fixed calculation of # visible rows and handling
-       of cell heights.
-
-2006-01-05  Roman Kennke  <kennke@aicas.com>
-
-       * javax/swing/plaf/metal/MetalFileChooserUI.java
-       (createList): Set VERTICAL_SCROLLBAR_NEVER mode on the JScrollPane
-       in the file chooser.
-
-2006-01-05  Anthony Balkissoon  <abalkiss@redhat.com>
-
-       * javax/swing/JTextPane.java:
-       (replaceSelection): If the document is an AbstractDocument, use replace
-       rather than remove and insert.
-       * javax/swing/event/EventListenerList.java:
-       (getListeners): Reversed the order of the listeners to match the 
-       reference implementation.
-       * javax/swing/text/AbstractDocument.java:
-       (insertString): Add the UndoableEdit from the content.insertString call
-       to the DocumentEvent.
-       (DefaultDocumentEvent.toString): Implemented.
-       * javax/swing/text/DefaultCaret.java:
-       (setDot): Make sure dot is > 0 and less than the length of the 
-       document.
-       * javax/swing/text/DefaultStyledDocument.java:
-       (ElementBuffer.insertUpdate): Set the modified tag of the document 
-       event when we get start and end tags.  This ensures that we create the
-       proper BranchElements in endEdit().
-       (ElementBuffer.insertUpdate): Added FIXME to handle 
-       JoinFractureDirection case.
-       (insertUpdate): Added code to check if we're inserting immediately 
-       after a newline and to handle this case (create start and end tags). 
-       Only change the direction of the first and last tags if they are of 
-       type ContentType.
-       (checkForInsertAfterNewline): New helper method.
-       (handleInsertAfterNewline): Likewise.
-       * javax/swing/text/View.java:
-       (updateLayout): Avoid NPE by checking if shape is null.  Repaint 
-       container.
-
-2006-01-05  Mark Wielaard  <mark@klomp.org>
-
-       * newsitems.txt: Add fosdem meeting.
-       * events/events.wml: Likewise.
-       * events/fosdem06.wml: New file.
-       
-2006-01-05  Lillian Angel  <langel@redhat.com>
-       
-       * javax/swing/text/GapContent.java
-       (createPosition): No positions should be created inside the
-       gap. Fixed check to ensure this does not happen.
-
-2006-01-05  Roman Kennke  <kennke@aicas.com>
-
-       * javax/swing/RepaintManager.java
-       (validateInvalidComponents): Search for the validate root
-       and start validating there.
-
-2006-01-05  Roman Kennke  <kennke@aicas.com>
-
-       * javax/swing/plaf/basic/BasicListUI.java
-       (ComponentHandler): Removed unneeded class.
-       (ListDataHandler.contentsChanged): Revalidate instead of calling
-       damageLayout().
-       (ListDataHandler.intervalAdded): Revalidate instead of calling
-       damageLayout().
-       (ListDataHandler.intervalRemoved): Revalidate instead of calling
-       damageLayout().
-       (PropertyChangeHandler.propertyChange): Or flags together instead
-       of adding them. Don't call damageLayout().
-       (componentListener): Removed unnecessary field.
-       (damageLayout): Removed unnecessary method.
-       (installListeners): Don't install unnecessary listeners.
-       (uninstallListeners): Dito.
-       (getPreferredSize): Don't ask for the real list height and
-       calculate with the previously calculated list height.
-       (locationToIndex): Renamed list parameter to l so that it doesn't
-       shadow the field with the same name.
-       (indexToLocation): Renamed list parameter to l so that it doesn't
-       shadow the field with the same name.
-
-2006-01-04  Tom Tromey  <tromey@redhat.com>
-
-       * include/.cvsignore: Ignore config-int.h.
-
-2006-01-04  Roman Kennke  <kennke@aicas.com>
-
-       * javax/swing/plaf/basic/BasicListUI.java
-       (getPreferredSize): Rewritten to match the specs.
-
-2006-01-04  Roman Kennke  <kennke@aicas.com>
-
-       * javax/swing/JFileChooser.java
-       (showOpenDialog): Set fixed width on the dialog.
-       (showSaveDialog): Set fixed width on the dialog.
-       (showDialog): Set fixed width on the dialog.
-
-2006-01-04  Roman Kennke  <kennke@aicas.com>
-
-       * javax/swing/plaf/basic/BasicListUI.java
-       (locationToIndex): Added FIXME about getVisibleRowCount() usage.
-       Adjusted iteration to not use visibleRowCount and instead iterate
-       over the real number of elements in cellHeights.
-       (indexToLocation): Added FIXME about getVisibleRowCount() usage.
-       Adjusted iteration to not use visibleRowCount and instead iterate
-       over the real number of elements in cellHeights.
-
-2006-01-04  Roman Kennke  <kennke@aicas.com>
-
-       * native/jni/java-net/gnu_java_net_VMPlainSocketImpl.c,
-       * native/jni/java-net/gnu_java_net_VMPlainDatagramSocketImpl.c:
-       Added __attribute__((__unused__)) macros to avoid gcc warnings.
-
-2006-01-04  Roman Kennke  <kennke@aicas.com>
-
-       * vm/reference/gnu/java/net/VMPlainSocketImpl.java: New VM class.
-       * vm/reference/gnu/java/net/VMPlainDatagramSocketImpl.java:
-       New VM class.
-       * native/jni/java-net/gnu_java_net_VMPlainSocketImpl.c: New file.
-       * native/jni/java-net/gnu_java_net_VMPlainDatagramSocketImpl.c:
-       New file.
-       * native/jni/java-net/gnu_java_net_PlainDatagramSocketImpl.c:
-       Removed.
-       * native/jni/java-net/gnu_java_net_PlainSocketImpl.c: Removed.
-       * native/jni/java-net/Makefile.am: Adjusted for new source files.
-       * gnu/java/net/PlainDatagramSocketImpl.java: Use new VM interface.
-       * gnu/java/net/PlainSocketImpl.java: Use new VM interface.
-       * include/gnu_java_net_PlainDatagramSocketImpl.h: Removed.
-       * include/gnu_java_net_PlainSocketImpl.h: Removed.
-       * include/gnu_java_net_VMPlainDatagramSocketImpl.h: New header file.
-       * include/gnu_java_net_VMPlainSocketImpl.h: New header file.
-
-2006-01-04  Lillian Angel  <langel@redhat.com>
-
-       * javax/swing/plaf/metal/MetalFileChooserUI.java
-       (propertyChange): Fixed to change the combo box label
-       appropriately. Also, fixed to set the textfield's text
-       correctly.
-       (editFile): Fixed size of editing field.
-       (installComponents): Correctly aligned all panels.
-       (installStrings): Fixed to set the label's text
-       appropriately depending on the dialog type.
-
-2006-01-04  Lillian Angel  <langel@redhat.com>
-
-       PR classpath/25473 
-       PR classpath/25479
-       * javax/swing/JTree.java
-       (JTree): Because some L&F defaults have been updated,
-       the selectionMode for the tree needed to be set to SINGLE.
-       * javax/swing/plaf/basic/BasicFileChooserUI.java:
-       Initialized accessoryPanel.
-       * javax/swing/plaf/metal/MetalFileChooserUI.java
-       (installComponents): Added accessoryPanel to the filechooser.
-
-2006-01-04  Dalibor Topic  <robilad@kaffe.org>
-
-       * configure.ac: Added AX_CREATE_STDINT_H
-
-       * include/Makefile.am (DISTCLEANFILES): Remove config-int.h.
-
-       * m4/ax_create_stdint_h.m4: New file.
-
-       * native/fdlibm/mprec.h: Include config-int.h. Removed C99
-       typedefs. Removed stdint.h and inttypes.h includes.
-2006-01-03  Mark Wielaard  <mark@klomp.org>
-
-       * javax/swing/JMenuItem.java (configurePropertiesFromAction): Only
-       register keyboard action when accelerator is not null.
-       * javax/swing/plaf/basic/BasicMenuItemUI.java (propertyChange): Only
-       re-register accelerator if not null.
-       (installKeyboardActions): Only put accelerator in map when not null.
-
-2006-01-04  Lillian Angel  <langel@redhat.com>
-
-       * javax/swing/plaf/basic/BasicLookAndFeel.java
-       (initComponentDefaults): Removed unneeded default.
-       * javax/swing/plaf/metal/MetalLookAndFeel.java
-       (initComponentDefaults): Added and fixed several defaults.
-
-2006-01-04  Roman Kennke  <kennke@aicas.com>
-
-       * javax/swing/plaf/basic/BasicHTML.java: New class.
-
-2006-01-03  Tom Tromey  <tromey@redhat.com>
-
-       * java/io/OutputStreamWriter.java (OutputStreamWriter): Added @since.
-       * java/io/InputStreamReader.java (InputStreamReader): Added @since.
-
-2006-01-03  Mark Wielaard  <mark@klomp.org>
-
-       * org/omg/CORBA/INVALID_ACTIVITY.java: Remove non-ascii characters.
-
-2006-01-03  Mark Wielaard  <mark@klomp.org>
-
-       * javax/swing/plaf/metal/MetalLookAndFeel.java (MetalLookAndFeel):
-       Always call createDefaultTheme().
-       (createDefaultTheme): Check whether theme is still null.
-
-2006-01-03  Mark Wielaard  <mark@klomp.org>
-
-       * gnu/java/awt/peer/gtk/GdkGraphics2D.java (setBackground): Set to
-       Color.WHITE if null.
-
-2006-01-03  Lillian Angel  <langel@redhat.com>
-
-       * javax/swing/plaf/metal/MetalLookAndFeel.java
-       (getDescription): Fixed to return the correct string.
-       (getID): Likewise.
-       (getName): Likewise.
-       (getDefaults): Added check to avoid NPE.
-       (getAcceleratorForeground): Likewise.
-       (getAcceleratorSelectedForeground): Likewise.
-       (getBlack): Likewise.
-       (getControl): Likewise.
-       (getControlDarkShadow): Likewise.
-       (getControlDisabled): Likewise.
-       (getControlHighlight): Likewise.
-       (getControlInfo): Likewise.
-       (getControlShadow): Likewise.
-       (getControlTextColor): Likewise.
-       (getControlTextFont): Likewise.
-       (getDesktopColor): Likewise.
-       (getFocusColor): Likewise.
-       (getHighlightedTextColor): Likewise.
-       (getInactiveControlTextColor): Likewise.
-       (getInactiveSystemTextColor): Likewise.
-       (getMenuBackground): Likewise.
-       (getMenuDisabledForeground): Likewise.
-       (getMenuForeground): Likewise.
-       (getMenuSelectedBackground): Likewise.
-       (getMenuSelectedForeground): Likewise.
-       (getMenuTextFont): Likewise.
-       (getPrimaryControl): Likewise.
-       (getPrimaryControlDarkShadow): Likewise.
-       (getPrimaryControlHighlight): Likewise.
-       (getPrimaryControlInfo): Likewise.
-       (getPrimaryControlShadow): Likewise.
-       (getSeparatorBackground): Likewise.
-       (getSeparatorForeground): Likewise.
-       (getSubTextFont): Likewise.
-       (getSystemTextColor): Likewise.
-       (getSystemTextFont): Likewise.
-       (getTextHighlightColor): Likewise.
-       (getUserTextColor): Likewise.
-       (getUserTextFont): Likewise.
-       (getWhite): Likewise.
-       (getWindowBackground): Likewise.
-       (getWindowTitleBackground): Likewise.
-       (getWindowTitleFont): Likewise.
-       (getWindowTitleForeground): Likewise.
-       (getWindowTitleInactiveBackground): Likewise.
-       (getWindowTitleInactiveForeground): Likewise.
-
-2006-01-03  Mark Wielaard  <mark@klomp.org>
-
-       * javax/swing/JTextArea.java
-       (JTextArea(Document,text,int,int)): Only call setText() when text is
-       not null.
-
-2006-01-03  Lillian Angel  <langel@redhat.com>
-
-       * javax/swing/plaf/basic/BasicFileChooserUI.java
-       (installStrings): Fixed installation of defaults that
-       were changed in BasicLookAndFeel.
-       * javax/swing/plaf/basic/BasicTabbedPaneUI.java
-       (installDefaults): Fixed installation of defaults that
-       were changed in BasicLookAndFeel.
-
-2006-01-03  Lillian Angel  <langel@redhat.com>
-
-       * javax/swing/plaf/basic/BasicLookAndFeel.java
-       (initComponentDefaults): Fixed several defaults that differed
-       from the JDK.
-
-2006-01-03  Lillian Angel  <langel@redhat.com>
-
-<<<<<<< .working
-       PR swing/23558
-       * javax/swing/plaf/basic/BasicComboBoxUI.java
-       (FocusHandler.focusLost): Do not call popup.hide.
-
-2005-09-08  Mark Wielaard  <mark@klomp.org>
-
-       * gnu/java/awt/peer/gtk/GdkGraphics2D.java (static): Fix typo
-       (Grahics -> Graphics).
-
-2005-09-08  Tom Tromey  <tromey@redhat.com>
-
-       * examples/gnu/classpath/examples/swing/ClasspathSwingActivityBoard.launch:
-       New file.
-
-2005-09-08  Roman Kennke  <kennke@aicas.com>
-
-       * javax/swing/plaf/metal/MetalLookAndFeel.java
-       (MetalLookAndFeel): Only load default theme if no theme has been
-       set before.
-       (initComponentDefaults): Fixed and added color default values
-       for various components.
-
-2005-09-08  Anthony Balkissoon  <abalkiss@redhat.com>
-
-       * java/awt/Container.java:
-       (findComponentForMouseEventAt): Removed check for opacity.
-
-2005-09-08  Keith Seitz  <keiths@redhat.com>
-
-       * gnu/classpath/jdwp/processor/VirtualMachineCommandSet.java
-       (executeVersion): Major and minor version are integers, not bytes.
-
-2005-09-08  Anthony Balkissoon  <abalkiss@redhat.com>
-
-       * java/awt/Container.java:
-       (findComponentForMouseEventAt): New implementation method.
-       (getDeepestComponentForMouseEventAt): New implementation method.
-       (acquireComponentForMouseEvent): Replaced call to
-       AWTUtilities.getDeepestComponentAt with call to new implementation
-       method getDeepestComponentAt to appropriately handle transparent
-       components with no MouseListeners attached.
-       
-2005-09-08  Tom Tromey  <tromey@redhat.com>
-
-       * .classpath: Enable compilation of jdwp.
-
-2005-09-08  Keith Seitz  <keiths@redhat.com>
-
-       * gnu/classpath/jdwp/processor/ArrayReferenceCommandSet.java
-       (runCommand): Return value is true to indicate that the back-end
-       should shutdown; not whether it should stay alive.
-       * gnu/classpath/jdwp/processor/ArrayTypeCommandSet.java
-       (runCommand): Likewise.
-       * gnu/classpath/jdwp/processor/ClassLoaderReferenceCommandSet.java
-       (runCommand): Likewise.
-       * gnu/classpath/jdwp/processor/ClassTypeCommandSet.java
-       (runCommand): Likewise.
-       * gnu/classpath/jdwp/processor/EventRequestCommandSet.java
-       (runCommand): Likewise.
-       * gnu/classpath/jdwp/processor/MethodCommandSet.java (runCommand):
-       Likewise
-       * gnu/classpath/jdwp/processor/ObjectReferenceCommandSet.java
-       (runCommand): Likewise.
-       * gnu/classpath/jdwp/processor/ReferenceTypeCommandSet.java
-       (runCommand): Likewise.
-       * gnu/classpath/jdwp/processor/StackFrameCommandSet.java
-       (runCommand): Likewise.
-       * gnu/classpath/jdwp/processor/StringReferenceCommandSet.java
-       (runCommand): Likewise.
-       * gnu/classpath/jdwp/processor/ThreadGroupReferenceCommandSet.java
-       (runCommand): Likewise.
-       * gnu/classpath/jdwp/processor/ThreadReferenceCommandSet.java
-       (runCommand): Likewise.
-       * gnu/classpath/jdwp/processor/VirtualMachineCommandSet.java
-       (runCommand): Likewise.
-
-2005-09-08  Lillian Angel  <langel@gmail.com>
-       
-       * javax/swing/JPopupMenu.java:
-       Fixes Bug #PR23533
-       (setVisible): Adjusted popup menu's location
-       depending on the size of the screen.
-
-2005-09-08  Mark Wielaard  <mark@klomp.org>
-
-       * Makefile.am (EXTRA_DIST): Add autogen.sh
-       * lib/standard.omit: Remove gnu/classpath/jdwp, gnu/xml/stream and
-       javax/xml/stream.
-       * vm/reference/standard.omit: Removed.
-
-2005-09-08  Tom Tromey  <tromey@redhat.com>
-
-       * .classpath: Omit more directories and files.
-       * .settings/org.eclipse.jdt.core.prefs: Compile to 1.4 platform.
-       * .settings/org.eclipse.jdt.ui.prefs: Likewise.
-
-2005-09-08  Roman Kennke  <kennke@aicas.com>
-
-       * javax/swing/plaf/metal/OceanTheme.java
-       New class. Implements the ocean theme for Metal.
-       * javax/swing/plaf/metal/MetalLookAndFeel.java
-       (createDefaultTheme): Made Ocean the default theme as in JDK1.5.
-
-2005-09-08  David Gilbert  <david.gilbert@object-refinery.com>
-
-       * javax/swing/plaf/metal/MetalIconFactory.java
-       (FileChooserDetailViewIcon): new private class,
-       (FileChooserHomeFolderIcon): likewise,
-       (FileChooserListViewIcon): likewise,
-       (FileChooserNewFolderIcon): likewise,
-       (FileChooserUpFolderIcon): likewise,
-       (getFileChooserDetailViewIcon): implemented,
-       (getFileChooserHomeFolderIcon): implemented,
-       (getFileChooserListViewIcon): implemented,
-       (getFileChooserNewFolderIcon): implemented,
-       (getFileChooserUpFolderIcon): implemented.
-
-2005-09-08  Roman Kennke  <kennke@aicas.com>
-
-       * javax/swing/plaf/basic/BasicTextUI.java
-       (foreground): Removed this field. This is better stored
-       in the text component itself.
-       (inactiveForeground): Removed this field. This is stored
-       in the disabledTextColor property of the text component.
-       (installDefaults): Load foreground and disabledTextColor
-       properties from UIDefaults. Remove call to updateComponentColors.
-       (paintBackground): Set the correct background color here.
-       (updateComponentColor): Removed this method.
-       * javax/swing/text/PlainView.java
-       (disabledColor): New field. Stores the text color for disabled
-       text fields.
-       (drawUnselectedText): Respect the 'enabled' property of
-       the text component.
-       (paint): Fetch the disabled color of the text component.
-
-2005-09-08  Roman Kennke  <kennke@aicas.com>
-
-       * javax/swing/plaf/basic/BasicTextUI.java
-       (UpdateHandler.propertyChanged): Also update colors if the
-       'editable' property is changed.
-       (updateComponentColors): Correctly handle editable vs. enabled
-       changes.
-       * javax/swing/plaf/metal/MetalLookAndFeel.java
-       (initComponentDefaults): Fixed color defaults for TextFields
-       to use the current theme.
-
-2005-09-08  Roman Kennke  <kennke@aicas.com>
-
-       * javax/swing/plaf/basic/BasicTextUI.java
-       (UpdateHandler.propertyChanged): Update the components colors
-       when the state of the 'enabled' property changes.
-       (foreground): New field that stores the foreground color.
-       (background): New field that stores the background color.
-       (inactiveForeground): New field that stores the inactive
-       foreground color.
-       (inactiveBackground): New field that stores the inactive
-       background color.
-       (updateComponentColors): New method. Updates the text
-       components' colors according to the state of the 'enabled'
-       property.
-       (installDefaults): Load the defaults for the component colors.
-       * javax/swing/plaf/metal/MetalLookAndFeel.java
-       (initComponentDefaults): Added defaults for TextField colors
-       and border.
-
-2005-09-08  Roman Kennke  <kennke@aicas.com>
-
-       * javax/swing/text/GapContent.java
-       Fixes Bug #22966.
-       (GapContentPosition.getOffset): Added assertion to check for
-       consistent state of the Position. Fixed condition in if-statement.
-       (serialVersionUID): Updated serialVersionUID to match JDK1.5.
-       (shiftGap): If gapStart == newGapStart, then return immediatly.
-
-2005-09-08  David Gilbert  <david.gilbert@object-refinery.com>
-
-       * javax/swing/plaf/basic/BasicLookAndFeel.java
-       (initComponentDefaults): added 'ScrollBar.width' default,
-       * javax/swing/plaf/metal/MetalScrollBarUI.java
-       (MetalScrollBarPropertyChangeHandler): new class,
-       (FREE_STANDING_PROP): added,
-       (MIN_THUMB_SIZE): modified dimensions,
-       (increaseButton): new field,
-       (decreaseButton): new field,
-       (scrollBarWidth): new field,
-       (isFreeStanding): new field,
-       (createUI): just return a new instance,
-       (installDefaults): implemented,
-       (createPropertyChangeListener): implemented,
-       (createDecreaseButton): implemented,
-       (createIncreaseButton): implemented,
-       (paintTrack): implemented,
-       (paintTrackHorizontal): new private method,
-       (paintTrackVertical): new private method,
-       (paintThumb): updated,
-       * javax/swing/plaf/metal/MetalScrollButton.java: implemented,
-       * javax/swing/plaf/metal/MetalUtils.java
-        (fillMetalPattern): modified alternating color calculation.
-
-2005-09-08  Jeroen Frijters  <jeroen@frijters.net>
-
-       * java/io/ObjectInputStream.java
-       (readObject): Removed println and fixed Proxy class descriptor
-       deserialization.
-       (resolveProxyClass): Use Class.forName() instead of calling
-       ClassLoader.loadClass() directly.
-       * java/io/ObjectOutputStream.java
-       (writeClassDescriptor): Added support for serializing Proxy
-       class descriptor.
-
-2005-09-08  Jeroen Frijters  <jeroen@frijters.net>
-
-       * javax/naming/CompoundName.java
-       (readObject, writeObject): New methods.
-
-2005-09-07  Lillian Angel  <langel@redhat.com>
-
-       * javax/swing/SpringLayout.java:
-       Fixes Bug #PR23003
-       (getConstraints): Width and height should always
-       be reset, even if constraints is not null. Constraints
-       deal with the location of the component.
-
-2005-09-07  Lillian Angel  <langel@redhat.com>
-
-       * javax/swing/text/GapContent.java:
-       Fixes Bug #PR22966
-       (getOffset): Fixed check, was redundant.
-
-2005-09-07  Lillian Angel  <langel@redhat.com>
-
-       * javax/swing/text/GapContent.java:
-       Fixes Bug #PR22966
-       (getOffset): Added check for mark <= gapEnd
-
-2005-09-07  Roman Kennke  <roman@kennke.org>
-
-       * javax/swing/JApplet.java
-       (AccessibleJApplet): New inner class.
-       (getAccesibleContext): Implemented accessibility support.
-       * javax/swing/JDialog.java
-       (AccessibleJDialog): New inner class.
-       (getAccesibleContext): Implemented accessibility support.
-       * javax/swing/JFrame.java
-       (AccessibleJFrame): New inner class.
-       (getAccesibleContext): Implemented accessibility support.
-       * javax/swing/JWindow.java
-       (AccessibleJWindow): New inner class.
-       (getAccesibleContext): Implemented accessibility support.
-
-2005-09-07  Roman Kennke  <roman@kennke.org>
-
-       * javax/swing/JPanel.java
-       (AccessibleJPanel): New inner class.
-       (getAccessibleContext): Implemented this method.
-
-2005-09-07  Roman Kennke  <roman@kennke.org>
-
-       * javax/swing/JPanel.java: Reformatted to match our coding
-       standards.
-
-2005-09-07  Roman Kennke  <roman@kennke.org>
-
-       * javax/swing/JViewport.java
-       (AccessibleJViewport): New inner class.
-       (getAccessibleContext): New method. Implements the Accessible
-       interface for JViewport.
-
-2005-09-07  David Gilbert  <david.gilbert@object-refinery.com>
-
-       * javax/swing/plaf/metal/MetalIconFactory.java
-       (HorizontalSliderThumbIcon.paintIcon): handle disabled component state,
-       and fetch colors from the look and feel,
-       (VerticalSliderThumbIcon.paintIcon): likewise,
-       * javax/swing/plaf/metal/MetalSliderUI.java
-       (MetalPropertyListener): implemented,
-       (constructor): added color initialisation,
-       (createUI): reimplemented to return a new instance every time,
-       (createPropertyChangeListener): return a new instance of 
-       MetalPropertyListener,
-       (paintTrack): reimplemented to handle track fill option, and the 
-       disabled component state,
-       (paintMinorTickForHorizSlider): fetch colors from look and feel,
-       (paintMajorTickForHorizSlider): likewise,
-       (paintMinorTickForVertSlider): likewise,
-       (paintMajorTickForVertSlider): likewise.
-       
-2005-09-07  Robert Schuster  <robertschuster@fsfe.org>
-
-       * native/jni/qt-peer/componentevent.cpp: Added inclusion
-       of assert.h
-
-2005-09-07  Robert Schuster  <robertschuster@fsfe.org>
-
-       * INSTALL: Mention that GCJ4 is now mandatory.
-
-2005-09-07  Robert Schuster  <robertschuster@fsfe.org>
-
-       * javax/swing/Box.java: Added java.awt.Container import statement.
-
-2005-09-06  David Gilbert  <david.gilbert@object-refinery.com>
-
-       * javax/swing/plaf/metal/MetalLookAndFeel.java
-       (initComponentDefaults): added some RadioButton defaults,
-       * javax/swing/plaf/metal/MetalRadioButtonUI.java
-       (instance): removed,
-       (focusColor): added,
-       (selectColor): added,
-       (disabledTextColor): added,
-       (createUI): return a new instance for every component,
-       (installDefaults): implemented,
-       (uninstallDefaults): implemented,
-       (getSelectColor): implemented,
-       (getDisabledTextColor): implemented,
-       (getFocusColor): implemented,
-       (paint): added FIXME note,
-       (paintFocus): implemented.
-
-2005-09-06  Lillian Angel  <langel@redhat.com>
-       
-       Fixes Bug #PR23023 
-       * javax/swing/plaf/basic/BasicFileChooserUI.java:
-       Added 2 fields and reformatted copyright.
-       (actionPerformed): Should be able to open directories.
-       (mouseClicked): Set text in text field.
-       (installUI): Initialized the current parent path.
-       (installComponents): Fixed initialization for text field.       
-
-2005-09-06  Lillian Angel  <langel@redhat.com>
-
-       * javax/swing/plaf/basic/BasicFileChooserUI.java:
-       Formatted entire class.
-
-2005-09-06  Mark Wielaard  <mark@klomp.org>
-
-       * configure.ac: Set version to 0.19-pre.
-
-       * doc/www.gnu.org/announce/20050906.wml: New file.
-       * doc/www.gnu.org/newsitems.txt: Add 0.18 release announcement.
-       * doc/www.gnu.org/downloads/downloads.wml: Add 0.18.
-
-2005-09-06  Roman Kennke  <roman@kennke.org>
-
-       * javax/swing/Box.java
-       (AccessibleBox): Extend Container.AccessibleAWTContainer.
-       (Filler.AccessibleBoxFiller): Extend Component.AccessibleAWTComponent.
-       (Filler.getAccessibleContext): Uncomment disabled code.
-       (getAccessibleContext): Uncomment disabled code.
-       * javax/swing/JRootPane.java:
-       JRootPane implements Accessible.
-       (AccessibleJRootPane): Extend AccessibleJComponent.
-
-2005-09-06  David Gilbert  <david.gilbert@object-refinery.com>
-
-       * javax/swing/plaf/metal/MetalIconFactory.java
-       (RadioButtonIcon.drawCheck): removed,
-       (RadioButtonIcon.paintIcon): reimplemented,
-       * javax/swing/plaf/metal/MetalLookAndFeel.java
-       (initComponentDefaults): added defaults for JRadioButton.
-       
-2005-09-06  Lillian Angel  <langel@redhat.com>
-
-       Fixes Bug #PR20015
-       * javax/swing/JMenuBar.java
-       (getUIClassID): Fixed API documentation.
-       * javax/swing/plaf/basic/BasicMenuBarUI.java:
-       Added a private field for the mouse listener.
-       (BasicMenuBarUI): Initialized mouseListener.
-       (installListeners): Added mouseListener.
-       (uninstallListeners): Removed mouseListener.
-       (MouseInputHandler): New class added.
-       (mouseClicked): Added code to deselect menu items
-       when menu bar is clicked.       
-
-2005-09-06  Lillian Angel  <langel@redhat.com>
-
-       * javax/swing/plaf/basic/BasicMenuItemUI.java:
-       Fixes Bug #PR23527 
-       (paintMenuItem): Moved view rectangle over to the 
-       left the same amount as defaultTextIconGap so the
-       accelerator is painted with some space on the right.
-
-2005-09-06  Lillian Angel <langel@redhat.com>
-
-       * javax/swing/plaf/basic/BasicMenuItemUI.java:
-       Formatted class.
-
-2005-09-06  Lillian Angel  <langel@redhat.com>
-
-       * javax/swing/plaf/basic/BasicScrollBarUI:
-       Fixes Bug PR23529.
-       (installUI): Changed delay for Timer. Was set too
-       long and actionPerformed was not being called fast
-       enough when the user clicks on the scroll bar. This
-       is because the timer is stopped after the mouse is
-       released.
-
-2005-09-06  Mark Wielaard  <mark@klomp.org>
-
-       * NEWS: Add new features for 0.18.
-       * configure.ac: Set version to 0.18.
-
-2005-09-06  Thomas Fitzsimmons  <fitzsim@redhat.com>
-
-       * native/jni/gtk-peer/gtkpeer.h (SYNCHRONIZE_GDK): Define.
-       * native/jni/gtk-peer/gnu_java_awt_peer_gtk_GtkToolkit.c (gtkInit)
-       [SYNCHRONIZE_GDK]: Make GDK synchronous.
-
-2005-09-05  Thomas Fitzsimmons  <fitzsim@redhat.com>
-
-       PR awt/20720
-       * native/jni/gtk-peer/gnu_java_awt_peer_gtk_GtkWindowPeer.c
-       (get_first_keyval_from_keymap): Return -1 if no keyval was found
-       for given hardware keycode.
-       (keysym_to_awt_keycode): Likewise.
-       (keysym_to_awt_keylocation): Likewise.
-       (key_press_cb): Return immediately if no keyval was found for
-       given hardware keycode.
-       (key_release_cb): Likewise.
-
-2005-09-05  Andreas Tobler  <a.tobler@schweiz.ch>
-
-       * native/jni/Makefile.am (all-local): Invoke $(SHELL) to execute
-       the script.
-
-       * scripts/check_jni_methods.sh: Make script working with non GNU
-       grep versions.
-
-2005-09-05  Roman Kennke  <roman@kennke.org>
-
-       * javax/swing/event/DocumentEvent.java:
-       (ElementChange) Made inner interface static to conform to the specs.
-
-2005-09-05  Roman Kennke  <roman@kennke.org>
-
-       * javax/swing/JDesktopPane.java: Fixed typo in class description.
-       * javax/swing/JEditorPane.java: Removed unneeded import.
-       Added class description.
-       * javax/swing/JDialog.java: Made class description more useful.
-       * javax/swing/JFileChooser.java: Added class description.
-       * javax/swing/JFormattedTextField.java: Added class description.
-       (AbstractFormatter): Likewise.
-       (AbstractFormatterFactory): Likewise.
-       * javax/swing/JFrame.java: Made class description more useful.
-
-2005-09-05  Roman Kennke  <roman@kennke.org>
-
-       * javax/swing/event/DocumentEvent.java:
-       Reindented file to conform to our coding standards.
-
-2005-09-05  Chris Burdess  <dog@gnu.org>
-
-       * gnu/xml/stream/XMLEventAllocatorImpl.java,
-       gnu/xml/stream/XMLInputFactoryImpl.java,
-       gnu/xml/stream/XMLStreamReaderImpl.java: Various fixes from system
-       testing.
-       * javax/xml/namespace/QName.java: Avoid unnecessary test.
-
-2005-09-05  Mark Wielaard  <mark@klomp.org>
-
-       * lib/standard.omit: Add gnu/xml/stream and javax/xml/stream.
-       * NEWS: Describe Untested/Disabled new features.
-
-2005-09-04  Mark Wielaard  <mark@klomp.org>
-
-       * configure.ac (AC_CONFIG_FILES): Add examples/Makefile.jawt.
-       * examples/.cvsignore: Add Makefile.jawt.
-       * examples/Makefile.am (EXAMPLE_C_FILES): New variable.
-       (ALL_EXAMPLE_FILES): Likewise.
-       (install-data-local): Use ALL_EXAMPLE_FILES and add Makefile.jawt.
-       (uninstall-local): Likewise.
-       (EXTRA_DIST): Add Makefile.awt.in.
-       * examples/Makefile.jawt.in: New file.
-       * examples/README: Add jawt instructions.
-       * examples/gnu/classpath/examples/jawt/DemoJAWT.c
-       (Java_DemoJAWT_paint): Rename to
-       Java_gnu_classpath_examples_jawt_DemoJAWT_paintIt.
-       (Java_gnu_classpath_examples_jawt_DemoJAWT_paintIt): Flip foreground
-       color based on on parameter.
-       * examples/gnu/classpath/examples/jawt/DemoJAWT.java (paint): Renamed
-       paintIt.
-       (paint): Call paintIt.
-       (on): New boolean field.
-       (main): Add Frame name, switch on variable every 0.5 seconds and call
-       Frame.repaint().
-       * examples/gnu/classpath/examples/jawt/Makefile: Removed.
-       * include/Makefile.am (include_HEADERS): New for jni.h, jni_md.h,
-       jawt.h and jawt_md.h.
-
-2005-09-05  Jeroen Frijters  <jeroen@frijters.net>
-
-       * java/lang/reflect/Proxy.java
-       (sameTypes): Removed.
-       (equals): Fixed bug #23727.
-
-2005-09-04  Mark Wielaard  <mark@klomp.org>
-
-       * gnu/classpath/jdwp/event/filters/ClassMatchFilter.java
-       (matches): Remove InvalidClassException since it is never thrown.
-       * vm/reference/gnu/classpath/jdwp/VMIdManager.java
-       (newReferenceTypeId): Only return null when SoftReference is cleared,
-       don't catch InstantiationException or IllegalAccessException since
-       they are never thrown.
-
-2005-09-04  Mark Wielaard  <mark@klomp.org>
-
-       * gnu/CORBA/NamingService/NamingServiceTransient.java: Re-un-indent
-       boilerplate.
-
-2005-09-04  Mark Wielaard  <mark@klomp.org>
-
-       * gnu/CORBA/Interceptor/Registrator.java (m_prefix): Mark static.
-       * gnu/java/awt/peer/qt/QtButtonPeer.java: Replace uses of
-       toolkit.eventQueue.postEvent() with QtToolkit.eventQueue.postEvent().
-       * gnu/java/awt/peer/qt/QtCheckboxPeer.java: Likewise.
-       * gnu/java/awt/peer/qt/QtChoicePeer.java: Likewise.
-       * gnu/java/awt/peer/qt/QtComponentPeer.java: Likewise and similar
-       for guiThread and graphicsEnv.
-       * gnu/java/awt/peer/qt/QtListPeer.java: Likewise.
-       * gnu/java/awt/peer/qt/QtMenuItemPeer.java: Likewise.
-       * gnu/java/awt/peer/qt/QtMenuPeer.java: Likewise.
-       * gnu/java/awt/peer/qt/QtScrollbarPeer.java: Likewise.
-       * gnu/java/awt/peer/qt/QtTextAreaPeer.java: Likewise.
-       * gnu/java/awt/peer/qt/QtTextFieldPeer.java: Likewise.
-
-2005-09-04  Chris Burdess  <dog@gnu.org>
-
-       * doc/README.jaxp: Updated JAXP documentation for StAX.
-       * javax/xml/stream/XMLEventFactory.java,
-       * javax/xml/stream/XMLInputFactory.java,
-       * javax/xml/stream/XMLOutputFactory.java: Use GNU implementation by
-       default.
-
-2005-09-04  Andreas Tobler  <a.tobler@schweiz.ch>
-
-       Fix for bug #23653
-       * lib/Makefile.am (metafiles): Use find -name -prune not -path.
-
-2005-09-04  Mark Wielaard  <mark@klomp.org>
-
-       * NEWS: Add description of new awt.datatransfer functionality.
-
-2005-09-04  Mark Wielaard  <mark@klomp.org>
-
-       * javax/swing/text/AbstractDocument.java
-       (LeafElement.LeafElement): Set startPos and endPos through
-       createPosition() if parent is null.
-
-2005-09-04  Chris Burdess  <dog@gnu.org>
-
-       * gnu/xml/stream: StAX implementation.
-
-2005-09-04  Guilhem Lavaux  <guilhem@kaffe.org>
-
-       * java/lang/Integer.java
-       (parseInt): Added some messages to the exception thrown by this
-       method.
-
-2005-09-04  Chris Burdess  <dog@gnu.org>
-
-       * javax/xml/stream/XMLEventFactory.java,
-       * javax/xml/stream/XMLEventWriter.java,
-       * javax/xml/stream/XMLInputFactory.java,
-       * javax/xml/stream/XMLOutputFactory.java,
-       * javax/xml/stream/XMLResolver.java,
-       * javax/xml/stream/XMLStreamConstants.java,
-       * javax/xml/stream/events/Attribute.java,
-       * javax/xml/stream/events/EndEntity.java,
-       * javax/xml/stream/events/EntityDeclaration.java,
-       * javax/xml/stream/events/EntityReference.java,
-       * javax/xml/stream/events/StartEntity.java,
-       * javax/xml/stream/events/XMLEvent.java,
-       * javax/xml/stream/util/EventReaderDelegate.java:
-       StAX API changes to conform to JWSDP 1.5.
-
-2005-09-03  Mark Wielaard  <mark@klomp.org>
-
-       Fixes bug #23701
-       * native/jni/gtk-peer/gnu_java_awt_peer_gtk_GtkClipboard.c
-       (clipboard_owner_change_cb): Only used when GTK_MINOR_VERSION > 4.
-       (Java_gnu_java_awt_peer_gtk_GtkClipboard_initNativeState):
-       Only request owner-change events for GTK_MINOR_VERSION > 4.
-       (clipboard_get_func): Only handle pixbuf and uri when
-       GTK_MINOR_VERSION > 4.
-       (Java_gnu_java_awt_peer_gtk_GtkClipboard_advertiseContent): Only call
-       gtk_target_list_add_* functions when GTK_MINOR_VERSION > 4. Similar
-       for gtk_clipboard_set_can_store.
-       * native/jni/gtk-peer/gnu_java_awt_peer_gtk_GtkImage.c
-       (Java_gnu_java_awt_peer_gtk_GtkImage_drawPixelsScaledFlipped): Mark
-       flipx and flipy unused for GTK_MINOR_VERSION <= 4.
-       * native/jni/gtk-peer/gnu_java_awt_peer_gtk_GtkSelection.c
-       (clipboard_targets_received): Don't handle images for
-       GTK_MINOR_VERSION <= 4.
-       (Java_gnu_java_awt_peer_gtk_GtkSelection_requestImage): Likewise.
-       (clipboard_uris_received): Likewise for text/uri-list.
-       (Java_gnu_java_awt_peer_gtk_GtkSelection_requestURIs): Likewise.
-
-2005-09-03  Andreas Tobler  <a.tobler@schweiz.ch>
-
-       * autogen.sh: Document libtool version needed for Darwin.
-       (LIBTOOLIZE): Don't special case Darwin, always use libtoolize.
-
-2005-09-03  Chris Burdess  <dog@gnu.org>
-
-       * javax/xml/stream,
-       * javax/xml/stream/events,
-       * javax/xml/stream/util:
-       New StAX API classes.
-
-2005-09-02  Keith Seitz  <keiths@redhat.com>
-
-       * gnu/classpath/jdwp/transport/ITransport.java (shutdown): New method.
-       * gnu/classpath/jdwp/transport/JdwpConnection.java (JdwpConnection):
-       Add ThreadGroup argument.
-       * gnu/classpath/jdwp/transport/SocketTransport.java (shutdown):
-       New method.
-
-2005-09-02  Keith Seitz  <keiths@redhat.com>
-
-       * gnu/classpath/jdwp/Jdwp.java: New file.
-       * gnu/classpath/jdwp/JdwpConstants.java: New file.
-       * vm/reference/gnu/classpath/jdwp/VMVirtualMachine.java: New file.
-
-2005-09-02  Keith Seitz  <keiths@redhat.com>
-
-       * gnu/classpath/jdwp/processor/CommandSet.java [vm]: Remove.
-       VMVirtualMachine is entirely static.
-       * gnu/classpath/jdwp/event/EventManager.java (requestEvent)
-       (deleteRequest, clearRequests): Change all VMVirtualMachine calls
-       to reflect new API.
-       * gnu/classpath/jdwp/processor/ClassLoaderReferenceCommandSet.java
-       (executeVisibleClasses): Likewise.
-       * gnu/classpath/jdwp/processor/ClassTypeCommandSet.java
-       (invokeMethod): Likewise.
-       * gnu/classpath/jdwp/processor/MethodCommandSet.java
-       (executeLineTable, executeVariableTable): Likewise.
-       * gnu/classpath/jdwp/processor/ObjectReferenceCommandSet.java
-       (executeInvokeMethod): Likewise.
-       * gnu/classpath/jdwp/processor/ReferenceTypeCommandSet.java
-       (executeSourceFile, executeStatus): Likewise.
-       * gnu/classpath/jdwp/processor/StackFrameCommandSet.java
-       (executeGetValues, ,executeSetValues, executeThisObject): Likewise.
-       * gnu/classpath/jdwp/processor/ThreadReferenceCommandSet.java
-       (executeSuspend, executeResume, executeStatus, executeFrames)
-       (executeFrameCount, executeSuspendCount): Likewise.     
-       * gnu/classpath/jdwp/processor/VirtualMachineCommandSet.java
-       (executeClassesBySignature, executeClassesBySignature)
-       (executeAllClasses, executeDispose, executeSuspend)
-       (executeResume): Likewise.
-
-2005-09-02  Audrius Meskauskas  <AudriusA@Bioinformatics.org>
-
-       * org/omg/CosNaming/NamingContextOperations.java:
-       Do not inherit from CORBA object.
-       * org/omg/CosNaming/_NamingContextExtImplBase.java (_methods),
-       * omg/CosNaming/_NamingContextImplBase.java (methods):
-       Made package private.
-       * omg/CosNaming/NamingContextPOA.java,
-       * omg/CosNaming/NamingContextExtPOA.java,
-       * org/omg/CosNaming/BindingIteratorPOA.java: New files.
-
-2005-09-02  Thomas Fitzsimmons  <fitzsim@redhat.com>
-
-       * java/awt/image/CropImageFilter.java
-       (setPixels(int,int,int,int,ColorModel,byte[],int,int)): Set
-       consumer pixels at 0, 0 location.
-       (setPixels(int,int,int,int,ColorModel,int[],int,int)): Likewise.
-
-2005-09-02  Lillian Angel  <langel@redhat.com>
-
-       * javax/swing/plaf/basic/BasicTreeUI.java
-       (mousepressed): Fixed, so that clicking on control icon will not
-       start editing.
-
-2005-09-02  Anthony Balkissoon  <abalkiss@redhat.com>
-
-       * javax/swing/JTree.java:
-       (getScrollableTracksViewportHeight): Return true if parent is a 
-       JViewport and parent's height is smaller than ours.
-       (getScrollableTracksViewportWidth): Return true if parent is a
-       JViewport and parent's width is smaller than ours.
-
-2005-09-02  Lillian Angel  <langel@redhat.com>
-
-       * javax/swing/JTree.java
-       (installUI): TreeSelectionListener removed because added too many
-       times.
-       * javax/swing/plaf/basic/BasicLookAndFeel.java:
-       Fixed names for some tree defaults.
-       * javax/swing/plaf/basic/BasicTreeUI.java:
-       Added new fields for editing and keyboard actions.
-       (setCellEditor): Took out unneeded if statement.
-       (isEditing): Returned boolean instead.
-       (updateCellEditor): Used set method.
-       (installDefaults): Set focus to tree.
-       (installKeyBoardActions): Implemented.
-       (convertModifiers): New function implemented.
-       (installUI): Used set method and initialized isEditing.
-       (startEditing): set isEditing.
-       (TreeAction): New class implemented to perform keyboard actions.
-       (ActionListenerProxy): New private class used to distribute the key
-       board actions to the true receiver.
-       (editingStopped): Added code to prevent NPEs. set isEditing and focus 
-       to tree. Also, removed TreeSelectionListeners for cellEditor.
-       (editingCanceled): Likewise.
-       (keyPressed): Removed code, not needed anymore.
-       (actionPerformed): Implemented for up/down keyboard actions.
-       (actionPerformed): Implemented for left/right keyboard actions.
-       * javax/swing/tree/DefaultTreeCellEditor.java
-       (DefaultTreeCellEditor): Set lastPath.
-       (isCellEditable): editingComponent should be configured if has not
-       been.
-       (stopCellEditing): No need to set cell editor to null here.
-       (cancelCellEditing): Likewise.
-       (valueChanged): Set tPath to the path that was last selected. Used for
-       the click-pause-click implementation.
-       (actionPerformed): Re-implemented in a simplier fashion.
-       * javax/swing/tree/DefaultTreeCellRenderer.java
-       (getTreeCellRendererComponent): Only set border color if val is lead
-       selection path.
-
-2005-09-02  Audrius Meskauskas  <AudriusA@Bioinformatics.org>
-
-       * gnu/CORBA/Interceptor/ClientRequestInterceptors.java (send_poll):
-       remove ForwardRequest from declaration.
-
-2005-09-02  Audrius Meskauskas  <AudriusA@Bioinformatics.org>
-
-       * org/omg/PortableInterceptor/CurrentOperations.java:
-       Inherit from org.omg.CORBA.CurrentOperations.
-       * org/omg/PortableInterceptor/ClientRequestInterceptorOperations.java
-       (send_poll): Remove ForwardRequest from declaration.
-
-2005-09-02  Anthony Balkissoon  <abalkiss@redhat.com>
-
-       * javax/swing/JList.java:
-       (getPreferredScrollableViewportSize): Implemented.
-
-2005-09-02  Audrius Meskauskas  <AudriusA@Bioinformatics.org>
-
-       * gnu/CORBA/IOR_Delegate.java (request),
-       * gnu/CORBA/SocketRepository.java (get_socket),
-       * gnu/CORBA/gnuRequest (getParameterStream),
-       * gnu/CORBA/NamingService/NameParser.java,
-       * gnu/CORBA/NamingService/NamingServiceTransient.java: Rewritten.
-       * gnu/CORBA/Functional_ORB.java (nameParser): New field.
-       (string_to_object): Rewritten.
-       (ior_to_object): Made public.
-       * org/omg/CORBA/ORB.java (string_to_object): 
-        Documentation update.
-
-2005-09-02  Anthony Balkissoon  <abalkiss@redhat.com>
-
-       * javax/swing/JTree.java:
-       (getPreferredScrollableViewportSize): Implemented.
-
-2005-09-02  David Gilbert  <david.gilbert@object-refinery.com>
-
-       * javax/swing/plaf/basic/BasicLookAndFeel.java
-       (initComponentDefaults): set correct value for 
-       'InternalFrame.titleFont'.
-
-2005-09-02  Mark Wielaard  <mark@klomp.org>
-
-       * gnu/java/awt/ClasspathToolkit.java (registerImageIOSpis):
-       Reintroduced (empty) method.
-       * gnu/java/awt/peer/gtk/GtkToolkit.java (static): Moved initialization
-       of imageIOSpis to new registerImageIOSpis() method.
-       (registerImageIOSpis): New (overloaded) method.
-       * javax/imageio/spi/IIORegistry.java (IIORegistry): Call to Toolkit
-       registration method if instanceof ClasspathToolkit.
-
-2005-09-02  Thomas Fitzsimmons  <fitzsim@redhat.com>
-
-       PR awt/22979
-       * gnu/java/awt/peer/gtk/GtkImage.java,
-       * native/jni/gtk-peer/gnu_java_awt_peer_gtk_GtkImage.c (GtkImage()):
-       New constructor.
-       (drawPixelsScaled): Return immediately if width or height is <= 0.
-       (drawPixelsScaledFlipped): Likewise for srcwidth, srcheight,
-       dstwidth, dstheight.
-       * gnu/java/awt/peer/gtk/GtkToolkit.java (createImage(String)):
-       Create a blank image when filename is "".
-       * javax/swing/ImageIcon.java (ImageIcon(String)): Mention blank
-       icons in documentation.
-       (ImageIcon(String,String)): Likewise.
-
-2005-09-02  Thomas Fitzsimmons  <fitzsim@redhat.com>
-
-       PR awt/23557
-       * gnu/java/awt/peer/gtk/GdkGraphics2D.java (drawString(String,
-       float, float)): Return immediately if string is null or
-       zero-length.
-
-2005-09-02  Thomas Fitzsimmons  <fitzsim@redhat.com>
-
-       PR awt/20014
-       * gnu/java/awt/peer/gtk/GdkGraphics2D.java (static): Always call
-       initStaticState.
-
-2005-09-02  Robert Schuster  <robertschuster@fsfe.org>
-
-       * README: Added MysaifuVM to list of VMs
-       * INSTALL: Added info about Qt4 and ecj.
-
-2005-09-01  Thomas Fitzsimmons  <fitzsim@redhat.com>
-
-       PR awt/23536
-       * gnu/java/awt/peer/gtk/GtkImage.java,
-       gnu_java_awt_peer_gtk_GtkImage.c (GtkImage(URL)): New constructor.
-       (GtkImage(byte[])) New constructor.
-       (loadImageFromData): New method.
-       * gnu/java/awt/peer/gtk/GtkToolkit.java (createImage(URL)): Call
-       GtkImage(URL) constructor.
-       (createImage(byte[],int,int)): Call GtkImage(byte[]) constructor.
-       * include/gnu_java_awt_peer_gtk_GtkImage.h: Regenerate.
-
-2005-09-01  Mark Wielaard  <mark@klomp.org>
-
-       * gnu/java/awt/ClasspathToolkit.java (getFont): Get non-public
-       constructor from Font. Chain "cannot happen" exceptions in
-       AssertionError.
-
-2005-09-01  Mark Wielaard  <mark@klomp.org>
-
-       * java/util/jar/JarFile.java (JarEnumeration.nextElement): Only
-       readSignature when verifying jar.
-       (getEntry): Likewise.
-
-2005-09-01  Anthony Balkissoon  <abalkiss@redhat.com>
-
-       Fixes bug #23204
-       * javax/swing/ViewportLayout.java:
-       (preferredLayoutSize): If the view is scrollable, call its
-       getPreferredScrollableViewportSize method.
-       (layoutContainer): If the view is scrollable, check its 
-       getScrollableTracksViewportWidth and getScrollableTracksViewportHeight
-       methods before resizing the view to match the viewport.
-
-2005-09-01  Mark Wielaard  <mark@klomp.org>
-
-       * native/jni/gtk-peer/gtk_jawt.c
-       (classpath_jawt_get_visualID): Cast returned NULL to VisualID.
-       (classpath_jawt_get_drawable): Cast returned NULL to Drawable.
-
-2005-09-01  Lillian Angel  <langel@redhat.com>
-
-       * javax/swing/plaf/basic/BasicTreeUI.java:
-       Added new field to keep track of contents in newly edited cell.
-       (isEditing): Made more intuitive.
-       (stopEditing): Changed because it was causing an infinite loop.
-       (installUI): Should be set to true when set.
-       (completeEditing): Passed newVal to valueForPathChanged instead.
-       (EditorTimerUpdate): Made timer faster because was not working well.
-       (actionPerformed): No need for 'BasicTreeUI.this.'
-       (update): Likewise.
-       (editingStopped): Likewise. Also, set newVal to appropriate value.
-       (editingCanceled): Likewise.
-       (keyPressed): Likewise.
-       (mousePressed): Likewise.
-       (treeExpanded): Likewise.
-       (treeCollapsed): Likewise.
-       (treeNodesChanged): Likewise.
-       (TreeNodesInserted): Likewise.
-       (treeNodesRemoved): Likewise.
-       (treeStructureChanged): Likewise.
-       (valueChanged): Editing is canceled when a new cell is clicked.
-       (getCellBounds): Initialized row for path.
-       * javax/swing/tree/DefaultTreeCellEditor.java
-       (startEditingTimer): No need to start timer if it is already set.
-       * javax/swing/tree/DefaultTreeModel.java
-       (valueForPathChanged): Fixed so value of node is changed only if it
-       is a MutableTreeNode. Otherwise, it cannot be changed. Also, 
-       implemented with check if root node is the node being changed.
-       (nodeChanged): Should get the path of the node, not the parent.
-
-2005-08-31  Thomas Fitzsimmons  <fitzsim@redhat.com>
-
-       PR awt/20782
-       * native/jni/gtk-peer/gtk_jawt.c
-       (classpath_jawt_get_default_display): Check if widget is realized
-       and return NULL if it is not.
-       (classpath_jawt_get_visualID): Likewise.
-       (classpath_jawt_get_drawable): Likewise.
-
-2005-08-31  Thomas Fitzsimmons  <fitzsim@redhat.com>
-
-       * gnu/java/awt/peer/gtk/GtkComponentPeer.java (setBounds): Only
-       add parent's x and y co-ordinates to translation if parent's
-       parent is not a window.
-
-2005-08-31  Anthony Balkissoon  <abalkiss@redhat.com>
-
-       * javax/swing/plaf/basic/BasicFileChooserUI.java:
-       (boxEntries): Made this method package private because I added a 
-       call to it from an implicitly defined listener class. Also fixed 
-       indentation.
-       (createPropertyChangeListener): If the returned property listener
-       hears DIRECTORY_CHANGED_PROPERTY, call boxEntries() to update the
-       look-in box entries.
-
-2005-08-31  Anthony Balkissoon  <abalkiss@redhat.com>
-
-       PR swing/23037
-       * javax/swing/JFileChooser.java
-       (changeToParentDirectory): If parent directory is null, do nothing.
-
-2005-08-31  Anthony Balkissoon  <abalkiss@redhat.com>
-
-       * javax/swing/JTable.java:
-       (initializeLocalVars): Changed default autoResizeMode to 
-       AUTO_RESIZE_SUBSEQUENT_COLUMNS to match the JDK.
-       * javax/swing/plaf/basic/BasicTableUI.java:
-       (getMaximumSize): Implemented.
-       (getMinimumSize): Implemented.
-
-2005-08-31  Mark Wielaard  <mark@klomp.org>
-
-       * java/nio/charset/Charset.java (charsetForName): Try default provider
-       before trying to load extra providers.
-       (availableCharsets): Explicitly add default provider Charsets.
-       (providers2): Don't include default provider.
-
-2005-08-31  David Gilbert  <david.gilbert@object-refinery.com>
-
-       * javax/swing/plaf/metal/MetalBorders.java
-       (textFieldBorder): new field,
-       (Flush3DBorder): new class,
-       (TextFieldBorder): new class,
-       (getTextFieldBorder): implemented.
-
-2005-08-31  David Gilbert  <david.gilbert@object-refinery.com>
-
-       * javax/swing/plaf/basic/BasicButtonUI.java
-       (getPropertyPrefix): include dot in prefix,
-       (installDefaults): remove dot which is included in prefix now,
-       * javax/swing/plaf/basic/BasicCheckBoxMenuItemUI.java
-       (getPropertyPrefix): return correct prefix,
-       * javax/swing/plaf/basic/BasicCheckBoxUI.java
-       (getPropertyPrefix): return correct prefix,
-       * javax/swing/plaf/basic/BasicMenuItemUI.java
-       (getPropertyPrefix): return correct prefix,
-       * javax/swing/plaf/basic/BasicMenuUI.java
-       (getPropertyPrefix): return correct prefix,
-       * javax/swing/plaf/basic/BasicRadioButtonMenuItemUI.java
-       (getPropertyPrefix): return correct prefix,
-       * javax/swing/plaf/basic/BasicRadioButtonUI.java
-       (getPropertyPrefix): include dot in prefix,
-       (getDefaultIcon): removed dot which is part of the prefix,
-       * javax/swing/plaf/basic/BasicToggleButtonUI.java
-       (getPropertyPrefix): include dot in prefix,
-       * javax/swing/plaf/metal/MetalCheckBoxUI.java: now extends 
-       MetalRadioButtonUI,
-       (getPropertyPrefix): implemented.
-
-2005-08-30  Mark Wielaard  <mark@klomp.org>
-           Christian Schlichtherle  <christian@schlichtherle.de>
-
-       * java/util/zip/ZipEntry.java (setTime): Use
-       Calendar.setTimeInMillis().
-       (getTime): First parse extra bytes. Use Calendar.getTimeInMillis().
-       (parseExtra): Don't return early to make sure that KNOWN_EXTRA is
-       always set.
-       * java/util/zip/ZipFile.java (readEntries): Parse name and comment
-       as UTF-8 string.
-       (close): Check that raf is not null.
-       * java/util/zip/ZipInputStream.java (getNextEntry): Set name as
-       UTF-8 bytes.
-       * java/util/zip/ZipOutputStream.java (setComment): Set comment as
-       UTF-8 bytes.
-       (putNextEntry): Likewise for name.
-       (finish): Likewise for both.
-
-2005-08-30  David Gilbert  <david.gilbert@object-refinery.com>
-
-       * examples/gnu/classpath/examples/swing/Demo.java
-       (mkMenuBar): added a JRadioButtonMenuItem,
-       * javax/swing/plaf/metal/MetalIconFactory.java
-       (RadioButtonMenuItemIcon): new inner class,
-       (getRadioButtonMenuItemIcon): implemented,
-       * javax/swing/plaf/metal/MetalLookAndFeel.java
-       (initComponentDefaults): added RadioButtonMenuItem defaults.
-
-2005-08-30  Lillian Angel <langel@redhat.com>
-
-       * javax/swing/plaf/basic/BasicTreeUI.java:
-       Added a timer field for repainting the editing component.
-       (EditorUpdateTimer): Inner class added and implemented. Updates
-       the caret and text box. Still need to fix typing in text box.
-       (startEditing): Started the timer.
-       (editingCanceled): Stopped the timer.
-       (editingStopped): Likewise.
-
-2005-08-30  Lillian Angel  <langel@redhat.com>
-
-       * examples/gnu/classpath/examples/swing/Demo.java
-       (mkTreeWorld): Made tree editable.
-       * javax/swing/DefaultCellEditor.java
-       (isCellEditable): Added in check for number of mouse clicks.
-       (DefaultCellEditor): To start editing a textfield, number of clicks
-       is 3.
-       * javax/swing/plaf/basic/BasicTreeUI.java:
-       Took out unneeded fields
-       (isEditing): Fixed to check boolean.
-       (updateCellEditor): Made more efficent.
-       (installUI): Created cell editor for initialization.
-       (editingStopped): Added in check to prevent a NPE.
-       (editingCanceled): Likewise.
-       (keyPressed): Added in check for pressing Enter. Enter should stop
-       editing and complete it, when in the process of editing. 
-       (mousePressed): Optimized by using MouseEvent's getClickCount. The
-       clicking on nodes works better. Also, added in code to start the
-       editing.
-       (valueChanged): Implemented.
-       (selectPath): Took out code to remove an already selected path. A node
-       should remain selected if clicked on more than once. Works like JDK.
-       * javax/swing/tree/DefaultTreeCellEditor.java:
-       Added a helper field.
-       (paint): Took out redundant code.
-       (DefaultTreeCellEditor): Added class to listener list.
-       (configureEditingComponent): Updated since listener was added to list.
-       (isCellEditable): Finished implementation.
-       (stopCellEditing): Added a check for editingComponent to prevent a NPE.
-       (cancelCellEditing): Likewise.
-       (valueChanged): Took out redundant code.
-       (actionPerformed): Added code in to implement click-pause-click
-       editing.
-       (shouldStartTimer): Fixed check.
-       (canEditImmediately): Took out redunant code.
-       (inHitRegion): Changed region to be text area only (not icon).
-       (createTreeCellEditor): No need to use canEdit here, removed.
-
-2005-08-30  Christian Schlichtherle  <christian@schlichtherle.de>
-
-       * java/util/zip/DeflaterOutputStream.java
-       (DeflaterOutputStream(OutputStream)): Increase buffer size to 4096.
-       (DeflaterOutputStream(OutputStream,Deflater)): Likewise.
-
-2005-08-30  Christian Schlichtherle  <christian@schlichtherle.de>
-
-       * java/util/zip/DeflaterHuffman.java (bit4Reverse): Mark final.
-
-2005-08-30  David Gilbert  <david.gilbert@object-refinery.com>
-
-       * javax/swing/plaf/metal/MetalLabelUI.java
-       (instance): renamed 'metalLabelUI' and changed from private to 
-       protected,
-       (createUI): modified for renamed field,
-        (paintDisabledText): implemented,
-       * javax/swing/plaf/metal/MetalLookAndFeel.java
-       (initComponentDefaults): modified Label defaults.
-
-2005-08-30  David Gilbert  <david.gilbert@object-refinery.com>
-
-       * javax/swing/plaf/metal/MetalLookAndFeel.java
-       (initComponentDefaults): added some defaults for TabbedPane,
-       * javax/swing/plaf/metal/MetalTabbedPaneUI.java
-       (TabbedPaneLayout): implemented new class,
-       (createLayoutManager): implemented,
-       (paintTabBorder): implemented,
-       (paintTopTabBorder): implemented,
-       (paintLeftTabBorder): implemented,
-       (paintBottomTabBorder): implemented,
-       (paintRightTabBorder): implemented,
-       (paintTabBackground): implemented,
-       (shouldPadTabRun): implemented,
-       * examples/gnu/classpath/examples/swing/Demo.java:
-       (mkTabWorld): new method,
-       (mkTabbedPane): added tab for 'Tab World'.
-       
-2005-08-30  Robert Schuster  <robertschuster@fsfe.org>
-
-       * java/beans/Statement.java:
-       (Statement): Use zero length array if argument array is null.
-       (toString): Use StringBuffer for efficiency reasons, make use of
-       internal name.    
-       (generateInternalName): New method, generates instance names like
-       the JDK has.
-       (doExecute): Removed debugging output that could lead to an exception
-       because wrong loop variable usage.
-       * java/beans/Expression.java: Static constant 'unset' renamed to 
-       'UNSET'.
-
-2005-08-29  Keith Seitz  <keiths@redhat.com>
-
-       * gnu/classpath/jdwp/event/Event.java: New file describing JDWP
-       events.
-       * gnu/classpath/jdwp/event/ClassPrepareEvent.java: New file.
-       * gnu/classpath/jdwp/event/ThreadEndEvent.java: New file.
-       * gnu/classpath/jdwp/event/ThreadStartEvent.java: New file.
-       * gnu/classpath/jdwp/event/VmInitEvent.java (VmInitEvent): New file.
-
-2005-08-29  Tom Tromey  <tromey@redhat.com>
-
-       * .externalToolBuilders/Configure.launch: Changed --prefix.
-       * .externalToolBuilders/CompileNative.launch: Invoke install target.
-       * .cdtproject: New file.
-       * .classpath: Changed output directory.
-       * .cvsignore: Added 'install'.
-
-2005-08-29  Lillian Angel  <langel@redhat.com>
-
-       * javax/swing/JPasswordField.java
-       (getText): Changed to pass error to AssertionError.
-       * javax/swing/plaf/basic/BasicTreeUI.java
-       (setCellEditor): Updated boolean when appropriate.
-       (stopEditing): Took out redundant code.
-       (updateCellEditor): Updated boolean when appropriate.
-       (installListeners): Took out CellEditorListener. It is added
-       when the cellEditor is set.
-       (installUI): Similar.
-       (ensureRowsAreVisible): Fixed API documentation 
-       (startEditing): Fixed to add editing container to the tree.
-       (checkForClickInExpandControl): Fixed API documentation.
-       (editingStopped): Added code to remove listeners and container.
-       (editingCanceled): Similar.
-       (mousePressed): Updated to stop editing when a different cell is
-       clicked.
-       (treeNodesChanged): Called repaint.
-       (treeNodesRemoved): Likewise.
-       (treeStructureChanged): Likewise.
-       (paintNode): Updated to paint a node that is being edited.
-       (paintRecursive): Fixed API documentation.
-       * javax/swing/tree/DefaultTreeCellEditor.java
-       (paint): Fixed to paint icon and text box in correct location with
-       correct spacing.
-       (doLayout): Fixed API documentation.
-       (DefaultTreeCellEditor): Took out call to configure editing component.
-       (configureEditingComponent): Initialized editing icon.
-       (getTreeCellEditorComponent): Took out code to stop editing.
-       Not needed.
-       (addCellEditorListener): Passed on to realEditor.
-       (removeCellEditorListener): Likewise.
-
-2005-08-29  Audrius Meskauskas  <AudriusA@Bioinformatics.org>
-
-       * org/omg/CORBA/ORB.java (string_to_object): Documentation update.
-       * gnu/CORBA/Functional_ORB.java (string_to_object): Rewritten.
-       (ior_to_object): New method.
-       * gnu/CORBA/NamingService/NameParser.java: New file.
-
-2005-08-28  Mark Wielaard  <mark@klomp.org>
-
-       * javax/swing/text/AbstractDocument.java (addEdit): Document gcj bug
-       workaround.
-       (getChange): Likewise.
-
-2005-08-28  Tom Tromey  <tromey@redhat.com>
-
-       * org/omg/PortableInterceptor/ORBInitInfoOperations.java: Removed
-       non-ascii character.
-
-2005-08-28  Chris Burdess  <dog@gnu.org>
-
-        * javax/swing/text/AbstractDocument.java: Fully qualify references to
-        ElementChange class.
-
-2005-08-28  Audrius Meskauskas  <AudriusA@Bioinformatics.org>
-
-       * gnu/CORBA/Interceptor/ForwardRequestHolder.java,
-       * gnu/CORBA/Interceptor/gnuClientRequestInfo.java,
-       * gnu/CORBA/Interceptor/gnuIcCurrent.java,
-       * gnu/CORBA/Interceptor/gnuIorInfo.java,
-       * gnu/CORBA/Interceptor/gnuServerRequestInfo.java,
-       * gnu/CORBA/Interceptor/IORInterceptors.java,
-       * gnu/CORBA/Interceptor/ClientRequestInterceptors.java,
-       * gnu/CORBA/Interceptor/Registrator.java,
-       * gnu/CORBA/Interceptor/ServerRequestInterceptors.java,
-       * gnu/CORBA/GIOP/contextSupportingHeader.java,
-       * org/omg/PortableInterceptor/ClientRequestInfo.java,
-       * org/omg/PortableInterceptor/ClientRequestInfoOperations.java,
-       * org/omg/PortableInterceptor/ClientRequestInterceptor.java,
-       * org/omg/PortableInterceptor/ClientRequestInterceptorOperations.java,
-       * org/omg/PortableInterceptor/Current.java,
-       * org/omg/PortableInterceptor/CurrentHelper.java,
-       * org/omg/PortableInterceptor/CurrentOperations.java,
-       * org/omg/PortableInterceptor/ForwardRequest.java,
-       * org/omg/PortableInterceptor/ForwardRequestHelper.java,
-       * org/omg/PortableInterceptor/InvalidSlot.java,
-       * org/omg/PortableInterceptor/InvalidSlotHelper.java,
-       * org/omg/PortableInterceptor/ORBInitInfo.java,
-       * org/omg/PortableInterceptor/ORBInitInfoOperations.java,
-       * org/omg/PortableInterceptor/ORBInitializer.java,
-       * org/omg/PortableInterceptor/ORBInitializerOperations.java,
-       * org/omg/PortableInterceptor/PolicyFactory.java,
-       * org/omg/PortableInterceptor/PolicyFactoryOperations.java,
-       * org/omg/PortableInterceptor/RequestInfo.java,
-       * org/omg/PortableInterceptor/RequestInfoOperations.java,
-       * org/omg/PortableInterceptor/ServerRequestInfo.java,
-       * org/omg/PortableInterceptor/ServerRequestInfoOperations.java,
-       * org/omg/PortableInterceptor/ServerRequestInterceptor.java,
-       * org/omg/PortableInterceptor/ServerRequestInterceptorOperations.java,
-       * org/omg/PortableInterceptor/package.html:
-       New files.
-       * gnu/CORBA/ExceptionCreator.java,
-       * gnu/CORBA/Functional_ORB.java,
-       * gnu/CORBA/IOR.java,
-       * gnu/CORBA/IOR_Delegate.java,
-       * gnu/CORBA/ObjectCreator.java,
-       * gnu/CORBA/Restricted_ORB.java,
-       * gnu/CORBA/bufferedResponseHandler.java,
-       * gnu/CORBA/gnuCodecFactory.java,
-       * gnu/CORBA/gnuRequest.java,
-       * gnu/CORBA/primitiveArrayTypeCode.java,
-       * gnu/CORBA/primitiveTypeCode.java,
-       * gnu/CORBA/CDR/Vio.java,
-       * gnu/CORBA/CDR/cdrOutput.java,
-       * gnu/CORBA/DynAn/gnuDynAny.java,
-       * gnu/CORBA/DynAn/gnuDynEnum.java,
-       * gnu/CORBA/DynAn/gnuDynFixed.java,
-       * gnu/CORBA/DynAn/gnuDynValue.java,
-       * gnu/CORBA/GIOP/ReplyHeader.java,
-       * gnu/CORBA/GIOP/RequestHeader.java,
-       * gnu/CORBA/GIOP/ServiceContext.java,
-       * gnu/CORBA/GIOP/v1_0/RequestHeader.java,
-       * gnu/CORBA/Poa/LocalDelegate.java,
-       * gnu/CORBA/Poa/LocalRequest.java,
-       * gnu/CORBA/Poa/ORB_1_4.java,
-       * gnu/CORBA/Poa/gnuServantObject.java,
-       * gnu/CORBA/Poa/servantDelegate.java,
-       * org/omg/CORBA/ServiceDetailHelper.java,
-       * org/omg/CORBA/DynAnyPackage/Invalid.java,
-       * org/omg/CORBA/DynAnyPackage/InvalidSeq.java,
-       * org/omg/CORBA/DynAnyPackage/InvalidValue.java,
-       * org/omg/CORBA/DynAnyPackage/TypeMismatch.java,
-       * org/omg/DynamicAny/NameDynAnyPairSeqHelper.java,
-       * org/omg/DynamicAny/_DynAnyFactoryStub.java,
-       * org/omg/DynamicAny/_DynAnyStub.java,
-       * org/omg/DynamicAny/_DynArrayStub.java,
-       * org/omg/DynamicAny/_DynEnumStub.java,
-       * org/omg/DynamicAny/_DynFixedStub.java,
-       * org/omg/DynamicAny/_DynSequenceStub.java,
-       * org/omg/DynamicAny/_DynStructStub.java,
-       * org/omg/DynamicAny/_DynUnionStub.java,
-       * org/omg/DynamicAny/_DynValueStub.java,
-       * org/omg/IOP/ServiceContext.java,
-       * org/omg/IOP/TaggedComponentHelper.java,
-       * org/omg/IOP/TaggedProfileHelper.java,
-       * org/omg/PortableInterceptor/IORInfo.java,
-       * org/omg/PortableInterceptor/IORInfoOperations.java,
-       * org/omg/PortableInterceptor/IORInterceptor.java,
-       * org/omg/PortableInterceptor/IORInterceptorOperations.java,
-       * org/omg/PortableInterceptor/Interceptor.java,
-       * org/omg/PortableInterceptor/LOCATION_FORWARD.java,
-       * org/omg/PortableInterceptor/SUCCESSFUL.java,
-       * org/omg/PortableInterceptor/SYSTEM_EXCEPTION.java,
-       * org/omg/PortableInterceptor/TRANSPORT_RETRY.java,
-       * org/omg/PortableInterceptor/USER_EXCEPTION.java,
-       * org/omg/PortableInterceptor/ORBInitInfoPackage/DuplicateName.java,
-       * org/omg/PortableInterceptor/ORBInitInfoPackage/DuplicateNameHelper.java,
-       * org/omg/PortableInterceptor/ORBInitInfoPackage/InvalidName.java,
-       * org/omg/PortableInterceptor/ORBInitInfoPackage/InvalidNameHelper.java,
-       * org/omg/PortableInterceptor/ORBInitInfoPackage/ObjectIdHelper.java:
-       Rewritten.
-       * org/omg/CORBA/ORB.java,
-       * org/omg/CORBA/package.html,
-       * NEWS:
-       Documentation update.
-
-2005-08-28  Chris Burdess  <dog@gnu.org>
-
-       * gnu/xml/xpath/ArithmeticExpr.java: Fix div and mod by zero to
-       follow IEEE rules.
-
-2005-08-27  Tom Tromey  <tromey@redhat.com>
-
-       * m4/acinclude.m4 (CLASSPATH_WITH_GLIBJ): Always check for 'zip'
-       program.  Changed zip install handling.
-
-2005-08-26  Keith Seitz  <keiths@redhat.com>
-
-       * gnu/classpath/jdwp/event/EventRequest.java: New file.
-       * gnu/classpath/jdwp/exception/JdwpIllegalArgumentException.java:
-       New file.
-
-2005-08-26  Keith Seitz  <keiths@redhat.com>
-
-       * gnu/classpath/jdwp/event/filters/IEventFilter.java: New file.
-       Describes the interface used for event filtering managed by
-       the event manager.
-       * gnu/classpath/jdwp/event/filters/ClassExcludeFilter.java: New file.
-       * gnu/classpath/jdwp/event/filters/ClassMatchFilter.java: New file.
-       * gnu/classpath/jdwp/event/filters/ClassOnlyFilter.java: New file.
-       * gnu/classpath/jdwp/event/filters/ConditionalFilter.java: New file.
-       * gnu/classpath/jdwp/event/filters/CountFilter.java: New file.
-       * gnu/classpath/jdwp/event/filters/ExceptionOnlyFilter.java: New file.
-       * gnu/classpath/jdwp/event/filters/FieldOnlyFilter.java: New file.
-       * gnu/classpath/jdwp/event/filters/InstanceOnlyFilter.java: New file.
-       * gnu/classpath/jdwp/event/filters/LocationOnlyFilter.java: New file.
-       * gnu/classpath/jdwp/event/filters/StepFilter.java: New file.
-       * gnu/classpath/jdwp/event/filters/ThreadOnlyFilter.java: New file.
-
-2005-08-26  David Gilbert  <david.gilbert@object-refinery.com>
-
-       * javax/swing/plaf/basic/BasicCheckBoxUI.java
-       (installUI): removed,
-       * javax/swing/plaf/basic/BasicIconFactory.java
-       (CheckBoxMenuItemIcon): new support class,
-       (getCheckBoxMenuItemIcon): return instance of CheckBoxMenuItemIcon,
-       * javax/swing/plaf/basic/BasicLookAndFeel.java
-       (initComponentDefaults): changed value for 'CheckBoxMenuItem.checkIcon'
-       and removed entry for 'CheckBoxMenuItem.icon',
-       * javax/swing/plaf/basic/BasicMenuItemUI.java
-       (paintMenuItem): let icon handle selection status,
-       * javax/swing/plaf/metal/MetalIconFactory.java
-       (CheckBoxMenuItemIcon): new support class,
-       (getCheckBoxIcon): implemented,
-       (getCheckBoxMenuItemIcon): implemented,
-       * javax/swing/plaf/metal/MetalLookAndFeel.java
-       (initComponentDefaults): added entry for 'CheckBoxMenuItem.checkIcon'.
-
-2005-08-26  Thomas Fitzsimmons  <fitzsim@redhat.com>
-
-       * native/jni/gtk-peer/gnu_java_awt_peer_gtk_GtkFileDialogPeer.c
-       (create): Only set overwrite confirmation if using GTK >= 2.8.
-
-       * native/jni/gtk-peer/gnu_java_awt_peer_gtk_GtkWindowPeer.c
-       (setVisibleNative): Call gdk_flush before releasing GDK lock.
-       (setVisibleNativeUnlocked): Don't call gdk_flush.
-
-2005-08-26  Thomas Fitzsimmons  <fitzsim@redhat.com>
-
-       PR classpath/21660:
-       * gnu/java/awt/peer/gtk/GtkFileDialogPeer.java,
-       native/jni/gtk-peer/gnu_java_awt_peer_gtk_GtkFileDialogPeer.c
-       (AWT_FILEDIALOG_LOAD): New macro.
-       (AWT_FILEDIALOG_SAVE): Likewise.
-       (create(GtkContainerPeer,int)): Add mode parameter.  Create Save
-       dialog if mode is AWT_FILEDIALOG_SAVE.  Remove workaround for
-       http://bugzilla.gnome.org/show_bug.cgi?id=166852.
-       (create()): Add mode argument to create call.
-       * gnu/java/awt/peer/gtk/GtkWindowPeer.java,
-       native/jni/gtk-peer/gnu_java_awt_peer_gtk_GtkWindowPeer.c
-       (setVisibleNative): Override method.
-       (setVisibleNativeUnlocked): Override method.  Call gdk_flush after
-       showing or hiding window.
-       * include/gnu_java_awt_peer_gtk_GtkFileDialogPeer.h: Regenerate.
-       * include/gnu_java_awt_peer_gtk_GtkWindowPeer.h: Regenerate.
-
-2005-08-25  Mark Wielaard  <mark@klomp.org>
-
-       * timezones.pl (parseRule): Add dayoffset when $time represents
-       more then a day.
-       * java/util/TimeZone.java (timezones): Regenerate.
-
-2005-08-25  Keith Seitz  <keiths@redhat.com>
-
-       * gnu/classpath/jdwp/util/Value.java (Value): Update for
-       real VMIdManager API.
-       * gnu/classpath/jdwp/util/Location.java (Location): Likewise.
-
-2005-08-25  Keith Seitz  <keiths@redhat.com>
-
-       * gnu/classpath/jdwp/processor/EventRequestCommandSet.java
-       (executeSet): Use constants for case values.
-       Fix "typo": It is really ThreadOnlyFilter.
-       Correct arguments to InstanceOnlyFilter.
-
-2005-08-25  Keith Seitz  <keiths@redhat.com>
-
-       * gnu/classpath/jdwp/processor/CommandSet.java (CommandSet): Make
-       an abstract class.
-       Add protected variables for VMIdManager and VMVirtualMachine.
-       (runCommand): Make abstract.
-       * gnu/classpath/jdwp/processor/ArrayReferenceCommandSet.java
-       (ArrayReferenceCommandSet): Derive from CommandSet instead of
-       implementing it. Remove private hooks to ID manager and VM.
-       Update all VMIdManager and EventManager API calls.
-       * gnu/classpath/jdwp/processor/ArrayTypeCommandSet.java
-       (ArrayTypeCommandSet): Likewise.
-       * gnu/classpath/jdwp/processor/ClassLoaderReferenceCommandSet.java
-       (ClassLoaderReferenceCommandSet): Likewise.
-       * gnu/classpath/jdwp/processor/ClassObjectReferenceCommandSet.java
-       (ClassObjectReferenceCommandSet): Likewise.
-       * gnu/classpath/jdwp/processor/ClassTypeCommandSet.java
-       (ClassTypeCommandSet): Likewise.
-       * gnu/classpath/jdwp/processor/EventRequestCommandSet.java
-       (EventRequestCommandSet): Likewise.
-       * gnu/classpath/jdwp/processor/FieldCommandSet.java
-       (FieldCommandSet): Likewise.
-       * gnu/classpath/jdwp/processor/InterfaceTypeCommandSet.java
-       (InterfaceTypeCommandSet): Likewise.
-       * gnu/classpath/jdwp/processor/MethodCommandSet.java
-       (MethodCommandSet): Likewise.
-       * gnu/classpath/jdwp/processor/ObjectReferenceCommandSet.java
-       (ObjectReferenceCommandSet): Likewise.
-       * gnu/classpath/jdwp/processor/ReferenceTypeCommandSet.java
-       (ReferenceTypeCommandSet): Likewise.
-       * gnu/classpath/jdwp/processor/StackFrameCommandSet.java
-       (StackFrameCommandSet): Likewise.
-       * gnu/classpath/jdwp/processor/StringReferenceCommandSet.java
-       (StringReferenceCommandSet): Likewise.
-       * gnu/classpath/jdwp/processor/ThreadGroupReferenceCommandSet.java
-       (ThreadGroupReferenceCommandSet.java): Likewise.
-       * gnu/classpath/jdwp/processor/ThreadReferenceCommandSet.java
-       (ThreadReferenceCommandSet): Likewise.
-       * gnu/classpath/jdwp/processor/VirtualMachineCommandSet.java
-       (VirtualMachineCommandSet): Likewise.
-
-       * gnu/classpath/jdwp/processor/ThreadReferenceCommandSet.java
-       (executeStatus): Fix constant name.
-       * gnu/classpath/jdwp/processor/VirtualMachineCommandSet.java
-       (executeDisposeObjects): Don't do anything yet -- this
-       is unimplemented.
-       
-2005-08-25  Mark Wielaard  <mark@klomp.org>
-
-       Reported by Bastiaan Huisman <huisman@science.uva.nl>
-       * scripts/tzabbrevs: Change America/Buenos_Aires to
-       America/Argentina/Buenos_Aires for AGT link.
-       * scripts/timezones.pl (parseTime): Assume and return wall time.
-       Reindent output.
-       * java/util/TimeZone.java (timezones): Regenerate using tzdata2005l.
-
-2005-08-25  Keith Seitz  <keiths@redhat.com>
-
-       * gnu/classpath/jdwp/event/EventManager.java: New file concerning
-       JDWP event request management and notification infrastructure.
-
-2005-08-25  Audrius Meskauskas  <AudriusA@Bioinformatics.org>
-
-        * scripts/eclipse-gnu.xml: Reverted my patch 2005-07-31.
-        
-2005-08-25  Roman Kennke  <roman@kennke.org>
-
-       * javax/swing/JTextPane.java
-       (JTextPane()): Don't set the document to null here.
-
-2005-08-25  Roman Kennke  <roman@kennke.org>
-
-       * javax/swing/plaf/basic/BasicTextUI.java
-       (RootView.preferenceChanged): Revalidate the text component.
-       (RootView.setParent): Set parent of views to null. The parent
-       of the added child view is set to the root view in the
-       BasicTextUI class.
-       (RootView.getView): Implemented new method.
-       (RootView.getViewCount): Implemented new method.
-       (RootView.changedUpdate): Use the correct ViewFactory here.
-       (RootView.insertUpdate): Use the correct ViewFactory here.
-       (RootView.removeUpdate): Use the correct ViewFactory here.
-       (setView): Set the view's parent to the root view.
-
-2005-08-25  Roman Kennke  <roman@kennke.org>
-
-       * javax/swing/text/View.java
-       (View): Don't manage child views here.
-       (getContainer): Throw AssertionError if we have no parent. This
-       should not happen.
-       (append): Call replace to do the real action. Child views
-       are not managed in the View class itself.
-       (removeAll): Give replace an empty array instead of null.
-       Avoids NPEs in subclasses that don't handle the null case.
-       (preferenceChanged): Don't revalidate here. This is too
-       expensive and not necessary.
-       (updateChildren): Let replace do the actual action. We don't
-       manage child views in the View class.
-       (forwardUpdate): Don't access children directly.
-       (dump): Added package private methods useful for debugging.
-
-2005-08-25  Roman Kennke  <roman@kennke.org>
-
-       * javax/swing/text/StyledEditorKit.java
-       (StyledViewFactory.create): Use new BoxView constructor. Throw
-       AssertionError if an unknown element type is encountered,
-       since this should not happen.
-
-2005-08-25  Roman Kennke  <roman@kennke.org>
-
-       * javax/swing/text/GlyphView.java
-       (GlyphPainter): Implemented abstract inner class.
-       (DefaultGlyphPainter): Implemented concrete impl of
-       GlyphPainter.
-       (getGlyphPainter): Implemented new method.
-       (setGlyphPainter): Likewise.
-       (checkPainter): Likewise.
-       (paint): Likewise.
-       (getPreferredSpan): Likewise.
-       (modelToView): Likewise.
-       (getTabExpander): Likewise.
-       (getTabbedSpan): Likewise.
-       (getPartialSpan): Likewise.
-       (getBeginIndex): Likewise.
-       (getEndIndex): Likewise.
-       (getText): Likewise.
-       (getFont): Likewise.
-       (getForeground): Likewise.
-
-2005-08-25  Roman Kennke  <roman@kennke.org>
-
-       * javax/swing/text/GapContent.java
-       (getString): Throw BadLocationException instead of letting
-       a StringIndexOutOfBoundsException bubble up.
-
-2005-08-25  Roman Kennke  <roman@kennke.org>
-
-       * javax/swing/text/ParagraphView.java
-       (Row): Implemented inner class.
-       (ParagraphView(Element)): Implemented constructor.
-       (nextTabStop): Added dummy implementation for TabExpander
-       interface.
-       (createRow): Implemented new method.
-
-2005-08-25  Roman Kennke  <roman@kennke.org>
-
-       * javax/swing/text/FlowView.java
-       (FlowStrategy): Implemented inner class.
-       (LogicalView): Likewise.
-       (FlowView(Element, int)): Implemented constructor.
-       (getFlowAxis): Implemented new method.
-       (getFlowSpan): Likewise.
-       (getFlowStart): Likewise.
-       (createRow): Added new abstract method.
-       (loadChildren): Implemented new method.
-       (layout): Implemented new method.
-       (insertUpdate): Implemented new method.
-       (removeUpdate): Implemented new method.
-       (changedUpdate): Implemented new method.
-       (getViewIndexAtPosition): Implemented new method.
-
-2005-08-25  Roman Kennke  <roman@kennke.org>
-
-       * javax/swing/text/CompositeView.java
-       (loadChildren): Call replace to actually change the child
-       elements. This way subclasses can modify the child
-       management behaviour by simply overriding replace.
-       (setParent): Only call loadChildren if the parent to be set
-       is actually not null.
-       (replace): Check for null children. Set the parent of removed
-       children to null. Set the parent of the added children to
-       this.
-       (modelToView): Added some sanity checks.
-
-2005-08-25  Roman Kennke  <roman@kennke.org>
-
-       * javax/swing/text/BoxView.java
-       (BoxView(Element, int)): Implemented.
-       (getAxis): Likewise.
-       (setAxis): Likewise.
-       (layoutChanged): Likewise.
-       (isLayoutValid): Likewise.
-       (paintChild): Likewise.
-       (replace): Likewise.
-       (paint): Likewise.
-       (getPreferredSpan): Likewise.
-       (getMaximumSpan): Likewise.
-       (baselineRequirements): Likewise.
-       (calculateMajorAxisRequirements): Likewise.
-       (calculateMinorAxisRequirements): Likewise.
-       (isBefore): Likewise.
-       (isAfter): Likewise.
-       (getViewAtPoint): Likewise.
-       (childAllocation): Likewise.
-       (layout): Likewise.
-       (layoutMajorAxis): Likewise.
-       (layoutMinorAxis): Likewise.
-       (isAllocationValid): Likewise.
-       (getWidth): Likewise.
-       (getHeight): Likewise.
-       (setSize): Likewise.
-       (validateLayout): Likewise.
-
-2005-08-25  Roman Kennke  <roman@kennke.org>
-
-       * javax/swing/text/AbstractDocument.java
-       (AbstractElement.dumpElement): Throw AssertionError when
-       a BadLocationException is encountered.
-       (BranchElement.getElementIndex): Return -1 if there is no child
-       element. Return elementCount - 1 if the requested offset is after
-       the child elements of that element.
-       (BranchElement.getEndOffset): Throw NPE if this element has no
-       children.
-       (BranchElement.getStartOffset): Throw NPE if this element has
-       no children.
-       (DefaultDocumentEvent.addEdit): Implemented.
-       (DefaultDocumentEvent.getChange): Implemented.
-
-2005-08-25  Lillian Angel  <langel@redhat.com>
-
-       * javax/swing/JPasswordField.java
-       (setText): Changed to raise an AssertionError when a 
-       BadLocationException is caught.
-
-2005-08-25  Tom Tromey  <tromey@redhat.com>
-
-       * configure.ac: Call AC_PROG_CXX.
-
-2005-08-25  Mark Wielaard  <mark@klomp.org>
-
-       * javax/xml/namespace/QName.java: Updated boilerplate address.
-       * gnu/xml/xpath/XPathParser.y: Likewise.
-       * gnu/xml/xpath/XPathParser.java: Regenerated.
-
-2005-08-25  David Gilbert  <david.gilbert@object-refinery.com>
-
-       * javax/xml/datatype/DatatypeFactory.java: minor API doc fixes,
-       * javax/xml/parsers/DocumentBuilder.java: likewise,
-       * javax/xml/parsers/SAXParser.java: likewise,
-       * javax/xml/transform/Source.java: likewise.
-
-2005-08-25  David Gilbert  <david.gilbert@object-refinery.com>
-
-       * javax/swing/tree/DefaultTreeModel.java
-       (nodesWereRemoved): minor API doc fix.
-       
-2005-08-25  David Gilbert  <david.gilbert@object-refinery.com>
-
-       * javax/swing/plaf/basic/BasicInternalFrameTitlePane.java
-       (activeBGColor): removed,
-       (activeFGColor): removed,
-       (inactiveBGColor): removed,
-       (inactiveFGColor): removed,
-       (installDefaults): replaced removed fields above with correct ones,
-       (uninstallDefaults): likewise,
-       (setButtonIcons): implemented,
-       (paintComponent): replaced removed fields above with correct ones;
-       * javax/swing/plaf/metal/MetalInternalFrameTitlePane.java: implemented,
-       * javax/swing/plaf/metal/MetalInternalFrameUI.java
-       (createNorthPane): implemented,
-       * javax/swing/plaf/metal/MetalLookAndFeel.java
-       (initComponentDefaults): added internal frame icons.
-
-2005-08-25  Thomas Fitzsimmons  <fitzsim@redhat.com>
-
-       * gnu/java/awt/ClasspathToolkit.java (getFont): Throw
-       RuntimeException in case of error.
-       * gnu/java/awt/EmbeddedWindow.java (addNotify): Likewise.
-
-2005-08-24  Thomas Fitzsimmons  <fitzsim@redhat.com>
-
-       * native/jni/gtk-peer/gnu_java_awt_peer_gtk_GtkButtonPeer.c
-       (beginNativeRepaintID): Remove variable.
-       (endNativeRepaintID): Likewise.
-       (cp_gtk_button_init_jni): Don't look up beginNativeRepaint and
-       endNativeRepaint methods.
-       * gnu/java/awt/peer/gtk/GtkFramePeer.java (resizing): Remove
-       field.
-       * gnu/java/awt/peer/gtk/GtkWindowPeer.java,
-       native/jni/gtk-peer/gnu_java_awt_peer_gtk_GtkWindowPeer.c
-       (resizing): Remove field.
-       * gnu/java/awt/peer/gtk/GtkFileDialogPeer.java (hiding): Remove
-       field.
-       (setVisible): Don't override.
-       * gnu/java/awt/peer/gtk/GtkChoicePeer.java,
-       native/jni/gtk-peer/gnu_java_awt_peer_gtk_GtkChoicePeer.c
-       (selectNative): New method.
-       (selectNativeUnlocked): Likewise.
-       (select): Call setNativeUnlocked if in the GTK main thread,
-       selectNative otherwise.
-       * gnu/java/awt/peer/gtk/GtkComponentPeer.java,
-       native/jni/gtk-peer/gnu_java_awt_peer_gtk_GtkComponentPeer.c
-       (gtkWidgetSetCursorUnlocked): New method.
-       (setCursor(Cursor)): Call gtkWidgetSetCursorUnlocked if in the GTK
-       main thread, gtkWidgetSetCursor otherwise.
-       (setVisibleNative): New method.
-       (setVisibleNativeUnlocked): Likewise.
-       (setVisible): Call setVisibleNativeUnlocked if in the GTK main
-       thread, setVisibleNative otherwise.
-       (hide): Call setVisible(false).
-       (show): Call setVisible(true).
-
-2005-08-24  Tom Tromey  <tromey@redhat.com>
-
-       * java/text/SimpleDateFormat.java (compileFormat): Correctly
-       handle quoted single quotes.  PR classpath/23183.
-
-2005-08-24  Mark Wielaard  <mark@klomp.org>
-
-       * vm/reference/gnu/classpath/jdwp/VMFrame.java: Update copyright
-       boilerplate address.
-       * vm/reference/gnu/classpath/jdwp/VMIdManager.java: Likewise.
-
-2005-08-24  Mark Wielaard  <mark@klomp.org>
-
-       * doc/www.gnu.org/newsitems.txt: Fix announcement url.
-
-2005-08-24  David Gilbert  <david.gilbert@object-refinery.com>
-
-       * javax/swing/plaf/metal/MetalIconFactory.java
-       (InternalFrameCloseIcon): new private class,
-       (InternalFrameAltMaximizeIcon): likewise,
-       (InternalFrameMaximizeIcon): likewise,
-       (InternalFrameMinimizeIcon): likewise,
-       (getInternalFrameCloseIcon): implemented,
-       (getInternalFrameMaximizeIcon): implemented,
-       (getInternalFrameMinimizeIcon): implemented,
-       (getInternalFrameAltMaximizeIcon): implemented.
-
-2005-08-24  Mark Wielaard  <mark@klomp.org>
-
-       * gnu/CORBA/ForwardRequestHelper.java: Update copyright boilerplate
-       address.
-       * gnu/classpath/jdwp/processor/CommandSet.java: Likewise.
-       * gnu/classpath/jdwp/processor/StringReferenceCommandSet.java:
-       Likewise.
-       * gnu/classpath/jdwp/processor/ClassLoaderReferenceCommandSet.java:
-       Likewise.
-       * gnu/classpath/jdwp/processor/ClassTypeCommandSet.java: Likewise.
-       * gnu/classpath/jdwp/processor/StackFrameCommandSet.java: Likewise.
-       * gnu/classpath/jdwp/processor/ThreadReferenceCommandSet.java:
-       Likewise.
-       * gnu/classpath/jdwp/util/LineTable.java: Likewise.
-       * gnu/classpath/jdwp/util/MethodResult.java: Likewise.
-       * gnu/classpath/jdwp/util/VariableTable.java: Likewise.
-       * javax/xml/namespace/QName.java: Likewise.
-       * org/omg/DynamicAny/_DynAnyFactoryStub.java: Likewise.
-       * org/omg/DynamicAny/_DynAnyStub.java: Likewise.
-       * org/omg/DynamicAny/_DynArrayStub.java: Likewise.
-       * org/omg/DynamicAny/_DynEnumStub.java: Likewise.
-       * org/omg/DynamicAny/_DynFixedStub.java: Likewise.
-       * org/omg/DynamicAny/_DynSequenceStub.java: Likewise.
-       * org/omg/DynamicAny/_DynStructStub.java: Likewise.
-       * org/omg/DynamicAny/_DynUnionStub.java: Likewise.
-       * org/omg/DynamicAny/_DynValueStub.java: Likewise.
-       * org/omg/PortableServer/ForwardRequest.java: Likewise.
-       * org/omg/PortableServer/CurrentHelper.java: Likewise.
-       * org/omg/PortableServer/ForwardRequestHelper.java: Likewise.
-       * org/omg/PortableServer/ServantActivatorHelper.java: Likewise.
-       * org/omg/PortableServer/ServantLocatorHelper.java: Likewise.
-       * org/omg/PortableServer/_ServantActivatorStub.java: Likewise.
-       * org/omg/PortableServer/_ServantLocatorStub.java: Likewise.
-
-2005-08-24  Mark Wielaard  <mark@klomp.org>
-
-       * configure.ac: Set version to 0.18-pre.
-
-2005-08-24  Mark Wielaard  <mark@klomp.org>
-
-       * doc/www.gnu.org/newsitems.txt: Add Generics Branch Merge
-       Announcement.
-
-2005-08-24  Lillian Angel  <langel@redhat.com>
-
-       * javax/swing/DefaultCellEditor.java
-       (isCellEditable): Reversed last changes.
-
-2005-08-24  Lillian Angel  <langel@redhat.com>
-
-       * javax/swing/DefaultCellEditor.java
-       (isCellEditable): If the event is null, the cell is still 
-       editable.
-       * javax/swing/plaf/basic/BasicTextUI.java
-       (getVisibleEditorRect): Use getPreferredSize to get the width
-       and height.
-       * javax/swing/tree/DefaultTreeCellEditor.java
-       (paint): Fixed to paint the JTextField with the background
-       and border at the correct location.
-       (DefaultTreeCellEditor): Changed to initialize realEditor.
-       (configureEditingComponent): Helper function implemented.
-       (getTreeCellEditorComponent): Fixed to use realEditor to get component.
-       (isCellEditable): Fixed to configure editing component.
-       (shouldSelectCell): Always returns true.
-       (stopCellEditing): Fixed to configure editing component if needed.
-       (cancelCellEditing): Fixed to configure editing component if needed.
-       (createTreeCellEditor): Fixed to initialize fields.
-
-2005-08-24  Mark Wielaard  <mark@klomp.org>
-
-       * resource/japhar-0.09.patch.1: Removed.
-       * resource/orp-1.0.8.patch: Removed.
-       * resource/orp-1.0.9.patch: Removed.
-       * resource/Makefile.am (EXTRA_DIST): Removed.
-
-2005-08-24  Mark Wielaard  <mark@klomp.org>
-
-       * NEWS: Split in general changes and vm interface changes. Add RawData
-       to Pointer conversion.
-
-2005-08-24  Mark Wielaard  <mark@klomp.org>
-
-       * native/jni/java-lang/java_lang_VMDouble.c
-       (Java_java_lang_VMDouble_parseDouble): Remove KISSME_LINUX_USER hack.
-
-2005-08-24  Mark Wielaard  <mark@klomp.org>
-
-       * configure.ac: Check for QtGui >= 4.0.1. Check for and
-       add extra include dirs ($includedir/Qt) to QT_CFLAGS.
-       * native/jni/qt-peer/.cvsignore: Add slotcallbacks.moc.h.
-       * native/jni/qt-peer/Makefile.am (QT_CXXFLAGS): Removed.
-       (libqtpeer_la_CXXFLAGS): Removed.
-       (libqtpeer_la_LDFLAGS): Removed.
-       (AM_LDFLAGS): Set to @CLASSPATH_MODULE@ @QT_LIBS@.
-       (AM_CXXFLAGS): Set to @QT_CFLAGS@.
-
-2005-08-24  David Gilbert  <david.gilbert@object-refinery.com>
-
-       * javax/swing/plaf/basic/BasicInternalFrameUI.java
-       (installDefaults): just fetch border from UIDefaults,
-       * javax/swing/plaf/metal/MetalIconFactory.java
-       (InternalFrameDefaultMenuIcon): implemented,
-       (getInternalFrameDefaultMenuIcon): implemented,
-       * javax/swing/plaf/metal/MetalLookAndFeel.java
-       (initComponentDefaults): add values for "InternalFrame.border" and
-       "InternalFrame.icon".
-
-2005-08-24  David Gilbert  <david.gilbert@object-refinery.com>
-
-       * javax/swing/plaf/metal/MetalBorders.java
-       (InternalFrameBorder): implemented.
-       
-2005-08-24  David Gilbert  <david.gilbert@object-refinery.com>
-
-       * javax/swing/plaf/basic/BasicDesktopPaneUI.java
-       (installDefaults): set background color using "desktop" color,
-       * javax/swing/plaf/basic/BasicLookAndFeel.java
-       (initSystemColorDefaults): removed "Desktop.background" color,
-       * javax/swing/plaf/metal/MetalLookAndFeel.java
-       (initSystemColorDefaults): added "desktop" color.
-
-2005-08-23  Lillian Angel  <langel@redhat.com>
-
-       * javax/swing/plaf/basic/BasicTreeUI.java
-       (stopEditing): Implemented.
-       (cancelEditing): Implemented.
-       (startEditingAtPath): Implemented.
-       (getEditingPath): Implemented.
-       (createDefaultCellEditor): Implemented.
-       (updateCellEditor): Implemented.
-       (completeEditing): Implemented.
-       (completeEditing): Implemented.
-       (startEditing): Implemented.
-       (editingStopped): Implemented.
-       (editingCanceled): Implemented.
-       * javax/swing/tree/DefaultTreeCellEditor.java
-       (stopCellEditing): Stopped the timer.
-       (cancelCellEditing): Likewise.
-       
-2005-08-23  Lillian Angel  <langel@redhat.com>
-
-       * javax/swing/DefaultCellEditor.java
-       (getTreeCellEditorComponent): Implemented cases for JCheckBox
-       and JComboBox.
-       * javax/swing/plaf/basic/BasicTreeUI.java
-       (BasicTreeUI): Moved lines to installUI where the renderer
-       and editor are created.
-       (installUI): Likewise.
-       * javax/swing/tree/DefaultTreeCellEditor.java
-       (getPreferredSize): Implemented.
-       (DefaultTreeCellEditor): Implemented.
-       (DefaultTreeCellEditor): Implemented.
-       (getTreeCellEditorComponent): Implemented.
-       (getCellEditorValue): Implemented.
-       (isCellEditable): Implemented.
-       (shouldSelectCell): Implemented.
-       (stopCellEditing): Implemented.
-       (cancelCellEditing): Implemented.
-       (valueChanged): Implemented.
-       (actionPerformed): Implemented.
-       (shouldStartEditingTimer): Implemented.
-       (startEditingTimer): Implemented.
-       (canEditImmediately): Implemented.
-       (inHitRegion): Implemented.
-       (determineOffset): Implemented.
-       (prepareForEditing): Implemented.
-       (createContainer): Implemented.
-       (createTreeCellEditor): Implemented.
-
-2005-08-23  Tom Tromey  <tromey@redhat.com>
-
-       * java/text/SimpleDateFormat.java (compileFormat): Reformatted.
-
-2005-08-23  Tom Tromey  <tromey@redhat.com>
-
-       PR classpath/23531
-       * java/sql/Date.java (toString): Not deprecated.
-       (valueOf): Likewise.
-       * java/sql/Time.java (toString): Not deprecated.
-       (valueOf): Likewise.
-
-2005-08-23  David Gilbert  <david.gilbert@object-refinery.com>
-
-       * javax/swing/UIManager.java:  
-       (addAuxiliaryLookAndFeel): renamed field, added check for null 
-       argument,
-       (removeAuxiliaryLookAndFeel): reimplemented,
-       (getAuxiliaryLookAndFeels): renamed field,
-       (installLookAndFeel): implemented by delegation.
-
-2005-08-23  David Gilbert  <david.gilbert@object-refinery.com>
-
-       * javax/swing/UIManager.java: added API docs all over.
-       
-2005-08-23  David Gilbert  <david.gilbert@object-refinery.com>
-
-       * javax/swing/UIManager.java: 
-       (look_and_feel): renamed currentLookAndFeel,
-       (currentUIDefaults): new field,
-       (get(Object)): access cached UIDefaults,
-       (get(Object, Locale)): likewise,
-       (getBoolean(Object)): likewise,
-       (getBoolean(Object, Locale)): likewise,
-       (getBorder(Object)): likewise,
-       (getBorder(Object, Locale)): likewise,
-       (getColor(Object)): likewise,
-       (getColor(Object, Locale)): likewise,
-        (getDefaults): return reference to UIDefaults from current look and 
-       feel rather than recreating them every time,
-       (getDimension(Object)): access local defaults,
-       (getDimension(Object, Locale)): likewise,
-       (getFont(Object)): likewise,
-       (getFont(Object, Locale)): likewise,
-       (getIcon(Object)): likewise,
-       (getIcon(Object, Locale)): likewise,
-       (getInsets(Object)): likewise,
-       (getInsets(Object, Locale)): likewise,
-       (getInt(Object)): likewise,
-       (getInt(Object, Locale)): likewise,
-        (getLookAndFeel): renamed attribute,
-       (getLookAndFeelDefaults): return reference to UIDefaults from current
-       look and feel rather than recreating them every time,
-       (getString(Object)): access local defaults,
-       (getString(Object, Locale)): likewise,
-       (getUI(JComponent)): likewise,
-       (installLookAndFeel(String, String)): implemented by delegation,
-       (put(Object, Object)): update local defaults,
-       (setLookAndFeel): create and retain reference to UIDefaults.
-
-2005-08-23  David Gilbert  <david.gilbert@object-refinery.com>
-
-       * javax/swing/UIManager.java:
-       (addPropertyChangeListener): implemented,
-       (removePropertyChangeListener): likewise,
-       (getPropertyChangeListeners): likewise,
-       (setLookAndFeel): fire a property change event.
-       
-2005-08-23  Lillian Angel  <langel@redhat.com>
-
-       * javax/swing/plaf/basic/BasicTreeUI.java
-       (BasicTreeUI): Moved these lines to installUI 
-       because they were causing NullPointerExceptions.
-       (installUI): Added code from constructor.
-       * javax/swing/plaf/metal/MetalTreeUI.java
-       (createUI): Formatted code.
-
-2005-08-23  Tom Tromey  <tromey@redhat.com>
-
-       * configure.ac: Fixed typo.
-
-2005-08-23  David Gilbert  <david.gilbert@object-refinery.com>
-
-       * javax/swing/event/SwingPropertyChangeSupport.java
-       (writeObject): removed empty method,
-       (readObject): likewise,
-       (getPropertyChangeListeners()): implemented,
-       (getPropertyChangeListeners(String)): likewise,
-       (hasListeners): return true if there are any general listeners,
-       added API docs all over.
-       
-2005-08-23  Mark Wielaard  <mark@klomp.org>
-
-       * native/jni/qt-peer/qttextfieldpeer.cpp
-       (Java_gnu_java_awt_peer_qt_QtTextFieldPeer_getCaretPosition): Renamed
-       from Java_gnu_java_awt_peer_qt_QtTextFieldPeer_getCaretPositionNative.
-
-       * gnu/java/awt/peer/qt/QtComponentPeer.java (getMinimumSizeNative):
-       Removed unused native method.
-       (getPreferredSizeNative): Likewise.
-
-       * include/gnu_java_awt_peer_qt_QMatrix.h: Regenerated.
-       * include/gnu_java_awt_peer_qt_QPainterPath.h: Likewise.
-       * include/gnu_java_awt_peer_qt_QPen.h: Likewise.
-       * include/gnu_java_awt_peer_qt_QtAudioClip.h: Likewise.
-       * include/gnu_java_awt_peer_qt_QtButtonPeer.h: Likewise.
-       * include/gnu_java_awt_peer_qt_QtCanvasPeer.h: Likewise.
-       * include/gnu_java_awt_peer_qt_QtCheckboxPeer.h: Likewise.
-       * include/gnu_java_awt_peer_qt_QtChoicePeer.h: Likewise.
-       * include/gnu_java_awt_peer_qt_QtComponentPeer.h: Likewise.
-       * include/gnu_java_awt_peer_qt_QtContainerPeer.h: Likewise.
-       * include/gnu_java_awt_peer_qt_QtDialogPeer.h: Likewise.
-       * include/gnu_java_awt_peer_qt_QtEmbeddedWindowPeer.h: Likewise.
-       * include/gnu_java_awt_peer_qt_QtFileDialogPeer.h: Likewise.
-       * include/gnu_java_awt_peer_qt_QtFontMetrics.h: Likewise.
-       * include/gnu_java_awt_peer_qt_QtFontPeer.h: Likewise.
-       * include/gnu_java_awt_peer_qt_QtFramePeer.h: Likewise.
-       * include/gnu_java_awt_peer_qt_QtGraphics.h: Likewise.
-       * include/gnu_java_awt_peer_qt_QtGraphicsEnvironment.h: Likewise.
-       * include/gnu_java_awt_peer_qt_QtImage.h: Likewise.
-       * include/gnu_java_awt_peer_qt_QtLabelPeer.h: Likewise.
-       * include/gnu_java_awt_peer_qt_QtListPeer.h: Likewise.
-       * include/gnu_java_awt_peer_qt_QtMenuBarPeer.h: Likewise.
-       * include/gnu_java_awt_peer_qt_QtMenuComponentPeer.h: Likewise.
-       * include/gnu_java_awt_peer_qt_QtMenuItemPeer.h: Likewise.
-       * include/gnu_java_awt_peer_qt_QtMenuPeer.h: Likewise.
-       * include/gnu_java_awt_peer_qt_QtPanelPeer.h: Likewise.
-       * include/gnu_java_awt_peer_qt_QtPopupMenuPeer.h: Likewise.
-       * include/gnu_java_awt_peer_qt_QtScreenDevice.h: Likewise.
-       * include/gnu_java_awt_peer_qt_QtScrollPanePeer.h: Likewise.
-       * include/gnu_java_awt_peer_qt_QtScrollbarPeer.h: Likewise.
-       * include/gnu_java_awt_peer_qt_QtTextAreaPeer.h: Likewise.
-       * include/gnu_java_awt_peer_qt_QtTextFieldPeer.h: Likewise.
-       * include/gnu_java_awt_peer_qt_QtToolkit.h: Likewise.
-       * include/gnu_java_awt_peer_qt_QtVolatileImage.h: Likewise.
-       * include/gnu_java_awt_peer_qt_QtWindowPeer.h: Likewise.
-
-2005-08-23  Thomas Fitzsimmons  <fitzsim@redhat.com>
-
-       * java/awt/EventQueue.java (getNextEvent): Don't check if this is
-       the dispatch thread.
-
-2005-08-23  Sven de Marothy  <sven@physto.se>
-
-       * gnu/java/awt/peer/qt/QtAudioClip.java
-       * gnu/java/awt/peer/qt/QtComponentGraphics.java
-       * gnu/java/awt/peer/qt/QtComponentPeer.java
-       * gnu/java/awt/peer/qt/QtDialogPeer.java
-       * gnu/java/awt/peer/qt/QtFontPeer.java
-       * gnu/java/awt/peer/qt/QtFramePeer.java
-       * gnu/java/awt/peer/qt/QtGraphics.java
-       * gnu/java/awt/peer/qt/QtImage.java
-       * gnu/java/awt/peer/qt/QtImageGraphics.java
-       * gnu/java/awt/peer/qt/QtLabelPeer.java
-       * gnu/java/awt/peer/qt/QtMenuBarPeer.java
-       * gnu/java/awt/peer/qt/QtMenuComponentPeer.java
-       * gnu/java/awt/peer/qt/QtMenuPeer.java
-       * gnu/java/awt/peer/qt/QtPanelPeer.java
-       * gnu/java/awt/peer/qt/QtRepaintThread.java
-       * gnu/java/awt/peer/qt/QtToolkit.java
-       * gnu/java/awt/peer/qt/QtVolatileImage.java
-       * include/gnu_java_awt_peer_qt_QtComponentPeer.h
-       * include/gnu_java_awt_peer_qt_QtEmbeddedWindowPeer.h
-       * include/gnu_java_awt_peer_qt_QtGraphics.h
-       * include/gnu_java_awt_peer_qt_QtMenuPeer.h
-       * include/gnu_java_awt_peer_qt_QtVolatileImage.h
-       * native/jni/qt-peer/componentevent.cpp
-       * native/jni/qt-peer/componentevent.h
-       * native/jni/qt-peer/eventmethods.h
-       * native/jni/qt-peer/keybindings.cpp
-       * native/jni/qt-peer/keybindings.h
-       * native/jni/qt-peer/qtcomponentpeer.cpp
-       * native/jni/qt-peer/qtframepeer.cpp
-       * native/jni/qt-peer/qtgraphics.cpp
-       * native/jni/qt-peer/qtimage.h
-       * native/jni/qt-peer/qtlabelpeer.cpp
-       * native/jni/qt-peer/qtmenucomponentpeer.cpp
-       * native/jni/qt-peer/qtmenupeer.cpp
-       * native/jni/qt-peer/qtscrollpanepeer.cpp
-       * native/jni/qt-peer/qttextfieldpeer.cpp
-       * native/jni/qt-peer/qtvolatileimage.cpp
-       * native/jni/qt-peer/qtwindowpeer.cpp:
-       Reindented, minor fixes.
-       * gnu/java/awt/peer/qt/QtImageDirectGraphics.java
-       New file.
-       
-2005-08-22  Tom Tromey  <tromey@redhat.com>
-
-       * java/net/JarURLConnection.java (getJarEntry): Return null if no
-       entry specified.
-
-2005-08-22  Tom Tromey  <tromey@redhat.com>
-
-       * lib/split-for-gcj.sh: Create Makefile.deps atomically.
-       * lib/gen-classlist.sh.in: Don't run split-for-gcj.sh.
-       * lib/Makefile.gcj (Makefile.deps): New target.
-       * lib/Makefile.am (compile-classes): Pass top_srcdir to
-       Makefile.gcj.
-
-2005-08-22  Lillian Angel  <langel@redhat.com>
-       
-       * javax/swing/plaf/basic/BasicLookAndFeel.java:
-       Added in default border for Tree.
-       * javax/swing/tree/DefaultTreeCellRenderer.java:
-       Formatting entire class.
-       (getPreferredSize): Implemented.
-
-2005-08-22  David Gilbert  <david.gilbert@object-refinery.com>
-
-       * javax/swing/event/SwingPropertyChangeSupport.java: reformatted.
-       
-2005-08-22  Mark Wielaard  <mark@klomp.org>
-
-       * javax/swing/ImageIcon.java: Add documentation.
-
-2005-08-22  Tom Tromey  <tromey@redhat.com>
-
-       * javax/swing/text/LayoutQueue.java: New file.
-
-2005-08-22  Tom Tromey  <tromey@redhat.com>
-
-       PR libgcj/23499:
-       * doc/api/Makefile.am (install-data-local): Now conditional on
-       CREATE_API_DOCS.
-       (uninstall-local): Likewise.
-
-2005-08-22  Kelley Cook  <kcook@gcc.gnu.org>
-
-       * Makefile.am (ACLOCAL_AMFLAGS): New.
-
-2005-08-22  David Gilbert  <david.gilbert@object-refinery.com>
-
-       * javax/swing/UIManager.java: fixed error message typo in static
-       initialization code.
-       
-2005-08-22  David Gilbert  <david.gilbert@object-refinery.com>
-
-       * javax/swing/text/AbstractDocument.java: fixed minor API doc problems,
-       * javax/swing/text/Caret.java: likewise,
-       * javax/swing/text/CompositeView.java: likewise,
-       * javax/swing/text/DefaultCaret.java: likewise,
-       * javax/swing/text/DefaultEditorKit.java: likewise,
-       * javax/swing/text/DefaultStyledDocument.java: likewise,
-       * javax/swing/text/ElementIterator.java: likewise,
-       * javax/swing/text/GlyphView.java: likewise,
-       * javax/swing/text/IconView.java: likewise,
-       * javax/swing/text/View.java: likewise.
-
-2005-08-22  David Gilbert  <david.gilbert@object-refinery.com>
-
-       * javax/swing/SwingUtilities.java: fixed some minor API doc problems.
-       
-2005-08-22  David Gilbert  <david.gilbert@object-refinery.com>
-
-       * NEWS: added item regarding javax.swing.plaf.multi.* package 
-       implementation.
-       
-2005-08-22  Mark Wielaard  <mark@klomp.org>
-
-       * native/jni/gtk-peer/gtkpeer.h (cp_gtk_clipboard,
-       cp_gtk_stringTarget, cp_gtk_imageTarget, cp_gtk_filesTarget): New
-       extern variables.
-       * native/jni/gtk-peer/gnu_java_awt_peer_gtk_GtkSelection.c: New file.
-       * native/jni/gtk-peer/Makefile.am (libgtkpeer_la_SOURCES): Add
-       gnu_java_awt_peer_gtk_GtkSelection.c.
-       * native/jni/gtk-peer/gnu_java_awt_peer_gtk_GtkClipboard.c: Renames
-       clipboard to cp_gtk_clipboard, stringTarget to cp_gtk_stringTarget,
-       imageTarget to cp_gtk_imageTarget, filesTarget to cp_gtk_filesTarget,
-       cp_gtk_clipboard_owner_change_cb to clipboard_owner_change_cb,
-       cp_gtk_clipboard_get_func to clipboard_get_func,
-       cp_gtk_clipboard_clear_func to clipboard_clear_func, moved
-       GtkSelection native methods to new file.
-
-2005-08-21  Thomas Fitzsimmons  <fitzsim@redhat.com>
-
-       * gnu/java/awt/peer/gtk/GtkSelection.java: Update for new FSF
-       address.
-
-2005-08-21  Thomas Fitzsimmons  <fitzsim@redhat.com>
-
-       * javax/swing/plaf/basic/BasicSplitPaneUI.java
-       (KEYBOARD_DIVIDER_MOVE_OFFSET): Initialize with 3.
-
-2005-08-21  Thomas Fitzsimmons  <fitzsim@redhat.com>
-
-       * javax/swing/ImageIcon.java (getIconHeight): Return -1 if image
-       is null.
-       (getIconWidth): Likewise.
-
-2005-08-21  Thomas Fitzsimmons  <fitzsim@redhat.com>
-
-       * native/jni/gtk-peer/gnu_java_awt_peer_gtk_GtkWindowPeer.c
-       (window_get_frame_extents): If window is not decorated, guess 0,
-       0, 0, 0 inset values.
-
-2005-08-21  Tom Tromey  <tromey@redhat.com>
-
-       * javax/swing/text/AbstractWriter.java (NEWLINE): Now 'final'.
-
-2005-08-21  Thomas Fitzsimmons  <fitzsim@redhat.com>
-
-       * java/awt/Label.java (setText): Refine text inequality test.
-
-2005-08-21  Thomas Fitzsimmons  <fitzsim@redhat.com>
-
-       * gnu/java/awt/peer/gtk/GdkGraphics.java (setClip(Shape)): Clear
-       clip when clip == null.
-       * gnu/java/awt/peer/gtk/GdkGraphics2D.java (setClip(Shape)):
-       Likewise.
-
-2005-08-20  Thomas Fitzsimmons  <fitzsim@redhat.com>
-
-       * java/awt/Label.java (setText): Invalidate label.
-
-2005-08-20  Thomas Fitzsimmons  <fitzsim@redhat.com>
-
-       * java/awt/image/AreaAveragingScaleFilter.java: Add checks for
-       consumer != null.
-       * java/awt/image/CropImageFilter.java: Likewise.
-       * java/awt/image/ImageFilter.java: Likewise.
-       * java/awt/image/RGBImageFilter.java: Likewise.
-       * java/awt/image/ReplicateScaleFilter.java: Likewise.
-
-2005-08-20  Thomas Fitzsimmons  <fitzsim@redhat.com>
-
-       * gnu/java/awt/peer/gtk/GdkPixbufDecoder.java (findFormatName):
-       Just return null when ext == null.
-
-2005-08-20  Thomas Fitzsimmons  <fitzsim@redhat.com>
-
-       * java/awt/AWTKeyStroke.java (getAWTKeyStroke): Include old-style
-       modifiers in returned AWTKeyStroke's modifier mask.
-
-2005-08-20  Thomas Fitzsimmons  <fitzsim@redhat.com>
-
-       * gnu/java/awt/peer/gtk/GdkGraphics2D.java (setStroke): Clear
-       dashes if dashes is null.
-       (setStrokeUnlocked): Likewise.
-
-2005-08-20  Thomas Fitzsimmons  <fitzsim@redhat.com>
-
-       * java/awt/Window.java (getMostRecentFocusOwner): New method.
-
-2005-08-20  Sven de Marothy  <sven@physto.se>
-
-       * gnu/java/awt/peer/qt/MainQtThread.java
-       * gnu/java/awt/peer/qt/QtComponentGraphics.java
-       * gnu/java/awt/peer/qt/QtComponentPeer.java
-       * gnu/java/awt/peer/qt/QtEmbeddedWindowPeer.java
-       * gnu/java/awt/peer/qt/QtFramePeer.java
-       * gnu/java/awt/peer/qt/QtImage.java
-       * gnu/java/awt/peer/qt/QtListPeer.java
-       * gnu/java/awt/peer/qt/QtScreenDeviceConfiguration.java
-       * gnu/java/awt/peer/qt/QtToolkit.java
-       * native/jni/qt-peer/componentevent.cpp
-       * native/jni/qt-peer/componentevent.h
-       * native/jni/qt-peer/eventmethods.h
-       * native/jni/qt-peer/mainqtthread.cpp
-       * native/jni/qt-peer/mainthreadinterface.cpp
-       * native/jni/qt-peer/mainthreadinterface.h
-       * native/jni/qt-peer/qtcomponentpeer.cpp
-       * native/jni/qt-peer/qtframepeer.cpp
-       * native/jni/qt-peer/qtgraphics.cpp
-       Refactored.
-       * include/gnu_java_awt_peer_qt_MainQtThread.h
-       * include/gnu_java_awt_peer_qt_QMatrix.h
-       * include/gnu_java_awt_peer_qt_QPainterPath.h
-       * include/gnu_java_awt_peer_qt_QPen.h
-       * include/gnu_java_awt_peer_qt_QtAudioClip.h
-       * include/gnu_java_awt_peer_qt_QtButtonPeer.h
-       * include/gnu_java_awt_peer_qt_QtCanvasPeer.h
-       * include/gnu_java_awt_peer_qt_QtCheckboxPeer.h
-       * include/gnu_java_awt_peer_qt_QtChoicePeer.h
-       * include/gnu_java_awt_peer_qt_QtComponentPeer.h
-       * include/gnu_java_awt_peer_qt_QtContainerPeer.h
-       * include/gnu_java_awt_peer_qt_QtDialogPeer.h
-       * include/gnu_java_awt_peer_qt_QtEmbeddedWindowPeer.h
-       * include/gnu_java_awt_peer_qt_QtFileDialogPeer.h
-       * include/gnu_java_awt_peer_qt_QtFontMetrics.h
-       * include/gnu_java_awt_peer_qt_QtFontPeer.h
-       * include/gnu_java_awt_peer_qt_QtFramePeer.h
-       * include/gnu_java_awt_peer_qt_QtGraphics.h
-       * include/gnu_java_awt_peer_qt_QtGraphicsEnvironment.h
-       * include/gnu_java_awt_peer_qt_QtImage.h
-       * include/gnu_java_awt_peer_qt_QtLabelPeer.h
-       * include/gnu_java_awt_peer_qt_QtListPeer.h
-       * include/gnu_java_awt_peer_qt_QtMenuBarPeer.h
-       * include/gnu_java_awt_peer_qt_QtMenuComponentPeer.h
-       * include/gnu_java_awt_peer_qt_QtMenuItemPeer.h
-       * include/gnu_java_awt_peer_qt_QtMenuPeer.h
-       * include/gnu_java_awt_peer_qt_QtPanelPeer.h
-       * include/gnu_java_awt_peer_qt_QtPopupMenuPeer.h
-       * include/gnu_java_awt_peer_qt_QtScreenDevice.h
-       * include/gnu_java_awt_peer_qt_QtScrollPanePeer.h
-       * include/gnu_java_awt_peer_qt_QtScrollbarPeer.h
-       * include/gnu_java_awt_peer_qt_QtTextAreaPeer.h
-       * include/gnu_java_awt_peer_qt_QtTextFieldPeer.h
-       * include/gnu_java_awt_peer_qt_QtToolkit.h
-       * include/gnu_java_awt_peer_qt_QtVolatileImage.h
-       * include/gnu_java_awt_peer_qt_QtWindowPeer.h
-       Regenerated.
-       * gnu/java/awt/peer/qt/QtRepaintThread.java:
-       New file.
-
-2005-08-20  Thomas Fitzsimmons  <fitzsim@redhat.com>
-
-       * native/jni/gtk-peer/gtk_jawt.c
-       (classpath_jawt_get_default_display): Remove locking.
-       (classpath_jawt_get_visualID): Likewise.
-       (classpath_jawt_get_drawable): Likewise.
-       (classpath_jawt_object_lock): Remove function.
-       (classpath_jawt_object_unlock): Likewise.
-       (classpath_jawt_create_lock): Likewise.
-       (classpath_jawt_destroy_lock): Likewise.
-       * native/jni/classpath/classpath_jawt.h
-       (classpath_jawt_object_lock): Remove function.
-       (classpath_jawt_object_unlock): Likewise.
-       (classpath_jawt_create_lock): Likewise.
-       (classpath_jawt_destroy_lock): Likewise.
-       * native/jawt/jawt.c [!__GNUC__] (__attribute__): Define to
-       nothing.
-       (_Jv_Lock): Call classpath_jawt_lock.
-       (_Jv_Unlock): Call classpath_jawt_unlock.
-       (_Jv_GetDrawingSurfaceInfo): Move surface_info_x11 initialization
-       from ...
-       (_Jv_GetDrawingSurface): Remove surface_info_x11 initialization.
-       (_Jv_FreeDrawingSurface): Don't destroy target object.
-       * native/jawt/Makefile.am: Add SONAME FIXME.
-       * include/jawt_md.h (struct _JAWT_X11DrawingSurfaceInfo): Re-order
-       display field.  Add colour map, depth and GetAWTColor function
-       pointer fields.
-       * include/jawt.h (struct _JAWT_Rectangle): New structure.
-       (struct _JAWT_DrawingSurfaceInfo): Add drawing surface, bounds,
-       clip size and clipping rectangle fields.
-       (struct _JAWT_DrawingSurface): Add env field.  Rename lock field
-       target.  Re-order function pointer and lock fields.  Remove
-       surface_info field.
-       (struct _JAWT): Add GetComponent function pointer field.
-
-2005-08-20  Keith Seitz  <keiths@redhat.com>
-
-       * gnu/classpath/jdwp/id/ClassLoaderId.java (getClassLoader): New method.
-       * gnu/classpath/jdwp/id/ClassObjectId.java (getClassObject): New method.
-       * gnu/classpath/jdwp/id/JdwpId.java 
-       (getReference): New method.
-       (setReference): New method.
-       * gnu/classpath/jdwp/id/ObjectId.java (getObject): New method.
-       * gnu/classpath/jdwp/id/ReferenceTypeId.java (getType): New method.
-       * gnu/classpath/jdwp/id/StringId.java (getString): New method.
-       * gnu/classpath/jdwp/id/ThreadGroupId.java (getThreadGroup): New method.
-       * gnu/classpath/jdwp/id/ThreadId.java (getThread): New method.
-
-       * gnu/classpath/jdwp/id/ObjectId.java (setId): New method.
-       (disableCollection): New method.
-       (enableCollection): New method.
-
-       * gnu/classpath/jdwp/id/JdwpId.java (equals): Remove test for class equality.
-       (setId): Make public.
-
-2005-08-20  Keith Seitz  <keiths@redhat.com>
-
-       * gnu/classpath/jdwp/exception/InvalidThreadGroupException.java
-       (InvalidThreadGroupException): Fix misleading string error message.
-       (InvalidThreadGroupException): Fix typo -- should be
-       JdwpConstants.Error.INVALID_THREAD_GROUP.
-
-       * gnu/classpath/jdwp/exception/InvalidClassLoaderException.java: New
-       exception.
-       * gnu/classpath/jdwp/exception/InvalidFieldException.java: New
-       exception.
-       * gnu/classpath/jdwp/exception/InvalidLocationException.java: New
-       exception.
-       * gnu/classpath/jdwp/exception/InvalidMethodException.java: New
-       exception.
-
-2005-08-19  Audrius Meskauskas <AudriusA@Bioinformatics.org>
-
-        * NEWS: Added note about DynamicAny package.
-
-2005-08-19  Mark Wielaard  <mark@klomp.org>
-
-       * native/jni/qt-peer/Makefile.am (libqtpeer_la_SOURCES):
-       Added eventmethods.h.
-
-2005-08-19  Tom Tromey  <tromey@redhat.com>
-
-       * javax/swing/tree/DefaultTreeCellEditor.java: Removed erroneous
-       import.
-
-2005-08-19  Tom Tromey  <tromey@redhat.com>
-
-       * javax/swing/text/AbstractWriter.java: New file.
-       * javax/swing/text/ElementIterator.java: New file.
-
-2005-08-19  Lillian Angel  <langel@redhat.com>
-
-       * javax/swing/plaf/basic/BasicTreeUI.java
-       (getCellBounds): No need to call getFont twice. This 
-       is fixed.
-       * javax/swing/tree/DefaultTreeCellEditor.java:
-       Added API documentation for all fields.
-       (getPreferredSize): Implemented.
-       (paint): Implemented.
-       (doLayout): Implemented.
-       (getFont): Implemented.
-       (getPreferredSize): Implemented.
-       (DefaultTreeCellEditor): Partially implemented.
-       (DefaultTreeCellEditor): Partially implemented.
-       (setBorderSelectionColor): Implemented.
-       (getBorderSelectionColor): Implemented.
-       (setFont): Implemented.
-       (getFont): Implemented.
-       (getTreeCellEditorComponent): Added API documentation.  
-       (getCellEditorValue): Added API documentation.
-       (isCellEditable): Added API documentation.
-       (shouldSelectCell): Added API documentation.
-       (stopCellEditing): Added API documentation.
-       (cancelCellEditing): Added API documentation.
-       (valueChanged): Added API documentation.
-       (actionPerformed): Added API documentation.
-       (setTree): Implemented.
-       (shouldStartEditingTimer): Added API documentation.
-       (startEditingTimer): Added API documentation.
-       (canEditImmediately): Added API documentation.
-       (inHitRegion): Added API documentation.
-       (determineOffset): Added API documentation.
-       (prepareForEditing): Added API documentation.
-       (createContainer): Added API documentation.
-       (createTreeCellEditor): Added API documentation.
-
-2005-08-19  Thomas Fitzsimmons  <fitzsim@redhat.com>
-
-       * lib/.cvsignore: Add META-INF, Makefile.deps and lists.
-
-2005-08-19  Thomas Fitzsimmons  <fitzsim@redhat.com>
-
-       * configure.ac: Generate native/jawt/Makefile.
-       * include/jawt.h: Import from libgcj.
-       * include/jawt_md.h: Likewise.
-       * native/Makefile.am (JAWTDIR): New variable.
-       * native/jawt: New directory.
-       * native/jawt/.cvsignore: New file.
-       * native/jawt/Makefile.am: Likewise.
-       * native/jawt/jawt.c: Import from libgcj.
-
-2005-08-19  Lillian Angel  <langel@redhat.com>
-
-       * javax/swing/tree/DefaultTreeModel.java
-       (setAsksAllowsChildren): Removed comment, unneeded.
-       (setRoot): Formatting.
-       (getIndexOfChild): Formatting.
-       (reload): Added API documentation.
-       (reload): Likewise.
-       (valueForPathChanged): Implemented.
-       (insertNodeInto): Implemented.
-       (removeNodeFromParent): Implemented.
-       (nodeChanged): Implemented.
-       (nodesWereInserted): Implemented.
-       (nodesWereRemoved): Implemented.
-       (nodesChanged): Implemented.
-       (nodeStructureChanged): Added API documentation.
-       (getPathToRoot): Implemented.
-       (getPathToRoot): Implemented.
-       (fireTreeNodesChanged): Added API documentation.
-
-2005-08-19  Roman Kennke  <roman@kennke.org>
-
-       * java/awt/image/DirectColorModel.java
-       (createCompatibleWritableRaster): Added API documentation.
-
-2005-08-18  Thomas Fitzsimmons  <fitzsim@redhat.com>
-
-       * java/awt/Font.java (Font(String,Map)): Make package private.
-       * gnu/java/awt/ClasspathToolkit.java (getFont): Access
-       package-private Font.Font(String,Map) constructor using
-       reflection.
-
-2005-08-18  Thomas Fitzsimmons  <fitzsim@redhat.com>
-
-       * gnu/java/awt/peer/GLightweightPeer.java,
-       gnu/java/awt/peer/gtk/GtkComponentPeer.java,
-       gnu/java/awt/peer/gtk/GtkContainerPeer.java,
-       gnu/java/awt/peer/gtk/GtkFramePeer.java,
-       gnu/java/awt/peer/gtk/GtkMenuComponentPeer.java,
-       gnu/java/awt/peer/gtk/GtkTextAreaPeer.java,
-       gnu/java/awt/peer/gtk/GtkTextFieldPeer.java,
-       gnu/java/awt/peer/gtk/GtkToolkit.java,
-       gnu/java/awt/peer/gtk/GtkWindowPeer.java,
-       gnu/java/awt/peer/qt/QtComponentPeer.java,
-       gnu/java/awt/peer/qt/QtContainerPeer.java,
-       gnu/java/awt/peer/qt/QtFramePeer.java,
-       gnu/java/awt/peer/qt/QtMenuComponentPeer.java,
-       gnu/java/awt/peer/qt/QtScreenDeviceConfiguration.java,
-       gnu/java/awt/peer/qt/QtTextAreaPeer.java,
-       gnu/java/awt/peer/qt/QtTextFieldPeer.java,
-       gnu/java/awt/peer/qt/QtWindowPeer.java,
-       java/awt/peer/ComponentPeer.java,
-       java/awt/peer/ContainerPeer.java, java/awt/peer/FramePeer.java,
-       java/awt/peer/MenuComponentPeer.java,
-       java/awt/peer/TextComponentPeer.java,
-       java/awt/peer/WindowPeer.java: Add new 1.5 methods.
-       * java/awt/Window.java (Window()): Initialize
-       graphicsConfiguration.
-       * java/awt/GraphicsConfiguration.java
-       (createCompatibleVolatileImage(int,int,int)): New method.
-       * java/awt/Font.java (Font(String,Map)): Add FIXME.
-       * gnu/java/awt/peer/gtk/GtkToolkit.java
-       (getLocalGraphicsEnvironment): Call new constructor.
-       * gnu/java/awt/peer/gtk/GdkScreenGraphicsDevice.java (getToolkit):
-       Remove method.
-       * gnu/java/awt/peer/gtk/GdkGraphicsEnvironment.java
-       (GdkGraphicsEnvironment(GtkToolkit)): Remove method.
-       (GdkGraphicsEnvironment()): New constructor.
-       (getToolkit): Remove method.
-       * gnu/java/awt/peer/gtk/GdkGraphicsConfiguration.java
-       (getToolkit): Remove method.
-       (createCompatibleVolatileImage): New method.
-       * gnu/java/awt/ClasspathToolkit.java (getFont): Add FIXME.
-
-2005-08-18  Lillian Angel  <langel@redhat.com>
-
-       * javax/swing/DefaultCellEditor.java
-       (getTreeCellEditorComponent): Implemented.
-       * javax/swing/plaf/basic/BasicTreeUI.java
-       (isEditing): Implemented.
-       (mouseClicked): Moved code to mousePressed
-       (mousePressed): Code moved here from mouseClicked and
-       added in code to stop editing.
-       (selectPath): Default is changed to CONTIGUOUS_TREE_SELECTION
-=======
->>>>>>> .merge-right.r109770
-       * javax/swing/tree/DefaultTreeSelectionModel.java
-       (DefaultTreeSelectionModel): Default should be DISCONTIGUOUS_TREE_SELECTION.
-
-2006-01-03  Lillian Angel  <langel@redhat.com>
-
-       * javax/swing/AbstractAction.java
-       (AbstractAction): Fixed to pass in null. Should not be 
-       an empty string. Removed TODO comment.
-       (AbstractAction): Removed TODO comment.
-       * javax/swing/JList.java
-       (init): Default selection mode should be MULTIPLE_INTERVAL_SELECTION.
-       * javax/swing/JMenuItem.java
-       (JMenuItem): Set all defaults if the action passed in is not null.
-       * javax/swing/JProgressBar.java
-       (JProgressBar): Added check to prevent NPE.
-
-2006-01-03  Lillian Angel  <langel@redhat.com>
-
-       * javax/swing/plaf/basic/BasicListUI.java
-       (getPreferredSize): The JDK adds some extra space to 
-       the list, so we should as well.
-       * javax/swing/plaf/metal/MetalFileChooserUI.java
-       (getPreferredSize): Should only take the fileListPanel's
-       width into account when getting the size. Also, the buttonPanel's
-       size should not be checked, since it is in the bottomPanel already.
-       (getMinimumSize): Likewise.
-
-2006-01-03  Lillian Angel  <langel@redhat.com>
-
-       * javax/swing/JList.java
-       (init): visibleRowCount should be 7, like the JDK.
-       * javax/swing/plaf/metal/MetalFileChooserUI.java
-       (installComponents): No need to add the fileFilterCombo
-       to a panel. It can be added to the row directly.
-
-2006-01-03  Lillian Angel  <langel@redhat.com>
-       
-       PR classpath/25480 PR classpath/25478
-       * javax/swing/plaf/basic/BasicScrollPaneUI.java
-       (updateViewport): Made changes suggested by
-       Chris Lansdown.
-       * javax/swing/plaf/metal/MetalFileChooserUI.java:
-       Removed unneeded import.
-       (createList): Removed comment, JList wrapping 
-       now works.
-       (getPreferredSize): Made changes suggested by
-       Chris Lansdown. Uses fileListPanel, instead
-       of fileList.
-       (getMinimumSize): Uses fileListPanel, instead
-       of fileList.
-       * javax/swing/plaf/metal/MetalRadioButtonUI.java
-       (paintFocus): Fixed height.
-
-2006-01-03  Roman Kennke  <kennke@aicas.com>
-
-<<<<<<< .working
-       * javax/swing/plaf/basic/BasicScrollBarUI.java
-       (PropertyChangeHandler.propertyChange): Add default
-       to switch statement to avoid errors with unusual values
-       for orientation.
-       (installComponents): Likewise.
-
-2005-04-18  Roman Kennke  <roman@kennke.org>
-
-       * javax/swing/plaf/metal/MetalScrollBarUI.java:
-       (createUI): Instances cannot be shared among JScrollPanes.
-
-2005-04-18  Sven de Marothy  <sven@physto.se>
-
-       * java/lang/String.java: Value, offset and count should be private.
-
-2005-04-18  Roman Kennke  <roman@kennke.org>
-
-       * javax/swing/plaf/metal/MetalLookAndFeel.java
-       (initComponentDefaults): Added defaults for Menu, MenuBar
-       MenuEntry fonts.
-
-2005-04-18  Roman Kennke  <roman@kennke.org>
-
-       * javax/swing/plaf/basic/BasicScrollBarUI.java
-       (installUI): Install listeners after everything all, otherwise
-       we get strange NPEs in some situations, especially with
-       custom L&Fs.
-       (createIncreaseButton): Orientation is expected to be
-       SwingConstants.NORTH, ..SOUTH, ..WEST or ..EAST and not
-       HORIZONTAL or VERTICAL.
-       (createDecreaseButton): Orientation is expected to be
-       SwingConstants.NORTH, ..SOUTH, ..WEST or ..EAST and not
-       HORIZONTAL or VERTICAL.
-       (installComponents): Orientation for buttons is expected to be
-       SwingConstants.NORTH, ..SOUTH, ..WEST or ..EAST and not
-       HORIZONTAL or VERTICAL.
-
-2005-04-18  Jeroen Frijters  <jeroen@frijters.net>
-
-       * java/nio/ByteBufferImpl.java (get(), put(byte)): Inlined checks
-       and field updates.
-       * java/nio/CharBufferImpl.java
-       (CharBufferImpl(CharBufferImpl)): Copy array_offset field.
-       (get(), put(char)): Inlined checks and field updates. Fixed to
-       take array_offset into account.
-       (get(int), put(int, char)): Fixed to take array_offset into account.
-
-2005-04-18  Jeroen Frijters  <jeroen@frijters.net>
-
-       * java/lang/Class.java (getModifiers, newInstance): Changed
-       call to VMClass.getModifiers().
-       * vm/reference/java/lang/VMClass.java
-       (getModifiers(Class, boolean)): New method.
-
-2005-04-18  Jeroen Frijters  <jeroen@frijters.net>
-
-       * java/awt/GraphicsEnvironment.java
-       (localGraphicsEnvironment): New field.
-       (getLocalGraphicsEnvironment): Added support for java.awt.graphicsenv
-       property.
-       (isHeadless): Added support for java.awt.headless property.
-       (isHeadlessInstance): Call headless().
-
-2005-04-18  Jeroen Frijters  <jeroen@frijters.net>
-
-       * gnu/java/beans/IntrospectionIncubator.java
-       (addToPropertyHash, addToListenerHash): Don't confuse get(),
-       set(), is(), add() and remove() with properties or events.
-
-2005-04-18  Roman Kennke  <roman@kennke.org>
-
-       * javax/swing/JToolBar.java
-       (addImpl): Adjust added AbstractButtons to look and feel like
-       toolbar buttons.
-       * javax/swing/plaf/metal/MetalBorders.java:
-       Adjusted insets of ButtonBorder.
-       (RolloverMarginBorder): Added class for toolbar buttons.
-       (getButtonBorder): Adjusted factory method to return a shared
-       instance of button border.
-       (getToolbarButtonBorder): Added factory method to return a shared
-       instance of toolbar button border.
-       (getMarginBorder): Added factory method to return a shared
-       instance of margin border.
-       * javax/swing/plaf/metal/MetalButtonUI.java
-       (installDefauls): If button is child of a JToolBar then set
-       special border on this button.
-
-2005-04-17  Roman Kennke  <roman@kennke.org>
-
-       * javax/swing/text/SimpleAttributeSet.java
-       (addAttribute): Removed null pointer check.
-       * javax/swing/text/StyleContext.java
-       (NamedStyle.setResolveParent): Added null pointer check.
-
-2005-04-17  Roman Kennke  <roman@kennke.org>
-
-       * examples/gnu/classpath/exammples/swing/Demo.java:
-       Print a short summary for available values for the property
-       swing.defaultlaf.
-       Set MetalLookAndFeel as default.
-       Pulled out GNULookAndFeel so that it is accessible.
-       * examples/gnu/classpath/exammples/swing/GNULookAndFeel.java:
-       Pulled out this class from Demo.java.
-
-2005-04-17  Roman Kennke  <roman@kennke.org>
-
-       * javax/swing/UIManager.java:
-       Make the UIManager respect the swing.defaultlaf system
-       property.
-
-2005-04-17  Roman Kennke  <roman@kennke.org>
-
-       * javax/swing/text/SimpleAttributeSet.java
-       (addAttribute): Check for null and remove key in that case.
-       This fixes http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21064 .
-
-2005-04-16  Roman Kennke  <roman@kennke.org>
-
-       * java/awt/BorderLayout.java
-       (calcSize): Check for overflow when component sizes are added.
-
-2005-04-16  Andrew John Hughes  <gnu_andrew@member.fsf.org>
-
-       * java/rmi/Naming.java:
-       Added class documentation.
-       (lookup(String)): Call parseURL and getName.
-       (bind(String,java.rmi.Remote)): Likewise.
-       (unbind(String)): Likewise.
-       (rebind(String, java.rmi.Remote)): Likewise.
-       (list(String)): Call parseURL.
-       (parseURL(String)): New method to handle parsing and defaults.
-       (getName(java.net.URL)): New method to handle finding the service name.
-       
-2005-04-16  Andrew John Hughes  <gnu_andrew@member.fsf.org>
-
-       * java/net/URI.java:
-       Added class documentation.
-       (parseURI(String)): Only handle scheme-specific parts
-       if URI is not opaque.  Allow for parts that can't be null.
-       (toString()): Output the scheme-specific part whole, rather
-       than as its possibly non-existent components.
+       * gnu/java/awt/peer/gtk/FreetypeGlyphVector.java (getKerning):
+       Return result in a float[], not a Point2D.
+       (performDefaultLayout): Call getKerning with a float[].
+       * native/jni/gtk-peer/gnu_java_awt_peer_gtk_FreetypeGlyphVector.c
+       (getKerning): Return result in a float[], not a Point2D.
        
-2005-04-16  Michael Koch  <konqueror@gmx.de>
-
-       * java/rmi/server/RemoteObject.java:
-       Removed unused import statement.
-
-2005-04-16  Michael Koch  <konqueror@gmx.de>
-
-       * include/Makefile.am: Removed java_io_ObjectInputStream.h
-       and added java_io_VMObjectInputStream.h.
-       * include/java_io_ObjectInputStream.h: Removed.
-       * include/java_io_VMObjectInputStream.h: New file.
-       * java/io/ObjectInputStream.java
-       (currentClassLoader): Removed.
-       (allocateObject): Likewise.
-       * native/jni/java-io/Makefile.am: Removed java_io_ObjectInputStream.c
-       and added java_io_VMObjectInputStream.c.
-       * native/jni/java-io/java_io_ObjectInputStream.c: Removed.
-       * native/jni/java-io/java_io_VMObjectInputStream.c: New file.
-       * vm/reference/java/io/VMObjectInputStream.java: Likewise.
-
-2005-04-16  Michael Koch  <konqueror@gmx.de>
-
-       * include/java_lang_Double.h,
-       include/java_lang_Object.h,
-       native/jni/java-lang/java_lang_Double.c,
-       native/jni/java-lang/java_lang_Object.c: Removed.
-       * include/java_lang_VMDouble.h: Regenerated.
-       * java/lang/Double.java
-       (static): Removed.
-       (toString): Call native method from VMDouble.
-       (parseDouble): Make non-native and call native method from VMDouble.
-       (toString): Removed.
-       * java/lang/Float.java
-       (toString): Call native method from VMDouble.
-       * java/lang/Object.java
-       (getClass): Refactored to call the native in java.lang.VMObject.
-       * include/Makefile.am: Don't generate java_lang_Double.h and
-       java_lang_Object.h.
-       * native/jni/java-lang/Makefile.am: Removed java_lang_Double.c and
-       java_lang_Object.c.
-       * native/jni/java-lang/java_lang_VMDouble.c
-       (initIDs): New method.
-       (toString): Likewise.
-       (parseDouble): Likewise.
-       * vm/reference/java/lang/VMDouble.java
-       (initIDs): Likewise.
-       (toString): Likewise.
-       (parseDouble): Likewise.
-       * vm/reference/java/lang/VMObject.java
-       (getClass): Likewise.
-
-2005-04-15  Andrew John Hughes  <gnu_andrew@member.fsf.org>
-
-       * java/text/DecimalFormatSymbols.java:
-       Added retrieval of "XXX" instance in place of null.
-       * java/util/Currency.java,
-       (Currency(String)): New constructor for the XXX special case.
-       (getInstance(String)): Allow special case of "XXX".
-
-2005-04-15  Roman Kennke  <roman@kennke.org>
-
-       * javax/swing/plaf/metal/MetalLookAndFeel.java
-       (initComponentDefaults): Added Label.font.
-       (initSystemColorDefaults): Added this method and adjusted the
-       general control color.
-
-2005-04-15  Roman Kennke  <roman@kennke.org>
+2008-11-05  Andrew Haley  <aph@redhat.com>
 
-       * javax/swing/plaf/metal/MetalTabbedPaneUI.java:
-       Added newline between import blocks. Changed Map to
-       HashMap in field declarations.
+       * tools/Makefile.am (UPDATE_TOOLS_ZIP, CREATE_TOOLS_ZIP): Exclude
+       .svn directories.
 
-2005-04-15  Sven de Marothy  <sven@physto.se>
+2008-10-20  Andrew John Hughes  <gnu_andrew@member.fsf.org>
 
-       * gnu/java/nio/charset/EncodingHelper.java: Added method
-       * java/io/InputStreamReader.java,
-       * java/io/OutputStreamWriter.java,
-       * java/lang/String.java: Move to NIO charsets.
-       * java/io/PrintStream.java: Inline conversion using String.
+       * m4/ac_prog_antlr.m4:
+       Remove redundant checks.
+       * tools/Makefile.am:
+       Use gjdoc_gendir when calling antlr.
 
-2005-04-15  Roman Kennke  <roman@kennke.org>
+2008-10-17  Robert Lougher  <rob.lougher@gmail.com>
 
-       * javax/swing/plaf/metal/MetalBorders.java:
-       Added.
-       * javax/swing/plaf/metal/MetalButtonUI.java:
-       (installDefaults): Install button font.
-       * javax/swing/plaf/metal/MetalLookAndFeel.java:
-       (initComponentDefaults): Added button border, font and margin.
-       Changed components background color to the Metal current themes
-       standard color.
-
-2005-04-15  Roman Kennke  <roman@kennke.org>
+       * native/jni/gtk-peer/gnu_java_awt_peer_gtk_CairoGraphics2D.c
+       (Java_gnu_java_awt_peer_gtk_CairoGraphics2D_cairoDrawGlyphVector):
+       Release 'fonts'.
 
-       * javax/swing/plaf/metal/MetalTabbedPaneUI.java
-       (createUI): Create one MetalTabbedPaneUI per Component instead
-       of sharing one instance.
+2008-10-16  Tom Tromey  <tromey@redhat.com>
 
-2005-04-15  Roman Kennke  <roman@kennke.org>
+       * tools/gnu/classpath/tools/jar/WorkSet.java (initSet): Use
+       foreach.  Change argument type.
+       (WorkSet): Change argument type.
+       * tools/gnu/classpath/tools/jar/Indexer.java (indexJarFile): Use
+       foreach.
+       * tools/gnu/classpath/tools/jar/Creator.java
+       (writeCommandLineEntries): Use foreach.
+       (getAllEntries): Likewise.
 
-       * javax/swing/plaf/metal/MetalLookAndFeel.java
-       (initComponentDefaults): Added to set Metal specific component
-       defaults.
+2008-10-15  Andrew John Hughes  <gnu_andrew@member.fsf.org>
 
-2005-04-14  Chris Burdess  <dog@gnu.org>
+       * configure.ac:
+       Remove superfluous AC_PROG_JAVA call.
 
-       * java/io/DataOutputStream.java (writeUTF): Use block write for
-       output.
+2008-10-06  Andrew John Hughes  <gnu_andrew@member.fsf.org>
 
-2005-04-14  Mark Wielaard  <mark@klomp.org>
+       * m4/ac_prog_antlr:
+       Check for cantlr as well.
+       * tools/Makefile.am:
+       Only build GJDoc parser when both
+       CREATE_GJDOC and CREATE_GJDOC_PARSER
+       are on.
 
-       * javax/swing/plaf/metal/MetalLookAndFeel.java
-       (initClassDefaults): Call super.initClassDefaults().
+2008-10-02  Andrew John Hughes  <gnu_andrew@member.fsf.org>
 
-2005-04-14  Roman Kennke  <roman@kennke.org>
+       * configure.ac:
+       Add regen-gjdoc-parser option,
+       and separate antlr tests.
+       * m4/ac_prog_antlr.m4:
+       Turn single test into AC_LIB_ANTLR
+       and AC_PROG_ANTLR.
+       * m4/ac_prog_java.m4:
+       Quote tests.
+       * tools/Makefile.am:
+       Support CREATE_GJDOC_PARSER option.
 
-       * javax/swing/plaf/metal/MetalLookAndFeel.java
-       (initClassDefaults): Added to include the *UI classes.
+2008-09-29  Matthias Klose  <doko@ubuntu.com>
 
-2005-04-14  Roman Kennke  <roman@kennke.org>
-
-       * javax/swing/plaf/metal/MetalComboBoxUI.java:
-       Added.
-       * javax/swing/plaf/metal/MetalDesktopIconUI.java:
-       Added.
-       * javax/swing/plaf/metal/MetalInternalFrameUI.java:
-       Added.
-       * javax/swing/plaf/metal/MetalPopupMenuSeparatorUI.java:
-       Added.
-       * javax/swing/plaf/metal/MetalProgressBarUI.java:
-       Added.
-       * javax/swing/plaf/metal/MetalRootPaneUI.java:
-       Added.
-       * javax/swing/plaf/metal/MetalScrollBarUI.java:
-       Added.
-       * javax/swing/plaf/metal/MetalSeparatorUI.java:
-       Added.
-       * javax/swing/plaf/metal/MetalSliderUI.java:
-       Added.
-       * javax/swing/plaf/metal/MetalSplitPaneUI.java:
-       Added.
-       * javax/swing/plaf/metal/MetalTextFieldUI.java:
-       Added.
-       * javax/swing/plaf/metal/MetalToggleButtonUI.java:
-
-2005-04-14  Roman Kennke  <roman@kennke.org>
-
-       * javax/swing/plaf/metal/MetalButtonUI.java:
-       Fixed year in copyright notice.
-       * javax/swing/plaf/metal/MetalCheckBoxUI.java:
-       Fixed year in copyright notice.
-       * javax/swing/plaf/metal/MetalLabelUI.java:
-       Fixed year in copyright notice.
-       * javax/swing/plaf/metal/MetalRadioButtonUI.java:
-       Fixed year in copyright notice.
-       * javax/swing/plaf/metal/MetalScrollPaneUI.java:
-       Fixed year in copyright notice.
-       * javax/swing/plaf/metal/MetalTabbedPaneUI.java:
-       Fixed year in copyright notice.
-
-2005-04-13  Roman Kennke  <roman@kennke.org>
-
-       * javax/swing/plaf/metal/MetalButtonUI.java:
-       Added skeleton class.
-       * javax/swing/plaf/metal/MetalCheckBoxUI.java:
-       Added skeleton class.
-       * javax/swing/plaf/metal/MetalLabelUI.java:
-       Added skeleton class.
-       * javax/swing/plaf/metal/MetalRadioButtonUI.java:
-       Added skeleton class.
-       * javax/swing/plaf/metal/MetalScrollPaneUI.java:
-       Added skeleton class.
-       * javax/swing/plaf/metal/MetalTabbedPaneUI.java:
-       Added skeleton class.
-
-2005-04-13  Sven de Marothy  <sven@physto.se>
-
-       * java/nio/charset/Charset.java: Cached encoders shouldn't be static.
+       * m4/ac_prog_antlr.m4:
+       Check for antlr binary as well.
        
-2005-04-13  Roman Kennke  <roman@kennke.org>
-
-       * java/awt/MediaTracker.java:
-       Reindented tabs to spaces.
-
-2005-04-13  Roman Kennke  <roman@kennke.org>
-
-       * java/awt/MediaTracker.java
-       (MediaEntry.imageUpdate): Removed check for SOMEBITS, this
-       confused the media tracker and lead to lockups. The LOADING
-       bit is handled on other places.
-       (addImage): Removed the 'start image tracking' stuff. This
-       is not necessary and could confuse the media tracker.
-       (checkAll): Improved the check for image status so that
-       images that already complete images are detected. Also now
-       are really all images checked and if necessary loaded. Before
-       the method bailed out after the first incomplete image.
-       (statusAll): Detect images that are complete after the
-       call to Component.prepareImage(..).
-       (checkID): The same as in checkAll.
-       (statusID): The same as in statusAll.
-
-2005-04-12  Roman Kennke  <roman@kennke.org>
-
-       * java/util/.cvsignore:
-       Added file and included LocaleDate.java.
-       * lib/.cvsignore:
-       Added classes.locale.
-       * scripts/.cvsignore:
-       Added classpath.spec.
-
-2005-04-12  Roman Kennke  <roman@kennke.org>
-
-       * javax/swing/plaf/basic/BasicMenuUI.java
-       (getMaximumSize): Now returns preferredSize because JMenu should
-       never be bigger than that.
-       * javax/swing/JRootPane
-       (RootLayout.layoutContainer): Make JMenuBars take the whole width.
-
-2005-04-12  Roman Kennke  <roman@kennke.org>
-
-       * javax/swing/plaf/basic/BasicMenuBarUI.java:
-       Fixed tabs to spaces.
-
-2005-04-12  Roman Kennke  <roman@kennke.org>
-
-       * javax/swing/JRootPane.java:
-       Fixed various tabs to be spaces.
-       (RootLayout.layoutContainer): Made menubar left aligned.
-
-2005-04-12  Roman Kennke  <roman@kennke.org>
-
-       * javax/swing/JComponent.java:
-       Modified alignmentX and alignmentY to be 0.5 instead of 0.0.
-       Untabified the file.
-
-2005-04-12  Roman Kennke  <roman@kennke.org>
-
-       * javax/swing/BoxLayout.java:
-       (layoutContainer): Made this layout manager respect the
-       minimum, maximum and preferred size more correctly.
-
-2005-04-12  Roman Kennke  <roman@kennke.org>
-
-       * java/awt/MediaTracker.java
-       (addImage): Synchronized list access.
-       (waitForAll): Fixed comparison of time (changed < to >).
-       (waitForID): Fixed comparison of time (changed < to >).
-       (removeImage): Synchronized list access.
-
-2005-04-12  Michael Koch  <konqueror@gmx.de>
-
-       * java/io/FilePermission.java
-       (serialVersionUID): Made private.
-       (ALL_FILES): New constant.
-       (implies): Handle '<<ALL FILES>>' case.
-
-2005-04-12  Audrius Meskauskas, Lithuania  <AudriusA@Bioinformatics.org>
-
-       * javax/swing/text/html/HTMLDocument.java: New file.
-
-2005-04-12  Michael Koch  <konqueror@gmx.de>
-
-       * javax/swing/text/html/HTMLFrameHyperlinkEvent.java:
-       Reformatted.
-       * javax/swing/text/html/parser/AttributeList.java:
-       Fixed order of modifiers.
-       (AttributeList): Made final.
-       * javax/swing/text/html/parser/ContentModel.java:
-       Fixed html characters in javadocs.
-       * javax/swing/text/html/parser/DTD.java
-       (DTD): Don't implement java.io.Serializable directly.
-       (getElement): Simplified.
-       * javax/swing/text/html/parser/DTDConstants.java:
-       Reformatted file.
-       * javax/swing/text/html/parser/Element.java:
-       Fixed order of modifiers.
-       * javax/swing/text/html/parser/Parser.java:
-       Reformatted. Don't use fully-qualified class names.
-       * javax/swing/text/html/parser/ParserDelegator.java:
-       Fixed order of modifiers.
-       * javax/swing/text/rtf/RTFParser.java:
-       Re-ordered import statements.
-       * javax/swing/text/rtf/RTFScanner.java:
-       Removed unused import statement.
-
-2005-04-12  Michael Koch  <konqueror@gmx.de>
-
-       * java/awt/image/RasterOp.java:
-       Fixed wrong formatting.
-
-2005-04-12  Michael Koch  <konqueror@gmx.de>
-
-       * java/awt/print/PrinterJob.java
-       (pageDialog): New method.
-       (printDialog): Implemented.
-
-2005-04-12  Michael Koch  <konqueror@gmx.de>
-
-       * java/awt/FontMetrics.java: Reformatted.
-       (getFontRenderContext): Handle case when java.awt.Graphics context is
-       given.
-
-2005-04-12  Michael Koch  <konqueror@gmx.de>
-
-       * java/awt/FontMetrics.java
-       (getStringBounds): New methods.
-
-2005-04-12  Michael Koch  <konqueror@gmx.de>
-
-       * java/net/NetworkInterface.java
-       (NetworkInterface): Made constructor package private.
-       Introduced another constructor for more addresses on one
-       interface.
-
-2005-04-12  Michael Koch  <konqueror@gmx.de>
-
-       * native/jni/java-net/Makefile.am
-       Compile new files java_net_VMInetAddress.c and
-       java_net_VMNetworkInterface.
-
-2005-04-12  Sven de Marothy  <sven@physto.se>
+2008-09-28  Andrew John Hughes  <gnu_andrew@member.fsf.org>
+
+       * configure.ac:
+       Always check for JAVA prior to ANTLR check.
+       * java/lang/ThreadLocal.java,
+       * java/lang/ThreadLocalMap.java:
+       Rename notFound back to sentinel to avoid
+       potential issues with use of the old name.
+       Cleanup formatting.
+       * java/nio/Buffer.java,
+       * java/nio/ByteBuffer.java,
+       * java/nio/ByteBufferImpl.java,
+       * java/nio/CharBuffer.java,
+       * java/nio/CharViewBufferImpl.java,
+       * java/nio/DirectByteBufferImpl.java,
+       * java/nio/DoubleBuffer.java,
+       * java/nio/DoubleBufferImpl.java,
+       * java/nio/FloatBuffer.java,
+       * java/nio/FloatBufferImpl.java,
+       * java/nio/IntBuffer.java,
+       * java/nio/LongBuffer.java,
+       * java/nio/LongBufferImpl.java,
+       * java/nio/MappedByteBuffer.java,
+       * java/nio/ShortBuffer.java,
+       * java/nio/ShortBufferImpl.java,
+       * java/nio/ShortViewBufferImpl.java:
+       Cleanup formatting.
+
+2008-09-16  Andrew John Hughes  <gnu_andrew@member.fsf.org>
+
+       * java/lang/System.java (getenv): Reinstate
+       use of EnvironmentMap as opposed to raw
+       HashMap.
+
+2008-09-16  Mario Torre  <neugens@aicas.com>
+
+       * java/lang/System.java (getenv): Fix env entries of the form
+       key=value=value=value not parsed correctly. 
+       
+2008-09-15  Andrew John Hughes  <gnu_andrew@member.fsf.org>
 
-       * gnu/java/nio/charset/Provider.java: Add UnicodeLittle.
-       * gnu/java/nio/charset/UnicodeLittle.java: New file.
-       * gnu/java/nio/charset/UTF_16.java: UnicodeBig is an alias.
-       * gnu/java/nio/charset/UTF_16BE.java,
-       * gnu/java/nio/charset/UTF_16LE.java: No byte-order mark.
-       * gnu/java/nio/charset/UTF_16Encoder.java (encodeLoop): Fixed bug.
+       Reported by: Matthias Klose
+       * tools/Makefile.am:
+       Simplify the addition of the ANTLR
+       JAR file to the classpath.
        
-2005-04-11  Michael Koch  <konqueror@gmx.de>
-
-       * java/net/InetAddress.java
-       (static): Removed.
-       (getLocalHostname): Likewise.
-       (lookupInaddrAny): Likewise.
-       (getHostByAddr): Likewise.
-       (getHostByName): Likewise.
-       * java/net/NetworkInterface.java
-       (static): Likewise.
-       (getRealNetworkInterfaces): Likewise.
-       * native/jni/java-net/java_net_InetAddress.c: Renamed to...
-       * native/jni/java-net/java_net_VMInetAddress.c: New file.
-       Renamed from java_net_InetAddress.c. All native methods moved to class
-       VMInetAddress.
-       * native/jni/java-net/java_net_NetworkInterface.c: Renamed to...
-       Renamed from java_net_NetworkInterface.c. All native methods moved to
-       class VMNetworkInterface.
-       * native/jni/java-net/java_net_VMNetworkInterface.c: New file.
-       * vm/reference/java/net/VMInetAddress.java,
-       vm/reference/java/net/VMNetworkInterface.java: New files.
-       * include/java_net_InetAddress.h,
-       include/java_net_NetworkInterface.h: Removed.
-       * include/java_net_VMInetAddress.h,
-       include/java_net_VMNetworkInterface.h: New files.
-       * include/Makefile.am: Build new header files.
-
-2005-04-11  Roman Kennke  <roman@kennke.org>
-
-       * javax/swing/ImageIcon.java
-       Added API documentation.
-
-2005-04-11  Roman Kennke  <roman@kennke.org>
-
-       * java/awt/MediaTracker.java
-       Added API documentation.
-
-2005-04-11  Michael Koch  <konqueror@gmx.de>
-
-       * javax/imageio/ImageIO.java (ReaderFormatFilter.filter):
-       Fixed wrong casting.
-
-2005-04-11  Andrew John Hughes  <gnu_andrew@member.fsf.org>
-
-       * org/omg/CORBA/Request.java:
-       (send_deferred): Added missing 'abstract' keyword.
+2008-09-14  Matthias Klose  <doko@ubuntu.com>
+
+       * m4/ac_prog_antlr.m4:
+       Allow use of runantlr on systems
+       which have it (Debian/Ubuntu).
        
-2005-04-10  Sven de Marothy  <sven@physto.se>
+2008-09-14  Andrew John Hughes  <gnu_andrew@member.fsf.org>
 
-       * java/text/SimpleDateFormat.java:
-       (formatWithAttribute): Pad year before truncating digits.
-
-2005-04-10  Audrius Meskauskas  <audriusa@bluewin.ch>  
-       * org/omg/CORBA/PRIVATE_MEMBER.java,
-       org/omg/CORBA/PUBLIC_MEMBER.java,
-       org/omg/CORBA/Request.java,
-       org/omg/CORBA/StructMember.java,
-       org/omg/CORBA/UnionMember.java,
-       org/omg/CORBA/UNSUPPORTED_POLICY.java,
-       org/omg/CORBA/UNSUPPORTED_POLICY_VALUE.java,
-       org/omg/CORBA/ValueMember.java,
-       org/omg/CORBA/VM_ABSTRACT.java,
-       org/omg/CORBA/VM_CUSTOM.java,
-       org/omg/CORBA/VM_NONE.java,
-       org/omg/CORBA/VM_TRUNCATABLE.java,
-       org/omg/CORBA/WrongTransaction.java,
-       org/omg/CORBA/BAD_POLICY.java,
-       org/omg/CORBA/BAD_POLICY_TYPE.java,
-       org/omg/CORBA/BAD_POLICY_VALUE.java,
-       org/omg/CORBA/Environment.java,
-       org/omg/CORBA/IDLType.java,
-       org/omg/CORBA/OMGVMCID.java: new files.
+       * examples/Makefile.am:
+       Check lib directly as well as glibj.zip
+       for boot classes.
+       * m4/acinclude.m4:
+       Only require the class files to be built
+       to allow the tools and examples to be built,
+       not the installation of glibj.zip.
+       * tools/Makefile.am:
+       Check lib directly as well as glibj.zip
+       for boot classes.
+
+2008-09-13  Andrew John Hughes  <gnu_andrew@member.fsf.org>
+
+       * examples/Makefile.am,
+       * lib/Makefile.am:
+       Add GCJ rules.
+       * m4/ac_prog_javac.m4:
+       Check whether JAVAC is gcj.
+       * m4/ac_prog_javac_works.m4:
+       Add GCJ rules.
+       * m4/acinclude.m4:
+       Don't bother checking for -J
+       if using GCJ.
+       * tools/Makefile.am:
+       Add GCJ rules.
+
+2007-08-23  Daniel Frampton  <zyridium@zyridium.net>
+
+       * AUTHORS: Added.
+       * java/lang/InheritableThreadLocal.java,
+       * java/lang/Thread.java,
+       * java/lang/ThreadLocal.java:
+       Modified to use java.lang.ThreadLocalMap.
+       * java/lang/ThreadLocalMap.java:
+       New cheaper ThreadLocal-specific WeakHashMap.
+
+2008-02-07  Ian Rogers  <ian.rogers@manchester.ac.uk>
+
+       * java/util/zip/ZipEntry.java:
+       Use byte fields instead of integer fields,
+       store the time as well as the DOS time and
+       don't retain a global Calendar instance.
+       (setDOSTime(int)): Set KNOWN_DOSTIME instead
+       of KNOWN_TIME, and unset KNOWN_TIME.
+       (getDOSTime()): Compute DOS time from UNIX time
+       only when needed.
+       (clone()): Provide cloning via the ZipEntry constructor
+       where possible.
+       (setTime(long)): Don't compute DOS time at this point.
+       (getCalendar()): Removed.
        
-2005-04-09  Mark Wielaard  <mark@klomp.org>
-
-       * native/jni/java-lang/java_lang_Double.c: Reindent.
-       * native/jni/java-lang/java_lang_Math.c: Likewise.
-       * native/jni/java-lang/java_lang_Object.c: Likewise.
-       * native/jni/java-lang/java_lang_VMDouble.c: Likewise.
-       * native/jni/java-lang/java_lang_VMFloat.c: Likewise.
-       * native/jni/java-lang/java_lang_VMSystem.c: Likewise.
-       * native/jni/java-lang/java_lang_reflect_Array.c: Likewise.
-       * native/jni/java-nio/java_nio.c
-       (Java_gnu_java_nio_FileChannelImpl_nio_1mmap_1file): Removed.
-       (Java_gnu_java_nio_FileChannelImpl_nio_1unmmap_1file): Likewise.
-       (Java_gnu_java_nio_SocketChannelImpl_SocketCreate): Likewise.
-       (Java_gnu_java_nio_SocketChannelImpl_SocketConnect): Likewise.
-       (Java_gnu_java_nio_SocketChannelImpl_SocketBind): Likewise.
-       (Java_gnu_java_nio_SocketChannelImpl_SocketListen): Likewise.
-       (Java_gnu_java_nio_SocketChannelImpl_SocketAvailable): Likewise.
-       (Java_gnu_java_nio_SocketChannelImpl_SocketClose): Likewise.
-       (Java_gnu_java_nio_SocketChannelImpl_SocketRead): Likewise.
-       (Java_gnu_java_nio_SocketChannelImpl_SocketWrite): Likewise.
-       * native/jni/java-nio/java_nio_VMDirectByteBuffer.c: Reindent.
-
-2005-04-09  Audrius Meskauskas  <audriusa@bluewin.ch>  
-       * org/omg/CORBA/DynAnyPackage/Invalid.java,
-       org/omg/CORBA/DynAnyPackage/InvalidSeq.java,
-       org/omg/CORBA/DynAnyPackage/InvalidValue.java,
-       org/omg/CORBA/DynAnyPackage/TypeMismatch.java,
-       org/omg/CORBA/DynAnyPackage/package.html: New files.
+2008-09-09  Andrew John Hughes  <gnu_andrew@member.fsf.org>
+
+       * tools/gnu/classpath/tools/getopt/Parser.java:
+       (setHeader(String)): Make synchronized.
+       (setFooter(String)): Likewise.
+       * tools/gnu/classpath/tools/rmic/SourceGiopRmicCompiler.java,
+       (reset()): Make synchronized.
+       (name(Class)): Likewise.
        
-2005-04-08  Sven de Marothy  <sven@physto.se>
-
-       * gnu/java/nio/charset/UTF_8.java
-       (Decoder): Previous fix was incorrect. Sorry.
-       * java/nio/charset/Charset.java: Reset cached de/encoders.
-       * java/nio/charset/CharsetDecoder.java,
-       java/nio/charset/CharsetEncoder.java:
-       Resize encoding/decoding result buffers.
+2008-09-04  Robert Schuster  <robertschuster@fsfe.org>
+
+       * gnu/java/nio/charset/ByteDecodeLoopHelper:
+       (arrayDecodeLoop): Added new break label, escape to that label.
+       * gnu/java/nio/charset/ByteEncodeLoopHelper:
+       (arrayDecodeLoop): Added new break label, escape to that label.
+
+2008-09-04  Robert Schuster  <robertschuster@fsfe.org>
+
+       * java/text/DecimalFormat.java:
+       (scanFix): Use 'i + 1' when looking at following character.
+       (scanNegativePattern): Dito.
+
+2008-09-02  Andrew John Hughes  <gnu_andrew@member.fsf.org>
+
+       * tools/gnu/classpath/tools/javah/ClassWrapper.java:
+       (makeVtable()): Populate methodNameMap.
+       (printMethods(CniPrintStream)): Always use pre-populated
+       methodNameMap for bridge targets.
+
+2008-09-01  Mario Torre  <neugens@aicas.com>
+
+       * gnu/java/awt/peer/x/XImage.java (XImageProducer): remove @Override
+       annotation to allow compilation on javac < 1.6 and ecj < 3.4.
+
+2008-09-01  Mario Torre  <neugens@aicas.com>
+
+       * gnu/java/awt/peer/x/XGraphicsDevice.java (getDisplay): fix to support
+       new Escher API.
+       * gnu/java/awt/peer/x/XImage.java (getSource): method implemented.
+       * gnu/java/awt/peer/x/XImage.java (XImageProducer): implement ImageProducer
+       for getSource.
+        
+2008-09-01  Andrew John Hughes  <gnu_andrew@member.fsf.org>
+
+       * gnu/java/util/regex/BacktrackStack.java,
+       * gnu/java/util/regex/CharIndexed.java,
+       * gnu/java/util/regex/CharIndexedCharArray.java,
+       * gnu/java/util/regex/CharIndexedCharSequence.java,
+       * gnu/java/util/regex/CharIndexedInputStream.java,
+       * gnu/java/util/regex/CharIndexedString.java,
+       * gnu/java/util/regex/CharIndexedStringBuffer.java,
+       * gnu/java/util/regex/RE.java,
+       * gnu/java/util/regex/REException.java,
+       * gnu/java/util/regex/REFilterInputStream.java,
+       * gnu/java/util/regex/REMatch.java,
+       * gnu/java/util/regex/REMatchEnumeration.java,
+       * gnu/java/util/regex/RESyntax.java,
+       * gnu/java/util/regex/REToken.java,
+       * gnu/java/util/regex/RETokenAny.java,
+       * gnu/java/util/regex/RETokenBackRef.java,
+       * gnu/java/util/regex/RETokenChar.java,
+       * gnu/java/util/regex/RETokenEnd.java,
+       * gnu/java/util/regex/RETokenEndOfPreviousMatch.java,
+       * gnu/java/util/regex/RETokenEndSub.java,
+       * gnu/java/util/regex/RETokenIndependent.java,
+       * gnu/java/util/regex/RETokenLookAhead.java,
+       * gnu/java/util/regex/RETokenLookBehind.java,
+       * gnu/java/util/regex/RETokenNamedProperty.java,
+       * gnu/java/util/regex/RETokenOneOf.java,
+       * gnu/java/util/regex/RETokenPOSIX.java,
+       * gnu/java/util/regex/RETokenRange.java,
+       * gnu/java/util/regex/RETokenRepeated.java,
+       * gnu/java/util/regex/RETokenStart.java,
+       * gnu/java/util/regex/RETokenWordBoundary.java,
+       * gnu/java/util/regex/UncheckedRE.java:
+       Fix indentation.
+
+2008-09-01  Andrew John Hughes  <gnu_andrew@member.fsf.org>
+
+       * gnu/java/util/regex/RETokenStart.java:
+       (getMaximumLength()): Add Override annotation.
+       (matchThis(CharIndexed, REMatch)): Likewise.
+       (returnsFixedLengthMatches()): Renamed from
+       returnsFixedLengthmatches and added Override
+       annotation.
+       (findFixedLengthMatches(CharIndexed,REMatch,int)):
+       Add Override annotation.
+       (dump(CPStringBuilder)): Likewise.
+       * gnu/javax/print/ipp/IppRequest.java:
+       (RequestWriter.writeOperationAttributes(AttributeSet)):
+       Throw exception, don't just create and drop it.
+       * javax/management/MBeanServerPermission.java:
+       (MBeanServerPermissionCollection.add(Permission)): Compare
+       against individual Strings not the entire array, and
+       store the result of replace.
+       * javax/swing/text/html/StyleSheet.java:
+       (setBaseFontSize(size)): Store result of trim().
+
+2008-09-01  Andrew John Hughes  <gnu_andrew@member.fsf.org>
+
+       * javax/tools/FileObject.java:
+       (openReader(boolean)): Document new parameter.
        
-2005-04-08  Sven de Marothy  <sven@physto.se>
-
-       * gnu/java/nio/charset/Provider.java: Add new charsets.
-       * gnu/java/nio/charset/UTF_16.java: Default to using BOM.
-       * gnu/java/nio/charset/UTF_16Decoder.java: Minor fixes.
-       * gnu/java/nio/charset/UTF_16Encoder.java,
-       Use NIO's built-in byte-ordering instead.
-       * gnu/java/nio/charset/UTF_8.java,
-       (Decoder): Correct values of maximum chars per byte.
-       (decodeLoop): Handle 4-byte surrogates.
-       * gnu/java/nio/charset/ByteCharset.java,
-       gnu/java/nio/charset/Cp424.java,
-       gnu/java/nio/charset/Cp437.java,
-       gnu/java/nio/charset/Cp737.java,
-       gnu/java/nio/charset/Cp775.java,
-       gnu/java/nio/charset/Cp850.java,
-       gnu/java/nio/charset/Cp852.java,
-       gnu/java/nio/charset/Cp855.java,
-       gnu/java/nio/charset/Cp857.java,
-       gnu/java/nio/charset/Cp860.java,
-       gnu/java/nio/charset/Cp861.java,
-       gnu/java/nio/charset/Cp862.java,
-       gnu/java/nio/charset/Cp863.java,
-       gnu/java/nio/charset/Cp864.java,
-       gnu/java/nio/charset/Cp865.java,
-       gnu/java/nio/charset/Cp866.java,
-       gnu/java/nio/charset/Cp869.java,
-       gnu/java/nio/charset/Cp874.java,
-       gnu/java/nio/charset/EncodingHelper.java,
-       gnu/java/nio/charset/ISO_8859_13.java,
-       gnu/java/nio/charset/ISO_8859_15.java,
-       gnu/java/nio/charset/ISO_8859_2.java,
-       gnu/java/nio/charset/ISO_8859_3.java,
-       gnu/java/nio/charset/ISO_8859_4.java,
-       gnu/java/nio/charset/ISO_8859_5.java,
-       gnu/java/nio/charset/ISO_8859_6.java,
-       gnu/java/nio/charset/ISO_8859_7.java,
-       gnu/java/nio/charset/ISO_8859_8.java,
-       gnu/java/nio/charset/ISO_8859_9.java,
-       gnu/java/nio/charset/KOI_8.java,
-       gnu/java/nio/charset/MS874.java,
-       gnu/java/nio/charset/MacCentralEurope.java,
-       gnu/java/nio/charset/MacCroatian.java,
-       gnu/java/nio/charset/MacCyrillic.java,
-       gnu/java/nio/charset/MacDingbat.java,
-       gnu/java/nio/charset/MacGreek.java,
-       gnu/java/nio/charset/MacIceland.java,
-       gnu/java/nio/charset/MacRoman.java,
-       gnu/java/nio/charset/MacRomania.java,
-       gnu/java/nio/charset/MacSymbol.java,
-       gnu/java/nio/charset/MacThai.java,
-       gnu/java/nio/charset/MacTurkish.java,
-       gnu/java/nio/charset/Windows1250.java,
-       gnu/java/nio/charset/Windows1251.java,
-       gnu/java/nio/charset/Windows1252.java,
-       gnu/java/nio/charset/Windows1253.java,
-       gnu/java/nio/charset/Windows1254.java,
-       gnu/java/nio/charset/Windows1255.java,
-       gnu/java/nio/charset/Windows1256.java,
-       gnu/java/nio/charset/Windows1257.java,
-       gnu/java/nio/charset/Windows1258.java:
-       New files.
+2008-03-27  Michael Franz  <mvfranz@gmail.com>
+
+       PR classpath/35690:
+       * javax/tools/FileObject.java:
+       (toUri()): Fix case from toURI.
+       (openReader(boolean)): Add missing boolean argument.
        
-2005-04-08  Roman Kennke  <roman@kennke.org>
-
-       * java/awt/MediaTracker.java
-       (MediaEntry.imageUpdate): Fixed flags. The different flags
-       must not be ORed together.
-       (checkAll): Modified to handle different meaning of the flags.
-       (waitForAll): Fixed so that it waits maximum the
-       specified amount of milliseconds.
-       (statusAll): Modified to handle different meaning of the flags.
-       (waitForID): Fixed so that it waits maximum the
-       specified amount of milliseconds.
-
-2005-04-08  Roman Kennke  <roman@kennke.org>
-
-       * javax/swing/text/ImageIcon.java
-       (ImageIcon): Use setImage instead of direct assignment.
-       (setImage): Call loadImage to make sure that the image is loaded.
-       (loadImage): Waits for the image to complete loading.
-       (getImageLoadStatus): Added. Returns the load status of the
-       image.
-
-2005-04-08  Guilhem Lavaux  <guilhem@kaffe.org>
-
-       * native/jni/classpath/jcl.h,
-       native/jni/java-io/java_io_ObjectInputStream.c,
-       native/jni/java-io/java_io_VMFile.c,
-       native/jni/java-io/java_io_VMObjectStreamClass.c,
-       native/jni/java-io/javaio.c,
-       native/jni/java-lang/java_lang_Double.c,
-       native/jni/java-lang/java_lang_Math.c,
-       native/jni/java-lang/java_lang_Object.c,
-       native/jni/java-lang/java_lang_VMDouble.c,
-       native/jni/java-lang/java_lang_VMFloat.c,
-       native/jni/java-lang/java_lang_VMProcess.c,
-       native/jni/java-lang/java_lang_VMSystem.c,
-       native/jni/java-lang/java_lang_reflect_Array.c,
-       native/jni/java-net/gnu_java_net_PlainDatagramSocketImpl.c,
-       native/jni/java-net/gnu_java_net_PlainSocketImpl.c,
-       native/jni/java-net/java_net_InetAddress.c,
-       native/jni/java-net/java_net_NetworkInterface.c,
-       native/jni/java-net/javanet.c,
-       native/jni/java-nio/gnu_java_nio_VMPipe.c,
-       native/jni/java-nio/gnu_java_nio_channels_FileChannelImpl.c,
-       native/jni/java-nio/java_nio.c,
-       native/jni/java-nio/java_nio_MappedByteBufferImpl.c,
-       native/jni/java-nio/java_nio_VMDirectByteBuffer.c,
-       native/jni/java-util/java_util_VMTimeZone.c: Reindented using 
-       GNU indent (GNU style).
-
-2005-04-08  Roman Kennke  <roman@kennke.org>
-
-       * javax/swing/text/JTextComponent.java
-       (JTextComponent): Added repaintListener which issues repaint
-       requests when the underlying document changes.
-       (setDocument): Adds repaintListener to document when the
-       document is changed.
-       * javax/swing/text/DefaultEditorKit.java:
-       Removed repaint calls on JTextComponent. This is now handled
-       through a DocumentListener in JTextComponent that repaints
-       the component when needed.
-
-2005-04-07  Chris Burdess  <dog@gnu.org>
-
-       * gnu/java/net/CRLFInputStream.java: Rewrite to return
-       CRLF-delimited chunks.
-
-2005-04-07  Roman Kennke  <roman@kennke.org>
-
-       * javax/swing/UIDefaults.java:
-       Added API documentation for all methods.
-
-2005-04-06  Roman Kennke  <roman@kennke.org>
-
-       * javax/swing/UIDefaults.java
-       (put): Now uses new checkAndPut method instead of checking
-       directly.
-       (putDefaults): Fixed so that it accepts null-values and
-       treats them like remove(key).
-       (checkAndPut): Added. This checks for null-values and calls
-       put or remove.
-
-2005-04-06   Audrius Meskauskas  <audriusa@bluewin.ch>
-
-       * org/omg/CORBA/CTX_RESTRICT_SCOPE.java,
-       org/omg/CORBA/ExceptionList.java,
-       org/omg/CORBA/NVList.java,
-       PrincipalHolder.java: New classes.
-       * org/omg/CORBA/Context.java: Completing
-       part, dependent from classes above,
-       org/omg/CORBA/MARSHAL.java: accessibility fixes.
-
-2005-04-05  Roman Kennke  <roman@kennke.org>
-
-       * gnu/java/awt/peer/gtk/GdkScreenGraphicsDevice.java
-       (getDisplayMode): Added. Returns the current display mode.
-       (isFullScreenSupported): Added.
-       * java/awt/GraphicsDevice.java
-       (setFullScreenWindow): Implemented a primitive fullscreen mode.
-       This resizes and relocates the fullscreen window so that it uses
-       the whole screen. This is not a fully accelerated fullscreen
-       exclusive mode.
-
-2005-04-03  Guilhem Lavaux  <guilhem@kaffe.org>
-       Rei Odaira <ray@is.s.u-tokyo.ac.jp>
-
-       * native/jni/java-nio/gnu_java_nio_VMSelector.c
-       (helper_select): Return the error number.
-       (Java_gnu_java_nio_VMSelector_select0): If the result is negative
-       consider it as the error code. This prevents conflicts between EINTR
-       and the number of filedescriptor particularly.
-
-2005-04-03  Guilhem Lavaux  <guilhem@kaffe.org>
-
-       * native/jni/java-nio/gnu_java_nio_VMSelector.c: Reindented.
+2008-08-26  Andrew John Hughes  <gnu_andrew@member.fsf.org>
+
+       PR classpath/35487:
+       * gnu/javax/management/Server.java:
+       (beans): Change to ConcurrentHashMap.
+       (defaultDomain): Make final.
+       (outer): Likewise.
+       (LazyListenersHolder): Added to wrap
+       listeners, also now a ConcurrentHashMap,
+       providing lazy initialisation safely.
+       (sequenceNumber): Documented.
+       (getBean(ObjectName)): Remove redundant cast.
+       (addNotificationListener(ObjectName,NotificationListener,
+       NotificationFilter,Object)): Remove map initialisation
+       and use holder.
+       (getObjectInstance(ObjectName)): Remove redundant cast.
+       (registerMBean(Object,ObjectName)): Add bean atomically.
+       (removeNotificationListener(ObjectName,NotificationListener)):
+       Simplified.
+       (removeNotificationListener(ObjectName,NotificationListener,
+       NotificationFilter,Object)): Likewise.
+       (notify(ObjectName,String)): Documented.
        
-2005-04-01  Tom Tromey  <tromey@redhat.com>
+2008-08-26  Andrew John Hughes  <gnu_andrew@member.fsf.org>
 
-       * java/lang/AssertionError.java: Typo fix.
+       * gnu/javax/management/Server.java:
+       Genericised.
 
-2005-04-01  Michael Koch  <konqueror@gmx.de>
+2008-08-26  Andrew John Hughes  <gnu_andrew@member.fsf.org>
 
-       * java/io/PipedInputStream.java
-       (read): Make sure a positive byte value is returned. Revised javadoc.
-       Thanks to Olafur Bragason for reporting these bugs.
+       * gnu/javax/management/Translator.java:
+       Genericised.
 
-2005-04-01  Guilhem Lavaux  <guilhem@kaffe.org>
+2008-08-26  Andrew John Hughes  <gnu_andrew@member.fsf.org>
 
-       * java/awt/image/IndexColorModel.java
-       (getRGB): Check if pixel is negative.
+       * javax/management/DefaultLoaderRepository.java,
+       * javax/management/JMX.java,
+       * javax/management/MBeanAttributeInfo.java,
+       * javax/management/MBeanConstructorInfo.java,
+       * javax/management/MBeanOperationInfo.java,
+       * javax/management/MBeanServerDelegate.java:
+       Fix warnings due to generics.
 
-2005-03-31  Thomas Fitzsimmons  <fitzsim@redhat.com>
+2008-08-25  Andrew John Hughes  <gnu_andrew@member.fsf.org>
 
-       * javax/swing/text/JTextComponent.java (viewToModel): New method.
+       * javax/management/MBeanPermission.java,
+       * javax/management/MBeanServerDelegate.java,
+       * javax/management/MBeanServerFactory.java,
+       * javax/management/MBeanServerInvocationHandler.java,
+       * javax/management/MBeanServerPermission.java:
+       Fix warnings due to use of non-generic collections.
 
-2005-03-31  Audrius Meskauskas  <audriusa@bluewin.ch>
-       * org/omg/CORBA/ORBPackage/InconsistentTypeCode.java,
-       org/omg/CORBA/ORBPackage/InvalidName.java,
-       org/omg/CORBA/ORBPackage/package.html: New files.
+2008-08-25  Mario Torre  <neugens@aicas.com>
+
+       * gnu/javax/rmi/CORBA/RmiUtilities.java (readValue): check if sender is
+       null to avoid NPE.
+       
+2008-08-22  Mario Torre  <neugens@aicas.com>
+       * gnu/CORBA/OrbFunctional.java (set_parameters): Fix
+       NullPointerException checking when param is null. 
 
-2005-03-31  Michael Koch  <konqueror@gmx.de>
+2008-08-23  Andrew John Hughes  <gnu_andrew@member.fsf.org>
 
-       * gnu/java/awt/peer/gtk/GdkGraphics.java
-       (getClipBounds): Handle clip being null.
-       (setClip): Likewise.
-       * java/beans/beancontext/BeanContextSupport.java
-       (add): Implemented.
-       (addAll): Likewise.
-       (clear): Likewise.
-       (removeAll): Likewise.
-       (retainAll): Likewise.
+       * java/util/regex/Matcher.java:
+       (reset()): Reset append position so
+       we don't try and append to the end of
+       the old input.
+       
+2008-08-22  Andrew John Hughes  <gnu_andrew@member.fsf.org>
 
-2005-03-30  Sven de Marothy  <sven@physto.se>
+       PR classpath/32028:
+       * m4/acinclude.m4:
+       Also allow versions of GJDoc from 0.8* on, as
+       CVS is 0.8.0-pre.
+       
+2008-08-21  Andrew John Hughes  <gnu_andrew@member.fsf.org>
 
-       * gnu/java/awt/peer/gtk/GdkGraphics.java:
-       (drawImage): Don't notify the image observer for offscreen images.
-       * gnu/java/awt/peer/gtk/GtkImagePainter.java:
-       (setPixels): Don't notify the image observer.
+       PR classpath/32028:
+       * m4/acinclude.m4:
+       (CLASSPATH_WITH_GJDOC): Ensure version 0.7.9 is
+       being used.
+       
+2008-08-20  Andrew John Hughes  <gnu_andrew@member.fsf.org>
 
-2005-03-30  Michael Koch  <konqueror@gmx.de>
+       * tools/Makefile.am:
+       Add taglets subdirectory to list of excluded
+       paths when GJDoc is not compiled.
+       
+2008-08-19  David P Grove  <groved@us.ibm.com>
 
-       * java/beans/beancontext/BeanContextServicesSupport.java
-       (BeanContextServicesSupport): Reimplemented.
-       (addBeanContextServicesListener): Implemented.
-       (initialize): Likewise.
-       (removeBeanContextServicesListener): Likewise.
-       * java/beans/beancontext/BeanContextSupport.java
-       (add): Likewise.
-       (addBeanContextMembershipListener): Likewise.
-       (getLocale): Likewise.
-       (initialize): Likewise.
-       (iterator): Likewise.
-       (remove): Likewise.
-       (toArray): Likewise.
+       * scripts/check_jni_methods.sh.in:
+       Fix build issue on AIX by splitting generation
+       of method list.
+       
+2008-08-18  Andrew John Hughes  <gnu_andrew@member.fsf.org>
 
-2005-03-30  Michael Koch  <konqueror@gmx.de>
+       * native/jni/gstreamer-peer/gst_native_pipeline.c:
+       (get_free_space(int)): Use #else not #elif when
+       there is no condition.
 
-       * java/awt/image/ConvolveOp.java:
-       Removed comment added by eclipse.
+2008-08-17  Andrew John Hughes  <gnu_andrew@member.fsf.org>
 
-2005-03-30  Michael Koch  <konqueror@gmx.de>
+       PR classpath/31895:
+       * java/text/DecimalFormat.java:
+       (setCurrency(Currency)): Update prefixes and
+       suffixes when currency changes.
+       * java/text/DecimalFormatSymbols.java:
+       (DecimalFormatSymbols(Locale)): Set locale earlier
+       so it can be used by setCurrency(Currency).
+       (setCurrency(Currency)): Set the symbol correctly using
+       the locale of the instance.
+       * java/util/Currency.java:
+       Throw error instead of just printing a message.
+
+2008-08-17  Andrew John Hughes  <gnu_andrew@member.fsf.org>
+
+       * javax/activation/ActivationDataFlavor.java:
+       Suppress warnings from public API.
+       (mimeType): Made final.
+       (representationClass): Added generic type and
+       made final.
+       (normalizeMimeTypeParameter(String,String)):
+       Use CPStringBuilder.
+       * javax/activation/CommandInfo.java:
+       (verb): Made final.
+       (className): Made final.
+       * javax/activation/DataHandler.java:
+       (dataSource): Made final.
+       * javax/activation/FileDataSource.java:
+       (file): Made final.
+       * javax/activation/MailcapCommandMap.java:
+       Use generics on collections and CPStringBuilder
+       instead of StringBuffer.
+       * javax/activation/MimeType.java:
+       (toString()): Use CPStringBuilder.
+       (getBaseType()): Likewise.
+       * javax/activation/MimeTypeParameterList.java:
+       Use generics on collections and CPStringBuilder
+       instead of StringBuffer.
+       * javax/activation/MimeTypeParseException.java:
+       (MimeTypeParseException(String,String)): Use
+       CPStringBuilder.
+       * javax/activation/MimetypesFileTypeMap.java:
+       Use generics on collections and CPStringBuilder
+       instead of StringBuffer.        
+       * javax/activation/URLDataSource.java:
+       (url): Made final.
+
+2008-08-17  Andrew John Hughes  <gnu_andrew@member.fsf.org>
+
+       * gnu/javax/activation/viewers/ImageViewer.java,
+       * gnu/javax/activation/viewers/TextEditor.java,
+       * gnu/javax/activation/viewers/TextViewer.java,
+       * javax/activation/ActivationDataFlavor.java,
+       * javax/activation/CommandInfo.java,
+       * javax/activation/CommandMap.java,
+       * javax/activation/CommandObject.java,
+       * javax/activation/DataContentHandler.java,
+       * javax/activation/DataContentHandlerFactory.java,
+       * javax/activation/DataHandler.java,
+       * javax/activation/DataHandlerDataSource.java,
+       * javax/activation/DataSource.java,
+       * javax/activation/DataSourceDataContentHandler.java,
+       * javax/activation/FileDataSource.java,
+       * javax/activation/FileTypeMap.java,
+       * javax/activation/MailcapCommandMap.java,
+       * javax/activation/MimeType.java,
+       * javax/activation/MimeTypeParameterList.java,
+       * javax/activation/MimeTypeParseException.java,
+       * javax/activation/MimetypesFileTypeMap.java,
+       * javax/activation/ObjectDataContentHandler.java,
+       * javax/activation/URLDataSource.java,
+       * javax/activation/UnsupportedDataTypeException.java,
+       * javax/activation/package.html,
+       * resource/META-INF/mailcap.default,
+       * resource/META-INF/mimetypes.default:
+       Import GNU JAF CVS as of 17/08/2008.
+
+2006-04-25  Archit Shah  <ashah@redhat.com>
+
+       * javax/activation/MimeTypeParameterList.java:
+       Insert ';' separator before parameter list.
+
+2005-06-29  Xavier Poinsard  <xpoinsard@openpricer.com>
+
+       * javax/activation/ObjectDataContentHandler.java:
+       Fixed typo.
+
+2005-05-28  Chris Burdess  <dog@bluezoo.org>
+
+       * javax/activation/CommandMap.java, 
+       * javax/activation/MailcapCommandMap.java:
+       Updated to JAF 1.1.
+
+2004-06-09  Chris Burdess  <dog@bluezoo.org>
+
+       * javax/activation/MailcapCommandMap.java:
+       Fixed bug whereby x-java prefix was not
+       attempted.
+
+2008-08-17  Andrew John Hughes  <gnu_andrew@member.fsf.org>
+
+       * AUTHORS: Added Laszlo.
+
+2008-04-20  Andrew John Hughes  <gnu_andrew@member.fsf.org>
+
+       PR classpath/30436:
+       * java/util/Scanner.java:
+       Fix package to be java.util and correct
+       indentation.
 
-       * gnu/xml/aelfred2/XmlParser.java:
-       Revert my typo fix.
+2007-07-25  Laszlo Andras Hernadi  <e0327023@student.tuwien.ac.at>
 
-2005-03-30  Michael Koch  <konqueror@gmx.de>
+       PR classpath/30436:
+       * java/util/Scanner.java:
+       Initial implementation.
 
-       * java/awt/geom/CubicCurve2D.java,
-       java/awt/geom/QuadCurve2D.java:
-       Fixed typo in name of Brian Cough.
+2008-08-17  Andrew John Hughes  <gnu_andrew@member.fsf.org>
 
-2005-03-29  Guilhem Lavaux  <guilhem@kaffe.org>
+       * java/util/regex/Matcher.java:
+       (toMatchResult()): Implemented.
+       
+2008-08-13  Joshua Sumali  <jsumali@redhat.com>
+
+       * doc/Makefile.am (gjdoc.pod): Generate gjdoc pod from cp-tools.texinfo
+       instead of invoke.texi. Remove invoke.texi from EXTRA_DIST.
+       * doc/invoke.texi: Removed and merged into ...
+       * doc/cp-tools.texinfo: Here
+
+2008-08-12  Robert Schuster  <robertschuster@fsfe.org>
+
+       * native/jni/java-net/local.c
+       (local_bind): Removed fprintf call, fixed access outside
+       of array bounds.
+
+2008-07-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+
+       * m4/acinclude.m4 (CLASSPATH_COND_IF): New macro.
+       * configure.ac: Use it.
+       * tools/Makefile.am (!CREATE_WRAPPERS): Update comment.
+
+2008-07-12  Andrew John Hughes  <gnu_andrew@member.fsf.org>
+
+       * resource/gnu/java/locale/LocaleInformation.properties,
+       * resource/gnu/java/locale/LocaleInformation_aa.properties,
+       * resource/gnu/java/locale/LocaleInformation_af.properties,
+       * resource/gnu/java/locale/LocaleInformation_af_NA.properties,
+       * resource/gnu/java/locale/LocaleInformation_ak.properties,
+       * resource/gnu/java/locale/LocaleInformation_am.properties,
+       * resource/gnu/java/locale/LocaleInformation_ar.properties,
+       * resource/gnu/java/locale/LocaleInformation_as.properties,
+       * resource/gnu/java/locale/LocaleInformation_az.properties,
+       * resource/gnu/java/locale/LocaleInformation_be.properties,
+       * resource/gnu/java/locale/LocaleInformation_bg.properties,
+       * resource/gnu/java/locale/LocaleInformation_bn.properties,
+       * resource/gnu/java/locale/LocaleInformation_bs.properties,
+       * resource/gnu/java/locale/LocaleInformation_byn.properties,
+       * resource/gnu/java/locale/LocaleInformation_ca.properties,
+       * resource/gnu/java/locale/LocaleInformation_cch.properties,
+       * resource/gnu/java/locale/LocaleInformation_cop.properties,
+       * resource/gnu/java/locale/LocaleInformation_cs.properties,
+       * resource/gnu/java/locale/LocaleInformation_cy.properties,
+       * resource/gnu/java/locale/LocaleInformation_da.properties,
+       * resource/gnu/java/locale/LocaleInformation_de.properties,
+       * resource/gnu/java/locale/LocaleInformation_de_BE.properties,
+       * resource/gnu/java/locale/LocaleInformation_dv.properties,
+       * resource/gnu/java/locale/LocaleInformation_dz.properties,
+       * resource/gnu/java/locale/LocaleInformation_ee.properties,
+       * resource/gnu/java/locale/LocaleInformation_el.properties,
+       * resource/gnu/java/locale/LocaleInformation_en.properties,
+       * resource/gnu/java/locale/LocaleInformation_en_BE.properties,
+       * resource/gnu/java/locale/LocaleInformation_en_BZ.properties,
+       * resource/gnu/java/locale/LocaleInformation_en_GB.properties,
+       * resource/gnu/java/locale/LocaleInformation_en_IE.properties,
+       * resource/gnu/java/locale/LocaleInformation_en_MT.properties,
+       * resource/gnu/java/locale/LocaleInformation_en_SG.properties,
+       * resource/gnu/java/locale/LocaleInformation_eo.properties,
+       * resource/gnu/java/locale/LocaleInformation_es.properties,
+       * resource/gnu/java/locale/LocaleInformation_es_AR.properties,
+       * resource/gnu/java/locale/LocaleInformation_es_CL.properties,
+       * resource/gnu/java/locale/LocaleInformation_es_CO.properties,
+       * resource/gnu/java/locale/LocaleInformation_es_EC.properties,
+       * resource/gnu/java/locale/LocaleInformation_es_PE.properties,
+       * resource/gnu/java/locale/LocaleInformation_es_US.properties,
+       * resource/gnu/java/locale/LocaleInformation_et.properties,
+       * resource/gnu/java/locale/LocaleInformation_eu.properties,
+       * resource/gnu/java/locale/LocaleInformation_fa.properties,
+       * resource/gnu/java/locale/LocaleInformation_fi.properties,
+       * resource/gnu/java/locale/LocaleInformation_fil.properties,
+       * resource/gnu/java/locale/LocaleInformation_fo.properties,
+       * resource/gnu/java/locale/LocaleInformation_fr.properties,
+       * resource/gnu/java/locale/LocaleInformation_fr_BE.properties,
+       * resource/gnu/java/locale/LocaleInformation_fr_CA.properties,
+       * resource/gnu/java/locale/LocaleInformation_fr_CH.properties,
+       * resource/gnu/java/locale/LocaleInformation_fur.properties,
+       * resource/gnu/java/locale/LocaleInformation_ga.properties,
+       * resource/gnu/java/locale/LocaleInformation_gaa.properties,
+       * resource/gnu/java/locale/LocaleInformation_gez.properties,
+       * resource/gnu/java/locale/LocaleInformation_gl.properties,
+       * resource/gnu/java/locale/LocaleInformation_gu.properties,
+       * resource/gnu/java/locale/LocaleInformation_gv.properties,
+       * resource/gnu/java/locale/LocaleInformation_ha.properties,
+       * resource/gnu/java/locale/LocaleInformation_haw.properties,
+       * resource/gnu/java/locale/LocaleInformation_he.properties,
+       * resource/gnu/java/locale/LocaleInformation_hi.properties,
+       * resource/gnu/java/locale/LocaleInformation_hr.properties,
+       * resource/gnu/java/locale/LocaleInformation_hu.properties,
+       * resource/gnu/java/locale/LocaleInformation_hy.properties,
+       * resource/gnu/java/locale/LocaleInformation_ia.properties,
+       * resource/gnu/java/locale/LocaleInformation_id.properties,
+       * resource/gnu/java/locale/LocaleInformation_ig.properties,
+       * resource/gnu/java/locale/LocaleInformation_is.properties,
+       * resource/gnu/java/locale/LocaleInformation_it.properties,
+       * resource/gnu/java/locale/LocaleInformation_it_CH.properties,
+       * resource/gnu/java/locale/LocaleInformation_iu.properties,
+       * resource/gnu/java/locale/LocaleInformation_ja.properties,
+       * resource/gnu/java/locale/LocaleInformation_ka.properties,
+       * resource/gnu/java/locale/LocaleInformation_kaj.properties,
+       * resource/gnu/java/locale/LocaleInformation_kam.properties,
+       * resource/gnu/java/locale/LocaleInformation_kcg.properties,
+       * resource/gnu/java/locale/LocaleInformation_kfo.properties,
+       * resource/gnu/java/locale/LocaleInformation_kk.properties,
+       * resource/gnu/java/locale/LocaleInformation_kl.properties,
+       * resource/gnu/java/locale/LocaleInformation_km.properties,
+       * resource/gnu/java/locale/LocaleInformation_kn.properties,
+       * resource/gnu/java/locale/LocaleInformation_ko.properties,
+       * resource/gnu/java/locale/LocaleInformation_kok.properties,
+       * resource/gnu/java/locale/LocaleInformation_kpe.properties,
+       * resource/gnu/java/locale/LocaleInformation_kw.properties,
+       * resource/gnu/java/locale/LocaleInformation_ky.properties,
+       * resource/gnu/java/locale/LocaleInformation_ln.properties,
+       * resource/gnu/java/locale/LocaleInformation_lo.properties,
+       * resource/gnu/java/locale/LocaleInformation_lt.properties,
+       * resource/gnu/java/locale/LocaleInformation_lv.properties,
+       * resource/gnu/java/locale/LocaleInformation_mk.properties,
+       * resource/gnu/java/locale/LocaleInformation_ml.properties,
+       * resource/gnu/java/locale/LocaleInformation_mn.properties,
+       * resource/gnu/java/locale/LocaleInformation_mr.properties,
+       * resource/gnu/java/locale/LocaleInformation_ms.properties,
+       * resource/gnu/java/locale/LocaleInformation_ms_BN.properties,
+       * resource/gnu/java/locale/LocaleInformation_mt.properties,
+       * resource/gnu/java/locale/LocaleInformation_my.properties,
+       * resource/gnu/java/locale/LocaleInformation_nb.properties,
+       * resource/gnu/java/locale/LocaleInformation_ne.properties,
+       * resource/gnu/java/locale/LocaleInformation_nl.properties,
+       * resource/gnu/java/locale/LocaleInformation_nn.properties,
+       * resource/gnu/java/locale/LocaleInformation_nr.properties,
+       * resource/gnu/java/locale/LocaleInformation_nso.properties,
+       * resource/gnu/java/locale/LocaleInformation_ny.properties,
+       * resource/gnu/java/locale/LocaleInformation_om.properties,
+       * resource/gnu/java/locale/LocaleInformation_or.properties,
+       * resource/gnu/java/locale/LocaleInformation_pa.properties,
+       * resource/gnu/java/locale/LocaleInformation_pl.properties,
+       * resource/gnu/java/locale/LocaleInformation_ps.properties,
+       * resource/gnu/java/locale/LocaleInformation_pt.properties,
+       * resource/gnu/java/locale/LocaleInformation_pt_PT.properties,
+       * resource/gnu/java/locale/LocaleInformation_ro.properties,
+       * resource/gnu/java/locale/LocaleInformation_ru.properties,
+       * resource/gnu/java/locale/LocaleInformation_ru_UA.properties,
+       * resource/gnu/java/locale/LocaleInformation_rw.properties,
+       * resource/gnu/java/locale/LocaleInformation_sa.properties,
+       * resource/gnu/java/locale/LocaleInformation_se.properties,
+       * resource/gnu/java/locale/LocaleInformation_si.properties,
+       * resource/gnu/java/locale/LocaleInformation_sid.properties,
+       * resource/gnu/java/locale/LocaleInformation_sk.properties,
+       * resource/gnu/java/locale/LocaleInformation_sl.properties,
+       * resource/gnu/java/locale/LocaleInformation_so.properties,
+       * resource/gnu/java/locale/LocaleInformation_sq.properties,
+       * resource/gnu/java/locale/LocaleInformation_sr.properties,
+       * resource/gnu/java/locale/LocaleInformation_sr_BA_Cyrl.properties,
+       * resource/gnu/java/locale/LocaleInformation_sr_ME_Latn.properties,
+       * resource/gnu/java/locale/LocaleInformation_ss.properties,
+       * resource/gnu/java/locale/LocaleInformation_st.properties,
+       * resource/gnu/java/locale/LocaleInformation_sv.properties,
+       * resource/gnu/java/locale/LocaleInformation_sw.properties,
+       * resource/gnu/java/locale/LocaleInformation_syr.properties,
+       * resource/gnu/java/locale/LocaleInformation_ta.properties,
+       * resource/gnu/java/locale/LocaleInformation_te.properties,
+       * resource/gnu/java/locale/LocaleInformation_tg.properties,
+       * resource/gnu/java/locale/LocaleInformation_th.properties,
+       * resource/gnu/java/locale/LocaleInformation_ti.properties,
+       * resource/gnu/java/locale/LocaleInformation_tig.properties,
+       * resource/gnu/java/locale/LocaleInformation_tn.properties,
+       * resource/gnu/java/locale/LocaleInformation_to.properties,
+       * resource/gnu/java/locale/LocaleInformation_tr.properties,
+       * resource/gnu/java/locale/LocaleInformation_trv.properties,
+       * resource/gnu/java/locale/LocaleInformation_ts.properties,
+       * resource/gnu/java/locale/LocaleInformation_tt.properties,
+       * resource/gnu/java/locale/LocaleInformation_ug.properties,
+       * resource/gnu/java/locale/LocaleInformation_uk.properties,
+       * resource/gnu/java/locale/LocaleInformation_ur.properties,
+       * resource/gnu/java/locale/LocaleInformation_uz.properties,
+       * resource/gnu/java/locale/LocaleInformation_uz_Arab.properties,
+       * resource/gnu/java/locale/LocaleInformation_ve.properties,
+       * resource/gnu/java/locale/LocaleInformation_vi.properties,
+       * resource/gnu/java/locale/LocaleInformation_wal.properties,
+       * resource/gnu/java/locale/LocaleInformation_wo.properties,
+       * resource/gnu/java/locale/LocaleInformation_xh.properties,
+       * resource/gnu/java/locale/LocaleInformation_yo.properties,
+       * resource/gnu/java/locale/LocaleInformation_zh.properties,
+       * resource/gnu/java/locale/LocaleInformation_zh_Hant.properties,
+       * resource/gnu/java/locale/LocaleInformation_zu.properties:
+       Correct use of 'v' with 'z' in locale data as Java does not
+       support this new pattern character.
+
+2008-07-12  David Daney  <ddaney@avtrex.com>
+
+       * gnu/java/net/protocol/http/LimitedLengthInputStream.java: Clean up
+       white space in entire file.
+       (handleClose): Remove redundant braces from if statement.
+
+2008-07-07  Andrew John Hughes  <gnu_andrew@member.fsf.org>
+
+       * java/text/DateFormatSymbols.java:
+       (getZoneStrings(ResourceBundle,Locale)):
+       Handle missing standard zone names.
+       
+2008-07-07  Andrew John Hughes  <gnu_andrew@member.fsf.org>
+
+       * java/text/DateFormatSymbols.java:
+       (getZoneStrings(ResourceBundle,Locale)):
+       Fallback on to parent locales.
+
+2008-07-07  Andrew John Hughes  <gnu_andrew@member.fsf.org>
+
+       * java/text/DateFormatSymbols.java:
+       (getZoneStrings(ResourceBundle,Locale)):
+       Use metazones to convert metazone names to standard
+       Continent/City form.  Also add hack to include GMT
+       as a short name.
+       * resource/java/text/metazones.properties:
+       New properties file for mapping metazones to standard
+       zone names.
+       
+2008-07-07  Christian Thalinger  <twisti@complang.tuwien.ac.at>
 
-       * native/jni/java-nio/gnu_java_nio_VMSelector.c
-       (Java_gnu_java_nio_VMSelector_select): Use GetStaticMethodID
-       for Thread.interrupted().
-               
-2005-03-29  Jeroen Frijters  <jeroen@frijters.net>
+       * configure.ac (AC_CHECK_HEADERS): Added sys/sockio.h, required
+       for Solaris.
+       (AC_CHECK_LIB): Check for socket.
+       * native/jni/java-net/java_net_VMNetworkInterface.c (unistd.h):
+       Added.
+       [HAVE_SYS_SOCKIO_H] (sys/sockio.h): Likewise.
 
-       * gnu/classpath/SystemProperties.java (static): Converted encoding
-       aliases to lower case and removed redudant aliases.
-       * gnu/java/io/EncodingManager.java
-       (findEncoderConstructor, findDecoderConstructor): Call new method
-       resolveAlias().
-       (resolveAlias): New method.
-       * java/lang/System.java (getProperties): Removed uppercase aliases
-       from comments.
+2008-07-07  Andrew John Hughes  <gnu_andrew@member.fsf.org>
 
-2005-03-28  Tom Tromey  <tromey@redhat.com>
+       * THANKYOU: Added Byeogncheol.
 
-       * java/net/URL.java (DEFAULT_SEARCH_PATH): Added
-       org.metastatic.jessie.
+2008-07-07  Byeogncheol Lee  <lineonking@gmail.com>
 
-2005-03-28  Tom Tromey  <tromey@redhat.com>
+       PR classpath/36677:
+       * gnu/classpath/jdwp/processor/VirtualMachineCommandSet.java:
+       (executeTopLevelThreadGroups(ByteBuffer,DataOutputStream)):
+       Add missing write.
 
-       * java/lang/ClassLoader.java (loadClass): Resolve class even if
-       it was already found.
+2008-07-07  Andrew John Hughes  <gnu_andrew@member.fsf.org>
 
-2005-03-28  Sven de Marothy  <sven@physto.se>
+       * java/text/DateFormatSymbols.java:
+       (getZoneStrings(ResourceBundle,Locale)):
+       Pad arrays smaller than 5 with empty strings.
 
-       * gnu/java/io/decode/DecoderUnicodeBig.java,
-       * gnu/java/io/decode/DecoderUnicodeLittle.java,
-       * gnu/java/io/encode/EncoderUnicodeBig.java,
-       * gnu/java/io/encode/EncoderUnicodeLittle.java:
-       New files.
+2008-07-07  Andrew John Hughes  <gnu_andrew@member.fsf.org>
 
-2005-03-26  Andrew John Hughes  <gnu_andrew@member.fsf.org>
+       * java/util/Calendar.java:
+       (Calendar(TimeZone,Locale)): Use weeks.properties
+       instead of LocaleInformation bundles.
+       * resource/java/util/iso4217.properties:
+       Updated with new supplementgen header.
+       * resource/java/util/weeks.properties:
+       New resource file.
+
+2008-07-07  Andrew John Hughes  <gnu_andrew@member.fsf.org>
+
+       * resource/gnu/java/locale/LocaleInformation.properties,
+       * resource/gnu/java/locale/LocaleInformation_aa.properties,
+       * resource/gnu/java/locale/LocaleInformation_af.properties,
+       * resource/gnu/java/locale/LocaleInformation_af_NA.properties,
+       * resource/gnu/java/locale/LocaleInformation_ak.properties,
+       * resource/gnu/java/locale/LocaleInformation_am.properties,
+       * resource/gnu/java/locale/LocaleInformation_ar.properties,
+       * resource/gnu/java/locale/LocaleInformation_ar_LB.properties,
+       * resource/gnu/java/locale/LocaleInformation_as.properties,
+       * resource/gnu/java/locale/LocaleInformation_az.properties,
+       * resource/gnu/java/locale/LocaleInformation_be.properties,
+       * resource/gnu/java/locale/LocaleInformation_bg.properties,
+       * resource/gnu/java/locale/LocaleInformation_bn.properties,
+       * resource/gnu/java/locale/LocaleInformation_bn_IN.properties,
+       * resource/gnu/java/locale/LocaleInformation_bs.properties,
+       * resource/gnu/java/locale/LocaleInformation_byn.properties,
+       * resource/gnu/java/locale/LocaleInformation_ca.properties,
+       * resource/gnu/java/locale/LocaleInformation_cs.properties,
+       * resource/gnu/java/locale/LocaleInformation_cy.properties,
+       * resource/gnu/java/locale/LocaleInformation_da.properties,
+       * resource/gnu/java/locale/LocaleInformation_de.properties,
+       * resource/gnu/java/locale/LocaleInformation_de_AT.properties,
+       * resource/gnu/java/locale/LocaleInformation_de_BE.properties,
+       * resource/gnu/java/locale/LocaleInformation_de_CH.properties,
+       * resource/gnu/java/locale/LocaleInformation_de_LI.properties,
+       * resource/gnu/java/locale/LocaleInformation_dv.properties,
+       * resource/gnu/java/locale/LocaleInformation_dz.properties,
+       * resource/gnu/java/locale/LocaleInformation_el.properties,
+       * resource/gnu/java/locale/LocaleInformation_en.properties,
+       * resource/gnu/java/locale/LocaleInformation_en_AU.properties,
+       * resource/gnu/java/locale/LocaleInformation_en_BE.properties,
+       * resource/gnu/java/locale/LocaleInformation_en_BW.properties,
+       * resource/gnu/java/locale/LocaleInformation_en_BZ.properties,
+       * resource/gnu/java/locale/LocaleInformation_en_CA.properties,
+       * resource/gnu/java/locale/LocaleInformation_en_GB.properties,
+       * resource/gnu/java/locale/LocaleInformation_en_HK.properties,
+       * resource/gnu/java/locale/LocaleInformation_en_IN.properties,
+       * resource/gnu/java/locale/LocaleInformation_en_NZ.properties,
+       * resource/gnu/java/locale/LocaleInformation_en_PH.properties,
+       * resource/gnu/java/locale/LocaleInformation_en_PK.properties,
+       * resource/gnu/java/locale/LocaleInformation_en_SG.properties,
+       * resource/gnu/java/locale/LocaleInformation_en_US_POSIX.properties,
+       * resource/gnu/java/locale/LocaleInformation_en_ZA.properties,
+       * resource/gnu/java/locale/LocaleInformation_en_ZW.properties,
+       * resource/gnu/java/locale/LocaleInformation_eo.properties,
+       * resource/gnu/java/locale/LocaleInformation_es.properties,
+       * resource/gnu/java/locale/LocaleInformation_es_AR.properties,
+       * resource/gnu/java/locale/LocaleInformation_es_CL.properties,
+       * resource/gnu/java/locale/LocaleInformation_es_CR.properties,
+       * resource/gnu/java/locale/LocaleInformation_es_PY.properties,
+       * resource/gnu/java/locale/LocaleInformation_es_UY.properties,
+       * resource/gnu/java/locale/LocaleInformation_es_VE.properties,
+       * resource/gnu/java/locale/LocaleInformation_et.properties,
+       * resource/gnu/java/locale/LocaleInformation_eu.properties,
+       * resource/gnu/java/locale/LocaleInformation_fa.properties,
+       * resource/gnu/java/locale/LocaleInformation_fa_AF.properties,
+       * resource/gnu/java/locale/LocaleInformation_fi.properties,
+       * resource/gnu/java/locale/LocaleInformation_fil.properties,
+       * resource/gnu/java/locale/LocaleInformation_fo.properties,
+       * resource/gnu/java/locale/LocaleInformation_fr.properties,
+       * resource/gnu/java/locale/LocaleInformation_fr_BE.properties,
+       * resource/gnu/java/locale/LocaleInformation_fr_CA.properties,
+       * resource/gnu/java/locale/LocaleInformation_fr_CH.properties,
+       * resource/gnu/java/locale/LocaleInformation_fur.properties,
+       * resource/gnu/java/locale/LocaleInformation_ga.properties,
+       * resource/gnu/java/locale/LocaleInformation_gez.properties,
+       * resource/gnu/java/locale/LocaleInformation_gl.properties,
+       * resource/gnu/java/locale/LocaleInformation_gu.properties,
+       * resource/gnu/java/locale/LocaleInformation_gv.properties,
+       * resource/gnu/java/locale/LocaleInformation_ha.properties,
+       * resource/gnu/java/locale/LocaleInformation_haw.properties,
+       * resource/gnu/java/locale/LocaleInformation_he.properties,
+       * resource/gnu/java/locale/LocaleInformation_hi.properties,
+       * resource/gnu/java/locale/LocaleInformation_hr.properties,
+       * resource/gnu/java/locale/LocaleInformation_hu.properties,
+       * resource/gnu/java/locale/LocaleInformation_hy.properties,
+       * resource/gnu/java/locale/LocaleInformation_id.properties,
+       * resource/gnu/java/locale/LocaleInformation_is.properties,
+       * resource/gnu/java/locale/LocaleInformation_it.properties,
+       * resource/gnu/java/locale/LocaleInformation_it_CH.properties,
+       * resource/gnu/java/locale/LocaleInformation_ja.properties,
+       * resource/gnu/java/locale/LocaleInformation_ka.properties,
+       * resource/gnu/java/locale/LocaleInformation_kk.properties,
+       * resource/gnu/java/locale/LocaleInformation_kl.properties,
+       * resource/gnu/java/locale/LocaleInformation_km.properties,
+       * resource/gnu/java/locale/LocaleInformation_kn.properties,
+       * resource/gnu/java/locale/LocaleInformation_ko.properties,
+       * resource/gnu/java/locale/LocaleInformation_kok.properties,
+       * resource/gnu/java/locale/LocaleInformation_ku.properties,
+       * resource/gnu/java/locale/LocaleInformation_kw.properties,
+       * resource/gnu/java/locale/LocaleInformation_ky.properties,
+       * resource/gnu/java/locale/LocaleInformation_ln.properties,
+       * resource/gnu/java/locale/LocaleInformation_lo.properties,
+       * resource/gnu/java/locale/LocaleInformation_lt.properties,
+       * resource/gnu/java/locale/LocaleInformation_lv.properties,
+       * resource/gnu/java/locale/LocaleInformation_mk.properties,
+       * resource/gnu/java/locale/LocaleInformation_ml.properties,
+       * resource/gnu/java/locale/LocaleInformation_mn.properties,
+       * resource/gnu/java/locale/LocaleInformation_mr.properties,
+       * resource/gnu/java/locale/LocaleInformation_ms.properties,
+       * resource/gnu/java/locale/LocaleInformation_ms_BN.properties,
+       * resource/gnu/java/locale/LocaleInformation_mt.properties,
+       * resource/gnu/java/locale/LocaleInformation_my.properties,
+       * resource/gnu/java/locale/LocaleInformation_nb.properties,
+       * resource/gnu/java/locale/LocaleInformation_ne.properties,
+       * resource/gnu/java/locale/LocaleInformation_nl.properties,
+       * resource/gnu/java/locale/LocaleInformation_nl_BE.properties,
+       * resource/gnu/java/locale/LocaleInformation_nn.properties,
+       * resource/gnu/java/locale/LocaleInformation_nr.properties,
+       * resource/gnu/java/locale/LocaleInformation_nso.properties,
+       * resource/gnu/java/locale/LocaleInformation_om.properties,
+       * resource/gnu/java/locale/LocaleInformation_or.properties,
+       * resource/gnu/java/locale/LocaleInformation_pa.properties,
+       * resource/gnu/java/locale/LocaleInformation_pa_Arab.properties,
+       * resource/gnu/java/locale/LocaleInformation_pl.properties,
+       * resource/gnu/java/locale/LocaleInformation_ps.properties,
+       * resource/gnu/java/locale/LocaleInformation_pt.properties,
+       * resource/gnu/java/locale/LocaleInformation_pt_PT.properties,
+       * resource/gnu/java/locale/LocaleInformation_ro.properties,
+       * resource/gnu/java/locale/LocaleInformation_ru.properties,
+       * resource/gnu/java/locale/LocaleInformation_ru_UA.properties,
+       * resource/gnu/java/locale/LocaleInformation_sa.properties,
+       * resource/gnu/java/locale/LocaleInformation_se.properties,
+       * resource/gnu/java/locale/LocaleInformation_se_FI.properties,
+       * resource/gnu/java/locale/LocaleInformation_sk.properties,
+       * resource/gnu/java/locale/LocaleInformation_sl.properties,
+       * resource/gnu/java/locale/LocaleInformation_so.properties,
+       * resource/gnu/java/locale/LocaleInformation_sq.properties,
+       * resource/gnu/java/locale/LocaleInformation_sr.properties,
+       * resource/gnu/java/locale/LocaleInformation_sr_Latn.properties,
+       * resource/gnu/java/locale/LocaleInformation_sr_ME_Latn.properties,
+       * resource/gnu/java/locale/LocaleInformation_ss.properties,
+       * resource/gnu/java/locale/LocaleInformation_st.properties,
+       * resource/gnu/java/locale/LocaleInformation_sv.properties,
+       * resource/gnu/java/locale/LocaleInformation_sv_FI.properties,
+       * resource/gnu/java/locale/LocaleInformation_sw.properties,
+       * resource/gnu/java/locale/LocaleInformation_syr.properties,
+       * resource/gnu/java/locale/LocaleInformation_ta.properties,
+       * resource/gnu/java/locale/LocaleInformation_te.properties,
+       * resource/gnu/java/locale/LocaleInformation_tg.properties,
+       * resource/gnu/java/locale/LocaleInformation_th.properties,
+       * resource/gnu/java/locale/LocaleInformation_ti.properties,
+       * resource/gnu/java/locale/LocaleInformation_tig.properties,
+       * resource/gnu/java/locale/LocaleInformation_tn.properties,
+       * resource/gnu/java/locale/LocaleInformation_to.properties,
+       * resource/gnu/java/locale/LocaleInformation_tr.properties,
+       * resource/gnu/java/locale/LocaleInformation_ts.properties,
+       * resource/gnu/java/locale/LocaleInformation_tt.properties,
+       * resource/gnu/java/locale/LocaleInformation_uk.properties,
+       * resource/gnu/java/locale/LocaleInformation_ur.properties,
+       * resource/gnu/java/locale/LocaleInformation_uz.properties,
+       * resource/gnu/java/locale/LocaleInformation_uz_Arab.properties,
+       * resource/gnu/java/locale/LocaleInformation_uz_Latn.properties,
+       * resource/gnu/java/locale/LocaleInformation_ve.properties,
+       * resource/gnu/java/locale/LocaleInformation_vi.properties,
+       * resource/gnu/java/locale/LocaleInformation_wal.properties,
+       * resource/gnu/java/locale/LocaleInformation_xh.properties,
+       * resource/gnu/java/locale/LocaleInformation_yo.properties,
+       * resource/gnu/java/locale/LocaleInformation_zh.properties,
+       * resource/gnu/java/locale/LocaleInformation_zh_HK_Hant.properties,
+       * resource/gnu/java/locale/LocaleInformation_zh_Hant.properties,
+       * resource/gnu/java/locale/LocaleInformation_zh_MO_Hant.properties,
+       * resource/gnu/java/locale/LocaleInformation_zh_SG_Hans.properties,
+       * resource/gnu/java/locale/LocaleInformation_zu.properties,
+       * resource/java/util/iso4217.properties:
+       Regenerated from CLDR 1.6.0.
+       * resource/gnu/java/locale/LocaleInformation_en_Dsrt.properties,
+       * resource/gnu/java/locale/LocaleInformation_en_Shaw.properties,
+       * resource/gnu/java/locale/LocaleInformation_ku_Latn.properties,
+       * resource/gnu/java/locale/LocaleInformation_trv.properties,
+       * resource/gnu/java/locale/LocaleInformation_si.properties,
+       * resource/gnu/java/locale/LocaleInformation_ur_IN.properties:
+       New files from CLDR 1.6.0.      
+
+2008-07-06  Andrew John Hughes  <gnu_andrew@member.fsf.org>
+
+       * resource/gnu/java/locale/LocaleInformation.properties,
+       * resource/gnu/java/locale/LocaleInformation_aa.properties,
+       * resource/gnu/java/locale/LocaleInformation_aa_DJ.properties,
+       * resource/gnu/java/locale/LocaleInformation_aa_ER_SAAHO.properties,
+       * resource/gnu/java/locale/LocaleInformation_af.properties,
+       * resource/gnu/java/locale/LocaleInformation_ak.properties,
+       * resource/gnu/java/locale/LocaleInformation_am.properties,
+       * resource/gnu/java/locale/LocaleInformation_ar.properties,
+       * resource/gnu/java/locale/LocaleInformation_ar_JO.properties,
+       * resource/gnu/java/locale/LocaleInformation_ar_LB.properties,
+       * resource/gnu/java/locale/LocaleInformation_ar_QA.properties,
+       * resource/gnu/java/locale/LocaleInformation_ar_SA.properties,
+       * resource/gnu/java/locale/LocaleInformation_ar_SY.properties,
+       * resource/gnu/java/locale/LocaleInformation_ar_TN.properties,
+       * resource/gnu/java/locale/LocaleInformation_ar_YE.properties,
+       * resource/gnu/java/locale/LocaleInformation_as.properties,
+       * resource/gnu/java/locale/LocaleInformation_az.properties,
+       * resource/gnu/java/locale/LocaleInformation_az_Cyrl.properties,
+       * resource/gnu/java/locale/LocaleInformation_be.properties,
+       * resource/gnu/java/locale/LocaleInformation_bg.properties,
+       * resource/gnu/java/locale/LocaleInformation_bn.properties,
+       * resource/gnu/java/locale/LocaleInformation_bo.properties,
+       * resource/gnu/java/locale/LocaleInformation_bs.properties,
+       * resource/gnu/java/locale/LocaleInformation_byn.properties,
+       * resource/gnu/java/locale/LocaleInformation_ca.properties,
+       * resource/gnu/java/locale/LocaleInformation_cch.properties,
+       * resource/gnu/java/locale/LocaleInformation_cop.properties,
+       * resource/gnu/java/locale/LocaleInformation_cs.properties,
+       * resource/gnu/java/locale/LocaleInformation_cy.properties,
+       * resource/gnu/java/locale/LocaleInformation_da.properties,
+       * resource/gnu/java/locale/LocaleInformation_de.properties,
+       * resource/gnu/java/locale/LocaleInformation_de_AT.properties,
+       * resource/gnu/java/locale/LocaleInformation_de_BE.properties,
+       * resource/gnu/java/locale/LocaleInformation_dv.properties,
+       * resource/gnu/java/locale/LocaleInformation_dz.properties,
+       * resource/gnu/java/locale/LocaleInformation_ee.properties,
+       * resource/gnu/java/locale/LocaleInformation_el.properties,
+       * resource/gnu/java/locale/LocaleInformation_en.properties,
+       * resource/gnu/java/locale/LocaleInformation_en_IE.properties,
+       * resource/gnu/java/locale/LocaleInformation_eo.properties,
+       * resource/gnu/java/locale/LocaleInformation_es.properties,
+       * resource/gnu/java/locale/LocaleInformation_et.properties,
+       * resource/gnu/java/locale/LocaleInformation_eu.properties,
+       * resource/gnu/java/locale/LocaleInformation_fa.properties,
+       * resource/gnu/java/locale/LocaleInformation_fa_AF.properties,
+       * resource/gnu/java/locale/LocaleInformation_fi.properties,
+       * resource/gnu/java/locale/LocaleInformation_fil.properties,
+       * resource/gnu/java/locale/LocaleInformation_fo.properties,
+       * resource/gnu/java/locale/LocaleInformation_fr.properties,
+       * resource/gnu/java/locale/LocaleInformation_fur.properties,
+       * resource/gnu/java/locale/LocaleInformation_ga.properties,
+       * resource/gnu/java/locale/LocaleInformation_gaa.properties,
+       * resource/gnu/java/locale/LocaleInformation_gez.properties,
+       * resource/gnu/java/locale/LocaleInformation_gl.properties,
+       * resource/gnu/java/locale/LocaleInformation_gu.properties,
+       * resource/gnu/java/locale/LocaleInformation_gv.properties,
+       * resource/gnu/java/locale/LocaleInformation_ha.properties,
+       * resource/gnu/java/locale/LocaleInformation_ha_Arab.properties,
+       * resource/gnu/java/locale/LocaleInformation_haw.properties,
+       * resource/gnu/java/locale/LocaleInformation_he.properties,
+       * resource/gnu/java/locale/LocaleInformation_hi.properties,
+       * resource/gnu/java/locale/LocaleInformation_hr.properties,
+       * resource/gnu/java/locale/LocaleInformation_hu.properties,
+       * resource/gnu/java/locale/LocaleInformation_hy.properties,
+       * resource/gnu/java/locale/LocaleInformation_hy_AM_REVISED.properties,
+       * resource/gnu/java/locale/LocaleInformation_ia.properties,
+       * resource/gnu/java/locale/LocaleInformation_id.properties,
+       * resource/gnu/java/locale/LocaleInformation_ig.properties,
+       * resource/gnu/java/locale/LocaleInformation_ii.properties,
+       * resource/gnu/java/locale/LocaleInformation_is.properties,
+       * resource/gnu/java/locale/LocaleInformation_it.properties,
+       * resource/gnu/java/locale/LocaleInformation_iu.properties,
+       * resource/gnu/java/locale/LocaleInformation_ja.properties,
+       * resource/gnu/java/locale/LocaleInformation_ka.properties,
+       * resource/gnu/java/locale/LocaleInformation_kaj.properties,
+       * resource/gnu/java/locale/LocaleInformation_kam.properties,
+       * resource/gnu/java/locale/LocaleInformation_kcg.properties,
+       * resource/gnu/java/locale/LocaleInformation_kfo.properties,
+       * resource/gnu/java/locale/LocaleInformation_kk.properties,
+       * resource/gnu/java/locale/LocaleInformation_kl.properties,
+       * resource/gnu/java/locale/LocaleInformation_km.properties,
+       * resource/gnu/java/locale/LocaleInformation_kn.properties,
+       * resource/gnu/java/locale/LocaleInformation_ko.properties,
+       * resource/gnu/java/locale/LocaleInformation_kok.properties,
+       * resource/gnu/java/locale/LocaleInformation_kpe.properties,
+       * resource/gnu/java/locale/LocaleInformation_ku.properties,
+       * resource/gnu/java/locale/LocaleInformation_kw.properties,
+       * resource/gnu/java/locale/LocaleInformation_ky.properties,
+       * resource/gnu/java/locale/LocaleInformation_ln.properties,
+       * resource/gnu/java/locale/LocaleInformation_lo.properties,
+       * resource/gnu/java/locale/LocaleInformation_lt.properties,
+       * resource/gnu/java/locale/LocaleInformation_lv.properties,
+       * resource/gnu/java/locale/LocaleInformation_mk.properties,
+       * resource/gnu/java/locale/LocaleInformation_ml.properties,
+       * resource/gnu/java/locale/LocaleInformation_mn.properties,
+       * resource/gnu/java/locale/LocaleInformation_mr.properties,
+       * resource/gnu/java/locale/LocaleInformation_ms.properties,
+       * resource/gnu/java/locale/LocaleInformation_mt.properties,
+       * resource/gnu/java/locale/LocaleInformation_my.properties,
+       * resource/gnu/java/locale/LocaleInformation_nb.properties,
+       * resource/gnu/java/locale/LocaleInformation_ne.properties,
+       * resource/gnu/java/locale/LocaleInformation_nl.properties,
+       * resource/gnu/java/locale/LocaleInformation_nn.properties,
+       * resource/gnu/java/locale/LocaleInformation_nr.properties,
+       * resource/gnu/java/locale/LocaleInformation_nso.properties,
+       * resource/gnu/java/locale/LocaleInformation_ny.properties,
+       * resource/gnu/java/locale/LocaleInformation_om.properties,
+       * resource/gnu/java/locale/LocaleInformation_or.properties,
+       * resource/gnu/java/locale/LocaleInformation_pa.properties,
+       * resource/gnu/java/locale/LocaleInformation_pa_Arab.properties,
+       * resource/gnu/java/locale/LocaleInformation_pl.properties,
+       * resource/gnu/java/locale/LocaleInformation_ps.properties,
+       * resource/gnu/java/locale/LocaleInformation_pt.properties,
+       * resource/gnu/java/locale/LocaleInformation_pt_PT.properties,
+       * resource/gnu/java/locale/LocaleInformation_ro.properties,
+       * resource/gnu/java/locale/LocaleInformation_ru.properties,
+       * resource/gnu/java/locale/LocaleInformation_rw.properties,
+       * resource/gnu/java/locale/LocaleInformation_sa.properties,
+       * resource/gnu/java/locale/LocaleInformation_se.properties,
+       * resource/gnu/java/locale/LocaleInformation_se_FI.properties,
+       * resource/gnu/java/locale/LocaleInformation_sid.properties,
+       * resource/gnu/java/locale/LocaleInformation_sk.properties,
+       * resource/gnu/java/locale/LocaleInformation_sl.properties,
+       * resource/gnu/java/locale/LocaleInformation_so.properties,
+       * resource/gnu/java/locale/LocaleInformation_sq.properties,
+       * resource/gnu/java/locale/LocaleInformation_sr.properties,
+       * resource/gnu/java/locale/LocaleInformation_sr_BA_Cyrl.properties,
+       * resource/gnu/java/locale/LocaleInformation_sr_Latn.properties,
+       * resource/gnu/java/locale/LocaleInformation_ss.properties,
+       * resource/gnu/java/locale/LocaleInformation_ssy.properties,
+       * resource/gnu/java/locale/LocaleInformation_st.properties,
+       * resource/gnu/java/locale/LocaleInformation_sv.properties,
+       * resource/gnu/java/locale/LocaleInformation_sw.properties,
+       * resource/gnu/java/locale/LocaleInformation_syr.properties,
+       * resource/gnu/java/locale/LocaleInformation_ta.properties,
+       * resource/gnu/java/locale/LocaleInformation_te.properties,
+       * resource/gnu/java/locale/LocaleInformation_tg.properties,
+       * resource/gnu/java/locale/LocaleInformation_th.properties,
+       * resource/gnu/java/locale/LocaleInformation_ti.properties,
+       * resource/gnu/java/locale/LocaleInformation_ti_ER.properties,
+       * resource/gnu/java/locale/LocaleInformation_tig.properties,
+       * resource/gnu/java/locale/LocaleInformation_tn.properties,
+       * resource/gnu/java/locale/LocaleInformation_to.properties,
+       * resource/gnu/java/locale/LocaleInformation_tr.properties,
+       * resource/gnu/java/locale/LocaleInformation_ts.properties,
+       * resource/gnu/java/locale/LocaleInformation_tt.properties,
+       * resource/gnu/java/locale/LocaleInformation_ug.properties,
+       * resource/gnu/java/locale/LocaleInformation_uk.properties,
+       * resource/gnu/java/locale/LocaleInformation_ur.properties,
+       * resource/gnu/java/locale/LocaleInformation_uz.properties,
+       * resource/gnu/java/locale/LocaleInformation_uz_Arab.properties,
+       * resource/gnu/java/locale/LocaleInformation_uz_Latn.properties,
+       * resource/gnu/java/locale/LocaleInformation_ve.properties,
+       * resource/gnu/java/locale/LocaleInformation_vi.properties,
+       * resource/gnu/java/locale/LocaleInformation_wal.properties,
+       * resource/gnu/java/locale/LocaleInformation_wo.properties,
+       * resource/gnu/java/locale/LocaleInformation_xh.properties,
+       * resource/gnu/java/locale/LocaleInformation_yo.properties,
+       * resource/gnu/java/locale/LocaleInformation_zh.properties,
+       * resource/gnu/java/locale/LocaleInformation_zh_Hant.properties,
+       * resource/gnu/java/locale/LocaleInformation_zu.properties:
+       Regenerated with Unicode delimiters escaped.
+
+2008-07-06  Andrew John Hughes  <gnu_andrew@member.fsf.org>
+
+       PR classpath/36653:
+       * doc/www.gnu.org/downloads/downloads.wml:
+       Add 0.97.2 to download list.
+       
+2008-07-06  Andrew John Hughes  <gnu_andrew@member.fsf.org>
 
-       * doc/hacking.texinfo:
-       Added note on reserved word usage.
+       * java/util/ResourceBundle.java,
+       (BundleKey.toString()): Implemented.
+       (clearCache()): Implemented.
+       (clearCache(ClassLoader)): Implemented.
+       
+2008-07-06  Andrew John Hughes  <gnu_andrew@member.fsf.org>
+
+       * java/util/ResourceBundle.java:
+       Fix generic warnings.
+
+2008-07-06  Andrew John Hughes  <gnu_andrew@member.fsf.org>
+
+       * java/util/Properties.java:
+       (load(Reader)): Implemented.
+       (load(InputStream)): Fixed to use load(Reader).
+       * java/util/PropertyResourceBundle.java:
+       (PropertyResourceBundle(Reader)): Implemented.
+
+2008-07-03  Andrew John Hughes  <gnu_andrew@member.fsf.org>
+
+       * resource/gnu/java/locale/LocaleInformation.properties,
+       * resource/gnu/java/locale/LocaleInformation_aa.properties,
+       * resource/gnu/java/locale/LocaleInformation_aa_DJ.properties,
+       * resource/gnu/java/locale/LocaleInformation_aa_ER.properties,
+       * resource/gnu/java/locale/LocaleInformation_aa_ER_SAAHO.properties,
+       * resource/gnu/java/locale/LocaleInformation_af.properties,
+       * resource/gnu/java/locale/LocaleInformation_am.properties,
+       * resource/gnu/java/locale/LocaleInformation_ar.properties,
+       * resource/gnu/java/locale/LocaleInformation_ar_JO.properties,
+       * resource/gnu/java/locale/LocaleInformation_ar_LB.properties,
+       * resource/gnu/java/locale/LocaleInformation_ar_QA.properties,
+       * resource/gnu/java/locale/LocaleInformation_ar_SA.properties,
+       * resource/gnu/java/locale/LocaleInformation_ar_SY.properties,
+       * resource/gnu/java/locale/LocaleInformation_ar_TN.properties,
+       * resource/gnu/java/locale/LocaleInformation_ar_YE.properties,
+       * resource/gnu/java/locale/LocaleInformation_as.properties,
+       * resource/gnu/java/locale/LocaleInformation_az.properties,
+       * resource/gnu/java/locale/LocaleInformation_az_Cyrl.properties,
+       * resource/gnu/java/locale/LocaleInformation_be.properties,
+       * resource/gnu/java/locale/LocaleInformation_bg.properties,
+       * resource/gnu/java/locale/LocaleInformation_bn.properties,
+       * resource/gnu/java/locale/LocaleInformation_bn_IN.properties,
+       * resource/gnu/java/locale/LocaleInformation_bs.properties,
+       * resource/gnu/java/locale/LocaleInformation_byn.properties,
+       * resource/gnu/java/locale/LocaleInformation_ca.properties,
+       * resource/gnu/java/locale/LocaleInformation_cs.properties,
+       * resource/gnu/java/locale/LocaleInformation_cy.properties,
+       * resource/gnu/java/locale/LocaleInformation_da.properties,
+       * resource/gnu/java/locale/LocaleInformation_de.properties,
+       * resource/gnu/java/locale/LocaleInformation_de_AT.properties,
+       * resource/gnu/java/locale/LocaleInformation_de_BE.properties,
+       * resource/gnu/java/locale/LocaleInformation_de_CH.properties,
+       * resource/gnu/java/locale/LocaleInformation_de_LI.properties,
+       * resource/gnu/java/locale/LocaleInformation_de_LU.properties,
+       * resource/gnu/java/locale/LocaleInformation_dv.properties,
+       * resource/gnu/java/locale/LocaleInformation_dz.properties,
+       * resource/gnu/java/locale/LocaleInformation_el.properties,
+       * resource/gnu/java/locale/LocaleInformation_en.properties,
+       * resource/gnu/java/locale/LocaleInformation_en_AU.properties,
+       * resource/gnu/java/locale/LocaleInformation_en_BE.properties,
+       * resource/gnu/java/locale/LocaleInformation_en_BW.properties,
+       * resource/gnu/java/locale/LocaleInformation_en_BZ.properties,
+       * resource/gnu/java/locale/LocaleInformation_en_CA.properties,
+       * resource/gnu/java/locale/LocaleInformation_en_GB.properties,
+       * resource/gnu/java/locale/LocaleInformation_en_HK.properties,
+       * resource/gnu/java/locale/LocaleInformation_en_IE.properties,
+       * resource/gnu/java/locale/LocaleInformation_en_IN.properties,
+       * resource/gnu/java/locale/LocaleInformation_en_MT.properties,
+       * resource/gnu/java/locale/LocaleInformation_en_NZ.properties,
+       * resource/gnu/java/locale/LocaleInformation_en_PH.properties,
+       * resource/gnu/java/locale/LocaleInformation_en_SG.properties,
+       * resource/gnu/java/locale/LocaleInformation_en_TT.properties,
+       * resource/gnu/java/locale/LocaleInformation_en_US_POSIX.properties,
+       * resource/gnu/java/locale/LocaleInformation_en_ZA.properties,
+       * resource/gnu/java/locale/LocaleInformation_en_ZW.properties,
+       * resource/gnu/java/locale/LocaleInformation_eo.properties,
+       * resource/gnu/java/locale/LocaleInformation_es.properties,
+       * resource/gnu/java/locale/LocaleInformation_es_AR.properties,
+       * resource/gnu/java/locale/LocaleInformation_es_CL.properties,
+       * resource/gnu/java/locale/LocaleInformation_es_CO.properties,
+       * resource/gnu/java/locale/LocaleInformation_es_DO.properties,
+       * resource/gnu/java/locale/LocaleInformation_es_EC.properties,
+       * resource/gnu/java/locale/LocaleInformation_es_ES.properties,
+       * resource/gnu/java/locale/LocaleInformation_es_GT.properties,
+       * resource/gnu/java/locale/LocaleInformation_es_HN.properties,
+       * resource/gnu/java/locale/LocaleInformation_es_MX.properties,
+       * resource/gnu/java/locale/LocaleInformation_es_NI.properties,
+       * resource/gnu/java/locale/LocaleInformation_es_PA.properties,
+       * resource/gnu/java/locale/LocaleInformation_es_PE.properties,
+       * resource/gnu/java/locale/LocaleInformation_es_PR.properties,
+       * resource/gnu/java/locale/LocaleInformation_es_PY.properties,
+       * resource/gnu/java/locale/LocaleInformation_es_SV.properties,
+       * resource/gnu/java/locale/LocaleInformation_es_US.properties,
+       * resource/gnu/java/locale/LocaleInformation_es_UY.properties,
+       * resource/gnu/java/locale/LocaleInformation_es_VE.properties,
+       * resource/gnu/java/locale/LocaleInformation_et.properties,
+       * resource/gnu/java/locale/LocaleInformation_eu.properties,
+       * resource/gnu/java/locale/LocaleInformation_fa.properties,
+       * resource/gnu/java/locale/LocaleInformation_fa_AF.properties,
+       * resource/gnu/java/locale/LocaleInformation_fi.properties,
+       * resource/gnu/java/locale/LocaleInformation_fo.properties,
+       * resource/gnu/java/locale/LocaleInformation_fr.properties,
+       * resource/gnu/java/locale/LocaleInformation_fr_BE.properties,
+       * resource/gnu/java/locale/LocaleInformation_fr_CA.properties,
+       * resource/gnu/java/locale/LocaleInformation_fr_CH.properties,
+       * resource/gnu/java/locale/LocaleInformation_ga.properties,
+       * resource/gnu/java/locale/LocaleInformation_gez.properties,
+       * resource/gnu/java/locale/LocaleInformation_gez_ET.properties,
+       * resource/gnu/java/locale/LocaleInformation_gl.properties,
+       * resource/gnu/java/locale/LocaleInformation_gu.properties,
+       * resource/gnu/java/locale/LocaleInformation_gv.properties,
+       * resource/gnu/java/locale/LocaleInformation_haw.properties,
+       * resource/gnu/java/locale/LocaleInformation_he.properties,
+       * resource/gnu/java/locale/LocaleInformation_hi.properties,
+       * resource/gnu/java/locale/LocaleInformation_hr.properties,
+       * resource/gnu/java/locale/LocaleInformation_hu.properties,
+       * resource/gnu/java/locale/LocaleInformation_hy.properties,
+       * resource/gnu/java/locale/LocaleInformation_hy_AM_REVISED.properties,
+       * resource/gnu/java/locale/LocaleInformation_id.properties,
+       * resource/gnu/java/locale/LocaleInformation_is.properties,
+       * resource/gnu/java/locale/LocaleInformation_it.properties,
+       * resource/gnu/java/locale/LocaleInformation_it_CH.properties,
+       * resource/gnu/java/locale/LocaleInformation_iu.properties,
+       * resource/gnu/java/locale/LocaleInformation_ja.properties,
+       * resource/gnu/java/locale/LocaleInformation_ka.properties,
+       * resource/gnu/java/locale/LocaleInformation_kk.properties,
+       * resource/gnu/java/locale/LocaleInformation_kl.properties,
+       * resource/gnu/java/locale/LocaleInformation_km.properties,
+       * resource/gnu/java/locale/LocaleInformation_kn.properties,
+       * resource/gnu/java/locale/LocaleInformation_ko.properties,
+       * resource/gnu/java/locale/LocaleInformation_kok.properties,
+       * resource/gnu/java/locale/LocaleInformation_kw.properties,
+       * resource/gnu/java/locale/LocaleInformation_ky.properties,
+       * resource/gnu/java/locale/LocaleInformation_lo.properties,
+       * resource/gnu/java/locale/LocaleInformation_lt.properties,
+       * resource/gnu/java/locale/LocaleInformation_lv.properties,
+       * resource/gnu/java/locale/LocaleInformation_mk.properties,
+       * resource/gnu/java/locale/LocaleInformation_ml.properties,
+       * resource/gnu/java/locale/LocaleInformation_mn.properties,
+       * resource/gnu/java/locale/LocaleInformation_mr.properties,
+       * resource/gnu/java/locale/LocaleInformation_ms.properties,
+       * resource/gnu/java/locale/LocaleInformation_ms_BN.properties,
+       * resource/gnu/java/locale/LocaleInformation_mt.properties,
+       * resource/gnu/java/locale/LocaleInformation_nb.properties,
+       * resource/gnu/java/locale/LocaleInformation_nl.properties,
+       * resource/gnu/java/locale/LocaleInformation_nl_BE.properties,
+       * resource/gnu/java/locale/LocaleInformation_nn.properties,
+       * resource/gnu/java/locale/LocaleInformation_om.properties,
+       * resource/gnu/java/locale/LocaleInformation_om_KE.properties,
+       * resource/gnu/java/locale/LocaleInformation_or.properties,
+       * resource/gnu/java/locale/LocaleInformation_pa.properties,
+       * resource/gnu/java/locale/LocaleInformation_pl.properties,
+       * resource/gnu/java/locale/LocaleInformation_ps.properties,
+       * resource/gnu/java/locale/LocaleInformation_pt.properties,
+       * resource/gnu/java/locale/LocaleInformation_pt_PT.properties,
+       * resource/gnu/java/locale/LocaleInformation_ro.properties,
+       * resource/gnu/java/locale/LocaleInformation_ru.properties,
+       * resource/gnu/java/locale/LocaleInformation_ru_UA.properties,
+       * resource/gnu/java/locale/LocaleInformation_sa.properties,
+       * resource/gnu/java/locale/LocaleInformation_sid.properties,
+       * resource/gnu/java/locale/LocaleInformation_sk.properties,
+       * resource/gnu/java/locale/LocaleInformation_sl.properties,
+       * resource/gnu/java/locale/LocaleInformation_so.properties,
+       * resource/gnu/java/locale/LocaleInformation_so_DJ.properties,
+       * resource/gnu/java/locale/LocaleInformation_so_ET.properties,
+       * resource/gnu/java/locale/LocaleInformation_so_KE.properties,
+       * resource/gnu/java/locale/LocaleInformation_sq.properties,
+       * resource/gnu/java/locale/LocaleInformation_sr.properties,
+       * resource/gnu/java/locale/LocaleInformation_sr_BA_Cyrl.properties,
+       * resource/gnu/java/locale/LocaleInformation_sr_Latn.properties,
+       * resource/gnu/java/locale/LocaleInformation_sv.properties,
+       * resource/gnu/java/locale/LocaleInformation_sv_FI.properties,
+       * resource/gnu/java/locale/LocaleInformation_sw.properties,
+       * resource/gnu/java/locale/LocaleInformation_syr.properties,
+       * resource/gnu/java/locale/LocaleInformation_ta.properties,
+       * resource/gnu/java/locale/LocaleInformation_te.properties,
+       * resource/gnu/java/locale/LocaleInformation_th.properties,
+       * resource/gnu/java/locale/LocaleInformation_ti.properties,
+       * resource/gnu/java/locale/LocaleInformation_ti_ER.properties,
+       * resource/gnu/java/locale/LocaleInformation_tig.properties,
+       * resource/gnu/java/locale/LocaleInformation_tr.properties,
+       * resource/gnu/java/locale/LocaleInformation_tt.properties,
+       * resource/gnu/java/locale/LocaleInformation_uk.properties,
+       * resource/gnu/java/locale/LocaleInformation_ur.properties,
+       * resource/gnu/java/locale/LocaleInformation_uz.properties,
+       * resource/gnu/java/locale/LocaleInformation_uz_Arab.properties,
+       * resource/gnu/java/locale/LocaleInformation_uz_Latn.properties,
+       * resource/gnu/java/locale/LocaleInformation_vi.properties,
+       * resource/gnu/java/locale/LocaleInformation_wal.properties,
+       * resource/gnu/java/locale/LocaleInformation_zh.properties,
+       * resource/gnu/java/locale/LocaleInformation_zh_HK_Hant.properties,
+       * resource/gnu/java/locale/LocaleInformation_zh_Hant.properties,
+       * resource/gnu/java/locale/LocaleInformation_zh_MO_Hant.properties,
+       * resource/gnu/java/locale/LocaleInformation_zh_SG_Hans.properties:
+       Regenerated from CLDR 1.5.1 data.
+       * resource/gnu/java/locale/LocaleInformation_af_NA.properties,
+       * resource/gnu/java/locale/LocaleInformation_ak.properties,
+       * resource/gnu/java/locale/LocaleInformation_bo.properties,
+       * resource/gnu/java/locale/LocaleInformation_cch.properties,
+       * resource/gnu/java/locale/LocaleInformation_cop.properties,
+       * resource/gnu/java/locale/LocaleInformation_ee.properties,
+       * resource/gnu/java/locale/LocaleInformation_en_JM.properties,
+       * resource/gnu/java/locale/LocaleInformation_en_NA.properties,
+       * resource/gnu/java/locale/LocaleInformation_fil.properties,
+       * resource/gnu/java/locale/LocaleInformation_fur.properties,
+       * resource/gnu/java/locale/LocaleInformation_gaa.properties,
+       * resource/gnu/java/locale/LocaleInformation_ha.properties,
+       * resource/gnu/java/locale/LocaleInformation_ha_Arab.properties,
+       * resource/gnu/java/locale/LocaleInformation_ia.properties,
+       * resource/gnu/java/locale/LocaleInformation_ig.properties,
+       * resource/gnu/java/locale/LocaleInformation_ii.properties,
+       * resource/gnu/java/locale/LocaleInformation_kaj.properties,
+       * resource/gnu/java/locale/LocaleInformation_kam.properties
+       * resource/gnu/java/locale/LocaleInformation_kcg.properties,
+       * resource/gnu/java/locale/LocaleInformation_kfo.properties,
+       * resource/gnu/java/locale/LocaleInformation_kpe.properties,
+       * resource/gnu/java/locale/LocaleInformation_ku.properties,
+       * resource/gnu/java/locale/LocaleInformation_ku_Arab.properties,
+       * resource/gnu/java/locale/LocaleInformation_ln.properties,
+       * resource/gnu/java/locale/LocaleInformation_my.properties,
+       * resource/gnu/java/locale/LocaleInformation_ne.properties,
+       * resource/gnu/java/locale/LocaleInformation_nr.properties,
+       * resource/gnu/java/locale/LocaleInformation_nso.properties,
+       * resource/gnu/java/locale/LocaleInformation_ny.properties,
+       * resource/gnu/java/locale/LocaleInformation_pa_Arab.properties,
+       * resource/gnu/java/locale/LocaleInformation_rw.properties,
+       * resource/gnu/java/locale/LocaleInformation_se.properties,
+       * resource/gnu/java/locale/LocaleInformation_se_FI.properties,
+       * resource/gnu/java/locale/LocaleInformation_sr_ME_Latn.properties,
+       * resource/gnu/java/locale/LocaleInformation_sr_RS_Latn.properties,
+       * resource/gnu/java/locale/LocaleInformation_ss.properties,
+       * resource/gnu/java/locale/LocaleInformation_ssy.properties,
+       * resource/gnu/java/locale/LocaleInformation_st.properties,
+       * resource/gnu/java/locale/LocaleInformation_tg.properties,
+       * resource/gnu/java/locale/LocaleInformation_tn.properties,
+       * resource/gnu/java/locale/LocaleInformation_to.properties
+       * resource/gnu/java/locale/LocaleInformation_ts.properties,
+       * resource/gnu/java/locale/LocaleInformation_ug.properties,
+       * resource/gnu/java/locale/LocaleInformation_ve.properties,
+       * resource/gnu/java/locale/LocaleInformation_wo.properties,
+       * resource/gnu/java/locale/LocaleInformation_xh.properties,
+       * resource/gnu/java/locale/LocaleInformation_yo.properties,
+       * resource/gnu/java/locale/LocaleInformation_zu.properties:
+       New files from CLDR 1.5.1.
        
-2005-03-26  Dalibor Topic  <robilad@kaffe.org>
+2008-07-01  Christian Thalinger  <twisti@complang.tuwien.ac.at>
 
-       * native/jni/java-nio/gnu_java_nio_VMSelector.c:
-       Moved include statement for config.h to the top to
-       fix the build on Darwin6.
+       * java/lang/Integer.java (signum): Implemented properly as
+       described in Hacker's Delight Section 2-7, plus Andrew Haley's
+       explanation.
 
-       Reported by:  Riccardo Mottola <zuse@libero.it>
+2008-07-01  Andrew Haley  <aph@redhat.com>
 
-2005-03-26  Dalibor Topic  <robilad@kaffe.org>
+       * java/lang/Long.java: Comment change only.
 
-       * native/jni/java-nio/gnu_java_nio_VMSelector.c:
-       Include <sys/types.h> to fix build on OS X.
+2008-07-01  Christian Thalinger  <twisti@complang.tuwien.ac.at>
 
-       Reported by: Michael Franz <mvfranz@gmail.com>
+       * java/lang/Long.java (signum): Implemented properly as described
+       in Hacker's Delight Section 2-7.
 
-2005-03-26  Ito Kazumitsu  <kaz@maczuka.gcd.org>
+2008-06-30  Andrew John Hughes  <gnu_andrew@member.fsf.org>
 
-       * java/text/DecimalFormat.java (parse):
-       Check whether the positive suffix matches the pattern.
+       PR classpath/35237:
+       * resource/java/util/iso4217.properties:
+       Regenerated from CLDR 1.5.1 data.
 
-2005-03-26  Chris Burdess  <dog@gnu.org>
+2008-06-28  Andrew John Hughes  <gnu_andrew@member.fsf.org>
 
-       * gnu/xml/dom/DomNode.java (notifyNode): grow listener array as
-       required.
+       PR classpath/36636:
+       * tools/gnu/classpath/tools/jar/Updater.java:
+       (run(Main)): Check return value of renameTo, and
+       create temporary file in same directory (as suggested
+       by Tom Tromey).
+       (copyFile(File,File)): Removed.
 
-2005-03-26  Jeroen Frijters  <jeroen@frijters.net>
+2008-06-27  Andrew John Hughes  <gnu_andrew@member.fsf.org>
 
-       * javax/imageio/spi/IIORegistry.java (IIORegistry):
-       Don't assume that awt Toolkit is always ClasspathToolkit.
+       PR classpath/36637:
+       * examples/Makefile.am,
+       * lib/Makefile.am:
+       Use new conditional and $(JAR).
+       * m4/acinclude.m4:
+       Replace --with-fastjar with a general
+       --with-jar check that can be turned off.
+       * tools/Makefile.am:
+       Use new conditional and $(JAR).
+
+2008-06-26  Andrew John Hughes  <gnu_andrew@member.fsf.org>
+
+       PR classpath/36636:
+       * tools/gnu/classpath/tools/jar/Updater.java:
+       (run(Main)): Check return value of renameTo, and
+       copy file instead if necessary.
+       (copyFile(File,File)): New method to copy a file.
+       
+2008-06-26  Andrew John Hughes  <gnu_andrew@member.fsf.org>
 
-2005-03-26  Jeroen Frijters  <jeroen@frijters.net>
+       * configure.ac: Remove AC_PROG_MKDIR_P.
+       * examples/Makefile.am,
+       * lib/Makefile.am,
+       * tools/Makefile.am:
+       Use mkdir_p instead of MKDIR_P.
 
-       * java/awt/image/PixelGrabber.java (setPixels(int,int,int,int,
-       ColorModel,byte[],int,int): Fixed byte to int conversion.
+2008-06-25  Andrew John Hughes  <gnu_andrew@member.fsf.org>
 
-2005-03-23  Andrew John Hughes  <gnu_andrew@member.fsf.org>
+       PR classpath/36221:
+       * gnu/xml/dom/DomAttr.java:
+       (DomAttr(DomDocument,String,String,String,String)):
+       New constructor.
+       * gnu/xml/dom/DomDocument.java:
+       (createElement(String)): Use new constructor rather than
+       setting variable directly.
+       (createAttribute(String)): Likewise.
+       * gnu/xml/dom/DomElement.java:
+       (DomElement(DomDocument,String,String,String,String)):
+       New constructor.
+       * gnu/xml/dom/DomNsNode.java:
+       (localName): Make private.
+       (DomNsNode(short,DomDocument,String,String,String,String)):
+       New constructor.
+       * gnu/xml/dom/ls/DomLSParser.java:
+       (doParse(LSInput)): Set namespace awareness using a method,
+       not directly.
+       * gnu/xml/dom/ls/SAXEventSink.java:
+       (namespaceAware): Make private.
+       (setNamespaceAware(boolean)): New method.
+       * gnu/xml/transform/XSLURIResolver.java:
+       (parse(InputSource,XMLReader)): Parse with namespace awareness on.
+
+2008-06-24  Tom Tromey  <tromey@redhat.com>
+
+       PR libgcj/32198:
+       * tools/gnu/classpath/tools/rmic/SourceGiopRmicCompiler.java
+       (compile): Reverse isAssignableFrom test.
+
+2008-06-23  Andrew John Hughes  <gnu_andrew@member.fsf.org>
+
+       PR classpath/36219:
+       * gnu/xml/transform/ForEachNode.java:
+       Genericised.
+       * gnu/xml/transform/SortKey.java:
+       Documented.
+       (clone(Stylesheet)): Implemented.
+       (cloneAttributeValueTemplate(TemplateNode,Stylesheet)):
+       Implemented.
+       * gnu/xml/transform/Stylesheet.java:
+       (parseSortKeys(Node)): Return empty list not null.
+       * gnu/xml/transform/TemplateNode.java:
+       Genericise documentOrderComparator.
+
+2008-06-23  Andrew John Hughes  <gnu_andrew@member.fsf.org>
+
+       * gnu/xml/xpath/CountFunction.java,
+       * gnu/xml/xpath/EqualityExpr.java,
+       * gnu/xml/xpath/Expr.java,
+       * gnu/xml/xpath/IdFunction.java,
+       * gnu/xml/xpath/LocalNameFunction.java,
+       * gnu/xml/xpath/NameFunction.java,
+       * gnu/xml/xpath/NamespaceUriFunction.java,
+       * gnu/xml/xpath/ParenthesizedExpr.java,
+       * gnu/xml/xpath/Steps.java,
+       * gnu/xml/xpath/SumFunction.java,
+       * gnu/xml/xpath/UnionExpr.java,
+       * gnu/xml/xpath/XPathParser.java,
+       * gnu/xml/xpath/XPathParser.y,
+       * java/lang/Enum.java,
+       * java/lang/reflect/Constructor.java,
+       * java/lang/reflect/Field.java,
+       * java/lang/reflect/Method.java:
+       Reduce scope of unchecked warning suppression,
+       and remove unneeded uses.
+
+2008-06-23  Christian Thalinger  <twisti@complang.tuwien.ac.at>
+
+       * include/jni.h [__cplusplus] (_Jv_JNIEnv): Renamed member p to
+       functions to be compatible with OpenJDK.
+
+2008-06-23  Andrew John Hughes  <gnu_andrew@member.fsf.org>
+
+       PR classpath/36220:
+       * gnu/xml/transform/CallTemplateNode.java:
+       (doApply(Stylesheet,QName,Node,int,int,Node,Node)):
+       Check for withParams being empty not null.
+       (references(QName)): Remove special-casing for null.
+       * gnu/xml/transform/Stylesheet.java:
+       (parseWithParams(Node)): Just return the list if empty,
+       don't return null instead.
+
+2008-06-23  Andrew Haley  <aph@redhat.com>
+
+       * native/jawt/Makefile.am,
+       native/fdlibm/Makefile.am,
+       native/jni/java-util/Makefile.am,
+       native/jni/gstreamer-peer/Makefile.am,
+       native/jni/native-lib/Makefile.am,
+       native/jni/gconf-peer/Makefile.am,
+       native/jni/gtk-peer/Makefile.am,
+       native/jni/xmlj/Makefile.am,
+       native/jni/midi-alsa/Makefile.am,
+       native/jni/java-nio/Makefile.am,
+       native/jni/midi-dssi/Makefile.am,
+       native/jni/classpath/Makefile.am,
+       native/jni/java-io/Makefile.am,
+       native/jni/java-lang/Makefile.am,
+       native/jni/java-net/Makefile.am (AM_CFLAGS): Add @EXTRA_CFLAGS@.
+       * configure.ac (EXTRA_CFLAGS): New macro.
+
+       * lib/Makefile.am (resources): Add .svn.
+
+2008-06-23  Andrew John Hughes  <gnu_andrew@member.fsf.org>
+
+       * gnu/xml/transform/ParameterNode.java,
+       * gnu/xml/transform/Stylesheet.java,
+       * gnu/xml/transform/UnparsedEntityUriFunction.java,
+       * gnu/xml/transform/ValueOfNode.java,
+       * gnu/xml/transform/XSLComparator.java,
+       * gnu/xml/transform/XSLURIResolver.java:
+       Genericised.
+
+2008-06-22  Andrew John Hughes  <gnu_andrew@member.fsf.org>
+
+       * gnu/xml/xpath/ContainsFunction.java,
+       * gnu/xml/xpath/CountFunction.java,
+       * gnu/xml/xpath/EqualityExpr.java,
+       * gnu/xml/xpath/Expr.java,
+       * gnu/xml/xpath/IdFunction.java,
+       * gnu/xml/xpath/LocalNameFunction.java,
+       * gnu/xml/xpath/NameFunction.java,
+       * gnu/xml/xpath/ParenthesizedExpr.java:
+       Genericised.
+
+2008-06-22  Andrew John Hughes  <gnu_andrew@member.fsf.org>
+
+       * gnu/xml/xpath/Expr.java,
+       * gnu/xml/xpath/FloorFunction.java,
+       * gnu/xml/xpath/Function.java,
+       * gnu/xml/xpath/FunctionCall.java,
+       * gnu/xml/xpath/NamespaceUriFunction.java,
+       * gnu/xml/xpath/ParenthesizedExpr.java,
+       * gnu/xml/xpath/Root.java,
+       * gnu/xml/xpath/Selector.java,
+       * gnu/xml/xpath/Steps.java:
+       Genericised.
+
+2008-06-22  Andrew John Hughes  <gnu_andrew@member.fsf.org>
+
+       * gnu/xml/xpath/BooleanFunction.java,
+       * gnu/xml/xpath/CeilingFunction.java,
+       * gnu/xml/xpath/ConcatFunction.java,
+       * gnu/xml/xpath/DocumentOrderComparator.java,
+       * gnu/xml/xpath/Expr.java,
+       * gnu/xml/xpath/IdFunction.java,
+       * gnu/xml/xpath/LangFunction.java,
+       * gnu/xml/xpath/LocalNameFunction.java,
+       * gnu/xml/xpath/NameFunction.java,
+       * gnu/xml/xpath/NormalizeSpaceFunction.java,
+       * gnu/xml/xpath/NotFunction.java,
+       * gnu/xml/xpath/NumberFunction.java,
+       * gnu/xml/xpath/Path.java,
+       * gnu/xml/xpath/RoundFunction.java,
+       * gnu/xml/xpath/Selector.java,
+       * gnu/xml/xpath/StartsWithFunction.java,
+       * gnu/xml/xpath/Steps.java,
+       * gnu/xml/xpath/StringFunction.java,
+       * gnu/xml/xpath/StringLengthFunction.java,
+       * gnu/xml/xpath/SubstringAfterFunction.java,
+       * gnu/xml/xpath/SubstringBeforeFunction.java,
+       * gnu/xml/xpath/SubstringFunction.java,
+       * gnu/xml/xpath/SumFunction.java,
+       * gnu/xml/xpath/TranslateFunction.java,
+       * gnu/xml/xpath/UnionExpr.java,
+       * gnu/xml/xpath/XPathParser.java,
+       * gnu/xml/xpath/XPathParser.y,
+       * gnu/xml/xpath/XPathTokenizer.java:
+       Genericised.
+       * javax/xml/datatype/DatatypeFactory.java:
+       Use new java.util.ServiceLoader framework.
+       * javax/xml/namespace/NamespaceContext.java,
+       * javax/xml/parsers/DocumentBuilderFactory.java,
+       * javax/xml/parsers/SAXParserFactory.java,
+       * javax/xml/stream/XMLEventFactory.java,
+       * javax/xml/stream/XMLEventReader.java,
+       * javax/xml/stream/XMLInputFactory.java,
+       * javax/xml/stream/XMLOutputFactory.java:
+       Genericised.
+       * javax/xml/stream/events/DTD.java,
+       * javax/xml/stream/events/EndElement.java,
+       * javax/xml/stream/events/StartElement.java:
+       Ignore unchecked errors due to API not using generics.
+       * javax/xml/transform/TransformerFactory.java,
+       * javax/xml/validation/SchemaFactory.java,
+       * javax/xml/xpath/XPathFactory.java:
+       Genericised.
+       * javax/xml/xpath/XPathFunction.java:
+       Ignore unchecked errors due to API not using generics.
+
+2008-06-22  Andrew John Hughes  <gnu_andrew@member.fsf.org>
+
+       PR classpath/36220:
+       * gnu/xml/transform/ParameterNode.java:
+       (clone()): Only clone select if not null.
+       (toString()): Always include value of select.
+       * gnu/xml/transform/Stylesheet.java:
+       (toString()): Implemented.
+       * gnu/xml/transform/Template.java:
+       (toString()): Add value of node.
+       * gnu/xml/transform/TemplatesImpl.java:
+       (toString()): Implemented.
+
+2008-06-22  Andrew John Hughes  <gnu_andrew@member.fsf.org>
+
+       PR classpath/28664:
+       * gnu/java/math/GMP.java:
+       Renamed from VMBigInteger.java and fixed to use
+       GMP instances directly.
+       * include/Makefile.am:
+       Generate GMP.h not VMBigInteger.h.
+       * java/math/BigInteger.java:
+       Send instances of GMP in calls to GMP rather than
+       the wrapping BigInteger class.
+       * native/jni/java-math/Makefile.am:
+       Fix filename of source code file.
+       * native/jni/java-math/gnu_java_math_GMP.c:
+       Renamed from java_math_VMBigInteger.c.
+       * native/jni/java-math/java_math_VMBigInteger.c,
+       * vm/reference/java/math/VMBigInteger.java:
+       Removed.
 
-       * gnu/xml/dom/html2/DomHTMLParser.java:
-       Changed 'enum' references to become 'enumeration'.
+2008-06-21  Andrew John Hughes  <gnu_andrew@member.fsf.org>
+
+       * configure.ac:
+       Remove --with-vm option, instead relying
+       on AC_PROG_JAVA.  Only call this if tools
+       are enabled.
+       * tools/gappletviewer.in,
+       * tools/gjar.in,
+       * tools/gjarsigner.in,
+       * tools/gjavah.in,
+       * tools/gjdoc.in,
+       * tools/gkeytool.in,
+       * tools/gnative2ascii.in,
+       * tools/gorbd.in,
+       * tools/grmic.in,
+       * tools/grmid.in,
+       * tools/grmiregistry.in,
+       * tools/gserialver.in,
+       * tools/gtnameserv.in:
+       Regenerated with @JAVA@ and -classpath option.
        
-2005-03-22  Archie Cobbs  <archie@dellroad.org>
+2008-06-21  Andrew John Hughes  <gnu_andrew@member.fsf.org>
 
-       * configure.ac: Generate scripts/classpath.spec.
-       * scripts/classpath.spec.in: New file.
-
-2005-03-21  Audrius Meskauskas  <audriusa@bluewin.ch>
+       * m4/ac_prog_java.m4:
+       Add CACAO and JamVM.
+       * m4/ac_prog_javac.m4:
+       Use variables to store warning options.
        
-       * gnu/xml/dom/html2/DomHTMLParser.java: New file.
-       * gnu/classpath/examples/html/Demo.java: New example.
-
-2005-03-21  Sven de Marothy  <sven@physto.se>
+2008-06-17  Andrew John Hughes  <gnu_andrew@member.fsf.org>
 
-       * gnu/classpath/SystemProperties.java:
-       Add missing aliases for "UnicodeBigUnmarked" and
-       UnicodeLittleUnmarked".
+       * javax/management/ObjectName.java,
+       * javax/management/StandardMBean.java:
+       Fix warnings due to use of generics.
        
-2005-03-21  Mark Wielaard  <mark@klomp.org>
-
-       * doc/www.gnu.org/events/escape_fosdem05.wml: Add link to kaffe
-       presentation.
-
-2005-03-17  Archie Cobbs  <archie@dellroad.org>
+2008-06-16  Andrew John Hughes  <gnu_andrew@member.fsf.org>
+
+       * javax/management/openmbean/ArrayType.java,
+       * javax/management/openmbean/CompositeDataSupport.java,
+       * javax/management/openmbean/CompositeType.java,
+       * javax/management/openmbean/OpenMBeanAttributeInfoSupport.java,
+       * javax/management/openmbean/OpenMBeanInfoSupport.java,
+       * javax/management/openmbean/OpenMBeanParameterInfoSupport.java,
+       * javax/management/openmbean/SimpleType.java,
+       * javax/management/openmbean/TabularDataSupport.java:
+       Fix warnings due to use of generics.
+       * javax/management/remote/rmi/RMIConnection.java:
+       Suppress warnings due to API's use of MarshalledObject.
+
+2008-06-15  Andrew John Hughes  <gnu_andrew@member.fsf.org>
+
+       * javax/management/openmbean/TabularDataSupport.java,
+       * javax/management/openmbean/TabularType.java:
+       Fix warnings due to use of generics.
+
+2008-06-15  Andrew John Hughes  <gnu_andrew@member.fsf.org>
+
+       PR classpath/36522:
+       * gnu/java/security/PolicyFile.java:
+       Correct typo changing seperator to separator.
+
+2008-06-15  Andrew John Hughes  <gnu_andrew@member.fsf.org>
+
+       PR classpath/36477:
+       * gnu/java/lang/CPStringBuilder.java,
+       (setLength(int)): Don't ensure capacity when
+       new length is 0.
+       (ensureCapacity(int)): Allocate double the minimum
+       capacity rather than double the array length when
+       allocating a new array after a write.
+       
+2008-06-15  Mario Torre  <neugens@aicas.com>
 
-       * vm/reference/java/lang/VMClassLoader.java: handle ZIP files
-       on the boot loader class path in getResources()
+       * gnu/java/awt/java2d/RasterGraphics.java: remove unused import that cause
+       compilation to fail when xpeers are not enabled.
 
-2005-03-19  Audrius Meskauskas  <audriusa@bluewin.ch>
+2008-06-15  Mario Torre  <neugens@aicas.com>
+    * gnu/java/awt/java2d/AbstractGraphics2D.java (setColor): delegate to
+    setPaint.
+    (setPaint): fix to set paint context and foreground color.
+    (imageCache): new field.
+    (drawImage): new codepath for scaling images.
+    (prepareImage): new method.
+    (getPaintContext): set paintContext appropriately.
+    * gnu/java/awt/java2d/RasterGraphics.java (renderScanline): new method,
+    override from superclass to detect correct value of y while rendering
+    the scanline.
+    * gnu/java/awt/java2d/ScanlineConverter.java (renderShape): revert previous
+    patch. 
+    * gnu/java/awt/peer/x/XEventPump.java (findMouseEventTarget): new method.
+    (handleButtonPress): use of findMouseEventTarget to detect the correct
+    target.
+    (handleButtonRelease):  likewise.
+    * gnu/java/awt/peer/x/XGraphics2D.java (rawDrawImage): clip the target image
+    so that it is completely contained in the destination pixmaps, as per X11
+    specification.
+    * gnu/java/awt/peer/x/XToolkit.java (createTextField): method implemented. 
+    (createButton): likewise.
+    (prepareImage): likewise.
+    (createLabel): likewise.
+    (checkImage): likewise.
+    (createTextArea): likewise.
+    (createCheckbox): likewise.
+    (checkHeadLess): new method.
+    * gnu/javax/imageio/bmp/BMPImageWriter.java (write):
+    don't close the stream.
+    * gnu/javax/imageio/bmp/BMPImageWriterSpi.java (names): added new names to
+    the list of known names for BMP.
+    * java/awt/image/WritableRaster.java (createWritableTranslatedChild): 
+    * javax/imageio/ImageIO.java (write): call dispose on ImageWriter after
+    writing of the image.
+
+2008-06-15  Tom Tromey  <tromey@redhat.com>
+
+       * include/jni.h (_jobjectRefType, jobjectRefType): Always
+       declare.
+
+2008-06-13  Andrew John Hughes  <gnu_andrew@member.fsf.org>
+
+       * configure.ac:
+       Add --enable-gjdoc option and check
+       for mkdir -p.
+       * examples/Makefile.am,
+       * lib/Makefile.am,
+       * lib/copy-vmresources.sh.in:
+       Use @MKDIR_P@.
+       * tools/Makefile.am:
+       Allow building GJDoc to be disabled
+       and use @MKDIR_P@.
+
+2008-06-13  Mark Wielaard  <mark@klomp.org>
+
+       * tools/Makefile.am (USE_JAVAC_FLAGS): Use relative generated dir.
+       (TOOLS_ZIP): Generate antlr output in relative dir.
+
+2008-06-13  Mark Wielaard  <mark@klomp.org>
+
+       * tools/Makefile.am (USE_JAVAC_FLAGS): Use generated in builddir.
+       (TOOLS_JAVA_FILES): Include all .java files in all subdirs.
+       (ALL_TOOLS_FILES): Include gjdoc_resources and antlr input file.
+       (TOOLS_ZIP): Generate antlr output in builddir.
+       * tools/resource/gnu/classpath/tools/gjdoc/htmldoclet/inherit.png:
+       New file from gjdoc.
+
+2008-06-05  Andrew John Hughes  <gnu_andrew@member.fsf.org>
+
+       * configure.ac:
+       Check for --with-glibj too when disabling
+       the javac check.
+
+2008-06-02  Andrew John Hughes  <gnu_andrew@member.fsf.org>
+
+       * include/Makefile.am: Don't delete headers
+       when not rebuilding them.
+
+2008-06-01  Andrew John Hughes  <gnu_andrew@member.fsf.org>
+
+       * configure.ac: Only regenerate headers by
+       default if the headers aren't in the source tree.
+
+2008-06-01  Andrew John Hughes  <gnu_andrew@member.fsf.org>
+
+       * configure.ac: Only run javac check
+       if examples, tools and/or class library are
+       being built.
+       * scripts/check_jni_methods.sh.in:
+       Remove duplicates in the list of JNI methods
+       for when builddir==srcdir.
+
+2008-06-01  Andrew John Hughes  <gnu_andrew@member.fsf.org>
 
-       * org/omg/CORBA/AnySeqHolder.java,
-       org/omg/CORBA/AnySeqHelper.java,
-       org/omg/CORBA/CompletionStatusHelper.java:
-       New files.
+       * lib/Makefile.am:
+       Replace explicit mkinstalldirs with $(mkinstalldirs).
 
-2005-03-18  Mark Wielaard  <mark@klomp.org>
+2008-06-01  Andrew John Hughes  <gnu_andrew@member.fsf.org>
 
-       * doc/www/downloads/downloads.wml: Add 0.14.
-       * doc/www/announce/20050226.wml: New file.
+       * scripts/check_jni_methods.sh.in:
+       Search the source directory as well for
+       when headers are in the tarball.
 
-2005-03-18  Sven de Marothy  <sven@physto.se>
+2008-06-01  Andrew John Hughes  <gnu_andrew@member.fsf.org>
 
-       * java/util/zip/GZIPInputStream.java:
-       (GZIPInputStream): Read header in constructor.
-       
-2005-03-18  Andrew John Hughes  <gnu_andrew@member.fsf.org>
-
-       * gnu/javax/swing/text/html/parser/htmlAttributeSet.java:
-       (getAttributeNames()): Replaced 'enum' with 'enumeration'.
-       * gnu/javax/swing/text/html/parser/htmlValidator.java:
-       (validateParameters(TagElement,htmlAttributeSet)):
-       Replaced 'enum' with 'enumeration'.
-       (validateAttribute(TagElement,htmlAttributeSet,
-                          Enumeration,Enumeration)):
-       Likewise.
+       * Makefile.am: Replace tools with
+       $(TOOLSDIR).
+       * m4/acinclude.m4: Include option
+       to disable building the tools.
 
-2005-03-18  Audrius Meskauskas  <audriusa@bluewin.ch>
+2008-06-01  Andrew John Hughes  <gnu_andrew@member.fsf.org>
 
-       * ChangeLog.usermap: New file (replacing).
+       * Makefile.am: Use default makedistcheck
+       flags that test all optional dependencies.
+       * include/Makefile.am: Add header files to dist.
+       * lib/Makefile.am: Trick class files into being
+       built for dist, so headers can be generated.
 
-2005-03-18  Audrius Meskauskas  <audriusa@bluewin.ch>
+2008-06-11  Andrew John Hughes  <gnu_andrew@member.fsf.org>
 
-       * javax/swing/text/html/parser/Entity.java (getType): New method.
-       * javax/swing/text/html/parser/DocumentParser.java:
-       Inherit from javax.swing.text.html.parser.Parser.
+       * doc/www.gnu.org/announce/20080606.wml,
+       * doc/www.gnu.org/newsitems.txt:
+       Add 0.97.2 annoncement.
+       * NEWS: Add 0.97.1 and 0.97.2 updates.
        
-2005-03-18  Robert Schuster  <thebohemian@gmx>
-
-       * native/jni/java-nio/gnu_java_nio_VMSelector.c: Added important
-       return statement after throwing exception.
+2008-06-09  Mark Wielaard  <mark@klomp.org>
 
-2005-03-18  Robert Schuster  <thebohemian@gmx>
+       * Makefile.am (EXTRA_DIST): Add ChangeLog-2007.
+       * doc/Makefile.am (EXTRA_DIST): Add invoke.texi.
 
-       * native/jni/java-nio/gnu_java_nio_VMSelector.c: Implemented
-       Java_gnu_java_nio_VMSelector_select.
-       * configure.ac: Added check for sys/select.h and strerro_r().
+2008-06-06  Andrew John Hughes  <gnu_andrew@member.fsf.org>
 
-2005-03-17  Mark Wielaard  <mark@klomp.org>
-
-       * doc/www.gnu.org/newsitems.txt: Add 0.14 release announcement
-       and link for the dead of the gui branch.
-
-2005-03-17  Chris Burdess  <dog@gnu.org>
-
-       * gnu/xml/dom/html2/DomHTMLDocument.java: Fixed element creation and
-       check for HTML/XHTML namespace.
-
-2005-03-16  Tom Tromey  <tromey@redhat.com>
-
-       * gnu/java/lang/MainThread.java (MainThread): Load main class
-       using system class loader.
-
-2005-03-16  Archie Cobbs  <archie@dellroad.org>
-
-       * native/jni/java-nio/java_nio_VMDirectByteBuffer.c: use
-       global native reference to wrap persistent jclass variable.
-       * native/jni/gtk-peer/gnu_java_awt_peer_gtk_GdkPixbufDecoder.c:
-       use DeleteLocalRef() to avoid exhausting local native references.
-
-2005-03-16  Mark Wielaard  <mark@klomp.org>
-
-       * doc/vmintegration.texinfo: Change input start to \input.
-
-2005-03-16  Robert Schuster  <thebohemian@gmx.net>
-
-       * doc/vmintegration.texinfo: Added explanation
-       of gnu.classpath.boot.library.path property.
-
-2005-03-16  Robert Schuster  <thebohemian@gmx.net>
-
-       * java/lang/Runtime.java: Added support for
-       gnu.classpath.boot.library.path system property.
-
-2005-03-14  Chris Burdess  <dog@gnu.org>
-
-       * gnu/xml/dom/DomImpl.java,
-       gnu/xml/dom/html2/DomHTMLAnchorElement.java,
-       gnu/xml/dom/html2/DomHTMLDocument.java,
-       gnu/xml/dom/html2/DomHTMLElement.java,
-       gnu/xml/dom/html2/DomHTMLFormElement.java,
-       gnu/xml/dom/html2/DomHTMLFrameElement.java,
-       gnu/xml/dom/html2/DomHTMLIFrameElement.java,
-       gnu/xml/dom/html2/DomHTMLImpl.java,
-       gnu/xml/dom/html2/DomHTMLInputElement.java,
-       gnu/xml/dom/html2/DomHTMLObjectElement.java,
-       gnu/xml/dom/html2/DomHTMLOptionElement.java,
-       gnu/xml/dom/html2/DomHTMLSelectElement.java,
-       gnu/xml/dom/html2/DomHTMLTableCellElement.java,
-       gnu/xml/dom/html2/DomHTMLTableElement.java,
-       gnu/xml/dom/html2/DomHTMLTableRowElement.java,
-       gnu/xml/dom/html2/DomHTMLTableSectionElement.java,
-       gnu/xml/dom/html2/DomHTMLTextAreaElement.java: JAXP integration,
-       UI events, and tree utility functions.
-
-2005-03-14  Patrik Reali  <reali@acm.org>
+       * java/lang/Integer.java:
+       (parseInt(String, int, boolean)): Disallow "-+".
+       
+2008-06-06  Andrew John Hughes  <gnu_andrew@member.fsf.org>
+
+       * tools/gnu/classpath/tools/common/ClasspathToolParser.java:
+       Fixed indentation and changed to use OptionException.
+       * tools/gnu/classpath/tools/getopt/OptionException.java:
+       (OptionException(String,Throwable)): Added.
+
+2008-06-03  Robert Schuster  <robertschuster@fsfe.org>
+
+       * tools/gnu/classpath/tools/jar/Main.java:
+       (run): Call different ClasspathToolParser.parse() variant.
+       (getParser): Changed return type to ClasspathToolParser.
+       * tools/gnu/classpath/tools/javah/GcjhMain.java:
+       (getParser): Changed return type to ClasspathToolParser.
+       * tools/gnu/classpath/tools/javah/Main.java:
+       (getParser): Changed return type to ClasspathToolParser.
+       * tools/gnu/classpath/tools/getopt/Parser.java: Make 'programName'
+       protected.
+       * tools/gnu/classpath/tools/common/ClasspathToolParser.java:
+       (parse(String[], FileArgumentCallback,boolean): New method.
+       (parse(String[], boolean): New method.
+       (parseFileList): New method.
+       (parseLine): New method.
+       (AtFileArgumentCallback): New inner class.
+
+2008-06-03  Andrew John Hughes  <gnu_andrew@member.fsf.org>
+
+       * tools/gnu/classpath/tools/getopt/OptionException.java,
+       * tools/gnu/classpath/tools/jar/Main.java:
+       Revert previous changes to allow Schuster's patch to
+       do the same.
+       
+2008-06-02  Andrew John Hughes  <gnu_andrew@member.fsf.org>
+
+       * tools/gnu/classpath/tools/getopt/OptionException.java:
+       (OptionException(String,Throwable)): New constructor.
+       * tools/gnu/classpath/tools/jar/Main.java:
+       (fileLists): New queue for streams containing lists of files.
+       (HandleFile.NotifyFile(String)): Check for '@' arguments
+       and add to stream queue.
+       (parsed(String)): Add stdin to queue instead of setting flag.
+       (readNames()): Work with the queue rather than just stdin.
+       (run(String[])): Always execute readNames().
+       
+2008-06-01  Mark Wielaard  <mark@klomp.org>
 
-       * doc/www.gnu.org/newsitems.txt: news on gui branch and calientra
-       * doc/www.gnu.org/docs/docs.wml: link to the wiki added
-       * doc/www.gnu.org/faq/faq.wml: entry on tainted developers
+       * gnu/java/awt/java2d/AbstractGraphics2D.java: Removed XDialogPeer
+       import.
 
-2005-03-14  Audrius Meskauskas  <audriusa@bluewin.ch>
-
-       * javax/swing/text/html/parser/Parser.java,
-       javax/swing/text/html/parser/Entity.java:
-       Inheriting from DTDConstants.
-       * javax/swing/text/html/parser/AttributeList.java
-       (getValues): Changed return type.
-       * javax/swing/text/html/parser/DocumentParser
-       (parse): Adding the callback parameter that receives
-       the parsing events.
-
-2005-03-13  Mark Wielaard  <mark@klomp.org>
-
-       * configure.ac: Set version to 0.14+cvs.
-
-2005-03-13  Audrius Meskauskas  <audriusa@bluewin.ch>
-
-       * org/omg/CORBA/BAD_CONTEXT.java,
-       org/omg/CORBA/BAD_INV_ORDER.java,
-       org/omg/CORBA/BAD_OPERATION.java,
-       org/omg/CORBA/BAD_TYPECODE.java,
-       org/omg/CORBA/COMM_FAILURE.java,
-       org/omg/CORBA/DATA_CONVERSION.java,
-       org/omg/CORBA/FREE_MEM.java,
-       org/omg/CORBA/IMP_LIMIT.java,
-       org/omg/CORBA/INITIALIZE.java,
-       org/omg/CORBA/INTERNAL.java,
-       org/omg/CORBA/INTF_REPOS.java,
-       org/omg/CORBA/INVALID_TRANSACTION.java,
-       org/omg/CORBA/INV_FLAG.java,
-       org/omg/CORBA/INV_IDENT.java,
-       org/omg/CORBA/INV_OBJREF.java,
-       org/omg/CORBA/INV_POLICY.java,
-       org/omg/CORBA/NO_IMPLEMENT.java,
-       org/omg/CORBA/NO_MEMORY.java,
-       org/omg/CORBA/NO_PERMISSION.java,
-       org/omg/CORBA/NO_RESPONSE.java,
-       org/omg/CORBA/OBJECT_NOT_EXIST.java,
-       org/omg/CORBA/OBJ_ADAPTER.java,
-       org/omg/CORBA/PERSIST_STORE.java,
-       org/omg/CORBA/TRANSACTION_REQUIRED.java,
-       org/omg/CORBA/TRANSACTION_ROLLEDBACK.java,
-       org/omg/CORBA/TRANSIENT.java: making constructors
-       public.
-
-2005-03-13  Audrius Meskauskas  <audriusa@bluewin.ch>
-
-       * org/omg/CORBA/StringSeqHolder.java,
-       org/omg/CORBA/WStringSeqHolder.java:
-       replacing replacing CR CR LF by CR LF.
-       * org/omg/CORBA/BAD_PARAM.java: making constructors
-       public.
-
-2005-03-13  Michael Koch  <konqueror@gmx.de>
-
-       * org/omg/CORBA/ARG_IN.java: Removed redundant modifiers.
-       * org/omg/CORBA/ARG_INOUT.java: Likewise.
-       * org/omg/CORBA/ARG_OUT.java: Likewise.
-       * org/omg/CORBA/Any.java: Fixed HTML tags.
-       * org/omg/CORBA/Principal.java: Likewise.
-       * org/omg/CORBA/BAD_PARAM.java: Reordered modifiers.
-       * org/omg/CORBA/FixedHolder.java: Reworked imports.
-       * org/omg/CORBA/StringSeqHolder.java: Likewise.
-       * org/omg/CORBA/TypeCode.java: Likewise.
-       * org/omg/CORBA/TypeCodePackage/BadKind.java: Likewise.
-       * org/omg/CORBA/TypeCodePackage/Bounds.java: Likewise.
-       * org/omg/CORBA/WStringSeqHolder.java: Likewise.
-       * org/omg/CORBA/portable/OutputStream.java: Likewise.
-
-2005-03-13  Michael Koch  <konqueror@gmx.de>
-
-       * gnu/java/net/protocol/https/Handler.java:
-       Reworked import statements.
-
-2005-03-13  Michael Koch  <konqueror@gmx.de>
-
-       * gnu/javax/swing/text/html/parser/HTML_401F.java,
-       gnu/javax/swing/text/html/parser/gnuDTD.java,
-       gnu/javax/swing/text/html/parser/models/node.java:
-       Reworked import statements.
-
-2005-03-13  Michael Koch  <konqueror@gmx.de>
-
-       * gnu/xml/aelfred2/XmlParser.java: Fixed typo.
-
-2005-03-12  Audrius Meskauskas  <audriusa@bluewin.ch>
-
-       * org/omg/CORBA/StringSeqHelper.java,
-       org/omg/CORBA/WStringSeqHelper.java: New files.
-
-2005-03-12  Mark Wielaard  <mark@klomp.org>
-
-       * doc/www.gnu.org/events/escape_fosdem05.wml: Add links to
-       presentations.
-
-2005-03-11  Chris Burdess  <dog@gnu.org>
-
-       * gnu/xml/dom/html2/DomHTMLButtonElement.java,
-       gnu/xml/dom/html2/DomHTMLCollection.java,
-       gnu/xml/dom/html2/DomHTMLDocument.java,
-       gnu/xml/dom/html2/DomHTMLElement.java: Extensions for new element
-       types.
-       * gnu/xml/dom/html2/DomHTMLDListElement.java,
-       gnu/xml/dom/html2/DomHTMLDirectoryElement.java,
-       gnu/xml/dom/html2/DomHTMLDivElement.java,
-       gnu/xml/dom/html2/DomHTMLFieldSetElement.java,
-       gnu/xml/dom/html2/DomHTMLFontElement.java,
-       gnu/xml/dom/html2/DomHTMLFormElement.java,
-       gnu/xml/dom/html2/DomHTMLFrameElement.java,
-       gnu/xml/dom/html2/DomHTMLFrameSetElement.java,
-       gnu/xml/dom/html2/DomHTMLHRElement.java,
-       gnu/xml/dom/html2/DomHTMLHeadElement.java,
-       gnu/xml/dom/html2/DomHTMLHeadingElement.java,
-       gnu/xml/dom/html2/DomHTMLHtmlElement.java,
-       gnu/xml/dom/html2/DomHTMLIFrameElement.java,
-       gnu/xml/dom/html2/DomHTMLImageElement.java,
-       gnu/xml/dom/html2/DomHTMLInputElement.java,
-       gnu/xml/dom/html2/DomHTMLIsIndexElement.java,
-       gnu/xml/dom/html2/DomHTMLLIElement.java,
-       gnu/xml/dom/html2/DomHTMLLabelElement.java,
-       gnu/xml/dom/html2/DomHTMLLegendElement.java,
-       gnu/xml/dom/html2/DomHTMLLinkElement.java,
-       gnu/xml/dom/html2/DomHTMLMapElement.java,
-       gnu/xml/dom/html2/DomHTMLMenuElement.java,
-       gnu/xml/dom/html2/DomHTMLMetaElement.java,
-       gnu/xml/dom/html2/DomHTMLModElement.java,
-       gnu/xml/dom/html2/DomHTMLOListElement.java,
-       gnu/xml/dom/html2/DomHTMLObjectElement.java,
-       gnu/xml/dom/html2/DomHTMLOptGroupElement.java,
-       gnu/xml/dom/html2/DomHTMLOptionElement.java,
-       gnu/xml/dom/html2/DomHTMLParagraphElement.java,
-       gnu/xml/dom/html2/DomHTMLParamElement.java,
-       gnu/xml/dom/html2/DomHTMLPreElement.java,
-       gnu/xml/dom/html2/DomHTMLQuoteElement.java,
-       gnu/xml/dom/html2/DomHTMLScriptElement.java,
-       gnu/xml/dom/html2/DomHTMLSelectElement.java,
-       gnu/xml/dom/html2/DomHTMLStyleElement.java,
-       gnu/xml/dom/html2/DomHTMLTableCaptionElement.java,
-       gnu/xml/dom/html2/DomHTMLTableCellElement.java,
-       gnu/xml/dom/html2/DomHTMLTableColElement.java,
-       gnu/xml/dom/html2/DomHTMLTableElement.java,
-       gnu/xml/dom/html2/DomHTMLTableRowElement.java,
-       gnu/xml/dom/html2/DomHTMLTableSectionElement.java,
-       gnu/xml/dom/html2/DomHTMLTextAreaElement.java,
-       gnu/xml/dom/html2/DomHTMLTitleElement.java,
-       gnu/xml/dom/html2/DomHTMLUListElement.java: New files.
-
-2005-03-11  Chris Burdess  <dog@gnu.org>
-
-       * gnu/xml/aelfred2/SAXDriver.java: Corrected bug handling URI
-       warnings.
-
-2005-03-11  Audrius Meskauskas  <audriusa@bluewin.ch>
-
-       * org/omg/CORBA/portable/InputStream.java (read_Context):
-       following API, this must be concrete and unimplemented.
-
-2005-03-11  Audrius Meskauskas  <audriusa@bluewin.ch>
-
-       * org/omg/CORBA/BooleanSeqHelper.java,
-       org/omg/CORBA/CharSeqHelper.java,
-       org/omg/CORBA/DoubleSeqHelper.java,
-       org/omg/CORBA/FloatSeqHelper.java,
-       org/omg/CORBA/LongLongSeqHelper.java,
-       org/omg/CORBA/LongSeqHelper.java,
-       org/omg/CORBA/OctetSeqHelper.java,
-       org/omg/CORBA/ShortSeqHelper.java,
-       org/omg/CORBA/ULongLongSeqHelper.java,
-       org/omg/CORBA/ULongSeqHelper.java,
-       org/omg/CORBA/UShortSeqHelper.java,
-       org/omg/CORBA/WCharSeqHelper.java,
-       org/omg/CORBA/StringSeqHelper.java,
-       org/omg/CORBA/WStringSeqHelper.java:
-       New sequence holders.
-       * org/omg/CORBA/StringSeqHelper.java,
-       org/omg/CORBA/WStringSeqHelper.java: New helpers.
-
-2005-03-11  Archie Cobbs  <archie@dellroad.org>
-
-       * native/jni/java-lang/java_lang_VMProcess.c: Fix segfault
-       in the case that a zero length command array is passed.
-
-2005-03-11  Andreas Tobler  <a.tobler@schweiz.ch>
-
-       * native/fdlibm/ieeefp.h: Merge m32r bits from libgcj to keep the diff
-       minimal.
-
-2005-03-11  Roman Kennke  <roman@kennke.org>
-
-       * java/awt/Compmonent.java
-       (setComponentOrientation): The variable oldOrientation is initialized
-       too early. This is fixed.
-
-2005-03-11  Roman Kennke  <roman@kennke.org>
-
-       * java/awt/Compmonent.java
-       (setComponentOrientation): Made this property firing a
-       PropertyChangeEvent.
-
-2005-03-11  Robert Schuster  <thebohemian@gmx.net>
-
-       * java/beans/EventHandler.java: Reworked documentation.
-       (invoke): Fixed behavior to match spec. 
-
-2005-03-11  Jeroen Frijters  <jeroen@frijters.net>
-
-       * java/lang/Class.java (newInstance): Fixed previous patch.
-
-2005-03-11  Jeroen Frijters  <jeroen@frijters.net>
-
-       * java/lang/Class.java (newInstance): Fix bug related to package
-       private classes.
-
-2005-03-10  Andrew Haley  <aph@redhat.com>
-
-       * gnu/java/nio/channels/FileChannelImpl.java (smallTransferFrom):
-       New.
-       (smallTransferTo): New.
-       (transferFrom): Loop around smallTransferFrom, copying pageSize
-       bytes each time.
-       (transferTo): Likewise.
-
-2005-03-10  Tom Tromey  <tromey@redhat.com>
-
-       * java/io/InputStreamReader.java: Indentation fixlets.  Added
-       '@since' markers.
-
-2005-03-10  Chris Burdess  <dog@bluezoo.org>
-
-       * gnu/xml/dom/ls/SAXEventSink.java: Ignore element declarations if
-       not currently parsing the DTD.
-
-2005-03-10  Audrius Meskauskas  <audriusa@bluewin.ch>
-
-       * testsuite/javax.swing.text.html.parser/
-       AllParserTests.java,
-       testsuite/javax.swing.text.html.parser/
-       test/gnu/javax/swing/text/html/HTML_Test.java,
-       testsuite/javax.swing.text.html.parser/
-       test/gnu/javax/swing/text/html/parser/AttributeList_test.java,
-       testsuite/javax.swing.text.html.parser/
-       test/gnu/javax/swing/text/html/parser/DTD_test.java,
-       testsuite/javax.swing.text.html.parser/
-       test/gnu/javax/swing/text/html/parser/Element_Test.java,
-       testsuite/javax.swing.text.html.parser/
-       test/gnu/javax/swing/text/html/parser/Entity_Test.java,
-       testsuite/javax.swing.text.html.parser/
-       test/gnu/javax/swing/text/html/parser/HTML_parsing.java,
-       testsuite/javax.swing.text.html.parser/
-       test/gnu/javax/swing/text/html/parser/HTML_randomTable.java,
-       testsuite/javax.swing.text.html.parser/
-       test/gnu/javax/swing/text/html/parser/parameterDefaulter_Test.java,
-       testsuite/javax.swing.text.html.parser/
-       test/gnu/javax/swing/text/html/parser/Parser_Test.java,
-       testsuite/javax.swing.text.html.parser/
-       test/gnu/javax/swing/text/html/parser/ParserEntityResolverTest.java,
-       testsuite/javax.swing.text.html.parser/
-       test/gnu/javax/swing/text/html/parser/ParserTest.java,
-       testsuite/javax.swing.text.html.parser/
-       test/gnu/javax/swing/text/html/parser/supplementaryNotifications.java,
-       testsuite/javax.swing.text.html.parser/
-       test/gnu/javax/swing/text/html/parser/TagElement_Test.java,
-       testsuite/javax.swing.text.html.parser/
-       test/gnu/javax/swing/text/html/parser/TestCase.java,
-       testsuite/javax.swing.text.html.parser/
-       test/gnu/javax/swing/text/html/parser/Text.java,
-       testsuite/javax.swing.text.html.parser/
-       test/gnu/javax/swing/text/html/parser/textPreProcessor_Test.java,
-       testsuite/javax.swing.text.html.parser/
-       test/gnu/javax/swing/text/html/parser/Token_locations.java,
-       testsuite/javax.swing.text.html.parser/
-       test/gnu/javax/swing/text/html/parser/low/Buffer_Test.java,
-       testsuite/javax.swing.text.html.parser/
-       test/gnu/javax/swing/text/html/parser/low/Constants_Test.java,
-       testsuite/javax.swing.text.html.parser/
-       test/gnu/javax/swing/text/html/parser/low/ReaderTokenizer_Test.java:
-       New Classpath specific tests for the parser classes in gnu namespace.
-
-2005-03-10  Audrius Meskauskas  <audriusa@bluewin.ch>
-
-       * javax/swing/text/ChangedCharSetException.java,
-       javax/swing/text/html/HTMLEditorKit.java,
-       javax/swing/text/html/HTMLFrameHyperlinkEvent.java,
-       javax/swing/text/html/parser/AttributeList.java,
-       javax/swing/text/html/parser/ContentModel.java,
-       javax/swing/text/html/parser/DocumentParser.java,
-       javax/swing/text/html/parser/DTD.java,
-       javax/swing/text/html/parser/DTDConstants.java,
-       javax/swing/text/html/parser/Element.java,
-       javax/swing/text/html/parser/Entity.java,
-       javax/swing/text/html/parser/Parser.java,
-       javax/swing/text/html/parser/TagElement.java,
-       gnu/javax/swing/text/html/package.html,
-       gnu/javax/swing/text/html/parser/gnuDTD.java,
-       gnu/javax/swing/text/html/parser/HTML_401F.java,
-       gnu/javax/swing/text/html/parser/htmlAttributeSet.java,
-       gnu/javax/swing/text/html/parser/htmlValidator.java,
-       gnu/javax/swing/text/html/parser/package.html,
-       gnu/javax/swing/text/html/parser/models/list.java,
-       gnu/javax/swing/text/html/parser/models/node.java,
-       gnu/javax/swing/text/html/parser/models/noTagModel.java,
-       gnu/javax/swing/text/html/parser/models/package.html,
-       gnu/javax/swing/text/html/parser/models/PCDATAonly_model.java,
-       gnu/javax/swing/text/html/parser/models/TableRowContentModel.java,
-       gnu/javax/swing/text/html/parser/models/transformer.java,
-       gnu/javax/swing/text/html/parser/support/gnuStringIntMapper.java,
-       gnu/javax/swing/text/html/parser/support/package.html,
-       gnu/javax/swing/text/html/parser/support/parameterDefaulter.java,
-       gnu/javax/swing/text/html/parser/support/Parser.java,
-       gnu/javax/swing/text/html/parser/support/textPreProcessor.java,
-       gnu/javax/swing/text/html/parser/support/low/Buffer.java,
-       gnu/javax/swing/text/html/parser/support/low/Constants.java,
-       gnu/javax/swing/text/html/parser/support/low/Location.java,
-       gnu/javax/swing/text/html/parser/support/low/node.java,
-       gnu/javax/swing/text/html/parser/support/low/package.html,
-       gnu/javax/swing/text/html/parser/support/low/ParseException.java,
-       gnu/javax/swing/text/html/parser/support/low/pattern.java,
-       gnu/javax/swing/text/html/parser/support/low/Queue.java,
-       gnu/javax/swing/text/html/parser/support/low/ReaderTokenizer.java:
-       New files.
-       * javax/swing/text/html/HTML.java,
-       javax/swing/text/html/parser/ParserDelegator.java:
-       New files (replacing).
-       * javax/swing/text/html/package.html,
-       javax/swing/text/html/parser/package.html: Documenting the
-       packages.
-
-2005-03-09  Sven de Marothy  <sven@physto.se>
+2008-05-29  Mario Torre  <neugens@aicas.com>
+
+       * gnu/java/awt/java2d/AbstractGraphics2D.java (setColor): now set directly
+       the foreground color the application wants to use to draw. On null, behave
+       like OpenJDK, drawing black.
+       (renderScanline): fixed NPE, paintContext never initialized. Correctely
+       retrieve destination raster
+       (getColor): Return the correct type.
+       (static initializer): HashMap now typed.
+       (background): now defaults to black and not null.
+       (getPaintContext): new method. Initialize lazily the PaintContext.
+       (foreground): new field.
+       (isForegroundColorNull): likewise.
+       (getDeviceBounds): made abstract.
+       * gnu/java/awt/java2d/RasterGraphics.java (getDeviceBounds): new method.
+       * gnu/java/awt/java2d/ScanlineConverter.java (renderShape): pass correct
+       value of Y to doScanline.
+       * gnu/java/awt/peer/x/GLGraphics.java (getDeviceBounds): new method.
+       (setBackground): synch with new Escher 2.0 API.
+       * gnu/java/awt/peer/x/XGraphicsConfiguration.java (getDefaultTransform):
+       implemented.
+       (getBounds): new method.
+       * java/awt/AlphaComposite.java (derive(int) and derive(float)):
+       new methods.
+       * java/awt/image/WritableRaster.java (createWritableTranslatedChild):
+       now call createWritableChild.
+       (createWritableChild): reformatted.
+
+2008-05-27  Joshua Sumali  <jsumali@redhat.com>
+
+       * NEWS: Added building of gjdoc into tools.
+
+2008-05-27  Joshua Sumali  <jsumali@redhat.com>
+
+       * AUTHORS: Added Joshua Sumali. 
+
+2008-05-27  Joshua Sumali  <jsumali@redhat.com>
+
+       * configure.ac: Add support for Antlr. This is used for building gjdoc.
+       Also generate tools/gjdoc wrapper with gjdoc.in.
+       * doc/gjdoc.texi: New file.
+       * doc/invoke.texi: New file.
+       * doc/Makefile.am: Generate gjdoc documentation.
+       * m4/ac_prog_antlr.m4: New file.
+       * m4/ac_prog_java.m4: New file.
+       * m4/ac_prog_java_works.m4: New file.
+       * tools/Makefile.am: Build gjdoc as part of tools.
+       * tools/com/sun/tools/javadoc/Main.java,
+       * tools/gjdoc.in,
+       * tools/gnu/classpath/tools/doclets/AbstractDoclet.java,
+       * tools/gnu/classpath/tools/doclets/.cvsignore,
+       * tools/gnu/classpath/tools/doclets/debugdoclet/.cvsignore,
+       * tools/gnu/classpath/tools/doclets/debugdoclet/DebugDoclet.java,
+       * tools/gnu/classpath/tools/doclets/DocletConfigurationException.java,
+       * tools/gnu/classpath/tools/doclets/DocletOptionColonSeparated.java,
+       * tools/gnu/classpath/tools/doclets/DocletOptionFile.java,
+       * tools/gnu/classpath/tools/doclets/DocletOptionFlag.java,
+       * tools/gnu/classpath/tools/doclets/DocletOption.java,
+       * tools/gnu/classpath/tools/doclets/DocletOptionPackageWildcard.java,
+       * tools/gnu/classpath/tools/doclets/DocletOptionString.java,
+       * tools/gnu/classpath/tools/doclets/htmldoclet/CssClass.java,
+       * tools/gnu/classpath/tools/doclets/htmldoclet/.cvsignore,
+       * tools/gnu/classpath/tools/doclets/htmldoclet/ExternalDocSet.java,
+       * tools/gnu/classpath/tools/doclets/htmldoclet/HtmlDoclet.java,
+       * tools/gnu/classpath/tools/doclets/htmldoclet/HtmlPage.java,
+       * tools/gnu/classpath/tools/doclets/htmldoclet/HtmlTagletContext.java,
+       * tools/gnu/classpath/tools/doclets/InlineTagRenderer.java,
+       * tools/gnu/classpath/tools/doclets/InvalidPackageWildcardException.java,
+       * tools/gnu/classpath/tools/doclets/PackageGroup.java,
+       * tools/gnu/classpath/tools/doclets/PackageMatcher.java,
+       * tools/gnu/classpath/tools/doclets/StandardTaglet.java,
+       * tools/gnu/classpath/tools/doclets/TagletPrinter.java,
+       * tools/gnu/classpath/tools/doclets/xmldoclet/.cvsignore,
+       * tools/gnu/classpath/tools/doclets/xmldoclet/doctranslet/.cvsignore,
+       * tools/gnu/classpath/tools/doclets/xmldoclet/doctranslet/DocTransletConfigurationException.java,
+       * tools/gnu/classpath/tools/doclets/xmldoclet/doctranslet/DocTransletException.java,
+       * tools/gnu/classpath/tools/doclets/xmldoclet/doctranslet/DocTranslet.java,
+       * tools/gnu/classpath/tools/doclets/xmldoclet/doctranslet/DocTransletOptions.java,
+       * tools/gnu/classpath/tools/doclets/xmldoclet/doctranslet/JarClassLoader.java,
+       * tools/gnu/classpath/tools/doclets/xmldoclet/doctranslet/OutputFileInfo.java,
+       * tools/gnu/classpath/tools/doclets/xmldoclet/doctranslet/package.html,
+       * tools/gnu/classpath/tools/doclets/xmldoclet/Driver1_4.java,
+       * tools/gnu/classpath/tools/doclets/xmldoclet/Driver.java,
+       * tools/gnu/classpath/tools/doclets/xmldoclet/HtmlRepairer.java,
+       * tools/gnu/classpath/tools/doclets/xmldoclet/TargetContext.java,
+       * tools/gnu/classpath/tools/FileSystemClassLoader.java,
+       * tools/gnu/classpath/tools/gjdoc/AbstractTagImpl.java,
+       * tools/gnu/classpath/tools/gjdoc/ArrayCharacterIterator.java,
+       * tools/gnu/classpath/tools/gjdoc/ClassDocImpl.java,
+       * tools/gnu/classpath/tools/gjdoc/ClassDocProxy.java,
+       * tools/gnu/classpath/tools/gjdoc/ClassDocReflectedImpl.java,
+       * tools/gnu/classpath/tools/gjdoc/ConstructorDocImpl.java,
+       * tools/gnu/classpath/tools/gjdoc/.cvsignore,
+       * tools/gnu/classpath/tools/gjdoc/Debug.java,
+       * tools/gnu/classpath/tools/gjdoc/DirectoryTree.java,
+       * tools/gnu/classpath/tools/gjdoc/DocImpl.java,
+       * tools/gnu/classpath/tools/gjdoc/ErrorReporter.java,
+       * tools/gnu/classpath/tools/gjdoc/ExecutableMemberDocImpl.java,
+       * tools/gnu/classpath/tools/gjdoc/expr/AdditionExpression.java,
+       * tools/gnu/classpath/tools/gjdoc/expr/AndExpression.java,
+       * tools/gnu/classpath/tools/gjdoc/expr/BinaryBitwiseExpression.java,
+       * tools/gnu/classpath/tools/gjdoc/expr/BinaryComputationExpression.java,
+       * tools/gnu/classpath/tools/gjdoc/expr/BinaryEqualityExpression.java,
+       * tools/gnu/classpath/tools/gjdoc/expr/BinaryExpression.java,
+       * tools/gnu/classpath/tools/gjdoc/expr/BinaryLogicalExpression.java,
+       * tools/gnu/classpath/tools/gjdoc/expr/BinaryRelationExpression.java,
+       * tools/gnu/classpath/tools/gjdoc/expr/BinaryShiftExpression.java,
+       * tools/gnu/classpath/tools/gjdoc/expr/BitShiftRightExpression.java,
+       * tools/gnu/classpath/tools/gjdoc/expr/CircularExpressionException.java,
+       * tools/gnu/classpath/tools/gjdoc/expr/ConditionalExpression.java,
+       * tools/gnu/classpath/tools/gjdoc/expr/ConstantBoolean.java,
+       * tools/gnu/classpath/tools/gjdoc/expr/ConstantByte.java,
+       * tools/gnu/classpath/tools/gjdoc/expr/ConstantChar.java,
+       * tools/gnu/classpath/tools/gjdoc/expr/ConstantDouble.java,
+       * tools/gnu/classpath/tools/gjdoc/expr/ConstantExpression.java,
+       * tools/gnu/classpath/tools/gjdoc/expr/ConstantFloat.java,
+       * tools/gnu/classpath/tools/gjdoc/expr/ConstantInteger.java,
+       * tools/gnu/classpath/tools/gjdoc/expr/ConstantLong.java,
+       * tools/gnu/classpath/tools/gjdoc/expr/ConstantNull.java,
+       * tools/gnu/classpath/tools/gjdoc/expr/ConstantShort.java,
+       * tools/gnu/classpath/tools/gjdoc/expr/ConstantString.java,
+       * tools/gnu/classpath/tools/gjdoc/expr/Context.java,
+       * tools/gnu/classpath/tools/gjdoc/expr/.cvsignore,
+       * tools/gnu/classpath/tools/gjdoc/expr/DivisionExpression.java,
+       * tools/gnu/classpath/tools/gjdoc/expr/EqualExpression.java,
+       * tools/gnu/classpath/tools/gjdoc/expr/EvaluatorEnvironment.java,
+       * tools/gnu/classpath/tools/gjdoc/expr/Evaluator.java,
+       * tools/gnu/classpath/tools/gjdoc/expr/ExclusiveOrExpression.java,
+       * tools/gnu/classpath/tools/gjdoc/expr/Expression.java,
+       * tools/gnu/classpath/tools/gjdoc/expr/GreaterThanExpression.java,
+       * tools/gnu/classpath/tools/gjdoc/expr/GreaterThanOrEqualExpression.java,
+       * tools/gnu/classpath/tools/gjdoc/expr/IdentifierExpression.java,
+       * tools/gnu/classpath/tools/gjdoc/expr/IllegalExpressionException.java,
+       * tools/gnu/classpath/tools/gjdoc/expr/InclusiveOrExpression.java,
+       * tools/gnu/classpath/tools/gjdoc/expr/java-expression.g,
+       * tools/gnu/classpath/tools/gjdoc/expr/LessThanExpression.java,
+       * tools/gnu/classpath/tools/gjdoc/expr/LessThanOrEqualExpression.java,
+       * tools/gnu/classpath/tools/gjdoc/expr/LogicalAndExpression.java,
+       * tools/gnu/classpath/tools/gjdoc/expr/LogicalNotExpression.java,
+       * tools/gnu/classpath/tools/gjdoc/expr/LogicalOrExpression.java,
+       * tools/gnu/classpath/tools/gjdoc/expr/ModuloExpression.java,
+       * tools/gnu/classpath/tools/gjdoc/expr/MultiplicationExpression.java,
+       * tools/gnu/classpath/tools/gjdoc/expr/NegateExpression.java,
+       * tools/gnu/classpath/tools/gjdoc/expr/NotEqualExpression.java,
+       * tools/gnu/classpath/tools/gjdoc/expr/NotExpression.java,
+       * tools/gnu/classpath/tools/gjdoc/expr/ShiftLeftExpression.java,
+       * tools/gnu/classpath/tools/gjdoc/expr/ShiftRightExpression.java,
+       * tools/gnu/classpath/tools/gjdoc/expr/SubtractionExpression.java,
+       * tools/gnu/classpath/tools/gjdoc/expr/TypeCastExpression.java,
+       * tools/gnu/classpath/tools/gjdoc/expr/Type.java,
+       * tools/gnu/classpath/tools/gjdoc/expr/UnaryExpression.java,
+       * tools/gnu/classpath/tools/gjdoc/expr/UnknownIdentifierException.java,
+       * tools/gnu/classpath/tools/gjdoc/FieldDocImpl.java,
+       * tools/gnu/classpath/tools/gjdoc/GjdocPackageDoc.java,
+       * tools/gnu/classpath/tools/gjdoc/GjdocRootDoc.java,
+       * tools/gnu/classpath/tools/gjdoc/InheritDocTagImpl.java,
+       * tools/gnu/classpath/tools/gjdoc/JavadocWrapper.java,
+       * tools/gnu/classpath/tools/gjdoc/LinkTagImpl.java,
+       * tools/gnu/classpath/tools/gjdoc/Main.java,
+       * tools/gnu/classpath/tools/gjdoc/MemberDocImpl.java,
+       * tools/gnu/classpath/tools/gjdoc/MethodDocImpl.java,
+       * tools/gnu/classpath/tools/gjdoc/PackageDocImpl.java,
+       * tools/gnu/classpath/tools/gjdoc/ParameterImpl.java,
+       * tools/gnu/classpath/tools/gjdoc/ParamTagImpl.java,
+       * tools/gnu/classpath/tools/gjdoc/ParseException.java,
+       * tools/gnu/classpath/tools/gjdoc/Parser.java,
+       * tools/gnu/classpath/tools/gjdoc/ProgramElementDocImpl.java,
+       * tools/gnu/classpath/tools/gjdoc/RootDocImpl.java,
+       * tools/gnu/classpath/tools/gjdoc/SeeTagImpl.java,
+       * tools/gnu/classpath/tools/gjdoc/SerialFieldTagImpl.java,
+       * tools/gnu/classpath/tools/gjdoc/SourcePositionImpl.java,
+       * tools/gnu/classpath/tools/gjdoc/TagContainer.java,
+       * tools/gnu/classpath/tools/gjdoc/TagImpl.java,
+       * tools/gnu/classpath/tools/gjdoc/TemporaryStore.java,
+       * tools/gnu/classpath/tools/gjdoc/TextTagImpl.java,
+       * tools/gnu/classpath/tools/gjdoc/ThrowsTagImpl.java,
+       * tools/gnu/classpath/tools/gjdoc/TimerDoclet.java,
+       * tools/gnu/classpath/tools/gjdoc/Timer.java,
+       * tools/gnu/classpath/tools/gjdoc/TypeImpl.java,
+       * tools/gnu/classpath/tools/gjdoc/TypeVariableImpl.java,
+       * tools/gnu/classpath/tools/gjdoc/ValueTagImpl.java,
+       * tools/gnu/classpath/tools/gjdoc/WritableType.java,
+       * tools/gnu/classpath/tools/IOToolkit.java,
+       * tools/gnu/classpath/tools/java2xhtml/.cvsignore,
+       * tools/gnu/classpath/tools/java2xhtml/Java2xhtml.java,
+       * tools/gnu/classpath/tools/MalformedInputEvent.java,
+       * tools/gnu/classpath/tools/MalformedInputListener.java,
+       * tools/gnu/classpath/tools/NotifyingInputStreamReader.java,
+       * tools/gnu/classpath/tools/StringToolkit.java,
+       * tools/gnu/classpath/tools/taglets/AuthorTaglet.java,
+       * tools/gnu/classpath/tools/taglets/CodeTaglet.java,
+       * tools/gnu/classpath/tools/taglets/CopyrightTaglet.java,
+       * tools/gnu/classpath/tools/taglets/.cvsignore,
+       * tools/gnu/classpath/tools/taglets/DeprecatedTaglet.java,
+       * tools/gnu/classpath/tools/taglets/GenericTaglet.java,
+       * tools/gnu/classpath/tools/taglets/GnuExtendedTaglet.java,
+       * tools/gnu/classpath/tools/taglets/SinceTaglet.java,
+       * tools/gnu/classpath/tools/taglets/TagletContext.java,
+       * tools/gnu/classpath/tools/taglets/ValueTaglet.java,
+       * tools/gnu/classpath/tools/taglets/VersionTaglet.java,
+       * tools/resource/gnu/classpath/tools/gjdoc/doctranslets/gjdoc_common.xsl,
+       * tools/resource/gnu/classpath/tools/gjdoc/doctranslets/html/about.xsl,
+       * tools/resource/gnu/classpath/tools/gjdoc/doctranslets/html/allclasses.xsl,
+       * tools/resource/gnu/classpath/tools/gjdoc/doctranslets/html/allpackages.xsl,
+       * tools/resource/gnu/classpath/tools/gjdoc/doctranslets/html/alphaindex_chunked.xsl,
+       * tools/resource/gnu/classpath/tools/gjdoc/doctranslets/html/alphaindex.xsl,
+       * tools/resource/gnu/classpath/tools/gjdoc/doctranslets/html/classdoc-source.xsl,
+       * tools/resource/gnu/classpath/tools/gjdoc/doctranslets/html/classdoc-uses.xsl,
+       * tools/resource/gnu/classpath/tools/gjdoc/doctranslets/html/classdoc.xsl,
+       * tools/resource/gnu/classpath/tools/gjdoc/doctranslets/html/deprecated.xsl,
+       * tools/resource/gnu/classpath/tools/gjdoc/doctranslets/html/descriptor.xsl,
+       * tools/resource/gnu/classpath/tools/gjdoc/doctranslets/html/doctranslet.xsl,
+       * tools/resource/gnu/classpath/tools/gjdoc/doctranslets/html/fulltree.xsl,
+       * tools/resource/gnu/classpath/tools/gjdoc/doctranslets/html/gjdoc.xsl,
+       * tools/resource/gnu/classpath/tools/gjdoc/doctranslets/html/help.xsl,
+       * tools/resource/gnu/classpath/tools/gjdoc/doctranslets/html/html_common.xsl,
+       * tools/resource/gnu/classpath/tools/gjdoc/doctranslets/html/index_noframes.xsl,
+       * tools/resource/gnu/classpath/tools/gjdoc/doctranslets/html/index.xsl,
+       * tools/resource/gnu/classpath/tools/gjdoc/doctranslets/html/packageclasses.xsl,
+       * tools/resource/gnu/classpath/tools/gjdoc/doctranslets/html/packagedoc.xsl,
+       * tools/resource/gnu/classpath/tools/gjdoc/doctranslets/html/res/default_help_en.html,
+       * tools/resource/gnu/classpath/tools/gjdoc/doctranslets/html/res/gjdochtml-clean.css,
+       * tools/resource/gnu/classpath/tools/gjdoc/doctranslets/html/res/gjdochtml.css,
+       * tools/resource/gnu/classpath/tools/gjdoc/doctranslets/html/res/gjdochtml-fixed.css,
+       * tools/resource/gnu/classpath/tools/gjdoc/doctranslets/html/res/gjdochtml-sclara.css,
+       * tools/resource/gnu/classpath/tools/gjdoc/doctranslets/html/res/gjdoc.js,
+       * tools/resource/gnu/classpath/tools/gjdoc/doctranslets/html/serialized.xsl,
+       * tools/resource/gnu/classpath/tools/gjdoc/dtd/dbcentx.mod,
+       * tools/resource/gnu/classpath/tools/gjdoc/dtd/ent/iso-amsa.ent,
+       * tools/resource/gnu/classpath/tools/gjdoc/dtd/ent/iso-amsb.ent,
+       * tools/resource/gnu/classpath/tools/gjdoc/dtd/ent/iso-amsc.ent,
+       * tools/resource/gnu/classpath/tools/gjdoc/dtd/ent/iso-amsn.ent,
+       * tools/resource/gnu/classpath/tools/gjdoc/dtd/ent/iso-amso.ent,
+       * tools/resource/gnu/classpath/tools/gjdoc/dtd/ent/iso-amsr.ent,
+       * tools/resource/gnu/classpath/tools/gjdoc/dtd/ent/iso-box.ent,
+       * tools/resource/gnu/classpath/tools/gjdoc/dtd/ent/iso-cyr1.ent,
+       * tools/resource/gnu/classpath/tools/gjdoc/dtd/ent/iso-cyr2.ent,
+       * tools/resource/gnu/classpath/tools/gjdoc/dtd/ent/iso-dia.ent,
+       * tools/resource/gnu/classpath/tools/gjdoc/dtd/ent/iso-grk1.ent,
+       * tools/resource/gnu/classpath/tools/gjdoc/dtd/ent/iso-grk2.ent,
+       * tools/resource/gnu/classpath/tools/gjdoc/dtd/ent/iso-grk3.ent,
+       * tools/resource/gnu/classpath/tools/gjdoc/dtd/ent/iso-grk4.ent,
+       * tools/resource/gnu/classpath/tools/gjdoc/dtd/ent/iso-lat1.ent,
+       * tools/resource/gnu/classpath/tools/gjdoc/dtd/ent/iso-lat2.ent,
+       * tools/resource/gnu/classpath/tools/gjdoc/dtd/ent/iso-num.ent,
+       * tools/resource/gnu/classpath/tools/gjdoc/dtd/ent/iso-pub.ent,
+       * tools/resource/gnu/classpath/tools/gjdoc/dtd/ent/iso-tech.ent,
+       * tools/resource/gnu/classpath/tools/gjdoc/dtd/gjdoc-alphaindex.dtd,
+       * tools/resource/gnu/classpath/tools/gjdoc/dtd/gjdoc.dtd,
+       * tools/resource/gnu/classpath/tools/gjdoc/htmldoclet/gjdochtml-clean-color1.css,
+       * tools/resource/gnu/classpath/tools/gjdoc/htmldoclet/gjdochtml-clean-layout.css,
+       * tools/resource/gnu/classpath/tools/gjdoc/htmldoclet/gjdochtml-vanilla.css,
+       * tools/resource/gnu/classpath/tools/gjdoc/htmldoclet/gjdoc.js,
+       * tools/resource/gnu/classpath/tools/gjdoc/htmldoclet/help.xhtml,
+       * tools/resource/gnu/classpath/tools/gjdoc/htmldoclet/HtmlDoclet.properties,
+       * tools/resource/gnu/classpath/tools/gjdoc/htmldoclet/xhtml11-target10.dtd,
+       * tools/resource/gnu/classpath/tools/gjdoc/java.lang-classes-1.2.txt,
+       * tools/resource/gnu/classpath/tools/gjdoc/java.lang-classes-1.3.txt,
+       * tools/resource/gnu/classpath/tools/gjdoc/java.lang-classes-1.4.txt,
+       * tools/resource/gnu/classpath/tools/gjdoc/java.lang-classes-1.5.txt,
+       * tools/resource/gnu/classpath/tools/gjdoc/rng/gjdoc-classdoc.rng,
+       * tools/resource/gnu/classpath/tools/gjdoc/rng/gjdoc-common.rng,
+       * tools/resource/gnu/classpath/tools/gjdoc/rng/gjdoc-index.rng,
+       * tools/resource/gnu/classpath/tools/gjdoc/version.properties,
+       * tools/resource/gnu/classpath/tools/gjdoc/version.properties.in:
+       New files, taken from gjdoc source tree.
+
+
+2008-05-26  Andrew John Hughes  <gnu_andrew@member.fsf.org>
+
+       * tools/gnu/classpath/tools/jar/Creator.java:
+       (writeCommandLineEntries(Main,OutputStream)):
+       Add default value for manifest version and
+       include Created-By property.
+       
+2008-05-19  Mario Torre  <neugens@aicas.com>
+
+       * gnu/java/awt/peer/x/XEventPump.java (handleExpose): new method. 
+       (handleDestroyNotify): likewise.
+       (handleClientMessage): likewise.
+       (handleButtonRelease): likewise.
+       (handleMotionNotify): likewise.
+       (handleKeyEvent): likewise.
+       (handleButtonPress): likewise.
+       (handleEvent): refactored to use new methods instead of a big switch
+    block. Fixed resizing of windows.
+       * gnu/java/awt/peer/x/XWindowPeer.java (standardSelect): update list
+       of flags for X11 events handling.
+       (callback): removed now unused flag. 
+
+2008-05-16  Mario Torre  <neugens@aicas.com>
+
+       * native/jni/java-math/java_math_VMBigInteger.c
+       (Java_java_math_VMBigInteger_natModInverse): fix variable res not
+       initialized.  
+
+2008-05-15  Robert Schuster  <robertschuster@fsfe.org>
+
+       * java/net/NetworkInterface.java:
+       (isUp): New method.
+       (isPointToPoint): Dito.
+       (isLoopback): Dito.
+       (supportsMulticast): Dito.
+       * vm/reference/java/net/VMNetworkInterface.java:
+       (isUp): New method.
+       (isPointToPoint): Dito.
+       (isLoopback): Dito.
+       (supportsMulticast): Dito.
+       * native/jni/java-net/java_net_VMNetworkInterface.c:
+       (isUp): New method.
+       (isPointToPoint): Dito.
+       (isLoopback): Dito.
+       (supportsMulticast): Dito.
+
+2008-05-11  Andrew John Hughes  <gnu_andrew@member.fsf.org>
+
+        Reported by Nicolas Geoffray <nicolas.geoffray@menlina.com>
+       * java/lang/Integer.java:
+       (parseInt(String,int,boolean)): Parse +x
+       as x, not -x.
+       
+2008-05-11  Andrew John Hughes  <gnu_andrew@member.fsf.org>
+
+       * java/util/regex/Matcher.java:
+       (regionStart): New variable.
+       (regionEnd): Likewise.
+       (transparentBounds): Likewise.
+       (anchoringBounds): Likewise.
+       (Matcher()): Initialise new variables.
+       (find()): Alter to use new settings.
+       (find(int)): Likewise.
+       (lookingAt()): Likewise.
+       (matches()): Likewise.
+       (reset()): Reset region.
+       (reset(CharSequence)): Documented.
+       (toString()): Include new variables.
+       (region(int,int)): Implemented.
+       (regionStart()): Likewise.
+       (regionEnd()): Likewise.
+       (hasTransparentBounds()): Likewise.
+       (useTransparentBounds(boolean)): Likewise.
+       (hasAnchoringBounds()): Likewise.
+       (useAnchoringBounds(boolean)): Likewise.
+
+2008-05-11  Andrew John Hughes  <gnu_andrew@member.fsf.org>
+
+       * gnu/java/lang/CPStringBuilder.java:
+       (toString()): Fix comments to reflect copying changes.
+       * vm/reference/gnu/java/lang/VMCPStringBuilder.java:
+       (toString()): Likewise.
+
+2008-05-11  Andrew John Hughes  <gnu_andrew@member.fsf.org>
 
-       * java/util/Calendar.java
-       (set): Use starting day of week when one is needed if none is given.
-       * java/text/SimpleDateFormat.java
-       (parse): Handle 1-12 and 1-24 timestamps correctly.
-       * java/util/GregorianCalendar
-       (computeTime, computeFields): HOUR should be in 0-11 format.
-       (nonLeniencyCheck): Adjust leniency checking to that fact.
+       * NEWS:
+       Mention GMP and CPStringBuilder.
+       
+2008-05-11  Andrew John Hughes  <gnu_andrew@member.fsf.org>
+
+       PR classpath/36147
+       * gnu/java/lang/CPStringBuilder.java:
+       (allocated): New flag to mark whether or
+       not the array has been allocated to a String object.
+       (ensureCapacity(int)): Removed.
+       (ensureCapacity_unsynchronized(int)): Renamed to
+       ensureCapacity, and creates an array when allocated
+       is true.
+       (allocateArray(int)): Added.
+       (trimToSize()): Use allocateArray method.
+       (toString()): Set allocated to true;
+       (substring(int,int)): Likewise.
+       
+2008-05-11  Andrew John Hughes  <gnu_andrew@member.fsf.org>
 
-2005-03-09  Sven de Marothy  <sven@physto.se>
+       * gnu/java/lang/CPStringBuilder.java:
+       Make default capacity configurable.
+       
+2008-05-10  Andrew John Hughes  <gnu_andrew@member.fsf.org>
 
-       * gnu/java/locale/Calendar.java,
-       gnu/java/locale/Calendar_nl.java,
-       gnu/java/locale/Calendar_de.java,
-       gnu/java/locale/Calendar_en.java:
-       Removed.
+       * vm/reference/gnu/java/lang/VMCPStringBuilder.java,
+       * vm/reference/gnu/java/lang/management/VMMemoryMXBeanImpl.java,
+       * vm/reference/java/net/VMNetworkInterface.java:
+       Remove use of 1.5 language constructs.
 
-2005-03-09  Sven de Marothy  <sven@physto.se>
+2008-05-10  Andrew John Hughes  <gnu_andrew@member.fsf.org>
 
-       * java/util/Calendar.java:
-       Updated to use gnu.java.locale.LocaleInformation for locale info.
-       * java/util/GregorianCalendar.java:
-       Made gregorianCutover a hard-coded constant. It is not localized.
-
-2005-03-09  Chris Burdess  <dog@gnu.org>
-
-       * gnu/xml/dom/html2/DomHTMLAnchorElement.java,
-       gnu/xml/dom/html2/DomHTMLAppletElement.java,
-       gnu/xml/dom/html2/DomHTMLAreaElement.java,
-       gnu/xml/dom/html2/DomHTMLBaseElement.java,
-       gnu/xml/dom/html2/DomHTMLBaseFontElement.java,
-       gnu/xml/dom/html2/DomHTMLBodyElement.java,
-       gnu/xml/dom/html2/DomHTMLBRElement.java,
-       gnu/xml/dom/html2/DomHTMLButtonElement.java,
-       gnu/xml/dom/html2/DomHTMLCollection.java,
-       gnu/xml/dom/html2/DomHTMLDocument.java,
-       gnu/xml/dom/html2/DomHTMLElement.java: New files.
-
-2005-03-09  Michael Koch  <konqueror@gmx.de>
-
-       * gnu/java/locale/LocaleInformation.java,
-       gnu/java/locale/LocaleInformation_aa.java,
-       gnu/java/locale/LocaleInformation_aa_DJ.java,
-       gnu/java/locale/LocaleInformation_aa_ER.java,
-       gnu/java/locale/LocaleInformation_aa_ER_SAAHO.java,
-       gnu/java/locale/LocaleInformation_aa_ET.java,
-       gnu/java/locale/LocaleInformation_af.java,
-       gnu/java/locale/LocaleInformation_af_ZA.java,
-       gnu/java/locale/LocaleInformation_am.java,
-       gnu/java/locale/LocaleInformation_am_ET.java,
-       gnu/java/locale/LocaleInformation_ar.java,
-       gnu/java/locale/LocaleInformation_ar_DZ.java,
-       gnu/java/locale/LocaleInformation_ar_IN.java,
-       gnu/java/locale/LocaleInformation_ar_IQ.java,
-       gnu/java/locale/LocaleInformation_ar_JO.java,
-       gnu/java/locale/LocaleInformation_ar_KW.java,
-       gnu/java/locale/LocaleInformation_ar_LB.java,
-       gnu/java/locale/LocaleInformation_ar_LY.java,
-       gnu/java/locale/LocaleInformation_ar_MA.java,
-       gnu/java/locale/LocaleInformation_ar_QA.java,
-       gnu/java/locale/LocaleInformation_ar_SA.java,
-       gnu/java/locale/LocaleInformation_ar_SY.java,
-       gnu/java/locale/LocaleInformation_ar_TN.java,
-       gnu/java/locale/LocaleInformation_ar_YE.java,
-       gnu/java/locale/LocaleInformation_as.java,
-       gnu/java/locale/LocaleInformation_as_IN.java,
-       gnu/java/locale/LocaleInformation_az_Cyrl.java,
-       gnu/java/locale/LocaleInformation_be.java,
-       gnu/java/locale/LocaleInformation_be_BY.java,
-       gnu/java/locale/LocaleInformation_bg.java,
-       gnu/java/locale/LocaleInformation_bg_BG.java,
-       gnu/java/locale/LocaleInformation_bn.java,
-       gnu/java/locale/LocaleInformation_bn_IN.java,
-       gnu/java/locale/LocaleInformation_ca.java,
-       gnu/java/locale/LocaleInformation_ca_ES.java,
-       gnu/java/locale/LocaleInformation_cs.java,
-       gnu/java/locale/LocaleInformation_cs_CZ.java,
-       gnu/java/locale/LocaleInformation_cy.java,
-       gnu/java/locale/LocaleInformation_cy_GB.java,
-       gnu/java/locale/LocaleInformation_da.java,
-       gnu/java/locale/LocaleInformation_da_DK.java,
-       gnu/java/locale/LocaleInformation_de.java,
-       gnu/java/locale/LocaleInformation_de_AT.java,
-       gnu/java/locale/LocaleInformation_de_BE.java,
-       gnu/java/locale/LocaleInformation_de_CH.java,
-       gnu/java/locale/LocaleInformation_de_DE.java,
-       gnu/java/locale/LocaleInformation_de_LI.java,
-       gnu/java/locale/LocaleInformation_de_LU.java,
-       gnu/java/locale/LocaleInformation_dv.java,
-       gnu/java/locale/LocaleInformation_dv_MV.java,
-       gnu/java/locale/LocaleInformation_dz.java,
-       gnu/java/locale/LocaleInformation_dz_BT.java,
-       gnu/java/locale/LocaleInformation_el.java,
-       gnu/java/locale/LocaleInformation_el_GR.java,
-       gnu/java/locale/LocaleInformation_en.java,
-       gnu/java/locale/LocaleInformation_en_AS.java,
-       gnu/java/locale/LocaleInformation_en_AU.java,
-       gnu/java/locale/LocaleInformation_en_BE.java,
-       gnu/java/locale/LocaleInformation_en_BW.java,
-       gnu/java/locale/LocaleInformation_en_BZ.java,
-       gnu/java/locale/LocaleInformation_en_CA.java,
-       gnu/java/locale/LocaleInformation_en_GB.java,
-       gnu/java/locale/LocaleInformation_en_GU.java,
-       gnu/java/locale/LocaleInformation_en_HK.java,
-       gnu/java/locale/LocaleInformation_en_IE.java,
-       gnu/java/locale/LocaleInformation_en_IN.java,
-       gnu/java/locale/LocaleInformation_en_MH.java,
-       gnu/java/locale/LocaleInformation_en_MP.java,
-       gnu/java/locale/LocaleInformation_en_MT.java,
-       gnu/java/locale/LocaleInformation_en_NZ.java,
-       gnu/java/locale/LocaleInformation_en_PH.java,
-       gnu/java/locale/LocaleInformation_en_PK.java,
-       gnu/java/locale/LocaleInformation_en_SG.java,
-       gnu/java/locale/LocaleInformation_en_UM.java,
-       gnu/java/locale/LocaleInformation_en_US.java,
-       gnu/java/locale/LocaleInformation_en_US_POSIX.java,
-       gnu/java/locale/LocaleInformation_en_VI.java,
-       gnu/java/locale/LocaleInformation_en_ZA.java,
-       gnu/java/locale/LocaleInformation_en_ZW.java,
-       gnu/java/locale/LocaleInformation_eo.java,
-       gnu/java/locale/LocaleInformation_es.java,
-       gnu/java/locale/LocaleInformation_es_AR.java,
-       gnu/java/locale/LocaleInformation_es_BO.java,
-       gnu/java/locale/LocaleInformation_es_CL.java,
-       gnu/java/locale/LocaleInformation_es_CO.java,
-       gnu/java/locale/LocaleInformation_es_CR.java,
-       gnu/java/locale/LocaleInformation_es_DO.java,
-       gnu/java/locale/LocaleInformation_es_EC.java,
-       gnu/java/locale/LocaleInformation_es_ES.java,
-       gnu/java/locale/LocaleInformation_es_GT.java,
-       gnu/java/locale/LocaleInformation_es_HN.java,
-       gnu/java/locale/LocaleInformation_es_MX.java,
-       gnu/java/locale/LocaleInformation_es_NI.java,
-       gnu/java/locale/LocaleInformation_es_PA.java,
-       gnu/java/locale/LocaleInformation_es_PE.java,
-       gnu/java/locale/LocaleInformation_es_PR.java,
-       gnu/java/locale/LocaleInformation_es_PY.java,
-       gnu/java/locale/LocaleInformation_es_SV.java,
-       gnu/java/locale/LocaleInformation_es_US.java,
-       gnu/java/locale/LocaleInformation_es_UY.java,
-       gnu/java/locale/LocaleInformation_es_VE.java,
-       gnu/java/locale/LocaleInformation_et.java,
-       gnu/java/locale/LocaleInformation_et_EE.java,
-       gnu/java/locale/LocaleInformation_eu.java,
-       gnu/java/locale/LocaleInformation_eu_ES.java,
-       gnu/java/locale/LocaleInformation_fa.java,
-       gnu/java/locale/LocaleInformation_fa_AF.java,
-       gnu/java/locale/LocaleInformation_fa_IR.java,
-       gnu/java/locale/LocaleInformation_fi.java,
-       gnu/java/locale/LocaleInformation_fi_FI.java,
-       gnu/java/locale/LocaleInformation_fo.java,
-       gnu/java/locale/LocaleInformation_fo_FO.java,
-       gnu/java/locale/LocaleInformation_fr.java,
-       gnu/java/locale/LocaleInformation_fr_BE.java,
-       gnu/java/locale/LocaleInformation_fr_CA.java,
-       gnu/java/locale/LocaleInformation_fr_CH.java,
-       gnu/java/locale/LocaleInformation_fr_LU.java,
-       gnu/java/locale/LocaleInformation_ga.java,
-       gnu/java/locale/LocaleInformation_ga_IE.java,
-       gnu/java/locale/LocaleInformation_gl.java,
-       gnu/java/locale/LocaleInformation_gl_ES.java,
-       gnu/java/locale/LocaleInformation_gu.java,
-       gnu/java/locale/LocaleInformation_gu_IN.java,
-       gnu/java/locale/LocaleInformation_gv.java,
-       gnu/java/locale/LocaleInformation_gv_GB.java,
-       gnu/java/locale/LocaleInformation_he.java,
-       gnu/java/locale/LocaleInformation_he_IL.java,
-       gnu/java/locale/LocaleInformation_hi.java,
-       gnu/java/locale/LocaleInformation_hi_IN.java,
-       gnu/java/locale/LocaleInformation_hr.java,
-       gnu/java/locale/LocaleInformation_hu.java,
-       gnu/java/locale/LocaleInformation_hu_HU.java,
-       gnu/java/locale/LocaleInformation_hy.java,
-       gnu/java/locale/LocaleInformation_hy_AM.java,
-       gnu/java/locale/LocaleInformation_hy_AM_REVISED.java,
-       gnu/java/locale/LocaleInformation_id.java,
-       gnu/java/locale/LocaleInformation_id_ID.java,
-       gnu/java/locale/LocaleInformation_is.java,
-       gnu/java/locale/LocaleInformation_is_IS.java,
-       gnu/java/locale/LocaleInformation_it.java,
-       gnu/java/locale/LocaleInformation_it_CH.java,
-       gnu/java/locale/LocaleInformation_it_IT.java,
-       gnu/java/locale/LocaleInformation_iu.java,
-       gnu/java/locale/LocaleInformation_ja.java,
-       gnu/java/locale/LocaleInformation_ja_JP.java,
-       gnu/java/locale/LocaleInformation_ka.java,
-       gnu/java/locale/LocaleInformation_kk.java,
-       gnu/java/locale/LocaleInformation_kk_KZ.java,
-       gnu/java/locale/LocaleInformation_kl.java,
-       gnu/java/locale/LocaleInformation_kl_GL.java,
-       gnu/java/locale/LocaleInformation_km.java,
-       gnu/java/locale/LocaleInformation_km_KH.java,
-       gnu/java/locale/LocaleInformation_kn.java,
-       gnu/java/locale/LocaleInformation_kn_IN.java,
-       gnu/java/locale/LocaleInformation_ko.java,
-       gnu/java/locale/LocaleInformation_ko_KR.java,
-       gnu/java/locale/LocaleInformation_kw.java,
-       gnu/java/locale/LocaleInformation_kw_GB.java,
-       gnu/java/locale/LocaleInformation_ky.java,
-       gnu/java/locale/LocaleInformation_lo.java,
-       gnu/java/locale/LocaleInformation_lo_LA.java,
-       gnu/java/locale/LocaleInformation_lt.java,
-       gnu/java/locale/LocaleInformation_lt_LT.java,
-       gnu/java/locale/LocaleInformation_lv.java,
-       gnu/java/locale/LocaleInformation_lv_LV.java,
-       gnu/java/locale/LocaleInformation_mk.java,
-       gnu/java/locale/LocaleInformation_ml.java,
-       gnu/java/locale/LocaleInformation_ml_IN.java,
-       gnu/java/locale/LocaleInformation_mn.java,
-       gnu/java/locale/LocaleInformation_mn_MN.java,
-       gnu/java/locale/LocaleInformation_mr.java,
-       gnu/java/locale/LocaleInformation_mr_IN.java,
-       gnu/java/locale/LocaleInformation_ms.java,
-       gnu/java/locale/LocaleInformation_ms_BN.java,
-       gnu/java/locale/LocaleInformation_ms_MY.java,
-       gnu/java/locale/LocaleInformation_mt.java,
-       gnu/java/locale/LocaleInformation_mt_MT.java,
-       gnu/java/locale/LocaleInformation_nb.java,
-       gnu/java/locale/LocaleInformation_nb_NO.java,
-       gnu/java/locale/LocaleInformation_nl.java,
-       gnu/java/locale/LocaleInformation_nl_BE.java,
-       gnu/java/locale/LocaleInformation_nl_NL.java,
-       gnu/java/locale/LocaleInformation_nn.java,
-       gnu/java/locale/LocaleInformation_nn_NO.java,
-       gnu/java/locale/LocaleInformation_om.java,
-       gnu/java/locale/LocaleInformation_om_ET.java,
-       gnu/java/locale/LocaleInformation_om_KE.java,
-       gnu/java/locale/LocaleInformation_or.java,
-       gnu/java/locale/LocaleInformation_or_IN.java,
-       gnu/java/locale/LocaleInformation_pa.java,
-       gnu/java/locale/LocaleInformation_pa_IN.java,
-       gnu/java/locale/LocaleInformation_pl.java,
-       gnu/java/locale/LocaleInformation_pl_PL.java,
-       gnu/java/locale/LocaleInformation_ps.java,
-       gnu/java/locale/LocaleInformation_ps_AF.java,
-       gnu/java/locale/LocaleInformation_pt.java,
-       gnu/java/locale/LocaleInformation_pt_BR.java,
-       gnu/java/locale/LocaleInformation_pt_PT.java,
-       gnu/java/locale/LocaleInformation_ro.java,
-       gnu/java/locale/LocaleInformation_ro_RO.java,
-       gnu/java/locale/LocaleInformation_ru.java,
-       gnu/java/locale/LocaleInformation_ru_RU.java,
-       gnu/java/locale/LocaleInformation_ru_UA.java,
-       gnu/java/locale/LocaleInformation_sa.java,
-       gnu/java/locale/LocaleInformation_sa_IN.java,
-       gnu/java/locale/LocaleInformation_sk.java,
-       gnu/java/locale/LocaleInformation_sk_SK.java,
-       gnu/java/locale/LocaleInformation_sl.java,
-       gnu/java/locale/LocaleInformation_so.java,
-       gnu/java/locale/LocaleInformation_so_DJ.java,
-       gnu/java/locale/LocaleInformation_so_ET.java,
-       gnu/java/locale/LocaleInformation_so_KE.java,
-       gnu/java/locale/LocaleInformation_so_SO.java,
-       gnu/java/locale/LocaleInformation_sq.java,
-       gnu/java/locale/LocaleInformation_sq_AL.java,
-       gnu/java/locale/LocaleInformation_sr.java,
-       gnu/java/locale/LocaleInformation_sr_Latn.java,
-       gnu/java/locale/LocaleInformation_sv.java,
-       gnu/java/locale/LocaleInformation_sv_FI.java,
-       gnu/java/locale/LocaleInformation_sv_SE.java,
-       gnu/java/locale/LocaleInformation_sw.java,
-       gnu/java/locale/LocaleInformation_sw_KE.java,
-       gnu/java/locale/LocaleInformation_sw_TZ.java,
-       gnu/java/locale/LocaleInformation_ta.java,
-       gnu/java/locale/LocaleInformation_ta_IN.java,
-       gnu/java/locale/LocaleInformation_te.java,
-       gnu/java/locale/LocaleInformation_te_IN.java,
-       gnu/java/locale/LocaleInformation_th.java,
-       gnu/java/locale/LocaleInformation_th_TH.java,
-       gnu/java/locale/LocaleInformation_ti.java,
-       gnu/java/locale/LocaleInformation_ti_ER.java,
-       gnu/java/locale/LocaleInformation_ti_ET.java,
-       gnu/java/locale/LocaleInformation_tr.java,
-       gnu/java/locale/LocaleInformation_tr_TR.java,
-       gnu/java/locale/LocaleInformation_tt.java,
-       gnu/java/locale/LocaleInformation_tt_RU.java,
-       gnu/java/locale/LocaleInformation_uk.java,
-       gnu/java/locale/LocaleInformation_uk_UA.java,
-       gnu/java/locale/LocaleInformation_ur.java,
-       gnu/java/locale/LocaleInformation_uz.java,
-       gnu/java/locale/LocaleInformation_uz_AF.java,
-       gnu/java/locale/LocaleInformation_vi.java,
-       gnu/java/locale/LocaleInformation_zh.java,
-       gnu/java/locale/LocaleInformation_zh_CN_Hans.java,
-       gnu/java/locale/LocaleInformation_zh_HK_Hant.java,
-       gnu/java/locale/LocaleInformation_zh_Hant.java,
-       gnu/java/locale/LocaleInformation_zh_MO_Hant.java,
-       gnu/java/locale/LocaleInformation_zh_SG_Hans.java,
-       gnu/java/locale/LocaleInformation_zh_TW_Hant.java:
-       Regenerated with current gnu.localegen.
-
-2005-03-09  Tom Tromey  <tromey@redhat.com>
-
-       * java/net/URLClassLoader.java (addURLImpl): Reset 'thisString'.
-       (toString): Synchronize.
-
-2005-03-09  Michael Koch  <konqueror@gmx.de>
-
-       * org/omg/CORBA/ARG_IN.java,
-       org/omg/CORBA/ARG_INOUT.java,
-       org/omg/CORBA/ARG_OUT.java,
-       org/omg/CORBA/Any.java,
-       org/omg/CORBA/AnyHolder.java,
-       org/omg/CORBA/BAD_CONTEXT.java,
-       org/omg/CORBA/BAD_INV_ORDER.java,
-       org/omg/CORBA/BAD_OPERATION.java,
-       org/omg/CORBA/BAD_PARAM.java,
-       org/omg/CORBA/BAD_TYPECODE.java,
-       org/omg/CORBA/BooleanHolder.java,
-       org/omg/CORBA/BooleanSeqHolder.java,
-       org/omg/CORBA/Bounds.java,
-       org/omg/CORBA/ByteHolder.java,
-       org/omg/CORBA/COMM_FAILURE.java,
-       org/omg/CORBA/CharHolder.java,
-       org/omg/CORBA/CharSeqHolder.java,
-       org/omg/CORBA/CompletionStatus.java,
-       org/omg/CORBA/Context.java,
-       org/omg/CORBA/ContextList.java,
-       org/omg/CORBA/DATA_CONVERSION.java,
-       org/omg/CORBA/DoubleHolder.java,
-       org/omg/CORBA/DoubleSeqHolder.java,
-       org/omg/CORBA/FREE_MEM.java,
-       org/omg/CORBA/FixedHolder.java,
-       org/omg/CORBA/FloatHolder.java,
-       org/omg/CORBA/FloatSeqHolder.java,
-       org/omg/CORBA/IDLEntity.java,
-       org/omg/CORBA/IMP_LIMIT.java,
-       org/omg/CORBA/INITIALIZE.java,
-       org/omg/CORBA/INTERNAL.java,
-       org/omg/CORBA/INTF_REPOS.java,
-       org/omg/CORBA/INVALID_TRANSACTION.java,
-       org/omg/CORBA/INV_FLAG.java,
-       org/omg/CORBA/INV_IDENT.java,
-       org/omg/CORBA/INV_OBJREF.java,
-       org/omg/CORBA/INV_POLICY.java,
-       org/omg/CORBA/IntHolder.java,
-       org/omg/CORBA/LongHolder.java,
-       org/omg/CORBA/LongLongSeqHolder.java,
-       org/omg/CORBA/LongSeqHolder.java,
-       org/omg/CORBA/MARSHAL.java,
-       org/omg/CORBA/NO_IMPLEMENT.java,
-       org/omg/CORBA/NO_MEMORY.java,
-       org/omg/CORBA/NO_PERMISSION.java,
-       org/omg/CORBA/NO_RESPONSE.java,
-       org/omg/CORBA/NamedValue.java,
-       org/omg/CORBA/OBJECT_NOT_EXIST.java,
-       org/omg/CORBA/OBJ_ADAPTER.java,
-       org/omg/CORBA/ORB.java,
-       org/omg/CORBA/Object.java,
-       org/omg/CORBA/OctetSeqHolder.java,
-       org/omg/CORBA/PERSIST_STORE.java,
-       org/omg/CORBA/Principal.java,
-       org/omg/CORBA/ShortHolder.java,
-       org/omg/CORBA/ShortSeqHolder.java,
-       org/omg/CORBA/StringHolder.java,
-       org/omg/CORBA/SystemException.java,
-       org/omg/CORBA/TCKind.java,
-       org/omg/CORBA/TRANSACTION_REQUIRED.java,
-       org/omg/CORBA/TRANSACTION_ROLLEDBACK.java,
-       org/omg/CORBA/TRANSIENT.java,
-       org/omg/CORBA/TypeCode.java,
-       org/omg/CORBA/TypeCodeHolder.java,
-       org/omg/CORBA/TypeCodePackage/BadKind.java,
-       org/omg/CORBA/TypeCodePackage/Bounds.java,
-       org/omg/CORBA/ULongLongSeqHolder.java,
-       org/omg/CORBA/ULongSeqHolder.java,
-       org/omg/CORBA/UNKNOWN.java,
-       org/omg/CORBA/UShortSeqHolder.java,
-       org/omg/CORBA/UserException.java,
-       org/omg/CORBA/WCharSeqHolder.java,
-       org/omg/CORBA/portable/IDLEntity.java,
-       org/omg/CORBA/portable/InputStream.java,
-       org/omg/CORBA/portable/OutputStream.java,
-       org/omg/CORBA/portable/Streamable.java:
-       Use our standard copyright header.
-
-2005-03-09  Michael Koch  <konqueror@gmx.de>
-
-       * org/omg/CORBA/AnyHolder.java: Added missing import.
-
-2005-03-09  Robert Schuster <thebohemian@gmx.net>
-
-       * java/awt/AWTEvent.java (toString): Added case
-       for source not being an AWT component.
+       * gnu/java/util/regex/RE.java:
+       Switch to use generic ArrayLists.
+       * gnu/java/util/regex/REMatchEnumeration.java:
+       Make the enumeration implementation generic.
+       * gnu/java/util/regex/RETokenLookBehind.java:
+       Remove unused variables.
        
-2005-03-08  Audrius Meskauskas  <audriusa@bluewin.ch>
-
-       * org/omg/CORBA/BooleanHolder.java,
-       org/omg/CORBA/ByteHolder.java,
-       org/omg/CORBA/CharHolder.java,
-       org/omg/CORBA/DoubleHolder.java,
-       org/omg/CORBA/FixedHolder.java,
-       org/omg/CORBA/FloatHolder.java,
-       org/omg/CORBA/IntHolder.java,
-       org/omg/CORBA/LongHolder.java,
-       org/omg/CORBA/ShortHolder.java,
-       org/omg/CORBA/StringHolder.java,
-       org/omg/CORBA/TypeCodeHolder.java:  
-       Fixing the _read method.
-
-2005-03-08  Audrius Meskauskas  <audriusa@bluewin.ch>
-
-       * org/omg/CORBA/NamedValue.java,
-       org/omg/CORBA/ARG_IN.java,
-       org/omg/CORBA/ARG_OUT.java,
-       org/omg/CORBA/ARG_INOUT.java:
-       New files.
-
-2005-03-08  Audrius Meskauskas  <audriusa@bluewin.ch>
-       * org/omg/CORBA/AnyHolder.java: New file.
-
-2005-03-08 David Gilbert <david.gilbert@object-refinery.com>
-
-       * java/awt/Font.java (decode): Handle null argument and allow
-       space as delimiter.
-
-2005-03-07  Chris Burdess  <dog@gnu.org>
-
-       * gnu/java/net/protocol/https/Handler.java: New file.
-
-2005-03-07  Jeroen Frijters  <jeroen@frijters.net>
-
-       * java/io/DataInputStream.java (ignoreInitialNewline): Removed
-       (readLine): Changed newline handling.
-
-2005-03-07  Jeroen Frijters  <jeroen@frijters.net>
-
-       * java/net/URI.java (AUTHORITY_REGEXP): Corrected regexp.
-       (AUTHORITY_USERINFO_GROUP,AUTHORITY_HOST_GROUP,AUTHORITY_PORT_GROUP):
-       Adjusted to match new regexp.
-
-2005-03-06  Andrew John Hughes  <gnu_andrew@member.fsf.org>
-
-       * gnu/CORBA/primitiveArrayTypeCode.java:
-       Moved from org.omg.CORBA.
-       * gnu/CORBA/primitiveTypeCode.java: Likewise.
-       * org/omg/CORBA/BooleanHolder.java,
-       org/omg/CORBA/ByteHolder.java,
-       org/omg/CORBA/CharHolder.java,
-       org/omg/CORBA/DoubleHolder.java,
-       org/omg/CORBA/FixedHolder.java,
-       org/omg/CORBA/FloatHolder.java,
-       org/omg/CORBA/IntHolder.java,
-       org/omg/CORBA/LongHolder.java,
-       org/omg/CORBA/ShortHolder.java,
-       org/omg/CORBA/StringHolder.java,
-       org/omg/CORBA/TypeCodeHolder.java:
-       Added necessary imports.
-       * org/omg/CORBA/BooleanSeqHolder.java,
-       org/omg/CORBA/CharSeqHolder.java,
-       org/omg/CORBA/DoubleSeqHolder.java,
-       org/omg/CORBA/FloatSeqHolder.java,
-       org/omg/CORBA/LongLongSeqHolder.java,
-       org/omg/CORBA/LongSeqHolder.java,
-       org/omg/CORBA/OctetSeqHolder.java,
-       org/omg/CORBA/ShortSeqHolder.java,
-       org/omg/CORBA/ULongLongSeqHolder.java,
-       org/omg/CORBA/ULongSeqHolder.java,
-       org/omg/CORBA/UShortSeqHolder.java,
-       org/omg/CORBA/WCharSeqHolder.java:
-       Likewise and changed direct value
-       assignments to setValue calls.
+2008-05-07  Andrew John Hughes  <gnu_andrew@member.fsf.org>
+
+       Add generics to these classes.
+       * gnu/java/util/regex/RETokenOneOf.java:
+       Use an ArrayList and a Deque instead of
+       a Vector and a Stack to remove unnecessary
+       synchronisation.
+       * gnu/java/util/regex/RETokenRepeated.java:
+       Replace custom FindMatchControlStack class
+       with a generic Deque.
+       * java/util/regex/Pattern.java:
+       Use a generic ArrayList instance.
        
-2005-03-06  Andrew John Hughes  <gnu_andrew@member.fsf.org>
+2008-05-07  Mario Torre  <neugens@limasoftware.net>
+    
+       * gnu/java/awt/peer/x/XEventPump.java (handleEvent):
+       Fixed mouse dragging and movement in XEventPump. Patch from Roman Kennke.
+
+2008-05-07  Mario Torre  <neugens@aicas.com>
+
+       * gnu/java/awt/peer/x/XEventPump.java (handleEvent): xEvent.code is now
+       masked to identify and react to syntetic events.
+       Added UnmapNotify, DestroyNotify and ClientMessage to the list of event
+       handled.
+       * gnu/java/awt/peer/x/XFramePeer.java (getState): initial implementation.
+       * gnu/java/awt/peer/x/XGraphics2D.java (setPaint): fix NPE, this is a
+       workaround, the code have to be fixed in a better way.
+       * gnu/java/awt/peer/x/XWindowPeer.java (getXwindow): new method to allow
+       access to the underling xwindow.
+       (standardSelect): add more events for notification.
+       (XWindowPeer): call set_wm_delete_window to ask the WM to notify us
+       when a delete event occur.
+
+2008-05-07  Andrew John Hughes  <gnu_andrew@member.fsf.org>
+
+       PR classpath/21869
+       * tools/gnu/classpath/tools/jar/Indexer.java,
+       * tools/gnu/classpath/tools/javah/JniHelper.java,
+       * tools/gnu/classpath/tools/native2ascii/Native2ASCII.java,
+       * tools/gnu/classpath/tools/orbd/PersistentMap.java,
+       * tools/gnu/classpath/tools/rmic/ClassRmicCompiler.java,
+       * tools/gnu/classpath/tools/rmic/Generator.java,
+       * tools/gnu/classpath/tools/rmic/MethodGenerator.java,
+       * tools/gnu/classpath/tools/rmic/RmiMethodGenerator.java,
+       * tools/gnu/classpath/tools/rmic/SourceGiopRmicCompiler.java,
+       * tools/gnu/classpath/tools/rmic/SourceRmicCompiler.java:
+       Swap use of StringBuffer for StringBuilder.
+
+2008-05-07  Andrew John Hughes  <gnu_andrew@member.fsf.org>
+
+       PR classpath/21869
+       * javax/swing/AbstractButton.java,
+       * javax/swing/JButton.java,
+       * javax/swing/JComboBox.java,
+       * javax/swing/JComponent.java,
+       * javax/swing/JDesktopPane.java,
+       * javax/swing/JFileChooser.java,
+       * javax/swing/JFrame.java,
+       * javax/swing/JLabel.java,
+       * javax/swing/JList.java,
+       * javax/swing/JMenuBar.java,
+       * javax/swing/JPopupMenu.java,
+       * javax/swing/JProgressBar.java,
+       * javax/swing/JScrollBar.java,
+       * javax/swing/JSlider.java,
+       * javax/swing/JSplitPane.java,
+       * javax/swing/JTabbedPane.java,
+       * javax/swing/JToolBar.java,
+       * javax/swing/JToolTip.java,
+       * javax/swing/UIManager.java,
+       * javax/swing/event/EventListenerList.java,
+       * javax/swing/table/AbstractTableModel.java,
+       * javax/swing/text/AbstractDocument.java,
+       * javax/swing/text/DefaultEditorKit.java,
+       * javax/swing/text/DefaultStyledDocument.java,
+       * javax/swing/text/JTextComponent.java,
+       * javax/swing/text/MaskFormatter.java,
+       * javax/swing/text/TabSet.java,
+       * javax/swing/text/html/CSSParser.java,
+       * javax/swing/text/html/HTMLWriter.java,
+       * javax/swing/tree/DefaultTreeSelectionModel.java,
+       * javax/xml/namespace/QName.java,
+       * javax/xml/transform/TransformerException.java:
+       Swap use of StringBuffer for CPStringBuilder.
+
+2008-05-07  Andrew John Hughes  <gnu_andrew@member.fsf.org>
+
+       PR classpath/21869
+       * javax/accessibility/AccessibleRelationSet.java,
+       * javax/accessibility/AccessibleStateSet.java,
+       * javax/imageio/plugins/jpeg/JPEGHuffmanTable.java,
+       * javax/imageio/plugins/jpeg/JPEGQTable.java,
+       * javax/imageio/stream/ImageInputStreamImpl.java,
+       * javax/management/ObjectName.java,
+       * javax/naming/BinaryRefAddr.java,
+       * javax/naming/CompositeName.java,
+       * javax/naming/CompoundName.java,
+       * javax/naming/NamingException.java,
+       * javax/naming/spi/NamingManager.java,
+       * javax/security/auth/x500/X500Principal.java,
+       * javax/security/sasl/SaslException.java,
+       * javax/sound/sampled/AudioFormat.java,
+       * javax/sound/sampled/CompoundControl.java,
+       * javax/sound/sampled/DataLine.java:
+       Swap use of StringBuffer for CPStringBuilder.
+
+2008-05-06  Andrew John Hughes  <gnu_andrew@member.fsf.org>
+
+       PR classpath/21869
+       * java/util/AbstractCollection.java,
+       * java/util/BitSet.java,
+       * java/util/Collections.java,
+       * java/util/Locale.java,
+       * java/util/ResourceBundle.java,
+       * java/util/TimeZone.java,
+       * java/util/logging/FileHandler.java,
+       * java/util/logging/Logger.java,
+       * java/util/logging/SimpleFormatter.java,
+       * java/util/logging/XMLFormatter.java,
+       * java/util/prefs/AbstractPreferences.java,
+       * java/util/regex/PatternSyntaxException.java:
+       Swap use of StringBuffer for CPStringBuilder.
+
+2008-05-06  Andrew John Hughes  <gnu_andrew@member.fsf.org>
+
+       PR classpath/21869
+       * java/text/AttributedString.java,
+       * java/text/ChoiceFormat.java,
+       * java/text/CollationElementIterator.java,
+       * java/text/Collator.java,
+       * java/text/DecimalFormat.java,
+       * java/text/MessageFormat.java,
+       * java/text/RuleBasedCollator.java:
+       Swap use of StringBuffer for CPStringBuilder.
+
+2008-05-06  Andrew John Hughes  <gnu_andrew@member.fsf.org>
+
+       PR classpath/21869
+       * java/security/CodeSource.java,
+       * java/security/MessageDigest.java,
+       * java/security/Permission.java,
+       * java/security/PermissionCollection.java,
+       * java/security/ProtectionDomain.java,
+       * java/security/cert/CertPath.java,
+       * java/security/cert/PKIXBuilderParameters.java,
+       * java/security/cert/PKIXCertPathBuilderResult.java,
+       * java/security/cert/X509CRLSelector.java,
+       * java/security/cert/X509CertSelector.java,
+       * org/ietf/jgss/Oid.java,
+       * org/omg/CORBA/portable/Delegate.java:
+       Swap use of StringBuffer for CPStringBuilder.
+
+2008-05-06  Andrew John Hughes  <gnu_andrew@member.fsf.org>
+
+       PR classpath/21869
+       * java/beans/Statement.java,
+       * java/io/File.java,
+       * java/io/StreamTokenizer.java,
+       * java/lang/Throwable.java,
+       * java/math/BigDecimal.java,
+       * java/math/BigInteger.java,
+       * java/net/Inet4Address.java,
+       * java/net/Inet6Address.java,
+       * java/net/NetworkInterface.java,
+       * java/net/SocketPermission.java,
+       * java/net/URLDecoder.java,
+       * java/net/URLStreamHandler.java,
+       * java/nio/channels/FileLock.java,
+       * java/rmi/dgc/VMID.java:
+       Swap use of StringBuffer for CPStringBuilder.
+       
+2008-05-06  Andrew John Hughes  <gnu_andrew@member.fsf.org>
+
+       PR classpath/21869
+       * java/awt/Component.java,
+       * java/awt/Container.java,
+       * java/awt/JobAttributes.java,
+       * java/awt/event/ActionEvent.java,
+       * java/awt/event/ComponentEvent.java,
+       * java/awt/event/HierarchyEvent.java,
+       * java/awt/event/InputEvent.java,
+       * java/awt/event/InputMethodEvent.java,
+       * java/awt/event/KeyEvent.java,
+       * java/awt/event/MouseEvent.java,
+       * java/awt/event/WindowEvent.java,
+       * java/awt/font/TextLayout.java,
+       * java/awt/image/BandedSampleModel.java,
+       * java/awt/image/BufferedImage.java,
+       * java/awt/image/MultiPixelPackedSampleModel.java,
+       * java/awt/image/Raster.java,
+       * java/awt/image/SinglePixelPackedSampleModel.java:
+       Swap use of StringBuffer for CPStringBuilder.
+
+2008-05-06  Andrew John Hughes  <gnu_andrew@member.fsf.org>
+
+       PR classpath/35482
+       * java/lang/String.java:
+       (toLowerCase()): Fix calculation of number
+       of characters to copy.
+       (toLowerCaseTurkish()): Likewise.
+
+2008-05-06  Andrew John Hughes  <gnu_andrew@member.fsf.org>
+
+       PR classpath/21869
+       * gnu/xml/stream/XMLEventImpl.java,
+       * gnu/xml/stream/XMLParser.java,
+       * gnu/xml/validation/datatype/EntitiesType.java,
+       * gnu/xml/validation/datatype/NMTokensType.java:
+       Swap use of StringBuffer for CPStringBuilder,
+       
+2008-05-06  Andrew John Hughes  <gnu_andrew@member.fsf.org>
+
+       PR classpath/21869
+       * gnu/javax/swing/text/html/parser/htmlValidator.java,
+       * gnu/javax/swing/text/html/parser/models/list.java,
+       * gnu/javax/swing/text/html/parser/models/node.java,
+       * gnu/javax/swing/text/html/parser/support/Parser.java:
+       Swap use of StringBuffer for CPStringBuilder.
+
+2008-05-05  Andrew John Hughes  <gnu_andrew@member.fsf.org>
+
+       PR classpath/21869
+       * gnu/java/lang/CPStringBuilder.java:
+       (substring(int)): Added.
+       * gnu/javax/naming/giop/CorbalocParser.java,
+       * gnu/javax/naming/giop/GiopNamingServiceFactory.java,
+       * gnu/javax/naming/giop/ListBindingsEnumeration.java,
+       * gnu/javax/naming/giop/ListEnumeration.java,
+       * gnu/javax/naming/ictxImpl/trans/GnuName.java,
+       * gnu/javax/net/ssl/PrivateCredentials.java,
+       * gnu/javax/net/ssl/Session.java,
+       * gnu/javax/net/ssl/provider/HelloRequest.java,
+       * gnu/javax/net/ssl/provider/Util.java,
+       * gnu/javax/print/ipp/attribute/RequestedAttributes.java,
+       * gnu/javax/rmi/CORBA/RmiUtilities.java,
+       * gnu/javax/security/auth/callback/AWTCallbackHandler.java,
+       * gnu/javax/security/auth/login/ConfigFileTokenizer.java,
+       * gnu/javax/sound/sampled/gstreamer/io/GstAudioFileReader.java:
+       Swap use of StringBuffer for CPStringBuilder,
+
+2008-05-05  Andrew John Hughes  <gnu_andrew@member.fsf.org>
+
+       PR classpath/21869
+       * gnu/javax/crypto/assembly/TransformerException.java,
+       * gnu/javax/crypto/cipher/BaseCipher.java,
+       * gnu/javax/crypto/jce/sig/DHParameters.java,
+       * gnu/javax/crypto/key/KeyAgreementException.java,
+       * gnu/javax/crypto/mode/BaseMode.java,
+       * gnu/javax/crypto/pad/BasePad.java,
+       * gnu/javax/crypto/sasl/crammd5/CramMD5Util.java,
+       * gnu/javax/crypto/sasl/crammd5/PasswordFile.java,
+       * gnu/javax/crypto/sasl/plain/PasswordFile.java,
+       * gnu/javax/crypto/sasl/plain/PlainClient.java,
+       * gnu/javax/crypto/sasl/srp/PasswordFile.java,
+       * gnu/javax/crypto/sasl/srp/SRPClient.java,
+       * gnu/javax/crypto/sasl/srp/SRPServer.java,
+       * gnu/javax/crypto/sasl/srp/ServerStore.java:
+       Swap use of StringBuffer for CPStringBuilder,
+
+2008-05-05  Andrew John Hughes  <gnu_andrew@member.fsf.org>
+
+       PR classpath/21869
+       * gnu/java/util/Base64.java,
+       * gnu/java/util/prefs/NodeWriter.java,
+       * gnu/java/util/regex/RE.java,
+       * gnu/java/util/regex/REException.java,
+       * gnu/java/util/regex/REMatch.java,
+       * gnu/java/util/regex/REMatchEnumeration.java,
+       * gnu/java/util/regex/REToken.java,
+       * gnu/java/util/regex/RETokenAny.java,
+       * gnu/java/util/regex/RETokenBackRef.java,
+       * gnu/java/util/regex/RETokenChar.java,
+       * gnu/java/util/regex/RETokenEnd.java,
+       * gnu/java/util/regex/RETokenEndOfPreviousMatch.java,
+       * gnu/java/util/regex/RETokenEndSub.java,
+       * gnu/java/util/regex/RETokenIndependent.java,
+       * gnu/java/util/regex/RETokenLookAhead.java,
+       * gnu/java/util/regex/RETokenLookBehind.java,
+       * gnu/java/util/regex/RETokenNamedProperty.java,
+       * gnu/java/util/regex/RETokenOneOf.java,
+       * gnu/java/util/regex/RETokenPOSIX.java,
+       * gnu/java/util/regex/RETokenRange.java,
+       * gnu/java/util/regex/RETokenRepeated.java,
+       * gnu/java/util/regex/RETokenStart.java,
+       * gnu/java/util/regex/RETokenWordBoundary.java:
+       Swap use of StringBuffer for CPStringBuilder,
+
+2008-05-05  Andrew John Hughes  <gnu_andrew@member.fsf.org>
+
+       PR classpath/21869
+       * gnu/java/lang/CPStringBuilder.java:
+       (CPStringBuilder(StringBuffer)): Added.
+       (CPStringBuulder(StringBuilder)): Likewise.
+       * gnu/java/text/AttributedFormatBuffer.java:
+       Swap use of StringBuffer for CPStringBuilder,
+       and make fields final.
+       * gnu/java/text/StringFormatBuffer.java:
+       Make fields final.
+       * java/text/SimpleDateFormat.java:
+       Add thread safety warning.
 
-       * org/omg/CORBA/CompletionStatus.java,
-       org/omg/CORBA/TypeCode.java,
-       org/omg/CORBA/primitiveTypeCode.java:
-       Fix references to Bounds and add implementations
-       of IDLEntity.
+2008-05-05  Andrew John Hughes  <gnu_andrew@member.fsf.org>
+
+       PR classpath/21869
+       * gnu/java/security/OID.java,
+       * gnu/java/security/PolicyFile.java,
+       * gnu/java/security/der/BitString.java,
+       * gnu/java/security/der/DERReader.java,
+       * gnu/java/security/jce/sig/DSSParameters.java,
+       * gnu/java/security/provider/X509CertificateFactory.java,
+       * gnu/java/security/util/ByteArray.java,
+       * gnu/java/security/util/Util.java,
+       * gnu/java/security/x509/PolicyNodeImpl.java,
+       * gnu/java/security/x509/Util.java,
+       * gnu/java/security/x509/X500DistinguishedName.java:
+       Swap use of StringBuffer for CPStringBuilder.
+
+2008-05-05  Andrew John Hughes  <gnu_andrew@member.fsf.org>
+
+       PR classpath/21869
+       * gnu/java/net/protocol/ftp/FTPConnection.java,
+       * gnu/java/net/protocol/jar/Handler.java,
+       * gnu/java/rmi/server/RMIClassLoaderImpl.java,
+       * gnu/java/rmi/server/RMIHashes.java:
+       Swap use of StringBuffer for CPStringBuilder.
+
+2008-05-05  Andrew John Hughes  <gnu_andrew@member.fsf.org>
+
+       PR classpath/21869
+       * gnu/classpath/jdwp/util/Signature.java,
+       * gnu/java/awt/font/opentype/GlyphNamer.java,
+       * gnu/java/awt/font/opentype/truetype/Fixed.java,
+       * gnu/java/awt/font/opentype/truetype/VirtualMachine.java,
+       * gnu/java/awt/peer/gtk/GdkFontPeer.java,
+       * gnu/java/awt/peer/gtk/GtkClipboard.java:
+       Swap use of StringBuffer for CPStringBuilder.
+
+2008-05-05  Andrew John Hughes  <gnu_andrew@member.fsf.org>
+
+       PR classpath/21869
+       * gnu/CORBA/BigDecimalHelper.java,
+       * gnu/CORBA/CDR/LittleEndianInputStream.java,
+       * gnu/CORBA/CDR/Vio.java,
+       * gnu/CORBA/CDR/gnuRuntime.java,
+       * gnu/CORBA/GIOP/MessageHeader.java,
+       * gnu/CORBA/GIOP/RequestHeader.java,
+       * gnu/CORBA/GIOP/v1_0/ReplyHeader.java,
+       * gnu/CORBA/GIOP/v1_0/RequestHeader.java,
+       * gnu/CORBA/IOR.java,
+       * gnu/CORBA/NamingService/NameParser.java,
+       * gnu/CORBA/NamingService/NameTransformer.java,
+       * gnu/CORBA/Poa/gnuPOA.java,
+       * gnu/CORBA/Poa/gnuServantObject.java:
+       Swap use of StringBuffer for CPStringBuilder.
+
+2008-05-01  Andrew John Hughes  <gnu_andrew@member.fsf.org>
+
+       PR classpath/21869
+       * examples/gnu/classpath/examples/CORBA/SimpleCommunication/communication/DemoServant.java,
+       * examples/gnu/classpath/examples/CORBA/SimpleCommunication/communication/DirectTest.java,
+       * examples/gnu/classpath/examples/CORBA/swing/x5/IorReader.java,
+       * examples/gnu/classpath/examples/CORBA/swing/x5/X5Server.java,
+       * examples/gnu/classpath/examples/html/Demo.java:
+       Swap use of StringBuffer for StringBuilder.
        
-2005-03-06  Audrius Meskauskas  <audriusa@bluewin.ch>
-       * org/omg/CORBA/TypeCodePackage/BadKind.java,
-       org/omg/CORBA/SystemException.java,
-       org/omg/CORBA/TypeCode.java,
-       org/omg/CORBA/UserException.java,
-       org/omg/CORBA/CompletionStatus.java:
-       Documenting that serialVersionUID is from v1.4.
+2008-05-01  Andrew John Hughes  <gnu_andrew@member.fsf.org>
+
+       PR classpath/21869
+       * gnu/xml/libxmlj/dom/GnomeAttr.java,
+       * gnu/xml/libxmlj/dom/GnomeCharacterData.java,
+       * gnu/xml/libxmlj/dom/GnomeDocument.java,
+       * gnu/xml/libxmlj/dom/GnomeDocumentType.java,
+       * gnu/xml/libxmlj/dom/GnomeElement.java,
+       * gnu/xml/libxmlj/dom/GnomeEntity.java,
+       * gnu/xml/libxmlj/dom/GnomeNode.java,
+       * gnu/xml/libxmlj/dom/GnomeNotation.java,
+       * gnu/xml/libxmlj/dom/GnomeProcessingInstruction.java,
+       * gnu/xml/libxmlj/dom/GnomeText.java,
+       * gnu/xml/libxmlj/dom/GnomeXPathResult.java:
+       Swap use of StringBuffer for CPStringBuilder.
+
+2008-04-28  Andrew John Hughes  <gnu_andrew@member.fsf.org>
+
+       PR classpath/21869
+       * gnu/xml/util/XMLWriter.java,
+       * gnu/xml/xpath/ArithmeticExpr.java,
+       * gnu/xml/xpath/ConcatFunction.java,
+       * gnu/xml/xpath/Expr.java,
+       * gnu/xml/xpath/FunctionCall.java,
+       * gnu/xml/xpath/NormalizeSpaceFunction.java,
+       * gnu/xml/xpath/Selector.java,
+       * gnu/xml/xpath/Steps.java,
+       * gnu/xml/xpath/TranslateFunction.java,
+       * gnu/xml/xpath/VariableReference.java,
+       * gnu/xml/xpath/XPathTokenizer.java:
+       Swap use of StringBuffer for CPStringBuilder.
+
+2008-04-26  Ian Rogers  <ian.rogers@manchester.ac.uk>
+
+       * java/util/ArrayList (raiseBoundsError): new method to raise bound
+       exceptions in uncommon case.
+       (checkBoundInclusive): use raiseBoundsError.
+       (checkBoundExclusive): likewise.
+       * java/util/ArrayList (raiseBoundsError): new method to raise bound
+       exceptions in uncommon case.
+       (checkBoundInclusive): use raiseBoundsError.
+       (checkBoundExclusive): likewise.
+
+2008-04-21  Andrew John Hughes  <gnu_andrew@member.fsf.org>
+
+       * java/lang/Byte.java:
+       Use int instead of short as a loop counter
+       for efficiency.
+
+2008-04-21  Andrew John Hughes  <gnu_andrew@member.fsf.org>
+
+       * java/lang/Byte.java:
+       (static): Use a short as the loop counter, not
+       a byte as this can't exceed MAX_VALUE.
        
-2005-04-06  Audrius Meskauskas  <audriusa@bluewin.ch>
-       * org/omg/CORBA/Context.java,
-       org/omg/CORBA/ContextList.java: New files.
-
-2005-04-06  Audrius Meskauskas  <audriusa@bluewin.ch>
-       * org/omg/CORBA/TCKind.java: Making fields final.
-
-2005-04-06  Audrius Meskauskas  <audriusa@bluewin.ch>
-
-       * org/omg/CORBA/Any.java,
-       org/omg/CORBA/Principal.java,
-       org/omg/CORBA/TypeCodePackage/Bounds.java,
-       org/omg/CORBA/TypeCodePackage/package.html: New files.
-
-2005-03-06 Audrius Meskauskas  <audriusa@bluewin.ch>
-
-       * org/omg/CORBA/ULongSeqHolder.java,
-       org/omg/CORBA/UShortSeqHolder.java,
-       org/omg/CORBA/WCharSeqHolder.java,
-       org/omg/CORBA/BooleanSeqHolder.java,
-       org/omg/CORBA/CharSeqHolder.java,
-       org/omg/CORBA/DoubleSeqHolder.java,
-       org/omg/CORBA/FloatSeqHolder.java,
-       org/omg/CORBA/LongLongSeqHolder.java,
-       org/omg/CORBA/LongSeqHolder.java,
-       org/omg/CORBA/OctetSeqHolder.java,
-       org/omg/CORBA/ShortSeqHolder.java,
-       org/omg/CORBA/ULongLongSeqHolder.java: New files.
-
-2005-03-06  Audrius Meskauskas  <audriusa@bluewin.ch>
-
-       * org/omg/CORBA/IntHolder.java,
-       org/omg/CORBA/LongHolder.java,
-       org/omg/CORBA/ShortHolder.java,
-       org/omg/CORBA/StringHolder.java,
-       org/omg/CORBA/TypeCodeHolder.java,
-       org/omg/CORBA/BooleanHolder.java,
-       org/omg/CORBA/ByteHolder.java,
-       org/omg/CORBA/CharHolder.java,
-       org/omg/CORBA/DoubleHolder.java,
-       org/omg/CORBA/FixedHolder.java,
-       org/omg/CORBA/FloatHolder.java,
-       org/omg/CORBA/primitiveTypeCode.java,
-       org/omg/CORBA/primitiveArrayTypeCode.java: New files.
+2008-04-18  Ian Rogers  <ian.rogers@manchester.ac.uk>
+
+       * java/nio/Buffer.java (cap): make field private and final.
+       (address): make field final.
+       (Buffer): add address argument to package protected constructor thereby
+       allowing it to be made final.
+       * java/nio/ByteBuffer.java (backing_buffer): make field final.
+       (array_offset): make field final.
+       (ByteBuffer): add address, backing_buffer and array_offset to
+       constructor, allowing fields to be made final.
+       * java/nio/ByteBufferImpl.java (readOnly): make field final.
+       (ByteBufferImpl): modify call to super class constructor to pass
+       backing_buffer and array_offset.
+       * java/nio/CharBuffer.java (array_offset): make field final.
+       (backing_buffer): make field final.
+       (CharBuffer): add address, backing_buffer and array_offset to
+       constructor, allowing fields to be made final.
+       * java/nio/CharBufferImpl.java (readOnly): make field final.
+       (CharBufferImpl): modify call to super class constructor to pass
+       backing_buffer and array_offset.
+       (CharBufferImpl(CharBufferImpl)): likewise.
+       * java/nio/CharSequenceBuffer.java (charSequence): make field final.
+       (CharSequenceBuffer): modify call to super class constructor, allowing
+       fields to be made final.
+       (duplicate): use capacity call rather than cap, to allow better
+       encapsulation.
+       * java/nio/CharViewBufferImpl.java (offset): make field final.
+       (bb): likewise.
+       (readOnly): likewise.
+       (endian): likewise.
+       (CharViewBufferImpl): modify call to super class constructor, allowing
+       fields to be made final.
+       * java/nio/DirectByteBufferImpl.java: modify calls to super class
+       constructors, allowing fields to be made final.
+       * java/nio/DoubleBuffer.java (array_offset): make field final.
+       (backing_buffer): make field final.
+       (DoubleBuffer): add address, backing_buffer and array_offset to
+       constructor, allowing fields to be made final.
+       * java/nio/DoubleBufferImpl.java (readOnly): make field final.
+       (DoubleBufferImpl): modify call to super class constructor, allowing
+       fields to be made final.
+       * java/nio/DoubleViewBufferImpl.java (offset): make field final.
+       (bb): likewise.
+       (readOnly): likewise.
+       (endian): likewise.
+       (DoubleViewBufferImpl): modify call to super class constructor, allowing
+       fields to be made final.
+       * java/nio/FloatBuffer.java (array_offset): make field final.
+       (backing_buffer): make field final.
+       (FloatBuffer): add address, backing_buffer and array_offset to
+       constructor, allowing fields to be made final.
+       * java/nio/FloatBufferImpl.java (readOnly): make field final.
+       (FloatBufferImpl): modify call to super class constructor, allowing
+       fields to be made final.
+       * java/nio/FloatViewBufferImpl.java (offset): make field final.
+       (bb): likewise.
+       (readOnly): likewise.
+       (endian): likewise.
+       (FloatViewBufferImpl): modify call to super class constructor, allowing
+       fields to be made final.
+       * java/nio/IntBuffer.java (array_offset): make field final.
+       (backing_buffer): make field final.
+       (IntBuffer): add address, backing_buffer and array_offset to
+       constructor, allowing fields to be made final.
+       * java/nio/IntBufferImpl.java (readOnly): make field final.
+       (IntBufferImpl): modify call to super class constructor, allowing
+       fields to be made final.
+       * java/nio/IntViewBufferImpl.java (offset): make field final.
+       (bb): likewise.
+       (readOnly): likewise.
+       (endian): likewise.
+       (IntViewBufferImpl): modify call to super class constructor, allowing
+       fields to be made final.
+       * java/nio/LongBuffer.java (array_offset): make field final.
+       (backing_buffer): make field final.
+       (LongBuffer): add address, backing_buffer and array_offset to
+       constructor, allowing fields to be made final.
+       * java/nio/LongBufferImpl.java (readOnly): make field final.
+       (LongBufferImpl): modify call to super class constructor, allowing
+       fields to be made final.
+       * java/nio/LongViewBufferImpl.java (offset): make field final.
+       (bb): likewise.
+       (readOnly): likewise.
+       (endian): likewise.
+       (LongViewBufferImpl): modify call to super class constructor, allowing
+       fields to be made final.
+       * java/nio/MappedByteBuffer.java (MappedByteBuffer): modify arguments
+       add call to constructor, allowing fields to be final.
+       * java/nio/MappedByteBufferImpl.java (readOnly): make field final.
+       (MappedByteBufferImpl): modify call to super class constructor, allowing
+       fields to be made final.
+       * java/nio/ShortBuffer.java (array_offset): make field final.
+       (backing_buffer): make field final.
+       (ShortBuffer): add address, backing_buffer and array_offset to
+       constructor, allowing fields to be made final.
+       * java/nio/ShortBufferImpl.java (readOnly): make field final.
+       (ShortBufferImpl): modify call to super class constructor, allowing
+       fields to be made final.
+       * java/nio/ShortViewBufferImpl.java (offset): make field final.
+       (bb): likewise.
+       (readOnly): likewise.
+       (endian): likewise.
+       (ShortViewBufferImpl): modify call to super class constructor, allowing
+       fields to be made final.
+
+2008-04-18  Ian Rogers  <ian.rogers@manchester.ac.uk>
+
+       * java/lang/Byte.java (static): initialize byteCache.
+       (valueOf(String,int)): use valueOf(byte) rather than new.
+       (valueOf(String)): likewise.
+       (valueOf(byte)): Switch from lazy initialization of cached values to
+       initialization at class initialization time. This removes the need for
+       synchronization in the common case.
+       (decode): use valueOf(byte) rather than new.
+       * java/lang/Character.java (static): initialize charCache.
+       (valueOf): Switch from lazy initialization of cached values to
+       initialization at class initialization time. This removes the need for
+       synchronization in the common case.
+       * java/lang/Double.java (ZERO): new private field.
+       (ONE): likewise.
+       (valueOf(double)): don't create new doubles for the case of 0 and 1.
+       (valueOf(String)): use valueOf(double) rather than new.
+       (equals): use raw bits for comparison to avoid division.
+       * java/lang/Float.java (ZERO): new private field.
+       (ONE): likewise.
+       (valueOf(float)): don't create new floats for the case of 0 and 1.
+       (valueOf(String)): use valueOf(float) rather than new.
+       (equals): use raw bits for comparison to avoid division.
+       * java/lang/Integer.java (static): initialize intCache.
+       (stringSize): new private method to estimate size of string for an int.
+       (toString): reuse digits for single character strings, for multiple
+       character strings estimate their length using string size method.
+       (valueOf(String,int)): use valueOf(int) rather than new.
+       (valueOf(String)): likewise.
+       (valueOf(int)): Switch from lazy initialization of cached values to
+       initialization at class initialization time. This removes the need for
+       synchronization in the common case.
+       (getInteger): use valueOf(int) rather than new.
+       (decode): use valueOf(int) rather than new.
+       (signum): use shift and subtract to compute value.
+       (toUnsignedString): calculate string size rather than using 32 chars.
+       * java/lang/Long.java (longCache): new private field.
+       (stringSize): new private method to estimate size of string for a long.
+       (toString): reuse digits for single character strings, for multiple
+       character strings estimate their length using string size method.
+       (valueOf(String,int)): use valueOf(long) rather than new.
+       (valueOf(String)): likewise.
+       (valueOf(long)): use cache of values.
+       (decode): use valueOf(long) rather than new.
+       (getLong): likewise.
+       (signum): use shift and subtract to compute value.
+       (toUnsignedString): calculate string size rather than using 64 chars.
+       * java/lang/Short.java (static): initialize shortCache.
+       (valueOf(String,int)): use valueOf(short) rather than new.
+       (valueOf(String)): likewise.
+       (valueOf(short)): Switch from lazy initialization of cached values to
+       initialization at class initialization time. This removes the need for
+       synchronization in the common case.
+       (decode): use valueOf(short) rather than new.
+
+2008-04-18  Mario Torre  <neugens@aicas.com>
+
+       PR classpath/35974
+       * java/util/logging/Logger.java: fix a deadlock and reformat code.
+       Now all the methods of the class get a lock on a static lock, this
+       avoids a lock when getLogger and log are used concurrently.
+
+2008-04-18  Tom Tromey  <tromey@redhat.com>
+
+       * lib/gen-classlist.sh.in: Skip 'sed' steps if no vm_omitlist
+       found.
+
+2008-04-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+
+       * lib/gen-classlist.sh.in: Avoid grepping each omission, by
+       building an awk script with a hash for literal files, and
+       awk regular expressions for the rest.
+       * configure.ac: Call AC_PROG_AWK.
+
+2008-04-16  Tom Tromey  <tromey@redhat.com>
+
+       * tools/gnu/classpath/tools/orbd/Main.java: Bump copyright year.
+       * tools/resource/gnu/classpath/tools/common/Messages.properties
+       (ClasspathToolParser.VersionFormat): Bump copyright year.
+
+2008-04-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+
+       * m4/gcc_attribute.m4 (GCC_ATTRIBUTE): Fix cache variable name.
+       * tools/Makefile.am (gappletviewer, gjarsigner, gkeytool, gjar)
+       (gnative2ascii, gserialver, gjavah, grmiregistry, gtnameserv)
+       (gorbd, grmid, grmic) [!CREATE_WRAPPERS]: Add stub dependencies
+       for these scripts, to trick automake into hiding the respective
+       rules for the programs below the CREATE_WRAPPERS conditional.
+
+2008-04-09  Mario Torre  <neugens@aicas.com>
  
-2005-03-06  Audrius Meskauskas  <audriusa@bluewin.ch>
-
-       * org/omg/CORBA/portable/InputStream.java,
-       org/omg/CORBA/portable/OutputStream.java,
-       org/omg/CORBA/portable/IDLEntity.java,
-       org/omg/CORBA/portable/Streamable.java: New files.
-       * org/omg/CORBA/Object.java,
-       org/omg/CORBA/ORB.java: New files (just to keep code compilable).
-2005-03-06  Audrius Meskauskas  <audriusa@bluewin.ch>
-       * org/omg/CORBA/TypeCodePackage/BadKind.java,
-       org/omg/CORBA/SystemException.java,
-       org/omg/CORBA/TypeCode.java,
-       org/omg/CORBA/UserException.java,
-       org/omg/CORBA/CompletionStatus.java: 
-       Replacing serialVersionUID v1.2 into v1.4.
-       
-2005-03-06  Audrius Meskauskas  <audriusa@bluewin.ch>
-       * org/omg/CORBA/TypeCodePackage/BadKind.java,
-       org/omg/CORBA/SystemException.java,
-       org/omg/CORBA/TypeCode.java,
-       org/omg/CORBA/UserException.java,
-       org/omg/CORBA/CompletionStatus.java: Adding serialVersionUID.
+       * java/io/File.java (canWrite): use canWriteDirectory(String). 
+       * vm/reference/java/io/VMFile.java (canWriteDirectory): new native method. 
+       * native/jni/java-io/java_io_VMFile.c: correct indentation, sync function
+       names with header file definition.
+       (Java_java_io_VMFile_canRead): use cpio_checkAccess to get access
+       permission. Removed unused variable.
+    (Java_java_io_VMFile_canWrite): likewise.
+    (Java_java_io_VMFile_canWriteDirectory): new function.
        
-2005-03-05  Andreas Tobler  <a.tobler@schweiz.ch>
-
-       * native/fdlibm/dtoa.c (_dtoa_r): Initialize variables ilim, ilim1
-       and spec_case. Initialize pointer mlo.
-       * native/fdlibm/strtod.c (_strtod_r): Initialize pointers bb, bd,
-       ds and delta.
-       * native/fdlibm/e_asin.c (__ieee754_asin): Initialize variable t.
-       * native/fdlibm/e_exp.c (__ieee754_exp): Initialize variables hi,
-       lo and k.
-       * native/fdlibm/e_rem_pio2.c (__ieee754_rem_pio2): Initialize
-       uninitialized variable z.
-
-2005-03-05  Audrius Meskauskas  <audriusa@bluewin.ch>
-       * org/omg/CORBA/BAD_OPERATION.java: Formatting change
-       (replacing CR CR LF by CR LF).
+
+2008-03-31  Andrew John Hughes  <gnu_andrew@member.fsf.org>
+
+       * doc/www.gnu.org/events/events.wml:
+       Correct layout and fix GSoC link.
+
+2008-03-30  Andrew John Hughes  <gnu_andrew@member.fsf.org>
+
+       * doc/www.gnu.org/external.wml:
+       Corrected Jalopy tag name.
+       * doc/www.gnu.org/home.wml:
+       Update link to tasks.
+       * doc/www.gnu.org/announce/20080222.wml:
+       Correct IcedTea and builder links.
+       * doc/www.gnu.org/downloads/downloads.wml:
+       Add 0.97 and 0.97.1.
+       * doc/www.gnu.org/events/events.wml:
+       Fix links and add FOSDEMs/GSoC.
+
+2008-03-27  Mario Torre  <neugens@aicas.com>
+
+       * gnu/xml/stream/SAXParser.java (getProperty): throw
+       SAXNotRecognizedException instead of SAXNotSupportedException
+       after fall through all known properties.
+       * javax/xml/namespace/QName.java (valueOf): throw
+       IllegalArgumentException if string is null.
+       * java/util/concurrent/CopyOnWriteArrayList.java (lastIndexOf):
+       fixed indentation.
+       (indexOf): likewise. 
+
+2008-03-26  Mario Torre  <neugens@aicas.com>
+
+       * java/util/concurrent/CopyOnWriteArrayList.java (SubList.set): 
+       (SubList.clear): new method.
+       (SubList.checkMod): fix indentation.
+       (SubList.checkBoundsInclusive):  likewise. 
+       (SubList.checkBoundsExclusive): likewise.
+       (SubList): added synchronization. Now throw
+       IndexOutOfBoundsException instead of IllegalArgumentException
+       when index are out of range.
+       (SubList.size): added synchronization.
+       (SubList.get): likewise.
+       (SubList.listIterator): fixed indentation.
+       (SubList.set): added synchronization. Update the state of the storage
+       after modification.
+       (SubList.add): likewise.
+       (SubList.remove): likewise.
+       (SubList.addAll): likewise.
+
+2008-03-26  Mario Torre  <neugens@aicas.com>
+
+       * java/util/concurrent/CopyOnWriteArrayList.java (equals): removed
+       useless local variable. 
+       (hashCode): new method.
+
+2008-03-25  Mario Torre  <neugens@aicas.com>
+
+       * java/util/concurrent/CopyOnWriteArrayList.java (clone): clone method
+       in CopyOnWriteArrayList should just do a shallow copy. Fixed.
+       (equals): new method, override from base class.
+       (toString): likewise.
+
+2008-03-25  Andrew John Hughes  <gnu_andrew@member.fsf.org>
+
+       * java/awt/image/ColorModel.java:
+       (coerceDataWorker(WritableRaster,boolean)):
+       Make package-private, not protected.
+       * java/awt/image/ComponentColorModel.java:
+       Call coerceDataWorker directly.
+       * java/awt/image/DirectColorModel.java:
+       Likewise.
+       (coerceData(WritableRaster,boolean)): Made final.
        
-2005-03-04  Andrew John Hughes  <gnu_andrew@member.fsf.org>
-
-       * org/omg/CORBA/Bounds.java: New file.
-       * org/omg/CORBA/TypeCode.java: Commented
-       out Any to fix build.
-       From Audrius Meskauskas:
-       * org/omg/CORBA/BAD_OPERATION.java: New file.   
-
-2005-03-05  Audrius Meskauskas  <audriusa@bluewin.ch>
-
-       * org/omg/CORBA/INV_POLICY.java,
-       org/omg/CORBA/NO_PERMISSION.java,
-       org/omg/CORBA/BAD_INV_ORDER.java,
-       org/omg/CORBA/INTF_REPOS.java,
-       org/omg/CORBA/INV_IDENT.java,
-       org/omg/CORBA/NO_IMPLEMENT.java,
-       org/omg/CORBA/UNKNOWN.java,
-       org/omg/CORBA/INV_FLAG.java,
-       org/omg/CORBA/BAD_TYPECODE.java,
-       org/omg/CORBA/NO_MEMORY.java,
-       org/omg/CORBA/INVALID_TRANSACTION.java,
-       org/omg/CORBA/INTERNAL.java,
-       org/omg/CORBA/COMM_FAILURE.java,
-       org/omg/CORBA/PERSIST_STORE.java,
-       org/omg/CORBA/BAD_CONTEXT.java,
-       org/omg/CORBA/INV_OBJREF.java,
-       org/omg/CORBA/TRANSACTION_REQUIRED.java,
-       org/omg/CORBA/TRANSACTION_ROLLEDBACK.java,
-       org/omg/CORBA/FREE_MEM.java,
-       org/omg/CORBA/OBJECT_NOT_EXIST.java,
-       org/omg/CORBA/TRANSIENT.java,
-       org/omg/CORBA/OBJ_ADAPTER.java,
-       org/omg/CORBA/IMP_LIMIT.java,
-       org/omg/CORBA/INITIALIZE.java,
-       org/omg/CORBA/NO_RESPONSE.java,
-       org/omg/CORBA/DATA_CONVERSION.java,
-       org/omg/CORBA/MARSHAL.java: New files.
-
-2005-03-04  Roman Kennke  <roman@ontographics.com>
-
-       * javax/swing/text/rtf/ControlWordToken.java: New file.
-       * javax/swing/text/rtf/RTFEditorKit.java: New file.
-       * javax/swing/text/rtf/RTFParseException.java: New file.
-       * javax/swing/text/rtf/RTFParser.java: New file.
-       * javax/swing/text/rtf/RTFScanner.java: New file.
-       * javax/swing/text/rtf/TextToken.java: New file.
-       * javax/swing/text/rtf/Token.java: New file.
+2008-03-24  Andrew John Hughes  <gnu_andrew@member.fsf.org>
+
+       PR classpath/22883
+       * doc/www.gnu.org/home.wml:
+       Fix a typo.
+       * doc/www.gnu.org/docs/docs.wml:
+       Fix links to point to current versions of
+       vmintegration and hacking, and add links to
+       tools.
        
-2005-03-02  Audrius Meskauskas  <audriusa@bluewin.ch>
+2008-03-24  Andrew John Hughes  <gnu_andrew@member.fsf.org>
 
-        * org/omg/CORBA/TypeCode.java,
-        org/omg/CORBA/UserException.java,
-        org/omg/CORBA/TypeCodePackage/BadKind.java: New files. 
+       PR classpath/22883
+       * doc/www.gnu.org/home.wml:
+       Update home page to reflect current state of
+       affairs.
        
-2005-03-02  Audrius Meskauskas  <audriusa@bluewin.ch>
+2008-03-24  Andrew John Hughes  <gnu_andrew@member.fsf.org>
 
-       * org/omg/CORBA/TCKind.java,
-       org/omg/CORBA/BAD_PARAM.java,
-       org/omg/CORBA/CompletionStatus.java,
-       org/omg/CORBA/IDLEntity.java,
-       org/omg/CORBA/SystemException.java: New files.
-
-2005-03-03  Roman Kennke  <roman@ontographics.com>
-
-       * javax/swing/BoxLayout.java:
-       (preferredLayoutSize,minimumLayoutSize,maximumLayoutSize,
-       layoutContainer): Make these methods and thereby the
-       BoxLayout respect the insets (like borders) of the
-       component that is laid out.
-
-2005-03-03  Jeroen Frijters  <jeroen@frijters.net>
-
-       * java/lang/InheritableThreadLocal.java
-       (threadMap): Removed.
-       (InheritableThreadLocal): Removed code.
-       (newChildThread): Changed to use locals map in Thread.
-       * java/lang/Thread.java
-       (locals): New field.
-       (die): Clear locals field.
-       (getThreadLocals): New method.
-       * java/lang/ThreadLocal.java
-       (value): Removed.
-       (valueMap): Removed.
-       (get,set): Changed to use locals map in Thread.
-
-2005-03-03  Jeroen Frijters  <jeroen@frijters.net>
-
-       * java/io/FileInputStream.java (FileInputStream(File)),
-       java/io/FileOutputStream.java (FileOutputStream(File)):
-       Removed unnecessary File.isDirectory() check.
-
-2005-03-02  Michael Koch  <konqueror@gmx.de>
-
-       * doc/hacking.texinfo: Improved explanation of our coding style
-       regarding import statements.
-
-2005-03-02  Michael Koch  <konqueror@gmx.de>
-
-       * gnu/java/security/OID.java,
-       gnu/java/security/der/DERReader.java,
-       gnu/java/security/provider/CollectionCertStoreImpl.java,
-       gnu/java/security/provider/DSAParameterGenerator.java,
-       gnu/java/security/provider/DefaultPolicy.java,
-       gnu/java/security/provider/EncodedKeyFactory.java,
-       gnu/java/security/provider/GnuDHPublicKey.java,
-       gnu/java/security/provider/GnuDSAPrivateKey.java,
-       gnu/java/security/provider/GnuDSAPublicKey.java,
-       gnu/java/security/provider/GnuRSAPrivateKey.java,
-       gnu/java/security/provider/GnuRSAPublicKey.java,
-       gnu/java/security/provider/PKIXCertPathValidatorImpl.java,
-       gnu/java/security/provider/RSA.java,
-       gnu/java/security/provider/SHA1PRNG.java,
-       gnu/java/security/provider/SHA1withRSA.java,
-       gnu/java/security/provider/X509CertificateFactory.java,
-       gnu/java/security/x509/GnuPKIExtension.java,
-       gnu/java/security/x509/X500DistinguishedName.java,
-       gnu/java/security/x509/X509CRL.java,
-       gnu/java/security/x509/X509CRLEntry.java,
-       gnu/java/security/x509/X509CertPath.java,
-       gnu/java/security/x509/X509CertSelectorImpl.java,
-       gnu/java/security/x509/X509Certificate.java,
-       gnu/java/security/x509/ext/AuthorityKeyIdentifier.java,
-       gnu/java/security/x509/ext/BasicConstraints.java,
-       gnu/java/security/x509/ext/CRLNumber.java,
-       gnu/java/security/x509/ext/CertificatePolicies.java,
-       gnu/java/security/x509/ext/ExtendedKeyUsage.java,
-       gnu/java/security/x509/ext/Extension.java,
-       gnu/java/security/x509/ext/GeneralNames.java,
-       gnu/java/security/x509/ext/IssuerAlternativeNames.java,
-       gnu/java/security/x509/ext/KeyUsage.java,
-       gnu/java/security/x509/ext/PolicyConstraint.java,
-       gnu/java/security/x509/ext/PolicyMappings.java,
-       gnu/java/security/x509/ext/PrivateKeyUsagePeriod.java,
-       gnu/java/security/x509/ext/ReasonCode.java,
-       gnu/java/security/x509/ext/SubjectAlternativeNames.java,
-       gnu/java/security/x509/ext/SubjectKeyIdentifier.java:
-       Reworked import statments to match our style.
-
-2005-03-02  Michael Koch  <konqueror@gmx.de>
-
-       * gnu/java/awt/Buffers.java,
-       gnu/java/awt/ComponentDataBlitOp.java,
-       gnu/java/awt/EmbeddedWindowSupport.java,
-       gnu/java/awt/image/ImageDecoder.java,
-       gnu/java/awt/image/XBMDecoder.java,
-       gnu/java/awt/peer/ClasspathFontPeer.java,
-       gnu/java/beans/IntrospectionIncubator.java,
-       gnu/java/io/EncodingManager.java,
-       gnu/java/io/decode/DecoderUTF8.java,
-       gnu/java/io/encode/EncoderEightBitLookup.java,
-       gnu/java/io/encode/EncoderUTF8.java,
-       gnu/java/lang/ClassHelper.java,
-       gnu/java/lang/MainThread.java,
-       gnu/java/lang/reflect/TypeSignature.java,
-       gnu/java/locale/LocaleHelper.java,
-       gnu/java/net/CRLFInputStream.java,
-       gnu/java/net/EmptyX509TrustManager.java,
-       gnu/java/net/HeaderFieldHelper.java,
-       gnu/java/net/LineInputStream.java,
-       gnu/java/net/PlainSocketImpl.java,
-       gnu/java/net/URLParseError.java,
-       gnu/java/net/protocol/file/Connection.java,
-       gnu/java/net/protocol/file/Handler.java,
-       gnu/java/net/protocol/ftp/ActiveModeDTP.java,
-       gnu/java/net/protocol/ftp/BlockInputStream.java,
-       gnu/java/net/protocol/ftp/CompressedInputStream.java,
-       gnu/java/net/protocol/ftp/DTP.java,
-       gnu/java/net/protocol/ftp/DTPInputStream.java,
-       gnu/java/net/protocol/ftp/FTPConnection.java,
-       gnu/java/net/protocol/ftp/FTPURLConnection.java,
-       gnu/java/net/protocol/ftp/PassiveModeDTP.java,
-       gnu/java/net/protocol/ftp/StreamInputStream.java,
-       gnu/java/net/protocol/http/ChunkedInputStream.java,
-       gnu/java/net/protocol/http/HTTPConnection.java,
-       gnu/java/net/protocol/http/HTTPURLConnection.java,
-       gnu/java/net/protocol/http/Headers.java,
-       gnu/java/net/protocol/http/Request.java,
-       gnu/java/net/protocol/jar/Connection.java,
-       gnu/java/net/protocol/jar/Handler.java,
-       gnu/java/nio/ChannelInputStream.java,
-       gnu/java/nio/ChannelOutputStream.java,
-       gnu/java/nio/InputStreamChannel.java,
-       gnu/java/nio/OutputStreamChannel.java,
-       gnu/java/nio/SelectorProviderImpl.java,
-       gnu/java/rmi/RMIMarshalledObjectInputStream.java,
-       gnu/java/rmi/RMIMarshalledObjectOutputStream.java,
-       gnu/java/rmi/dgc/DGCImpl.java,
-       gnu/java/rmi/registry/RegistryImpl.java,
-       gnu/java/rmi/server/ProtocolConstants.java,
-       gnu/java/rmi/server/RMIDefaultSocketFactory.java,
-       gnu/java/rmi/server/RMIIncomingThread.java,
-       gnu/java/rmi/server/RMIObjectInputStream.java,
-       gnu/java/rmi/server/RMIObjectOutputStream.java,
-       gnu/java/rmi/server/RMIVoidValue.java,
-       gnu/java/rmi/server/UnicastConnectionManager.java,
-       gnu/java/rmi/server/UnicastRef.java,
-       gnu/java/rmi/server/UnicastRemoteCall.java,
-       gnu/java/rmi/server/UnicastRemoteStub.java,
-       gnu/java/rmi/server/UnicastServerRef.java:
-       Reorganized import statments and fixed some @author tags and html
-       usage in javadocs.
-
-2005-03-02  Michael Koch  <konqueror@gmx.de>
-
-       * gnu/java/awt/color/package.html,
-       gnu/java/awt/image/package.html,
-       gnu/java/awt/package.html,
-       gnu/java/awt/peer/package.html,
-       gnu/java/beans/decoder/package.html,
-       gnu/java/beans/editors/package.html,
-       gnu/java/beans/package.html,
-       gnu/java/io/decode/package.html,
-       gnu/java/io/encode/package.html,
-       gnu/java/io/package.html,
-       gnu/java/lang/package.html,
-       gnu/java/lang/reflect/package.html,
-       gnu/java/locale/package.html,
-       gnu/java/math/package.html,
-       gnu/java/net/package.html,
-       gnu/java/net/protocol/file/package.html,
-       gnu/java/net/protocol/http/event/package.html,
-       gnu/java/net/protocol/jar/package.html,
-       gnu/java/nio/channels/package.html,
-       gnu/java/nio/charset/package.html,
-       gnu/java/nio/package.html,
-       gnu/java/rmi/dgc/package.html,
-       gnu/java/rmi/package.html,
-       gnu/java/rmi/registry/package.html,
-       gnu/java/rmi/server/package.html,
-       gnu/java/security/action/package.html,
-       gnu/java/security/ber/package.html,
-       gnu/java/security/der/package.html,
-       gnu/java/security/package.html,
-       gnu/java/security/pkcs/package.html,
-       gnu/java/security/provider/package.html,
-       gnu/java/security/util/package.html,
-       gnu/java/security/x509/ext/package.html,
-       gnu/java/security/x509/package.html,
-       gnu/java/text/package.html,
-       gnu/java/util/package.html,
-       gnu/java/util/prefs/package.html,
-       java/lang/annotation/package.html:
-       New files.
-
-2005-03-02  Michael Koch  <konqueror@gmx.de>
-
-       * gnu/java/awt/color/CieXyzConverter.java,
-       gnu/java/awt/color/ClutProfileConverter.java,
-       gnu/java/awt/color/ColorLookUpTable.java,
-       gnu/java/awt/color/ColorSpaceConverter.java,
-       gnu/java/awt/color/GrayProfileConverter.java,
-       gnu/java/awt/color/GrayScaleConverter.java,
-       gnu/java/awt/color/LinearRGBConverter.java,
-       gnu/java/awt/color/ProfileHeader.java,
-       gnu/java/awt/color/PyccConverter.java,
-       gnu/java/awt/color/RgbProfileConverter.java,
-       gnu/java/awt/color/SrgbConverter.java,
-       gnu/java/awt/color/TagEntry.java,
-       gnu/java/awt/color/ToneReproductionCurve.java:
-       Use standard copyright header.
-
-2005-03-02  Mark Wielaard  <mark@klomp.org>
-
-       * doc/www.gnu.org/cp-tools/cp-tools.wml: Fix createlink to
-       texidoclet.html.
-
-2005-03-02  Michael Koch  <konqueror@gmx.de>
-
-       * doc/api/Makefile.am: Remove gjdoc_rawcomment.cache if neccesary.
-
-2005-02-28  Roman Kennke  <roman@ontographics.com>
-
-       * examples/gnu/classpath/examples/swing/Demo.java
-       (mkListPanel,mkButtonBar): Changed JList example so that
-       the newly added support for JList.HORIZONTAL_WRAP and
-       JList.VERTICAL_WRAP is shown.
-
-2005-02-27  Roman Kennke  <roman@ontographics.com>
-
-       * javax/swing/JList.java
-       (getPreferredScrollableViewportSize):
-       The previous implementation was merely guessing the size,
-       now it respects layoutOrientation, visibleRowCount
-       and preferredSize.
-       (getScrollableTracksViewportHeight):
-       Reimplemented so that layoutOrientation, visibleRowCount
-       and preferred size are respected.
-       (getScrollableTracksViewportWidth):
-       Reimplemented so that layoutOrientation, visibleRowCount
-       and preferred size are respected.
-=======
->>>>>>> .merge-right.r109770
-       * javax/swing/plaf/basic/BasicListUI.java
-       (locationToIndex): Added check to avoid ArrayOutOfBoundsException.
-
-2006-01-03  Roman Kennke  <kennke@aicas.com>
-
-       * javax/swing/plaf/basic/BasicListUI.java
-       (locationToIndex): Special case for when variable cell heights
-       are possible. (cellHeights is used instead of cellHeight).
-       (indexToLocation): Special case for when variable cell heights
-       are possible. (cellHeights is used instead of cellHeight).
-
-2006-01-03  Roman Kennke  <kennke@aicas.com>
-
-       * javax/swing/text/DefaultStyledDocument.java
-       (ElementBuffer.remove): New method.
-       (ElementBuffer.removeUpdate): New method.
-       (removeUpdate): New method.
-
-2006-01-03  Roman Kennke  <kennke@aicas.com>
-
-<<<<<<< .working
-       * javax/swing/plaf/basic/BasicListUI:
-       fixed modifiers of several fields, methods and inner
-       classes to match the 'spec'.
-       (getMaximumSize): removed. It's not in the spec and the
-       implementations was superfluous.
-
-2005-02-27  Chris Burdess  <dog@gnu.org>
-
-       * gnu/java/net/protocol/file/Connection.java: Return correct content
-       length for directory listing.
-       * java/net/URLClassLoader.java: Correction for URLClassLoader, bug
-       #11285: return valid URLs for directories.
-
-2005-02-27  Chris Burdess  <dog@gnu.org>
-
-       * gnu/xml/aelfred2/JAXPFactory.java,
-       gnu/xml/aelfred2/SAXDriver.java,
-       gnu/xml/aelfred2/XmlParser.java,
-       gnu/xml/aelfred2/XmlReader.java: Applied GNU Classpath source code
-       formatting conventions. Replaced arrays of Object with struct-like
-       classes for easier maintainability. Made SAXDriver.stringInterning
-       package private to allow access from XmlParser inside the loop without
-       a method call overhead.
-
-2005-02-27  Roman Kennke  <roman@ontographics.com>
-
-       * javax/swing/plaf/basic/BasicListUI:
-       make BasicListUI capable of wrapping lists
-       (layoutOrientation property of javax.swing.JList)
-
-2005-02-26  Audrius Meskauskas  <audriusa@bluewin.ch>
-
-       * javax/swing/Timer.java: documenting and some
-       formatting.     
-
-2005-02-26  Audrius Meskauskas  <audriusa@bluewin.ch>
-
-       * javax/swing/JTextArea.java (replaceRange): 
-       Fixing doc.remove(start, length) misinterpretation.
+       * java/text/SimpleDateFormat.java:
+       (standardChars): Corrected.
+       (RFC822_TIMEZONE_FIELD): Added.
+       (formatWithAttribute(Date,FormatBuffer,FieldPosition)):
+       Support RFC822 timezone field ('Z').
        
-2005-02-26  Roman Kennke  <roman@ontographics.com>
-
-       * javax/swing/plaf/basic/BasicListUI
-       (updateLayoutState,paint): make BasicListUI aware of the
-       width of the rendered JList
-
-2005-02-25  Mark Wielaard  <mark@klomp.org>
-
-       * NEWS: Add 0.14 release date.
-       * configure.ac: Set version to 0.14.
-
-2005-02-25  Sven de Marothy  <sven@physto.se>
-
-       * java/net/InetAddress.java
-       (toString): Don't print empty hostnames.
-       Fixes bug #11956
-
-2005-02-24  Mark Wielaard  <mark@klomp.org>
-
-       * doc/www.gnu.org/Makefile (SUBDIRS): Add cp-tools.
-       * doc/www.gnu.org/cp-tools/Makefile: New file.
-       * doc/www.gnu.org/cp-tools/cp-tools.wml: Likewise.
-       * doc/www.gnu.org/cp-tools/texidoclet.html: Likewise.
-
-2005-02-24  Audrius Meskauskas  <audriusa@bluewin.ch>
-
-       * javax/swing/Timer.java (constructor): assigning initialDelay
-
-2005-02-24  Audrius Meskauskas  <audriusa@bluewin.ch>
-   
-       * javax/swing/Timer.java (Waker.run): firing the first action
-       event.
-
-2005-02-24  Chris Burdess  <dog@gnu.org>
-
-       * BASE64.java: Truncate encoded byte array.
+2008-03-20  Tom Tromey  <tromey@redhat.com>
+
+       * tools/gnu/classpath/tools/getopt/Parser.java (options): Don't
+       initialize.
+       (add, addFinal): Don't update options.
+       (requireOptions): New method.
+       (printHelp): Synchronize.  Call requireOptions.
+       (parse): Call requireOptions.
+
+2008-03-17  Andrew John Hughes  <gnu_andrew@member.fsf.org>
+
+       PR classpath/21869
+       * gnu/java/lang/CPStringBuilder.java:
+       (indexOf(String,int)): Use regionMatches from String.
+       (lastIndexOf(String,int)): Likewise.
+       (regionMatches(int,String)): Removed broken code.
+       (substring(int,int)): Rearrange index computation so
+       it is only computed if valid.
+       
+2008-03-17  Andrew John Hughes  <gnu_andrew@member.fsf.org>
 
-2005-02-24  David Gilbert  <david.gilbert@object-refinery.com>
+       PR classpath/21869
+       * gnu/xml/transform/AbstractNumberNode.java,
+       * gnu/xml/transform/ApplyTemplatesNode.java,
+       * gnu/xml/transform/AttributeNode.java,
+       * gnu/xml/transform/Bindings.java,
+       * gnu/xml/transform/CallTemplateNode.java,
+       * gnu/xml/transform/ChooseNode.java,
+       * gnu/xml/transform/CopyNode.java,
+       * gnu/xml/transform/CopyOfNode.java,
+       * gnu/xml/transform/ElementNode.java,
+       * gnu/xml/transform/ForEachNode.java,
+       * gnu/xml/transform/IfNode.java,
+       * gnu/xml/transform/MessageNode.java,
+       * gnu/xml/transform/ParameterNode.java,
+       * gnu/xml/transform/ProcessingInstructionNode.java,
+       * gnu/xml/transform/StreamSerializer.java,
+       * gnu/xml/transform/Template.java,
+       * gnu/xml/transform/TextNode.java,
+       * gnu/xml/transform/TransformerImpl.java,
+       * gnu/xml/transform/TransformerOutputProperties.java,
+       * gnu/xml/transform/ValueOfNode.java,
+       * gnu/xml/transform/WhenNode.java:
+       Use CPStringBuilder in preference to StringBuffer.
+
+2008-03-17  Andrew John Hughes  <gnu_andrew@member.fsf.org>
+
+       PR classpath/21869
+       * gnu/java/lang/CPStringBuilder.java:
+       Replace reflection code with calls to
+       VMCPStringBuilder.
+       * vm/reference/gnu/java/lang/VMCPStringBuilder.java:
+       Default implementation of constructor call
+       using reflection.
+       
+2008-03-16  Andrew John Hughes  <gnu_andrew@member.fsf.org>
 
-       * java/awt/font/TextAttribute.java: changed names to lower case;
-       (readResolve): implemented.
-       Added doc comments all over.
+       PR classpath/21869
+       * gnu/xml/dom/DomAttr.java,
+       * gnu/xml/dom/DomEvent.java,
+       * gnu/xml/dom/DomNode.java,
+       * gnu/xml/dom/DomText.java,
+       * gnu/xml/dom/ls/DomLSInput.java,
+       * gnu/xml/util/DoParse.java,
+       * gnu/xml/util/XCat.java:
+       Use CPStringBuilder in preference to StringBuffer.
+
+2008-03-16  Andrew John Hughes  <gnu_andrew@member.fsf.org>
+
+       PR classpath/21869
+       * java/security/AlgorithmParameterGenerator.java,
+       * java/security/AlgorithmParameters.java,
+       * java/security/KeyFactory.java,
+       * java/security/KeyPairGenerator.java,
+       * java/security/MessageDigest.java,
+       * java/security/SecureRandom.java,
+       * java/security/Signature.java,
+       * java/security/cert/CertPathBuilder.java,
+       * java/security/cert/CertPathValidator.java,
+       * java/security/cert/CertStore.java,
+       * java/text/SimpleDateFormat.java,
+       * java/util/AbstractMap.java,
+       * java/util/Arrays.java,
+       * java/util/Calendar.java,
+       * java/util/Date.java,
+       * java/util/Formatter.java,
+       * java/util/Hashtable.java,
+       * java/util/Properties.java,
+       * java/util/TreeMap.java,
+       * java/util/regex/Matcher.java:
+       Use CPStringBuilder in preference to StringBuilder.
+
+2008-03-16  Andrew John Hughes  <gnu_andrew@member.fsf.org>
+
+       PR classpath/21869
+       * gnu/java/security/Engine.java,
+       * gnu/java/security/hash/Whirlpool.java,
+       * gnu/java/security/key/dss/DSSKey.java,
+       * gnu/java/security/key/dss/DSSPrivateKey.java,
+       * gnu/java/security/key/dss/DSSPublicKey.java,
+       * gnu/java/security/key/rsa/GnuRSAKey.java,
+       * gnu/java/security/key/rsa/GnuRSAPrivateKey.java,
+       * gnu/java/security/key/rsa/GnuRSAPublicKey.java,
+       * java/awt/datatransfer/MimeType.java,
+       * java/io/BufferedReader.java,
+       * java/io/DataInputStream.java,
+       * java/lang/Double.java,
+       * java/lang/Float.java,
+       * java/lang/String.java,
+       * java/lang/reflect/Proxy.java,
+       * java/math/BigDecimal.java,
+       * java/net/URI.java,
+       * java/net/URLClassLoader.java,
+       * java/net/URLEncoder.java:
+       Use CPStringBuilder in preference to StringBuilder.
+
+2008-03-16  Andrew John Hughes  <gnu_andrew@member.fsf.org>
+
+       * vm/reference/java/lang/reflect/VMField.java:
+       Consistently use 'clazz' as the name of the variable
+       containing the declaring class.
+       * vm/reference/java/lang/reflect/VMMethod.java:
+       Likewise.
+       
+2008-03-14  Andrew John Hughes  <gnu_andrew@member.fsf.org>
 
-2005-02-22  Andrew John Hughes  <gnu_andrew@member.fsf.org>
+        PR classpath/34840
+       * java/lang/AbstractStringBuffer.java:
+       (append(CharSequence,int,int)): Just set
+       sequence to "null" don't append it.
+       
+2008-03-11  Andrew John Hughes  <gnu_andrew@member.fsf.org>
 
+       * doc/www.gnu.org/newsitems.txt:
+       Add new announcement.
+       * doc/www.gnu.org/announce/20080311.wml:
+       Added.
+       * doc/www.gnu.org/cp-tools/.cvsignore:
+       Ignore generated HTML files.
+       
+2008-03-12  Andrew John Hughes  <gnu_andrew@member.fsf.org>
+
+       * java/beans/beancontext/BeanContextServicesSupport.java:
+       (BCSSProxyServiceProvider(BeanContextServiceProvider)):
+       Add package-private constructor.
+       * java/lang/StringBuffer.java:
+       (ensureCapacity_unsynchronized(int)): Make package-private.
+       * java/rmi/activation/Activatable.java:
+       (export(ActivationID, Remote, int, RMIServerSocketFactory)):
+       Make private.
+       (makeId(ActivationID)): Likewise.
+       * java/security/MessageDigest.java:
+       (update(ByteBuffer)): Make final.
+       * java/security/cert/PolicyQualifierInfo.java:
+       (getPolicyQualifierId()): Likewise.
+       (getEncoded()): Likewise.
+       (getPolicyQualifier()): Likewise.
+       * java/text/DateFormat.java:
+       (ISO_YEAR_FIELD): Removed.
+       (LOCALIZED_DAY_OF_WEEK_FIELD): Likewise.
+       (EXTENDED_YEAR_FIELD): Likewise.
+       (MODIFIED_JULIAN_DAY_FIELD): Likewise.
+       (MILLISECOND_IN_DAY_FIELD): Likewise.
+       (RFC822_TIMEZONE_FIELD): Likewise.
+       (Field.ISO_YEAR_FIELD): Likewise.
+       (Field.LOCALIZED_DAY_OF_WEEK_FIELD): Likewise.
+       (Field.EXTENDED_YEAR_FIELD): Likewise.
+       (Field.MODIFIED_JULIAN_DAY_FIELD): Likewise.
+       (Field.MILLISECOND_IN_DAY_FIELD): Likewise.
+       (Field.RFC822_TIMEZONE_FIELD): Likewise.        
+       * java/text/DecimalFormat.java:
+       (format(Object,StringBuffer,FieldPosition)): Make final.
+       * java/text/Format.java:
+       (Format()): Make protected.
+       * java/text/NumberFormat.java:
+       (NumberFormat()): Likewise.
        * java/text/SimpleDateFormat.java:
-       Substitute StringBuilder for the original
-       StringBuffer.
-
-2005-02-22  Michael Koch  <konqueror@gmx.de>
+       Remove code using RFC822_TIMEZONE_FIELD.
+       * java/util/Stack.java:
+       Use array of Objects rather than instances of T.
+       * java/util/Vector.java:
+       Likewise.
+       * java/util/concurrent/CopyOnWriteArrayList.java:
+       Don't extend AbstractList.
+       (containsAll(Collection)): Implemented.
+       (listIterator()): Likewise.
+       (subList(int,int)): Likewise.
+       * java/util/zip/Deflater.java:
+       (getTotalIn()): Remove deprecation.
+       (getTotalOut()): Likewise.
+       * java/util/zip/Inflater.java,
+       (getTotalIn()): Likewise.
+       (getTotalOut()): Likewise.
+
+2008-03-11  Andrew John Hughes  <gnu_andrew@member.fsf.org>
+
+       * java/awt/MouseInfo.java:
+       (MouseInfo()): Private constructor to prevent
+       instance creation.
+       * java/lang/AbstractStringBuilder.java:
+       (ensureCapacity_unsynchronized(int)): Make
+       package-private, not protected.
+       
+2008-03-10  Andrew John Hughes  <gnu_andrew@member.fsf.org>
 
-       * gnu/java/security/PolicyFile.java,
-       gnu/java/security/pkcs/PKCS7SignedData.java,
-       gnu/java/security/pkcs/SignerInfo.java:
-       Fixed copyright header.
+       PR classpath/28664
+       * native/jni/java-math/Makefile.am: Add
+       AM_LDFLAGS to the local LDFLAGS definition
+       so gmp is linked.
+       
+2008-03-10  Andrew John Hughes  <gnu_andrew@member.fsf.org>
 
-2005-02-22  Roman Kennke <roman@ontographics.com>
+        PR classpath/35422
+       * doc/api/Makefile.am: Include external/jsr166.
+       
+2008-03-10  Jim Meyering  <meyering@redhat.com>
+
+       Don't leak upon failed realloc.
+       * native/jni/classpath/jcl.c (JCL_realloc): Upon failed realloc,
+       free the original buffer before throwing the exception.
+
+2008-03-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+
+       * doc/cp-hacking.texinfo: Fix some typos.
+       * doc/cp-tools.texinfo: Likewise.
+       * doc/cp-vmintegration.texinfo: Likewise.
+
+2008-03-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+
+       * doc/cp-hacking.texinfo: Fix spacing after periods.
+       * doc/cp-tools.texinfo: Likewise.
+       * doc/cp-vmintegration.texinfo: Likewise.
+
+2008-03-05  Andrew John Hughes  <gnu_andrew@member.fsf.org>
+
+       * java/lang/reflect/Constructor.java:
+       (cons): Make package-private.
+       (Constructor(VMConstructor)): Set cons in
+       VM interface.
+       * java/lang/reflect/Field.java:
+       (f): Make package-private.
+       (Field(VMField)): Set f in VM interface.
+       * java/lang/reflect/Method.java:
+       (m): Make package-private.
+       (Method(VMMethod)): Set m in VM interface.
+       * vm/reference/java/lang/reflect/VMConstructor.java:
+       (cons): Added reference to Constructor instance.
+       * vm/reference/java/lang/reflect/VMField.java:
+       (f): Added reference to Field instance.
+       * vm/reference/java/lang/reflect/VMMethod.java,
+       (m): Added reference to Method instance.
+
+2008-03-04  Andrew John Hughes  <gnu_andrew@member.fsf.org>
+
+       * java/lang/reflect/AccessibleObject.java:
+       (getAnnotation(Class)): Documented.
+       (getAnnotations()): Likewise.
+       (getDeclaredAnnotations()): Likewise.
+       (isAnnotationPresent(Class)): Likewise.
+       * java/lang/reflect/Constructor.java,
+       * java/lang/reflect/Field.java,
+       * java/lang/reflect/Method.java,
+       * vm/reference/java/lang/reflect/VMConstructor.java,
+       * vm/reference/java/lang/reflect/VMField.java,
+       * vm/reference/java/lang/reflect/VMMethod.java:
+       (getAnnotation(Class)): Added.
+       (getDeclaredAnnotations()): Likewise.
+
+2008-03-03  Andrew John Hughes  <gnu_andrew@member.fsf.org>
+
+       * tools/Makefile.am:
+       Distribute property files.
+       
+2008-03-04  Robert Schuster  <robertschuster@fsfe.org>
+
+       * gnu/xml/stream/AttributeImpl.java: Changed type field to String.
+       (getDTDType): Changed return type to String.
+       * gnu/xml/stream/XMLEventAllocatorImpl.java:
+       (allocate): Removed wrapping of string in QName object.
+       * gnu/xml/stream/XMLEventFactoryImpl.java:
+       (createAttribute(String, String)): Removed wrapping of string in
+       QName object.
+       (createAttribute(QName, String)): Ditto.
+       (createAttribute(String, String, String, String)): Ditto.
+       * javax/xml/stream/events/Attribute.java:
+       (getDTDType): Changed return type to String.
+
+2008-03-03  Andrew John Hughes  <gnu_andrew@member.fsf.org>
+
+       * java/lang/reflect/Constructor.java,
+       * java/lang/reflect/Field.java,
+       * java/lang/reflect/Method.java,
+       * vm/reference/java/lang/reflect/VMConstructor.java:
+       (equals(Object)): Added.
+       * vm/reference/java/lang/reflect/VMField.java:
+       (equals(Object)): Added.
+       * vm/reference/java/lang/reflect/VMMethod.java:
+       (equals(Object)): Added.
+       Move variables from Classpath classes to VM classes
+       and make class methods into instance methods.
+       
+2008-02-30  Andrew John Hughes  <gnu_andrew@member.fsf.org>
+
+       * java/lang/reflect/Constructor.java,
+       * java/lang/reflect/Field.java,
+       * java/lang/reflect/Method.java:
+       New classes within GNU Classpath that provide
+       common reflection functionality.
+       * vm/reference/java/lang/reflect/Constructor.java,
+       * vm/reference/java/lang/reflect/Field.java,
+       * vm/reference/java/lang/reflect/Method.java:
+       Removed.
+       * vm/reference/java/lang/reflect/VMConstructor.java,
+       * vm/reference/java/lang/reflect/VMField.java,
+       * vm/reference/java/lang/reflect/VMMethod.java:
+       New VM interface for reflection.
+       
+2008-03-03  Andrew John Hughes  <gnu_andrew@member.fsf.org>
 
-       * javax/swing/plaf/basic/BasicLookAndFeel.java
-       (initComponentDefaults): Fixed Button left and right margin
+       PR classpath/28664
+       * native/jni/Makefile.am: Check CREATE_GMPBI_LIBRARY
+       and only compile GMP libraries if set.
+       
+2008-03-02  Mark Wielaard  <mark@klomp.org>
 
-2005-02-22  Thomas Fitzsimmons  <fitzsim@redhat.com>
+       * native/jni/Makefile.am (DIST_SUBDIRS): Add java-math.
 
-       * native/jni/gtk-peer/gthread-jni.c (throw):
-       Call g_snprintf instead of snprintf.
+2008-02-30  Andrew John Hughes  <gnu_andrew@member.fsf.org>
 
-2005-02-22  Thomas Fitzsimmons  <fitzsim@redhat.com>
+        PR classpath/21869
+       * gnu/classpath/CPStringBuilder.java:
+       Make the constructor accessible.
+       
+2008-02-30  Andrew John Hughes  <gnu_andrew@member.fsf.org>
 
-       * native/jni/gtk-peer/gnu_java_awt_peer_gtk_GtkEvents.c
-       (button_to_awt_mods): Return BUTTON masks, not BUTTON_DOWN masks.
+        PR classpath/21869
+       * gnu/classpath/CPStringBuilder.java:
+       Removed.
+       * gnu/java/awt/font/OpenTypeFontPeer.java,
+       * gnu/java/awt/font/autofit/Edge.java,
+       * gnu/java/awt/font/autofit/LatinBlue.java,
+       * gnu/java/awt/font/autofit/Segment.java,
+       * gnu/java/awt/font/autofit/Width.java,
+       * gnu/java/awt/font/opentype/truetype/Point.java,
+       * gnu/java/awt/java2d/ActiveEdges.java,
+       * gnu/java/awt/peer/GnomeDesktopPeer.java,
+       * gnu/java/awt/peer/KDEDesktopPeer.java,
+       * gnu/java/awt/peer/x/XFontPeer.java:
+       Use CPStringBuilder.
+       * gnu/java/lang/CPStringBuilder.java:
+       Moved from gnu.classpath.
+       * gnu/java/lang/ClassHelper.java,
+       * gnu/java/lang/reflect/GenericSignatureParser.java,
+       * gnu/java/lang/reflect/TypeSignature.java,
+       * gnu/java/net/protocol/http/ChunkedInputStream.java,
+       * gnu/java/net/protocol/http/Cookie.java,
+       * gnu/java/net/protocol/http/HTTPConnection.java,
+       * gnu/java/net/protocol/http/Headers.java,
+       * gnu/java/net/protocol/http/Request.java:
+       Use CPStringBuilder.
+       * java/lang/reflect/Modifier.java:
+       Corrected import to point to correct package.
+       * java/util/Formatter.java:
+       Use CPStringBuilder.
+       * vm/reference/java/lang/reflect/Constructor.java,
+       * vm/reference/java/lang/reflect/Field.java,
+       * vm/reference/java/lang/reflect/Method.java:
+       Corrected import to point to correct package.
+
+2008-02-30  Andrew John Hughes  <gnu_andrew@member.fsf.org>
+
+        PR classpath/21869
+       * gnu/classpath/CPStringBuffer.java,
+       * gnu/classpath/CPStringBuilder.java:
+       Rename class to CPStringBuilder.
+       * java/lang/reflect/Modifier.java,
+       * vm/reference/java/lang/reflect/Constructor.java,
+       * vm/reference/java/lang/reflect/Field.java,
+       * vm/reference/java/lang/reflect/Method.java:
+       Use CPStringBuilder.
+
+2008-02-29  Andrew John Hughes  <gnu_andrew@member.fsf.org>
+
+       * gnu/classpath/CPStringBuffer.java:
+       New non-copying string buffer.
+       * java/lang/AbstractStringBuffer.java:
+       Add note about CPStringBuffer.
+
+2008-02-28  Andrew John Hughes  <gnu_andrew@member.fsf.org>
+
+       * gnu/java/util/EmptyEnumeration.java:
+       Add generic type parameter.
+       * java/lang/ClassLoader.java:
+       Use EmptyEnumeration with type parameter.
+       * java/util/zip/ZipFile.java:
+       Likewise.
+       * javax/swing/text/html/StyleSheet.java,
+       * javax/swing/text/html/ViewAttributeSet.java:
+       Add generics.
+       * javax/swing/tree/DefaultMutableTreeNode.java:
+       Use EmptyEnumeration with type parameter.
+
+2008-02-28  Andrew John Hughes  <gnu_andrew@member.fsf.org>
+
+        PR classpath/28664
+       * include/Makefile.am:
+       Add generation of header file java_math_VMBigInteger.h
+       * java/math/BigInteger.java: Separate NativeMPI into
+       VMBigInteger.
+       * native/jni/Makefile.am: Add java-math.
+       * native/jni/java-math/java_math_VMBigInteger.c:
+       Renamed from java_math_BigInteger.c.
+       * vm/reference/java/math/VMBigInteger.java:
+       Former NativeMPI class from java.math.BigInteger.
+
+2006-11-28  Raif S. Naffah  <classpath@naffah-raif.name>
+            Jeroen Frijters <jeroen@sumatra.nl>
+
+        PR classpath/28664
+        * configure.ac: Add support for configuring GNU MP.
+        * native/jni/Makefile.am: Include java-math directory if required.
+        * native/jni/java-math/.cvsignore: New file.
+        * native/jni/java-math/Makefile.am: Likewise.
+        * native/jni/java-math/java_math_BigInteger.c: Likewise.
+        * java/math/BigInteger.java: Added support for native methods.
+        * gnu/classpath/Configuration.java.in (WANT_NATIVE_BIG_INTEGER): New field.
+
+2008-02-27  Andrew John Hughes  <gnu_andrew@member.fsf.org>
+
+       * configure.ac:
+       Check for sys/loadavg.h.
+       * native/jni/java-lang/gnu_java_lang_management_VMOperatingSystemMXBeanImpl.c:
+       Include sys/loadavg.h if found.
+       
+2008-02-26  Andrew John Hughes  <gnu_andrew@member.fsf.org>
 
-2005-02-22  Thomas Fitzsimmons  <fitzsim@redhat.com>
+       PR classpath/21869:
+       * java/lang/AbstractStringBuffer.java: New class.
+       * java/lang/StringBuffer.java,
+       * java/lang/StringBuilder.java:
+       Changed to use AbstractStringBuffer.
 
-       * gnu/java/awt/peer/gtk/GtkWindowPeer.java,
-       jni/gtk-peer/gnu_java_awt_peer_gtk_GtkWindowPeer.c
-       (getWidth): New method.
-       (getHeight): Likewise.
-       (create): Remove width, height and insets parameters.  Move size
-       setup ...
-       (realize_cb): ... here.  New function.
-       (connectSignals): Connect realize_cb.
-       (request_frame_extents): Remove FIXME.  Move
-       postInsetsChangedEvent lookup ...
-       * jni/gtk-peer/gnu_java_awt_peer_gtk_GtkToolkit.c (gtkInit):
-       ... here.  Look up GtkWindowPeer getWidth and getHeight methods.
-       * jni/gtk-peer/gtkpeer.h (postInsetsChangedEventID): Declare
-       jmethodID.
-       (windowGetWidthID): Likewise.
-       (windowGetHeightID): Likewise.
+2008-02-26  Andrew John Hughes  <gnu_andrew@member.fsf.org>
 
-2005-02-22  Michael Koch  <konqueror@gmx.de>
+       * gnu/java/util/prefs/EventDispatcher.java:
+       Removed again.
+       * gnu/java/util/prefs/GConfBasedPreferences.java,
+       * gnu/java/util/prefs/gconf/GConfNativePeer.java,
+       * java/util/prefs/AbstractPreferences.java,
+       * native/jni/gconf-peer/GConfNativePeer.c:
+       Revert to pre-release versions.
 
-       * include/gnu_java_awt_peer_gtk_GtkWindowPeer.h:
-       Regenerated.
+2008-02-26  Andrew John Hughes  <gnu_andrew@member.fsf.org>
 
-2005-02-22  Thomas Fitzsimmons  <fitzsim@redhat.com>
+       * doc/www.gnu.org/newsitems.txt:
+       Add 20080222 announcement.
+       * doc/www.gnu.org/announce/20080222.wml:
+       Add announcement of 0.97.
 
-       * java/awt/Robot.java (waitForIdle): Call invokeAndWait on an
-       empty Runnable.
+2008-02-22  Andrew John Hughes  <gnu_andrew@member.fsf.org>
 
-2005-02-21  Bryce McKinlay  <mckinlay@redhat.com>
+       * NEWS: Add 0.98.
+       * configure.ac: Set version to 0.98-pre.
+       
+2008-02-22  Andrew John Hughes  <gnu_andrew@member.fsf.org>
 
-       * java/io/ObjectInputStream.java (readClassDescriptor): Cache result
-       of currentLoader() in callersClassLoader field. Check for primitive
-       type Class names if resolveClass throws a ClassNotFoundException.
-       (resolveClass): Call currentLoader() only if callersClassLoader is
-       not set. Cache result of currentLoader(). Don't check for primitive
-       type Class names here.
-       (callersClassLoader): New field.
-       * java/io/ObjectOutputStream.java (writeObject, callWriteMethod):
-       Whitespace fixes.
+       * NEWS: Set date for 0.97.
+       * configure.ac: Set version to 0.97
+       
+2008-02-22  Andrew John Hughes  <gnu_andrew@member.fsf.org>
+
+       PR classpath/33751:
+       * configure.ac:
+       Don't check for readdir_r.
+       * native/jni/native-lib/cpio.c:
+       (cpio_readDir): Remove use of readdir_r, zero errno
+       before starting and always leave a \0 at the end after
+       strncpy.
+       * vm/reference/java/io/VMFile.java:
+       (list(String)): Make synchronized.
+       
+2008-02-21  Andrew John Hughes  <gnu_andrew@member.fsf.org>
 
-2005-02-22  Robert Schuster  <thebohemian@gmx.net>
+       * gnu/java/util/prefs/EventDispatcher.java:
+       Re-added.
+       * gnu/java/util/prefs/GConfBasedPreferences.java,
+       * gnu/java/util/prefs/gconf/GConfNativePeer.java,
+       * java/util/prefs/AbstractPreferences.java,
+       * native/jni/gconf-peer/GConfNativePeer.c:
+       Regress to 0.96 versions.
 
-       * java/io/InputStreamReader.java: Fixed compilation
-       problem.
+2008-02-21  Andrew John Hughes  <gnu_andrew@member.fsf.org>
 
-2005-02-21  Michael Koch  <konqueror@gmx.de>
+       * java/net/URI.java:
+       (compareTo(URI)): Change comparison sign so it
+       operates in the correct direction.
+       
+2008-02-21  Andrew John Hughes  <gnu_andrew@member.fsf.org>
 
-       * java/awt/Checkbox.java
-       (next_checkbox_number): New static variable.
-       (generateName): New method.
-       (getUniqueLong): Likewise.
-       * java/awt/Window.java
-       (next_window_number): New static variable.
-       (generateName): New method.
-       (getUniqueLong): Likewise.
+       * m4/acinclude.m4:
+       Remove check for gcjh.
+       * m4/ac_prog_javac.m4:
+       Check for ecj-3.2 and ecj-3.3, and add
+       -Xlint:unchecked for javac.
+       
+2008-02-21  Andrew John Hughes  <gnu_andrew@member.fsf.org>
 
-2005-02-21  Mark Wielaard  <mark@klomp.org>
+       * gnu/javax/management/Translator.java:
+       (fromJava(Object[],Method)): Don't cast to Class<?>.
+       (fromJava(Object,Type)): Use ParameterizedType
+       and don't assume that List will work for Sets.
+       
+2008-02-21  David Walluck  <david@jpackage.org>
 
-       * java/util/jar/JarFile.java (verifyHashes): Check whether ZipEntry
-       exists.
+       PR classpath/27204:
+       * m4/acinclude.m4:
+       (REGEN_WITH_JAY): Handle 'yes' as a default,
+       not a directory and give more user-friendly output.
        
-2005-02-21  Robert Schuster  <thebohemian@gmx.net>
+2008-02-21  Andrew John Hughes  <gnu_andrew@member.fsf.org>
+
+       * gnu/java/util/regex/REException.java:
+       (REException(String,Throwable,int,int)): Added
+       constructor which also includes the cause.
+       * gnu/java/util/regex/RETokenNamedProperty.java:
+       (getHandler(String)): Add support for \p{javaX}.
+       (JavaCategoryHandler): New class.
        
-       * gnu/java/nio/ChannelReader: Fixed comments.
-
-2005-02-21  Robert Schuster  <thebohemian@gmx.net>
-
-       * java/nio/channels/Channels: Added FIXMEs about
-       stub method implementation.
-       (newReader): Implemented.
-       * java/io/InputStreamReader:
-       (InputStreamReader(InputStream, Charset)): Implemented.
-       (InputStreamReader(InputStream, CharsetDecoder)): Implemented.
-       * gnu/java/nio/ChannelReader: New class.
-
-2005-02-21  Michael Koch  <konqueror@gmx.de>
-
-       * include/gnu_java_nio_channels_FileChannelImpl.h:
-       Regenerated.
-
-2005-02-21  Michael Koch  <konqueror@gmx.de>
+2008-02-21  Andrew John Hughes  <gnu_andrew@member.fsf.org>
+
+       PR classpath/35274:
+       * m4/acinclude.m4:
+       Increase maximum heap size to 768mb.
+
+2008-02-21  Roman Kennke  <kennke@aicas.com>
+
+       * java/awt/image/PixelInterleavedSampleModel.java
+       (createCompatibleSampleModel): Adjust scanline stride for new
+       width and optimize band offsets.
+
+2008-02-21  Andrew John Hughes  <gnu_andrew@member.fsf.org>
+
+        PR classpath/35111:
+       * resource/com/sun/tools/javac/messages.properties,
+       * resource/gnu/classpath/tools/appletviewer/messages.properties,
+       * resource/gnu/classpath/tools/common/Messages.properties,
+       * resource/gnu/classpath/tools/getopt/Messages.properties,
+       * resource/gnu/classpath/tools/jar/messages.properties,
+       * resource/gnu/classpath/tools/jarsigner/messages.properties,
+       * resource/gnu/classpath/tools/keytool/messages.properties,
+       * resource/gnu/classpath/tools/native2ascii/messages.properties,
+       * resource/gnu/classpath/tools/orbd/messages.properties,
+       * resource/gnu/classpath/tools/rmic/messages.properties,
+       * resource/gnu/classpath/tools/rmid/messages.properties,
+       * resource/gnu/classpath/tools/rmiregistry/messages.properties,
+       * resource/gnu/classpath/tools/serialver/messages.properties,
+       * resource/gnu/classpath/tools/tnameserv/messages.properties,
+       * resource/sun/rmi/rmic/messages.properties:
+       Removed.
+       * tools/Makefile.am:
+       Copy .jav template files and use resource subdirectory
+       of tools.
+       * tools/gnu/classpath/tools/rmic/templates/ImplTie.jav,
+       * tools/gnu/classpath/tools/rmic/templates/Stub.jav,
+       * tools/gnu/classpath/tools/rmic/templates/StubMethod.jav,
+       * tools/gnu/classpath/tools/rmic/templates/StubMethodVoid.jav,
+       * tools/gnu/classpath/tools/rmic/templates/Stub_12.jav,
+       * tools/gnu/classpath/tools/rmic/templates/Stub_12Method.jav,
+       * tools/gnu/classpath/tools/rmic/templates/Stub_12MethodVoid.jav,
+       * tools/gnu/classpath/tools/rmic/templates/Tie.jav,
+       * tools/gnu/classpath/tools/rmic/templates/TieMethod.jav,
+       * tools/gnu/classpath/tools/rmic/templates/TieMethodVoid.jav:
+       Removed.
+       * tools/resource/com/sun/tools/javac/messages.properties,
+       * tools/resource/gnu/classpath/tools/appletviewer/messages.properties,
+       * tools/resource/gnu/classpath/tools/common/Messages.properties,
+       * tools/resource/gnu/classpath/tools/getopt/Messages.properties,
+       * tools/resource/gnu/classpath/tools/jar/messages.properties,
+       * tools/resource/gnu/classpath/tools/jarsigner/messages.properties,
+       * tools/resource/gnu/classpath/tools/keytool/messages.properties,
+       * tools/resource/gnu/classpath/tools/native2ascii/messages.properties,
+       * tools/resource/gnu/classpath/tools/orbd/messages.properties,
+       * tools/resource/gnu/classpath/tools/rmic/messages.properties,
+       * tools/resource/gnu/classpath/tools/rmic/templates/ImplTie.jav,
+       * tools/resource/gnu/classpath/tools/rmic/templates/Stub.jav,
+       * tools/resource/gnu/classpath/tools/rmic/templates/StubMethod.jav,
+       * tools/resource/gnu/classpath/tools/rmic/templates/StubMethodVoid.jav,
+       * tools/resource/gnu/classpath/tools/rmic/templates/Stub_12.jav,
+       * tools/resource/gnu/classpath/tools/rmic/templates/Stub_12Method.jav,
+       * tools/resource/gnu/classpath/tools/rmic/templates/Stub_12MethodVoid.jav,
+       * tools/resource/gnu/classpath/tools/rmic/templates/Tie.jav,
+       * tools/resource/gnu/classpath/tools/rmic/templates/TieMethod.jav,
+       * tools/resource/gnu/classpath/tools/rmic/templates/TieMethodVoid.jav,
+       * tools/resource/gnu/classpath/tools/rmid/messages.properties,
+       * tools/resource/gnu/classpath/tools/rmiregistry/messages.properties,
+       * tools/resource/gnu/classpath/tools/serialver/messages.properties,
+       * tools/resource/gnu/classpath/tools/tnameserv/messages.properties,
+       * tools/resource/sun/rmi/rmic/messages.properties:
+       Added.
+       
+2008-02-18  Roman Kennke  <kennke@aicas.com>
 
-       * java/lang/Class.java,
-       java/lang/SecurityManager.java,
-       java/net/URL.java:
-       Formatting cleanups.
+       * gnu/java/awt/peer/x/XGraphics2D.java
+       (RENDER_OPAQUE): New constant with system property to
+       turn on opaque image rendering.
+       (rawDrawImage): Render images opaque when system property
+       is set. This is for demonstration and debugging purposes only.
 
-2005-02-21  Michael Koch  <konqueror@gmx.de>
+2008-02-18  Roman Kennke  <kennke@aicas.com>
 
-       * java/awt/Button.java,
-       java/awt/Container.java,
-       java/awt/Font.java,
-       java/awt/Frame.java,
-       java/text/CollationElementIterator.java,
-       java/text/RuleBasedCollator.java,
-       java/util/PropertyPermission.java:
-       Fixed formatting issues all over.
+       * gnu/java/awt/image/AsyncImage.java: New file. Implements
+       asynchronous image loading.
+       * gnu/java/awt/image/ImageConverter.java: New file.
+       An image consumer that creates a concrete image with
+       asynchronous behaviour.
+       * gnu/java/awt/peer/x/ImageConverter.java: Removed.
+       * gnu/java/awt/peer/x/XToolkit.java:
+       (createImage(ImageProducer)): Use new ImageConverter.
+       * gnu/java/awt/peer/x/XGraphics2D.java:
+       (rawDrawImage): Unwrap AsyncImages before painting.
+       (unwrap): New helper method.
 
-2005-02-21  Anthony Green  <green@redhat.com>
+2008-02-18  Jakub Jelinek  <jakub@redhat.com>
 
-       * gnu/java/rmi/registry/RegistryImpl.java:
-       Change year for '--version' to 2005.
+       * doc/cp-tools.texinfo (@direntry): Prefix info name with cp-.
+       * doc/cp-hacking.texinfo (@direntry): Likewise.
+       * doc/cp-vmintegration.texinfo (@direntry): Likewise.
 
-2005-02-20  Andrew John Hughes  <gnu_andrew@member.fsf.org>
+2008-02-18  Roman Kennke  <kennke@aicas.com>
 
-       Merge of interfaces and exceptions to HEAD from
-       the generics branch.
+       * java/awt/image/RGBImageFilter.java
+       (setPixels): Don't mask the source pixel.
 
-       * java/lang/StringBuilder.java: Serial version updated.
-       * java/lang/annotation/AnnotationTypeMismatchException.java: Likewise.
+2008-02-18  Roman Kennke  <kennke@aicas.com>
 
-       Changes from generics branch:
-       
-       2005-02-20  Andrew John Hughes  <gnu_andrew@member.fsf.org>
-
-       * java/io/Closeable.java: Documented.
-       * java/io/Flushable.java: Documented.
-       * java/lang/Appendable.java: Corrected line overrun.
-       * java/lang/Readable.java: Corrected indentation.
-       * java/lang/TypeNotPresentException.java: Documented.
-       * java/lang/annotation/AnnotationFormatError.java: Likewise.
-       * java/lang/annotation/AnnotationTypeMismatchException.java: Likewise.
-       * java/lang/reflect/GenericArrayType.java: Likewise.
-       * java/lang/reflect/GenericSignatureFormatError.java: Likewise.
-       * java/lang/reflect/ParameterizedType.java: Likewise.
-       * java/lang/reflect/Type.java: Likewise.
-       * java/lang/reflect/WildcardType.java: Likewise.        
-       
-       2005-01-07  Andrew John Hughes  <gnu_andrew@member.fsf.org>
+       * gnu/java/awt/peer/x/XGraphics2D.java
+       (rawDrawImage): Update the rgb variable correctly. Don't
+       cache translucent images.
 
-       * java/lang/annotation/AnnotationTypeMismatchException.java:
-       Added import of java.lang.reflect.Method
+2008-02-17  Andrew John Hughes  <gnu_andrew@member.fsf.org>
 
-       2004-08-26  Tom Tromey  <tromey@redhat.com>
+       * vm/reference/java/lang/reflect/Constructor.java,
+       * vm/reference/java/lang/reflect/Method.java:
+       Add missing java.lang.annotation.Annotation import.
 
-       * java/lang/reflect/GenericSignatureFormatError.java: New file.
-       * java/lang/reflect/WildcardType.java: New file.
-       * java/lang/reflect/ParameterizedType.java: New file.
-       * java/lang/reflect/GenericArrayType.java: New file.
-       * java/lang/reflect/Type.java: New file.
-       * java/io/Flushable.java: New file.
-       * java/io/Closeable.java: New file.
+2008-02-17  Andrew John Hughes  <gnu_andrew@member.fsf.org>
 
-       2004-08-07  Tom Tromey  <tromey@redhat.com>
+       * vm/reference/java/lang/reflect/Constructor.java,
+       * vm/reference/java/lang/reflect/Method.java:
+       (getParameterAnnotations()): Added.
        
-       * java/lang/annotation/AnnotationFormatError.java: New file.
-       * java/lang/annotation/AnnotationTypeMismatchException.java: New
-       file.
-
-       2004-08-06  Tom Tromey  <tromey@redhat.com>
+2008-02-17  Andrew John Hughes  <gnu_andrew@member.fsf.org>
 
-       * java/lang/Readable.java: New file.
-
-2005-02-20  Mark Wielaard  <mark@klomp.org>
+       * javax/swing/tree/DefaultMutableTreeNode.java:
+       Add generics.
+       * javax/swing/tree/DefaultTreeCellEditor.java:
+       (tPath): Removed.
+       (configureEditingComponent(JTree,
+       DefaultTreeCellRenderer,TreeCellEditor)): Removed.
+       * javax/swing/tree/DefaultTreeCellRenderer.java:
+       Removed unused call to getIcon().
+       * javax/swing/tree/DefaultTreeSelectionModel.java:
+       Add generics.
 
-       * java/util/SimpleTimeZone.java (getOffset): Calculate beforeEnd by
-       taking dstSavings into account.
+2008-02-17  Andrew John Hughes  <gnu_andrew@member.fsf.org>
 
-2005-02-20  Sven de Marothy <sven@physto.se>
+       * javax/swing/tree/FixedHeightLayoutCache.java,
+       * javax/swing/tree/VariableHeightLayoutCache.java,
+       * javax/swing/undo/StateEdit.java:
+       Use type parameters with collections classes.
 
-       * java/text/SimpleDateFormat.java,
-       (parse): Set DST_OFFSET to the correct value.
+2008-02-17  Andrew John Hughes  <gnu_andrew@member.fsf.org>
 
-2005-02-20  Rutger Ovidius  <ovidr@users.sourceforge.net>
+       * m4/ac_prog_javac.m4:
+       Turn off ecj warnings for deprecation,
+       serialization and unused imports
+       (both cases).
 
-       * gnu/java/security/provider/Gnu.java (Gnu): Add SHA-160 alias.
+2008-02-17  Andrew John Hughes  <gnu_andrew@member.fsf.org>
 
-2005-02-20  Mark Wielaard  <mark@klomp.org>
+       * m4/ac_prog_javac.m4:
+       Turn off ecj warnings for deprecation,
+       serialization and unused imports.
+       
+2008-02-17  Andrew John Hughes  <gnu_andrew@member.fsf.org>
 
-       * java/text/SimpleDateFormat.java
-       (SimpleDateFormat(String, DateFormatSymbols)): Throw
-       NullPointerException when formatData is null.
-
-2005-02-19  Michael Koch  <konqueror@gmx.de>
-
-       * gnu/java/locale/LocaleInformation_af.java,
-       gnu/java/locale/LocaleInformation_am.java,
-       gnu/java/locale/LocaleInformation_ca.java,
-       gnu/java/locale/LocaleInformation_cs.java,
-       gnu/java/locale/LocaleInformation_cy.java,
-       gnu/java/locale/LocaleInformation_da.java,
-       gnu/java/locale/LocaleInformation_de.java,
-       gnu/java/locale/LocaleInformation_el.java,
-       gnu/java/locale/LocaleInformation_en.java,
-       gnu/java/locale/LocaleInformation_eo.java,
-       gnu/java/locale/LocaleInformation_es.java,
-       gnu/java/locale/LocaleInformation_et.java,
-       gnu/java/locale/LocaleInformation_eu.java,
-       gnu/java/locale/LocaleInformation_fa.java,
-       gnu/java/locale/LocaleInformation_fi.java,
-       gnu/java/locale/LocaleInformation_fr.java,
-       gnu/java/locale/LocaleInformation_ga.java,
-       gnu/java/locale/LocaleInformation_hr.java,
-       gnu/java/locale/LocaleInformation_hu.java,
-       gnu/java/locale/LocaleInformation_hy.java,
-       gnu/java/locale/LocaleInformation_id.java,
-       gnu/java/locale/LocaleInformation_is.java,
-       gnu/java/locale/LocaleInformation_it.java,
-       gnu/java/locale/LocaleInformation_ja.java,
-       gnu/java/locale/LocaleInformation_ka.java,
-       gnu/java/locale/LocaleInformation_ko.java,
-       gnu/java/locale/LocaleInformation_lo.java,
-       gnu/java/locale/LocaleInformation_lt.java,
-       gnu/java/locale/LocaleInformation_lv.java,
-       gnu/java/locale/LocaleInformation_mk.java,
-       gnu/java/locale/LocaleInformation_mn.java,
-       gnu/java/locale/LocaleInformation_ms.java,
-       gnu/java/locale/LocaleInformation_mt.java,
-       gnu/java/locale/LocaleInformation_nb.java,
-       gnu/java/locale/LocaleInformation_nl.java,
-       gnu/java/locale/LocaleInformation_nn.java,
-       gnu/java/locale/LocaleInformation_pl.java,
-       gnu/java/locale/LocaleInformation_pt.java,
-       gnu/java/locale/LocaleInformation_ro.java,
-       gnu/java/locale/LocaleInformation_ru.java,
-       gnu/java/locale/LocaleInformation_sk.java,
-       gnu/java/locale/LocaleInformation_sl.java,
-       gnu/java/locale/LocaleInformation_sq.java,
-       gnu/java/locale/LocaleInformation_sv.java,
-       gnu/java/locale/LocaleInformation_th.java,
-       gnu/java/locale/LocaleInformation_tr.java,
-       gnu/java/locale/LocaleInformation_vi.java,
-       gnu/java/locale/LocaleInformation_zh.java,
-       gnu/java/locale/LocaleInformation_zh_Hant.java: Updated.
-       * gnu/java/locale/LocaleInformation_az_Cyrl.java: New file.
-
-2005-02-19  Archie Cobbs  <archie@dellroad.org>
-
-       * java/lang/Throwable.java: simplify initializing cause in constructor
-
-2005-02-19  Michael Koch  <konqueror@gmx.de>
-
-       * javax/swing/JToggleButton.java: Removed empty line.
-
-2005-02-18  Bryce McKinlay  <mckinlay@redhat.com>
-
-       * java/util/LinkedHashMap (addEntry): Call remove() with key argument, 
-       not the HashEntry. Reported by Jean-Marie White.
-
-2005-02-18  Mark Wielaard  <mark@klomp.org>
-
-       * doc/www.gnu.org/events/escape_fosdem05.wml: New event.
-       * doc/www.gnu.org/newsitems.txt: Add Escape the Java Trap.
-       * doc/www.gnu.org/events/events.wml: Likewise.
-
-2005-02-18  Sven de Marothy <sven@physto.se>
+       * org/omg/CORBA/PolicyErrorHelper.java,
+       * org/omg/CORBA/UnknownUserExceptionHelper.java,
+       * org/omg/PortableInterceptor/ORBInitInfoPackage/DuplicateNameHelper.java,
+       * org/omg/PortableServer/ForwardRequestHelper.java,
+       * org/omg/PortableServer/POAPackage/InvalidPolicyHelper.java:
+       Remove unused variable.
 
-       * java/util/TimeZone.java,
-       (getDefaultDisplayName): Fix previous fix.
+2008-02-16  Andrew John Hughes  <gnu_andrew@member.fsf.org>
 
-2005-02-18  David Gilbert  <david.gilbert@object-refinery.com>
+       * gnu/classpath/ServiceFactory.java:
+       Use generics.
+       * gnu/classpath/ServiceProviderLoadingAction.java:
+       Likewise.
+       
+2008-02-15  Andrew John Hughes  <gnu_andrew@member.fsf.org>
 
-       * java/awt/font/TransformAttribute.java,
-       (TransformAttribute(AffineTransform)): throw 
-       IllegalArgumentException for null transform.
-       (getTransform): return a copy of transform.
-       Added doc comments to all.
+        PR classpath/34579:
+       * m4/ac_prog_javac_works.m4: Change test
+       to one that doesn't rely on the compiler's
+       class library.
+       
+2008-02-11  Andrew John Hughes  <gnu_andrew@member.fsf.org>
+
+        PR classpath/34578:
+       * NEWS: Mention javah and javac build changes.
+       * configure.ac: Call AC_PROG_JAVAC and
+       CLASSPATH_JAVAC_MEM_CHECK instead of CLASSPATH_FIND_JAVAC.
+       * examples/Makefile.am: Simplify compiler choice
+       to just use JAVAC.
+       * lib/Makefile.am: Likewise, but with JAVAC_MEM_OPT too.
+       * m4/ac_prog_javac.m4: New file.
+       * m4/ac_prog_javac_works.m4: Likewise.
+       * m4/acinclude.m4:
+       (CLASSPATH_FIND_JAVAC): Removed.
+       (CLASSPATH_WITH_GCJ): Removed.
+       (CLASSPATH_CHECK_GCJ): Removed.
+       (CLASSPATH_WITH_JIKES): Removed.
+       (CLASSPATH_CHECK_JIKES): Removed.
+       (CLASSPATH_WITH_KJC): Removed.
+       (CLASSPATH_CHECK_KJC): Removed.
+       (CLASSPATH_WITH_ECJ): Removed.
+       (CLASSPATH_CHECK_ECJ): Removed.
+       (CLASSPATH_WITH_JAVAC): Removed.
+       (CLASSPATH_CHECK_JAVAC): Removed.
+       (CLASSPATH_JAVAC_MEM_CHECK): Added.
+       * tools/Makefile.am: Simplify compiler choice
+       to just javac.
+
+2008-02-12  Roman Kennke  <kennke@aicas.com>
+
+       * java/awt/color/ICC_Profile.java
+       (getInstance()): Wrap call to InputStream.read(byte[],int,int) in
+       a loop, in order to read the whole thing.
+
+2008-02-10  Andrew John Hughes  <gnu_andrew@member.fsf.org>
+
+       * javax/management/remote/NotificationResult.java:
+       New file.
+       * javax/management/remote/TargetedNotification.java:
+       Likewise.
+       * javax/management/remote/rmi/RMIConnection.java:
+       (fetchNotifications(long,int,long)): Added.
+       
+2008-02-10  Dalibor Topic  <robilad@kaffe.org>
 
-2005-02-18  Sven de Marothy <sven@physto.se>
+       * lib/Makefile.am (compile_classpath), include/Makefile.am (JAVAH): 
+       Replaced USER_CLASSLIB with PATH_TO_GLIBJ_ZIP.
 
-       * java/util/TimeZone.java,
-       (getDefaultDisplayName): Don't print zero offsets.
+       * m4/acinclude.m4 (CLASSPATH_WITH_CLASSLIB)[--with-classpath]:
+       Removed unused option. It's superceded by --with-glibj-zip.
 
-2005-02-18  Robert Schuster <thebohemian@gmx.net>
+2008-02-10  Dalibor Topic  <robilad@kaffe.org>
 
-       * java/nio/charset/Charset.java (forName): Throws
-       IllegalArgumentException when argument is null
-       and added documentation.
+       * m4/acinclude.m4 (CLASSPATH_CHECK_JAVAH)[USER_JAVAH]: 
+       Check for gjavah-4.3.
 
-2005-02-17  Mark Wielaard  <mark@klomp.org>
+2008-02-10  Mark Wielaard  <mark@klomp.org>
 
-       * java/util/SimpleTimeZone.java (checkRule): Throw
-       IllegalArgumentException when month out of range.
+       * scripts/check_jni_methods.sh.in:
+       Use abs_src_builddir so that the absolute path
+       to the source directory is used by the script.
+       
+2008-02-10  Andrew John Hughes  <gnu_andrew@member.fsf.org>
 
-2005-02-17  Sven de Marothy  <sven@physto.se>
+       * scripts/check_jni_methods.sh.in:
+       Use abs_top_builddir so that the absolute path
+       to the build directory is used by the script.
+       
+2008-02-10  Andrew John Hughes  <gnu_andrew@member.fsf.org>
+
+       * javax/management/remote/rmi/RMIConnection.java:
+       (addNotificationListeners(ObjectName[],
+       MarshalledObject[], Subject[])): Fixed return type.
+       (close()): Added.
+       (createMBean(String,ObjectName,MarshalledObject,
+       String[], Subject)): Likewise.
+       (createMBean(String,ObjectName,ObjectName,
+       MarshalledObject, String[], Subject)): Likewise.
+       (createMBean(String,ObjectName,ObjectName,
+       Subject)): Likewise.
+       (createMBean(String,ObjectName,Subject)): Likewise.
+       (getAttribute(ObjectName,String,Subject)): Likewise.
+       (getAttributes(ObjectName,String[],Subject)): Likewise.
+       (getConnectionId()): Likewise.
+       (getDefaultDomain(Subject)): Likewise.
+       (getDomains(Subject)): Likewise.
+       (getMBeanCount(Subject)): Likewise.
+       (getMBeanInfo(ObjectName,Subject)): Likewise.
+       (getObjectInstance(ObjectName,Subject)): Likewise.
+       (invoke(ObjectName,String,MarshalledObject,String[],
+       Subject)): Likewise.
+       (isInstanceOf(ObjectName,String,Subject)): Likewise.
+       (isRegistered(ObjectName,Subject)): Likewise.
+       (queryMBeans(ObjectName,MarshalledObject,Subject)): Likewise.
+       (queryNames(ObjectName,MarshalledObject,Subject)): Likewise.
+       (removeNotificationListener(ObjectName,ObjectName,MarshalledObject,
+       MarshalledObject,Subject)): Likewise.
+       (removeNotificationListener(ObjectName,ObjectName,Subject)):
+       Likewise.
+       (removeNotificationListeners(ObjectName,Integer[],Subject)):
+       Likewise.
+       (setAttribute(ObjectName,MarshalledObject,Subject)): Likewise.
+       (setAttributes(ObjectName,MarshalledObject,Subject)): Likewise.
+       (unregisterMBean(ObjectName,Subject)): Likewise.
 
-       * java/util/GregorianCalendar.java,
-       (add): Don't set fields directly anymore. Use set()
+2008-02-09  Dalibor Topic  <robilad@kaffe.org>
 
-2005-02-17  Ito Kazumitsu  <kaz@maczuka.gcd.org>
+       * native/jni/Makefile.am (all-local): Call check_jni_methods.sh
+       directly.
 
-       * gnu/java/nio/channels/FileChannelImpl.java (write(ByteBuffer)):
-       Move the position of the source buffer forward.
+       * scripts/Makefile.am (EXTRA_DIST): Removed check_jni_methods.sh.
 
-2005-02-16  Andrew Haley  <aph@redhat.com>
+       * include/Makefile.am (SOUND_H_FILES, GST_PEER_H_FILES)
+       (XMLJ_H_FILES, GTKPEER_H_FILES, QTPEER_H_FILES)
+       (GCONF_PREFS_FILES, H_FILES): Don't generate header files
+       in the source directory, as it may not be writeable.
+       (DISTCLEANFILES) Added H_FILES.
 
-       * javax/security/auth/Subject.java (doAsPrivileged): If acc is
-       null, create a new AccessControlContext.
-       * java/security/SecureClassLoader.java (protectionDomainCache):
-       new field.
-       (defineClass): Create a new protection domain and add it to our
-       cache.
+       * configure.ac (AC_CONFIG_FILES): Added 
+       scripts/check_jni_methods.sh.
 
-       * java/rmi/server/UnicastRemoteObject.java (exportObject): Call
-       addStub() to keep track of the stub we've exported.
-       (unexportObject): Call deleteStub().
-       * java/rmi/server/RemoteObject.java (stubs): New field.
-       (addStub): New method.
-       (deleteStub): New method.
-       (toStub): Rewrite.
-       
-       * java/security/Permissions.java (PermissionsHash.implies):
-       Iterate over the collection and invoke implies() on each
-       element.
-
-2005-02-16  Julian Scheid  <julian@sektor37.de>
-
-       * gnu/java/nio/charset/UTF_8.java (decodeLoop): Set inPos to
-       in.position().
-       (encodeLoop): Likewise.
-
-2005-02-16  Andrew John Hughes  <gnu_andrew@member.fsf.org>
-
-       * java/util/Locale.java
-       Added two new String[] arrays for caching.
-       (getLocale(String)): Documentation.
-       (getLocale(String, String)): Documentation.
-       (getLocale(String, String, String)): Documentation.
-       (getISOCountries()): Now calls getISOStrings() and caches result.
-       (getISOLanguages()): Now calls getISOStrings() and caches result.
-       (getISOStrings(String)): Pulls all two-letter keys from the specified
-       hashtable in our locale information.
+       * scripts/check_jni_methods.sh: Removed. Moved over to ..
+       * scripts/check_jni_methods.sh.in: New file. Added 
+       top_srcdir and top_builddir where necessary.
        
-2005-02-16  Sven de Marothy  <sven@physto.se>
-
-       * java/util/logging/LogManager.java: Reformatted.
-       (readConfiguration): If a logger for a key is not found, create one.
-
-2005-02-16  Michael Koch  <konqueror@gmx.de>
-
-       * scripts/checkstyle-config.xml: Activate JavadocStyle and
-       IllegalInstantiation tests.
-       * scripts/checkstyle-suppressions.xml: Suppress some more errors.
-
-2005-02-16  Michael Koch  <konqueror@gmx.de>
-
-       * gnu/java/awt/peer/gtk/GThreadNativeMethodRunner.java,
-       gnu/java/awt/peer/gtk/GdkFontPeer.java,
-       gnu/java/awt/peer/gtk/GdkGlyphVector.java,
-       gnu/java/awt/peer/gtk/GdkGraphics.java,
-       gnu/java/awt/peer/gtk/GdkGraphics2D.java,
-       gnu/java/awt/peer/gtk/GdkGraphicsConfiguration.java,
-       gnu/java/awt/peer/gtk/GdkGraphicsEnvironment.java,
-       gnu/java/awt/peer/gtk/GdkPixbufDecoder.java,
-       gnu/java/awt/peer/gtk/GdkRobotPeer.java,
-       gnu/java/awt/peer/gtk/GdkScreenGraphicsDevice.java,
-       gnu/java/awt/peer/gtk/GdkTextLayout.java,
-       gnu/java/awt/peer/gtk/GtkCheckboxMenuItemPeer.java,
-       gnu/java/awt/peer/gtk/GtkChoicePeer.java,
-       gnu/java/awt/peer/gtk/GtkClipboard.java,
-       gnu/java/awt/peer/gtk/GtkComponentPeer.java,
-       gnu/java/awt/peer/gtk/GtkFileDialogPeer.java,
-       gnu/java/awt/peer/gtk/GtkFontPeer.java,
-       gnu/java/awt/peer/gtk/GtkLabelPeer.java,
-       gnu/java/awt/peer/gtk/GtkMenuBarPeer.java,
-       gnu/java/awt/peer/gtk/GtkMenuItemPeer.java,
-       gnu/java/awt/peer/gtk/GtkMenuPeer.java,
-       gnu/java/awt/peer/gtk/GtkScrollPanePeer.java,
-       gnu/java/awt/peer/gtk/GtkScrollbarPeer.java,
-       gnu/java/awt/peer/gtk/GtkToolkit.java,
-       gnu/java/awt/peer/gtk/GtkWindowPeer.java:
-       Made checkstyle clean.
-       * gnu/java/awt/peer/gtk/package.html:
-       New file.
+2008-02-09  Mario Torre  <neugens@limasoftware.net>
+
+       * include/java_util_VMTimeZone.h: Removed.
+       * native/jni/gconf-peer/GConfNativePeer.c: all native methods, replaced
+       GConfEngine with GConfClient and use GConfClient API instead.
+
+2008-02-08  Mark Wielaard  <mark@klomp.org>
+
+       * m4/acinclude.m4 (CLASSPATH_CHECK_JAVAC): Delete
+       Colour.class.
+
+       * include/.cvsignore: Add java_* and gnu_*.h.
+
+2008-02-08  Mario Torre  <neugens@limasoftware.net>
+
+    * configure.ac: --enable-regen-header option now enabled by default.
+    * include/gnu_java_awt_dnd_peer_gtk_GtkDragSourceContextPeer.h: Removed.
+    * include/gnu_java_awt_peer_gtk_CairoGraphics2D.h: Removed.
+    * include/gnu_java_awt_peer_gtk_CairoSurface.h: Removed.
+    * include/gnu_java_awt_peer_gtk_ComponentGraphics.h: Removed.
+    * include/gnu_java_awt_peer_gtk_ComponentGraphicsCopy.h: Removed.
+    * include/gnu_java_awt_peer_gtk_FreetypeGlyphVector.h: Removed.
+    * include/gnu_java_awt_peer_gtk_GdkFontPeer.h: Removed.
+    * include/gnu_java_awt_peer_gtk_GdkGraphicsEnvironment.h: Removed.
+    * include/gnu_java_awt_peer_gtk_GdkPixbufDecoder.h: Removed.
+    * include/gnu_java_awt_peer_gtk_GdkRobotPeer.h: Removed.
+    * include/gnu_java_awt_peer_gtk_GdkScreenGraphicsDevice.h: Removed.
+    * include/gnu_java_awt_peer_gtk_GtkButtonPeer.h: Removed.
+    * include/gnu_java_awt_peer_gtk_GtkCanvasPeer.h: Removed.
+    * include/gnu_java_awt_peer_gtk_GtkCheckboxMenuItemPeer.h: Removed.
+    * include/gnu_java_awt_peer_gtk_GtkCheckboxPeer.h: Removed.
+    * include/gnu_java_awt_peer_gtk_GtkChoicePeer.h: Removed.
+    * include/gnu_java_awt_peer_gtk_GtkClipboard.h: Removed.
+    * include/gnu_java_awt_peer_gtk_GtkComponentPeer.h: Removed.
+    * include/gnu_java_awt_peer_gtk_GtkEmbeddedWindowPeer.h: Removed.
+    * include/gnu_java_awt_peer_gtk_GtkFileDialogPeer.h: Removed.
+    * include/gnu_java_awt_peer_gtk_GtkFramePeer.h: Removed.
+    * include/gnu_java_awt_peer_gtk_GtkGenericPeer.h: Removed.
+    * include/gnu_java_awt_peer_gtk_GtkImage.h: Removed.
+    * include/gnu_java_awt_peer_gtk_GtkLabelPeer.h: Removed.
+    * include/gnu_java_awt_peer_gtk_GtkListPeer.h: Removed.
+    * include/gnu_java_awt_peer_gtk_GtkMenuBarPeer.h: Removed.
+    * include/gnu_java_awt_peer_gtk_GtkMenuComponentPeer.h: Removed.
+    * include/gnu_java_awt_peer_gtk_GtkMenuItemPeer.h: Removed.
+    * include/gnu_java_awt_peer_gtk_GtkMenuPeer.h: Removed.
+    * include/gnu_java_awt_peer_gtk_GtkPanelPeer.h: Removed.
+    * include/gnu_java_awt_peer_gtk_GtkPopupMenuPeer.h: Removed.
+    * include/gnu_java_awt_peer_gtk_GtkScrollbarPeer.h: Removed.
+    * include/gnu_java_awt_peer_gtk_GtkScrollPanePeer.h: Removed.
+    * include/gnu_java_awt_peer_gtk_GtkSelection.h: Removed.
+    * include/gnu_java_awt_peer_gtk_GtkTextAreaPeer.h: Removed.
+    * include/gnu_java_awt_peer_gtk_GtkTextFieldPeer.h: Removed.
+    * include/gnu_java_awt_peer_gtk_GtkToolkit.h: Removed.
+    * include/gnu_java_awt_peer_gtk_GtkVolatileImage.h: Removed.
+    * include/gnu_java_awt_peer_gtk_GtkWindowPeer.h: Removed.
+    * include/gnu_java_awt_peer_qt_MainQtThread.h: Removed.
+    * include/gnu_java_awt_peer_qt_QMatrix.h: Removed.
+    * include/gnu_java_awt_peer_qt_QPainterPath.h: Removed.
+    * include/gnu_java_awt_peer_qt_QPen.h: Removed.
+    * include/gnu_java_awt_peer_qt_QtAudioClip.h: Removed.
+    * include/gnu_java_awt_peer_qt_QtButtonPeer.h: Removed.
+    * include/gnu_java_awt_peer_qt_QtCanvasPeer.h: Removed.
+    * include/gnu_java_awt_peer_qt_QtCheckboxPeer.h: Removed.
+    * include/gnu_java_awt_peer_qt_QtChoicePeer.h: Removed.
+    * include/gnu_java_awt_peer_qt_QtComponentPeer.h: Removed.
+    * include/gnu_java_awt_peer_qt_QtDialogPeer.h: Removed.
+    * include/gnu_java_awt_peer_qt_QtEmbeddedWindowPeer.h: Removed.
+    * include/gnu_java_awt_peer_qt_QtFileDialogPeer.h: Removed.
+    * include/gnu_java_awt_peer_qt_QtFontMetrics.h: Removed.
+    * include/gnu_java_awt_peer_qt_QtFontPeer.h: Removed.
+    * include/gnu_java_awt_peer_qt_QtFramePeer.h: Removed.
+    * include/gnu_java_awt_peer_qt_QtGraphics.h: Removed.
+    * include/gnu_java_awt_peer_qt_QtImage.h: Removed.
+    * include/gnu_java_awt_peer_qt_QtLabelPeer.h: Removed.
+    * include/gnu_java_awt_peer_qt_QtListPeer.h: Removed.
+    * include/gnu_java_awt_peer_qt_QtMenuBarPeer.h: Removed.
+    * include/gnu_java_awt_peer_qt_QtMenuComponentPeer.h: Removed.
+    * include/gnu_java_awt_peer_qt_QtMenuItemPeer.h: Removed.
+    * include/gnu_java_awt_peer_qt_QtMenuPeer.h: Removed.
+    * include/gnu_java_awt_peer_qt_QtPanelPeer.h: Removed.
+    * include/gnu_java_awt_peer_qt_QtPopupMenuPeer.h: Removed.
+    * include/gnu_java_awt_peer_qt_QtScreenDevice.h: Removed.
+    * include/gnu_java_awt_peer_qt_QtScrollbarPeer.h: Removed.
+    * include/gnu_java_awt_peer_qt_QtScrollPanePeer.h: Removed.
+    * include/gnu_java_awt_peer_qt_QtTextAreaPeer.h: Removed.
+    * include/gnu_java_awt_peer_qt_QtTextFieldPeer.h: Removed.
+    * include/gnu_java_awt_peer_qt_QtToolkit.h: Removed.
+    * include/gnu_java_awt_peer_qt_QtVolatileImage.h: Removed.
+    * include/gnu_java_awt_peer_qt_QtWindowPeer.h: Removed.
+    * include/gnu_java_lang_management_VMOperatingSystemMXBeanImpl.h: Removed.
+    * include/gnu_java_net_local_LocalSocketImpl.h: Removed.
+    * include/gnu_java_net_VMPlainSocketImpl.h: Removed.
+    * include/gnu_java_nio_charset_iconv_IconvDecoder.h: Removed.
+    * include/gnu_java_nio_charset_iconv_IconvEncoder.h: Removed.
+    * include/gnu_java_nio_EpollSelectorImpl.h: Removed.
+    * include/gnu_java_nio_FileChannelImpl.h: Removed.
+    * include/gnu_java_nio_KqueueSelectorImpl.h: Removed.
+    * include/gnu_java_nio_VMChannel.h: Removed.
+    * include/gnu_java_nio_VMPipe.h: Removed.
+    * include/gnu_java_nio_VMSelector.h: Removed.
+    * include/gnu_java_util_prefs_gconf_GConfNativePeer.h: Removed.
+    * include/gnu_javax_sound_midi_alsa_AlsaMidiDeviceProvider.h: Removed.
+    * include/gnu_javax_sound_midi_alsa_AlsaMidiSequencerDevice.h: Removed.
+    * include/gnu_javax_sound_midi_alsa_AlsaPortDevice.h: Removed.
+    * include/gnu_javax_sound_midi_dssi_DSSIMidiDeviceProvider.h: Removed.
+    * include/gnu_javax_sound_midi_dssi_DSSISynthesizer.h: Removed.
+    * include/gnu_javax_sound_sampled_gstreamer_io_GstAudioFileReaderNativePeer.h: Removed.
+    * include/gnu_javax_sound_sampled_gstreamer_io_GstInputStream.h: Removed.
+    * include/gnu_javax_sound_sampled_gstreamer_lines_GstNativeDataLine.h: Removed.
+    * include/gnu_javax_sound_sampled_gstreamer_lines_GstPipeline.h: Removed.
+    * include/gnu_xml_libxmlj_dom_GnomeAttr.h: Removed.
+    * include/gnu_xml_libxmlj_dom_GnomeDocument.h: Removed.
+    * include/gnu_xml_libxmlj_dom_GnomeDocumentBuilder.h: Removed.
+    * include/gnu_xml_libxmlj_dom_GnomeDocumentType.h: Removed.
+    * include/gnu_xml_libxmlj_dom_GnomeElement.h: Removed.
+    * include/gnu_xml_libxmlj_dom_GnomeEntity.h: Removed.
+    * include/gnu_xml_libxmlj_dom_GnomeNamedNodeMap.h: Removed.
+    * include/gnu_xml_libxmlj_dom_GnomeNode.h: Removed.
+    * include/gnu_xml_libxmlj_dom_GnomeNodeList.h: Removed.
+    * include/gnu_xml_libxmlj_dom_GnomeNotation.h: Removed.
+    * include/gnu_xml_libxmlj_dom_GnomeProcessingInstruction.h: Removed.
+    * include/gnu_xml_libxmlj_dom_GnomeTypeInfo.h: Removed.
+    * include/gnu_xml_libxmlj_dom_GnomeXPathExpression.h: Removed.
+    * include/gnu_xml_libxmlj_dom_GnomeXPathNodeList.h: Removed.
+    * include/gnu_xml_libxmlj_dom_GnomeXPathResult.h: Removed.
+    * include/gnu_xml_libxmlj_sax_GnomeLocator.h: Removed.
+    * include/gnu_xml_libxmlj_sax_GnomeXMLReader.h: Removed.
+    * include/gnu_xml_libxmlj_transform_GnomeTransformer.h: Removed.
+    * include/gnu_xml_libxmlj_transform_GnomeTransformerFactory.h: Removed.
+    * include/java_io_VMFile.h: Removed.
+    * include/java_io_VMObjectInputStream.h: Removed.
+    * include/java_io_VMObjectStreamClass.h: Removed.
+    * include/java_lang_reflect_VMArray.h: Removed.
+    * include/java_lang_VMDouble.h: Removed.
+    * include/java_lang_VMFloat.h: Removed.
+    * include/java_lang_VMMath.h: Removed.
+    * include/java_lang_VMProcess.h: Removed.
+    * include/java_lang_VMSystem.h: Removed.
+    * include/java_net_VMInetAddress.h: Removed.
+    * include/java_net_VMNetworkInterface.h: Removed.
+    * include/java_net_VMURLConnection.h: Removed.
+    * include/java_nio_MappedByteBufferImpl.h: Removed.
+    * include/java_nio_VMDirectByteBuffer.h: Removed.
+
+2008-02-08  Roman Kennke  <kennke@aicas.com>
 
-2005-02-16  Michael Koch  <konqueror@gmx.de>
-
-       * java/awt/geom/Ellipse2D.java,
-       java/beans/PropertyDescriptor.java,
-       java/net/NetworkInterface.java,
-       java/nio/ByteBufferImpl.java,
-       java/nio/DoubleBufferImpl.java,
-       java/nio/FloatBufferImpl.java,
-       java/nio/IntBufferImpl.java,
-       java/nio/LongBufferImpl.java,
-       java/nio/ShortBufferImpl.java,
-       java/nio/channels/Channel.java,
-       java/util/Calendar.java,
-       java/util/Comparator.java,
-       java/util/Date.java,
-       java/util/SimpleTimeZone.java,
-       java/util/logging/FileHandler.java,
-       java/util/prefs/InvalidPreferencesFormatException.java,
-       java/util/prefs/Preferences.java,
-       javax/security/auth/callback/ConfirmationCallback.java,
-       javax/security/sasl/Sasl.java,
-       javax/security/sasl/SaslServerFactory.java,
-       javax/swing/JComponent.java,
-       javax/swing/JList.java,
-       javax/swing/JProgressBar.java,
-       javax/swing/JTree.java,
-       javax/swing/text/JTextComponent.java:
-       Fixed javadocs to contain valid (X)HTML.
-
-2005-02-16  Michael Koch  <konqueror@gmx.de>
-
-       * javax/xml/XMLConstants.java,
-       javax/xml/datatype/DatatypeConfigurationException.java,
-       javax/xml/datatype/DatatypeConstants.java,
-       javax/xml/datatype/DatatypeFactory.java,
-       javax/xml/datatype/Duration.java,
-       javax/xml/datatype/XMLGregorianCalendar.java,
-       javax/xml/namespace/NamespaceContext.java,
-       javax/xml/namespace/QName.java,
-       javax/xml/parsers/DocumentBuilder.java,
-       javax/xml/parsers/DocumentBuilderFactory.java,
-       javax/xml/parsers/FactoryConfigurationError.java,
-       javax/xml/parsers/ParserConfigurationException.java,
-       javax/xml/parsers/SAXParser.java,
-       javax/xml/parsers/SAXParserFactory.java,
-       javax/xml/transform/ErrorListener.java,
-       javax/xml/transform/OutputKeys.java,
-       javax/xml/transform/Result.java,
-       javax/xml/transform/Source.java,
-       javax/xml/transform/SourceLocator.java,
-       javax/xml/transform/Templates.java,
-       javax/xml/transform/Transformer.java,
-       javax/xml/transform/TransformerConfigurationException.java,
-       javax/xml/transform/TransformerException.java,
-       javax/xml/transform/TransformerFactory.java,
-       javax/xml/transform/TransformerFactoryConfigurationError.java,
-       javax/xml/transform/URIResolver.java,
-       javax/xml/transform/dom/DOMLocator.java,
-       javax/xml/transform/dom/DOMResult.java,
-       javax/xml/transform/dom/DOMSource.java,
-       javax/xml/transform/sax/SAXResult.java,
-       javax/xml/transform/sax/SAXSource.java,
-       javax/xml/transform/sax/SAXTransformerFactory.java,
-       javax/xml/transform/sax/TemplatesHandler.java,
-       javax/xml/transform/sax/TransformerHandler.java,
-       javax/xml/transform/stream/StreamResult.java,
-       javax/xml/transform/stream/StreamSource.java,
-       javax/xml/validation/Schema.java,
-       javax/xml/validation/SchemaFactory.java,
-       javax/xml/validation/TypeInfoProvider.java,
-       javax/xml/validation/Validator.java,
-       javax/xml/validation/ValidatorHandler.java,
-       javax/xml/xpath/XPathConstants.java,
-       javax/xml/xpath/XPathException.java,
-       javax/xml/xpath/XPathExpression.java,
-       javax/xml/xpath/XPathExpressionException.java,
-       javax/xml/xpath/XPathFactory.java,
-       javax/xml/xpath/XPathFactoryConfigurationException.java,
-       javax/xml/xpath/XPathFunction.java,
-       javax/xml/xpath/XPathFunctionException.java,
-       javax/xml/xpath/XPathFunctionResolver.java:
-       Fixed usage of @author tag.
-
-2005-02-16  Michael Koch  <konqueror@gmx.de>
-
-       * javax/XMLConstants.java,
-       javax/datatype/DatatypeConfigurationException.java,
-       javax/datatype/DatatypeConstants.java,
-       javax/datatype/DatatypeFactory.java,
-       javax/datatype/Duration.java,
-       javax/datatype/XMLGregorianCalendar.java,
-       javax/namespace/NamespaceContext.java,
-       javax/namespace/QName.java,
-       javax/parsers/DocumentBuilder.java,
-       javax/parsers/DocumentBuilderFactory.java,
-       javax/parsers/FactoryConfigurationError.java,
-       javax/parsers/ParserConfigurationException.java,
-       javax/parsers/SAXParser.java,
-       javax/parsers/SAXParserFactory.java,
-       javax/transform/ErrorListener.java,
-       javax/transform/OutputKeys.java,
-       javax/transform/Result.java,
-       javax/transform/Source.java,
-       javax/transform/SourceLocator.java,
-       javax/transform/Templates.java,
-       javax/transform/Transformer.java,
-       javax/transform/TransformerConfigurationException.java,
-       javax/transform/TransformerException.java,
-       javax/transform/TransformerFactory.java,
-       javax/transform/TransformerFactoryConfigurationError.java,
-       javax/transform/URIResolver.java,
-       javax/transform/dom/DOMLocator.java,
-       javax/transform/dom/DOMResult.java,
-       javax/transform/dom/DOMSource.java,
-       javax/transform/sax/SAXResult.java,
-       javax/transform/sax/SAXSource.java,
-       javax/transform/sax/SAXTransformerFactory.java,
-       javax/transform/sax/TemplatesHandler.java,
-       javax/transform/sax/TransformerHandler.java,
-       javax/transform/stream/StreamResult.java,
-       javax/transform/stream/StreamSource.java,
-       javax/validation/Schema.java,
-       javax/validation/SchemaFactory.java,
-       javax/validation/TypeInfoProvider.java,
-       javax/validation/Validator.java,
-       javax/validation/ValidatorHandler.java,
-       javax/xpath/XPathConstants.java,
-       javax/xpath/XPathException.java,
-       javax/xpath/XPathExpression.java,
-       javax/xpath/XPathExpressionException.java,
-       javax/xpath/XPathFactory.java,
-       javax/xpath/XPathFactoryConfigurationException.java,
-       javax/xpath/XPathFunction.java,
-       javax/xpath/XPathFunctionException.java,
-       javax/xpath/XPathFunctionResolver.java:
-       Fixed usage of @author tag.
-
-2005-02-16  Michael Koch  <konqueror@gmx.de>
-
-       * javax/accessibility/Accessible.java,
-       javax/accessibility/AccessibleAction.java,
-       javax/accessibility/AccessibleBundle.java,
-       javax/accessibility/AccessibleComponent.java,
-       javax/accessibility/AccessibleContext.java,
-       javax/accessibility/AccessibleEditableText.java,
-       javax/accessibility/AccessibleExtendedComponent.java,
-       javax/accessibility/AccessibleExtendedTable.java,
-       javax/accessibility/AccessibleHyperlink.java,
-       javax/accessibility/AccessibleHypertext.java,
-       javax/accessibility/AccessibleIcon.java,
-       javax/accessibility/AccessibleKeyBinding.java,
-       javax/accessibility/AccessibleRelation.java,
-       javax/accessibility/AccessibleRelationSet.java,
-       javax/accessibility/AccessibleResourceBundle.java,
-       javax/accessibility/AccessibleRole.java,
-       javax/accessibility/AccessibleSelection.java,
-       javax/accessibility/AccessibleState.java,
-       javax/accessibility/AccessibleStateSet.java,
-       javax/accessibility/AccessibleTable.java,
-       javax/accessibility/AccessibleTableModelChange.java,
-       javax/accessibility/AccessibleText.java,
-       javax/accessibility/AccessibleValue.java,
-       javax/imageio/IIOException.java,
-       javax/imageio/spi/IIOServiceProvider.java,
-       javax/imageio/spi/ImageInputStreamSpi.java,
-       javax/imageio/spi/ImageOutputStreamSpi.java,
-       javax/imageio/spi/ImageReaderWriterSpi.java,
-       javax/imageio/spi/ImageTranscoderSpi.java,
-       javax/imageio/spi/RegisterableService.java,
-       javax/imageio/spi/ServiceRegistry.java,
-       javax/imageio/stream/IIOByteBuffer.java,
-       javax/imageio/stream/ImageInputStream.java,
-       javax/imageio/stream/ImageOutputStream.java,
-       javax/naming/Binding.java,
-       javax/naming/CannotProceedException.java,
-       javax/naming/CompositeName.java,
-       javax/naming/CompoundName.java,
-       javax/naming/LinkException.java,
-       javax/naming/LinkRef.java,
-       javax/naming/NameClassPair.java,
-       javax/naming/Reference.java,
-       javax/naming/ReferralException.java,
-       javax/naming/directory/Attribute.java,
-       javax/naming/directory/AttributeModificationException.java,
-       javax/naming/directory/Attributes.java,
-       javax/naming/directory/DirContext.java,
-       javax/naming/directory/ModificationItem.java,
-       javax/naming/directory/SearchControls.java,
-       javax/naming/directory/SearchResult.java,
-       javax/naming/event/EventContext.java,
-       javax/naming/event/EventDirContext.java,
-       javax/naming/event/NamespaceChangeListener.java,
-       javax/naming/event/NamingExceptionEvent.java,
-       javax/naming/event/NamingListener.java,
-       javax/naming/event/ObjectChangeListener.java,
-       javax/naming/ldap/Control.java,
-       javax/naming/ldap/ExtendedResponse.java,
-       javax/naming/ldap/HasControls.java,
-       javax/naming/ldap/LdapContext.java,
-       javax/naming/ldap/UnsolicitedNotification.java,
-       javax/naming/ldap/UnsolicitedNotificationEvent.java,
-       javax/naming/ldap/UnsolicitedNotificationListener.java,
-       javax/naming/spi/DirectoryManager.java,
-       javax/naming/spi/ResolveResult.java,
-       javax/naming/spi/Resolver.java,
-       javax/swing/DefaultBoundedRangeModel.java,
-       javax/swing/JRadioButton.java,
-       javax/swing/JTextArea.java,
-       javax/swing/JToggleButton.java,
-       javax/swing/SpinnerListModel.java,
-       javax/swing/event/EventListenerList.java,
-       javax/swing/text/Utilities.java,
-       javax/swing/undo/UndoManager.java,
-       javax/swing/undo/UndoableEditSupport.java,
-       javax/transaction/HeuristicCommitException.java,
-       javax/transaction/HeuristicMixedException.java,
-       javax/transaction/HeuristicRollbackException.java,
-       javax/transaction/InvalidTransactionException.java,
-       javax/transaction/NotSupportedException.java,
-       javax/transaction/RollbackException.java,
-       javax/transaction/Status.java,
-       javax/transaction/Synchronization.java,
-       javax/transaction/SystemException.java,
-       javax/transaction/Transaction.java,
-       javax/transaction/TransactionManager.java,
-       javax/transaction/TransactionRequiredException.java,
-       javax/transaction/TransactionRolledbackException.java,
-       javax/transaction/UserTransaction.java,
-       javax/transaction/xa/XAException.java,
-       javax/transaction/xa/XAResource.java,
-       javax/transaction/xa/Xid.java:
-       Fixed usage of @author tag all over.
-
-2005-02-16  Michael Koch  <konqueror@gmx.de>
-
-       * java/applet/Applet.java,
-       java/beans/AppletInitializer.java,
-       java/beans/ExceptionListener.java,
-       java/beans/PropertyChangeEvent.java,
-       java/beans/PropertyChangeListenerProxy.java,
-       java/beans/PropertyChangeSupport.java,
-       java/beans/PropertyDescriptor.java,
-       java/beans/VetoableChangeListenerProxy.java,
-       java/beans/VetoableChangeSupport.java,
-       java/io/BufferedInputStream.java,
-       java/io/BufferedReader.java,
-       java/io/ByteArrayInputStream.java,
-       java/io/ByteArrayOutputStream.java,
-       java/io/CharArrayReader.java,
-       java/io/CharArrayWriter.java,
-       java/io/CharConversionException.java,
-       java/io/DataInput.java,
-       java/io/DataInputStream.java,
-       java/io/DataOutput.java,
-       java/io/DataOutputStream.java,
-       java/io/EOFException.java,
-       java/io/FileInputStream.java,
-       java/io/FileNotFoundException.java,
-       java/io/FileOutputStream.java,
-       java/io/FilenameFilter.java,
-       java/io/FilterInputStream.java,
-       java/io/FilterOutputStream.java,
-       java/io/FilterReader.java,
-       java/io/FilterWriter.java,
-       java/io/IOException.java,
-       java/io/InputStream.java,
-       java/io/InputStreamReader.java,
-       java/io/InterruptedIOException.java,
-       java/io/LineNumberInputStream.java,
-       java/io/LineNumberReader.java,
-       java/io/ObjectStreamException.java,
-       java/io/OptionalDataException.java,
-       java/io/OutputStream.java,
-       java/io/OutputStreamWriter.java,
-       java/io/PrintStream.java,
-       java/io/PrintWriter.java,
-       java/io/PushbackInputStream.java,
-       java/io/PushbackReader.java,
-       java/io/RandomAccessFile.java,
-       java/io/Reader.java,
-       java/io/SequenceInputStream.java,
-       java/io/Serializable.java,
-       java/io/StreamCorruptedException.java,
-       java/io/StreamTokenizer.java,
-       java/io/StringBufferInputStream.java,
-       java/io/StringWriter.java,
-       java/io/SyncFailedException.java,
-       java/io/UTFDataFormatException.java,
-       java/io/UnsupportedEncodingException.java,
-       java/io/WriteAbortedException.java,
-       java/io/Writer.java,
-       java/lang/AbstractMethodError.java,
-       java/lang/ArithmeticException.java,
-       java/lang/ArrayIndexOutOfBoundsException.java,
-       java/lang/ArrayStoreException.java,
-       java/lang/AssertionError.java,
-       java/lang/Boolean.java,
-       java/lang/Byte.java,
-       java/lang/ClassCastException.java,
-       java/lang/ClassCircularityError.java,
-       java/lang/ClassLoader.java,
-       java/lang/ClassNotFoundException.java,
-       java/lang/CloneNotSupportedException.java,
-       java/lang/Cloneable.java,
-       java/lang/Comparable.java,
-       java/lang/Compiler.java,
-       java/lang/Double.java,
-       java/lang/Error.java,
-       java/lang/Exception.java,
-       java/lang/ExceptionInInitializerError.java,
-       java/lang/Float.java,
-       java/lang/IllegalAccessError.java,
-       java/lang/IllegalAccessException.java,
-       java/lang/IllegalArgumentException.java,
-       java/lang/IllegalMonitorStateException.java,
-       java/lang/IllegalStateException.java,
-       java/lang/IllegalThreadStateException.java,
-       java/lang/IncompatibleClassChangeError.java,
-       java/lang/IndexOutOfBoundsException.java,
-       java/lang/InheritableThreadLocal.java,
-       java/lang/InstantiationError.java,
-       java/lang/InstantiationException.java,
-       java/lang/Integer.java,
-       java/lang/InternalError.java,
-       java/lang/InterruptedException.java,
-       java/lang/LinkageError.java,
-       java/lang/Long.java,
-       java/lang/NegativeArraySizeException.java,
-       java/lang/NoClassDefFoundError.java,
-       java/lang/NoSuchFieldError.java,
-       java/lang/NoSuchFieldException.java,
-       java/lang/NoSuchMethodError.java,
-       java/lang/NoSuchMethodException.java,
-       java/lang/NullPointerException.java,
-       java/lang/Number.java,
-       java/lang/NumberFormatException.java,
-       java/lang/OutOfMemoryError.java,
-       java/lang/Process.java,
-       java/lang/Runnable.java,
-       java/lang/Runtime.java,
-       java/lang/RuntimeException.java,
-       java/lang/RuntimePermission.java,
-       java/lang/SecurityException.java,
-       java/lang/SecurityManager.java,
-       java/lang/Short.java,
-       java/lang/StackOverflowError.java,
-       java/lang/StackTraceElement.java,
-       java/lang/StringBuffer.java,
-       java/lang/StringIndexOutOfBoundsException.java,
-       java/lang/ThreadDeath.java,
-       java/lang/ThreadGroup.java,
-       java/lang/Throwable.java,
-       java/lang/UnsatisfiedLinkError.java,
-       java/lang/UnsupportedOperationException.java,
-       java/lang/VerifyError.java,
-       java/lang/VirtualMachineError.java,
-       java/lang/reflect/AccessibleObject.java,
-       java/lang/reflect/Array.java,
-       java/lang/reflect/InvocationTargetException.java,
-       java/lang/reflect/Member.java,
-       java/lang/reflect/Modifier.java,
-       java/lang/reflect/Proxy.java,
-       java/lang/reflect/ReflectPermission.java,
-       java/lang/reflect/UndeclaredThrowableException.java,
-       java/math/BigInteger.java,
-       java/nio/ByteBufferHelper.java,
-       java/nio/channels/IllegalBlockingModeException.java,
-       java/nio/charset/spi/CharsetProvider.java,
-       java/security/AccessControlException.java,
-       java/security/AllPermission.java,
-       java/security/BasicPermission.java,
-       java/security/DigestException.java,
-       java/security/DigestInputStream.java,
-       java/security/DigestOutputStream.java,
-       java/security/GeneralSecurityException.java,
-       java/security/Guard.java,
-       java/security/GuardedObject.java,
-       java/security/InvalidAlgorithmParameterException.java,
-       java/security/InvalidKeyException.java,
-       java/security/InvalidParameterException.java,
-       java/security/Key.java,
-       java/security/KeyException.java,
-       java/security/KeyManagementException.java,
-       java/security/KeyStoreException.java,
-       java/security/MessageDigestSpi.java,
-       java/security/NoSuchAlgorithmException.java,
-       java/security/NoSuchProviderException.java,
-       java/security/Permission.java,
-       java/security/PermissionCollection.java,
-       java/security/Permissions.java,
-       java/security/Principal.java,
-       java/security/PrivateKey.java,
-       java/security/PrivilegedActionException.java,
-       java/security/ProviderException.java,
-       java/security/PublicKey.java,
-       java/security/SecureRandom.java,
-       java/security/SecureRandomSpi.java,
-       java/security/SignatureException.java,
-       java/security/SignatureSpi.java,
-       java/security/SignedObject.java,
-       java/security/Signer.java,
-       java/security/UnrecoverableKeyException.java,
-       java/security/UnresolvedPermission.java,
-       java/security/acl/AclNotFoundException.java,
-       java/security/acl/LastOwnerException.java,
-       java/security/acl/NotOwnerException.java,
-       java/security/cert/CertPath.java,
-       java/security/cert/CertPathBuilderException.java,
-       java/security/cert/CertPathValidatorException.java,
-       java/security/cert/CertStoreException.java,
-       java/text/BreakIterator.java,
-       java/text/ChoiceFormat.java,
-       java/text/CollationElementIterator.java,
-       java/text/CollationKey.java,
-       java/text/Collator.java,
-       java/text/DateFormat.java,
-       java/text/DateFormatSymbols.java,
-       java/text/FieldPosition.java,
-       java/text/Format.java,
-       java/text/MessageFormat.java,
-       java/text/ParseException.java,
-       java/text/ParsePosition.java,
-       java/text/StringCharacterIterator.java,
-       java/util/AbstractCollection.java,
-       java/util/AbstractList.java,
-       java/util/AbstractMap.java,
-       java/util/AbstractSequentialList.java,
-       java/util/AbstractSet.java,
-       java/util/ArrayList.java,
-       java/util/Arrays.java,
-       java/util/BitSet.java,
-       java/util/Collection.java,
-       java/util/Collections.java,
-       java/util/Comparator.java,
-       java/util/ConcurrentModificationException.java,
-       java/util/EmptyStackException.java,
-       java/util/Enumeration.java,
-       java/util/EventListener.java,
-       java/util/EventListenerProxy.java,
-       java/util/EventObject.java,
-       java/util/HashMap.java,
-       java/util/HashSet.java,
-       java/util/Hashtable.java,
-       java/util/IdentityHashMap.java,
-       java/util/Iterator.java,
-       java/util/LinkedHashSet.java,
-       java/util/LinkedList.java,
-       java/util/List.java,
-       java/util/ListIterator.java,
-       java/util/ListResourceBundle.java,
-       java/util/Map.java,
-       java/util/MissingResourceException.java,
-       java/util/NoSuchElementException.java,
-       java/util/Observable.java,
-       java/util/Observer.java,
-       java/util/Properties.java,
-       java/util/PropertyPermissionCollection.java,
-       java/util/RandomAccess.java,
-       java/util/Set.java,
-       java/util/SortedMap.java,
-       java/util/SortedSet.java,
-       java/util/Stack.java,
-       java/util/StringTokenizer.java,
-       java/util/TooManyListenersException.java,
-       java/util/TreeMap.java,
-       java/util/TreeSet.java,
-       java/util/Vector.java,
-       java/util/logging/Level.java,
-       java/util/prefs/BackingStoreException.java:
-       Fixed @author tag all over.
-
-2005-02-16  Michael Koch  <konqueror@gmx.de>
-
-       * java/awt/AWTError.java,
-       java/awt/AWTEvent.java,
-       java/awt/AWTEventMulticaster.java,
-       java/awt/AWTException.java,
-       java/awt/AWTKeyStroke.java,
-       java/awt/AWTPermission.java,
-       java/awt/ActiveEvent.java,
-       java/awt/Adjustable.java,
-       java/awt/AlphaComposite.java,
-       java/awt/AttributeValue.java,
-       java/awt/BorderLayout.java,
-       java/awt/BufferCapabilities.java,
-       java/awt/Button.java,
-       java/awt/Canvas.java,
-       java/awt/CheckboxGroup.java,
-       java/awt/CheckboxMenuItem.java,
-       java/awt/Color.java,
-       java/awt/ColorPaintContext.java,
-       java/awt/Component.java,
-       java/awt/ComponentOrientation.java,
-       java/awt/Composite.java,
-       java/awt/CompositeContext.java,
-       java/awt/Container.java,
-       java/awt/ContainerOrderFocusTraversalPolicy.java,
-       java/awt/DefaultFocusTraversalPolicy.java,
-       java/awt/Dialog.java,
-       java/awt/Dimension.java,
-       java/awt/DisplayMode.java,
-       java/awt/FileDialog.java,
-       java/awt/FontFormatException.java,
-       java/awt/Graphics.java,
-       java/awt/Graphics2D.java,
-       java/awt/GraphicsConfigTemplate.java,
-       java/awt/GraphicsConfiguration.java,
-       java/awt/GraphicsDevice.java,
-       java/awt/GridBagLayout.java,
-       java/awt/GridBagLayoutInfo.java,
-       java/awt/GridLayout.java,
-       java/awt/HeadlessException.java,
-       java/awt/IllegalComponentStateException.java,
-       java/awt/Image.java,
-       java/awt/Insets.java,
-       java/awt/ItemSelectable.java,
-       java/awt/JobAttributes.java,
-       java/awt/KeyEventDispatcher.java,
-       java/awt/KeyEventPostProcessor.java,
-       java/awt/KeyboardFocusManager.java,
-       java/awt/Label.java,
-       java/awt/LayoutManager.java,
-       java/awt/MenuBar.java,
-       java/awt/MenuComponent.java,
-       java/awt/MenuContainer.java,
-       java/awt/PageAttributes.java,
-       java/awt/Paint.java,
-       java/awt/PaintContext.java,
-       java/awt/Panel.java,
-       java/awt/Point.java,
-       java/awt/Polygon.java,
-       java/awt/PrintGraphics.java,
-       java/awt/PrintJob.java,
-       java/awt/Rectangle.java,
-       java/awt/RenderingHints.java,
-       java/awt/Shape.java,
-       java/awt/Stroke.java,
-       java/awt/SystemColor.java,
-       java/awt/Toolkit.java,
-       java/awt/Transparency.java,
-       java/awt/Window.java,
-       java/awt/color/CMMException.java,
-       java/awt/color/ColorSpace.java,
-       java/awt/color/ICC_ColorSpace.java,
-       java/awt/color/ICC_Profile.java,
-       java/awt/color/ProfileDataException.java,
-       java/awt/datatransfer/FlavorTable.java,
-       java/awt/datatransfer/MimeTypeParseException.java,
-       java/awt/datatransfer/Transferable.java,
-       java/awt/datatransfer/UnsupportedFlavorException.java,
-       java/awt/dnd/Autoscroll.java,
-       java/awt/dnd/DnDConstants.java,
-       java/awt/dnd/DragGestureListener.java,
-       java/awt/dnd/DragSourceAdapter.java,
-       java/awt/dnd/DragSourceDropEvent.java,
-       java/awt/dnd/DragSourceListener.java,
-       java/awt/dnd/DragSourceMotionListener.java,
-       java/awt/dnd/DropTargetAdapter.java,
-       java/awt/dnd/DropTargetContext.java,
-       java/awt/dnd/DropTargetListener.java,
-       java/awt/dnd/InvalidDnDOperationException.java,
-       java/awt/dnd/MouseDragGestureRecognizer.java,
-       java/awt/dnd/peer/DropTargetContextPeer.java,
-       java/awt/event/AWTEventListener.java,
-       java/awt/event/AWTEventListenerProxy.java,
-       java/awt/event/ActionEvent.java,
-       java/awt/event/AdjustmentEvent.java,
-       java/awt/event/AdjustmentListener.java,
-       java/awt/event/ComponentAdapter.java,
-       java/awt/event/ComponentEvent.java,
-       java/awt/event/ComponentListener.java,
-       java/awt/event/ContainerAdapter.java,
-       java/awt/event/ContainerEvent.java,
-       java/awt/event/ContainerListener.java,
-       java/awt/event/FocusAdapter.java,
-       java/awt/event/FocusEvent.java,
-       java/awt/event/FocusListener.java,
-       java/awt/event/InputEvent.java,
-       java/awt/event/InputMethodEvent.java,
-       java/awt/event/InputMethodListener.java,
-       java/awt/event/InvocationEvent.java,
-       java/awt/event/ItemEvent.java,
-       java/awt/event/ItemListener.java,
-       java/awt/event/KeyAdapter.java,
-       java/awt/event/KeyEvent.java,
-       java/awt/event/KeyListener.java,
-       java/awt/event/MouseAdapter.java,
-       java/awt/event/MouseEvent.java,
-       java/awt/event/MouseListener.java,
-       java/awt/event/MouseMotionAdapter.java,
-       java/awt/event/MouseMotionListener.java,
-       java/awt/event/MouseWheelEvent.java,
-       java/awt/event/MouseWheelListener.java,
-       java/awt/event/PaintEvent.java,
-       java/awt/event/TextEvent.java,
-       java/awt/event/TextListener.java,
-       java/awt/event/WindowAdapter.java,
-       java/awt/event/WindowEvent.java,
-       java/awt/event/WindowFocusListener.java,
-       java/awt/event/WindowListener.java,
-       java/awt/event/WindowStateListener.java,
-       java/awt/font/TextHitInfo.java,
-       java/awt/geom/CubicCurve2D.java,
-       java/awt/geom/Dimension2D.java,
-       java/awt/geom/Ellipse2D.java,
-       java/awt/geom/IllegalPathStateException.java,
-       java/awt/geom/Line2D.java,
-       java/awt/geom/NoninvertibleTransformException.java,
-       java/awt/geom/PathIterator.java,
-       java/awt/geom/Point2D.java,
-       java/awt/geom/QuadCurve2D.java,
-       java/awt/geom/RectangularShape.java,
-       java/awt/geom/RoundRectangle2D.java,
-       java/awt/im/InputContext.java,
-       java/awt/im/InputMethodHighlight.java,
-       java/awt/im/InputMethodRequests.java,
-       java/awt/im/InputSubset.java,
-       java/awt/im/spi/InputMethod.java,
-       java/awt/im/spi/InputMethodDescriptor.java,
-       java/awt/image/BandCombineOp.java,
-       java/awt/image/BandedSampleModel.java,
-       java/awt/image/ByteLookupTable.java,
-       java/awt/image/ComponentSampleModel.java,
-       java/awt/image/DataBuffer.java,
-       java/awt/image/DataBufferByte.java,
-       java/awt/image/DataBufferDouble.java,
-       java/awt/image/DataBufferFloat.java,
-       java/awt/image/DataBufferInt.java,
-       java/awt/image/DataBufferShort.java,
-       java/awt/image/DataBufferUShort.java,
-       java/awt/image/ImagingOpException.java,
-       java/awt/image/Kernel.java,
-       java/awt/image/LookupTable.java,
-       java/awt/image/MultiPixelPackedSampleModel.java,
-       java/awt/image/PackedColorModel.java,
-       java/awt/image/PixelInterleavedSampleModel.java,
-       java/awt/image/RGBImageFilter.java,
-       java/awt/image/Raster.java,
-       java/awt/image/RasterFormatException.java,
-       java/awt/image/SampleModel.java,
-       java/awt/image/ShortLookupTable.java,
-       java/awt/image/SinglePixelPackedSampleModel.java,
-       java/awt/image/WritableRaster.java,
-       java/awt/print/PrinterAbortException.java,
-       java/awt/print/PrinterException.java,
-       java/awt/print/PrinterIOException.java:
-       Fixed @author tag all over.
-
-2005-02-16  Michael Koch  <konqueror@gmx.de>
-
-       * java/awt/EventQueue.java: Reworked import statements.
-       * java/lang/StringBuilder.java
-       (DEFAULT_CAPACITY): Reordered modifiers.
-       * java/text/SimpleDateFormat.java: Reworked import statements.
-       Fixed one littel formatting issue.
-       (formatData): Removed a useless comment.
-       * javax/imageio/ImageIO.java: Reworked import statements.
-       * javax/swing/text/StringContent.java: Likewise.
-       * javax/swing/JTextField.java: Likewise.
-       (notifyAction): Added javadoc.
-
-2005-02-15  Mark Wielaard  <mark@klomp.org>
-
-       * java/util/jar/Attributes.java (Name.CLASS_PATH): Document that
-       file path elements are separated by spaces.
-
-2005-02-15  Mark Wielaard  <mark@klomp.org>
-
-       * javax/net/ssl/SSLContext.java (getInstance): Add exception message
-       and/or cause before throwing.
-
-2005-02-15  Mark Wielaard  <mark@klomp.org>
-
-       * java/net/URLClassLoader.java (JarURLLoader.JarURLLoader): Just use
-       space for parsing CLASS_PATH attribute.
-
-2005-02-15  Andrew Haley  <aph@redhat.com>
+       * gnu/java/awt/peer/gtk/GtkComponentPeer.java,
+       * gnu/java/awt/peer/gtk/GtkToolkit.java: Removed mistakenly
+       committed code.
 
-       * java/net/URLClassLoader.java
-       (URLLoader.getClassPath): New method.
-       (JarURLLoader.JarURLLoader): Read mainfest to parse "Class-Path"
-       attribute and add URLs for each entry.
-       (JarURLLoader.classPath): New field.
-       (JarURLLoader.getClassPath): New method.
-       (addURLImpl): Scan through the list of extraUrls in the new
-       loader, adding them to our urlinfos.
-       (definePackage, findURLResource, findResources): Use
-       urlinfos.size(), not urls.size().
+2008-02-08  Roman Kennke  <kennke@aicas.com>
 
-2005-02-14  Tom Tromey  <tromey@redhat.com>
-
-       * java/net/URLClassLoader.java (URLLoader(URLClassLoader, URL,
-       URL)): New constructor.
-
-2005-02-14  Mark Wielaard  <mark@klomp.org>
-
-       * java/net/URLClassLoader.java (findClass): Throw
-       ClassNotFoundExceptions including urls, plus parent using toString().
-       (thisString): New field.
-       (toString): New method.
-
-       * java/lang/ClassLoader (defaultGetSystemClassLoader): Only install
-       ExtensionClassLoader when there are actual extension URLs.
-
-2005-02-14  Mark Wielaard  <mark@klomp.org>
-
-       * native/jni/xmlj/.cvsignore: Add *.o, *.a, *.lo, *.la, .libs, .deps.
-
-2005-02-14  Sven de Marothy  <sven@physto.se>
-
-       * java/util/Calendar.java 
-       (Calendar): Constructor should clear fields.
-
-2005-02-14  Sven de Marothy  <sven@physto.se>
-
-       * javax/swing/SpinnerDateModel.java: Implemented.
-
-2005-02-14  Sven de Marothy  <sven@physto.se>
-
-       * java/util/Calendar.java 
-       (clear): Dates should clear to local time.
-       * java/util/GregorianCalendar.java      
-       (computeTime): Fix priority problem with DAY_OF_WEEK,
-       Handle non-sunday-startig weeks and minimumDaysInFirstWeek.
-
-2005-02-13  Mark Wielaard  <mark@klomp.org>
-
-       * java/awt/AWTKeyStroke.java (getAWTKeyStroke(String)): Throw
-       IllegalArgumentException when the given String is null.
-
-       * javax/swing/KeyStroke.java (getKeyStroke(String)): Return null
-       when given keystoke sequence cannot be parsed.
-
-       * javax/swing/JRootPane.java (setJMenuBar): Remove current menubar
-       if one is installed. Only install the given menubar is not null.
-
-       * javax/swing/JViewport.java (getViewSize): Return an empty
-       Dimension when the view isn't set or preferred component size when
-       no viewSize is set.
-
-       * javax/swing/ViewportLayout.java (preferredLayoutSize): Return an
-       empty Dimension when there is no view set.
-       (minimumLayoutSize): Likewise.
-       (layoutContainer): Don't try to layout when there is no view.
-
-2005-02-13  Mark Wielaard  <mark@klomp.org>
-
-       # Fixes bug #11957
-       * java/io/ObjectInputStream.java (resolveClass): Don't check "void"
-       twice.
-
-2005-02-13  Tom Tromey  <tromey@redhat.com>
-
-       * gnu/xml/aelfred2/SAXDriver.java: Ensure that null is returned when
-       attribute index is out of bounds.
-
-2005-02-12  Mark Wielaard  <mark@klomp.org>
-
-       Fixes bug #11949
-       * java/awt/BasicStroke.java (hashCode): Check for null dash.
-
-2005-02-11  Andrew John Hughes  <gnu_andrew@member.fsf.org>
-
-       * gnu/java/awt/color/ClutProfileConverter.java,
-       gnu/java/awt/peer/ClasspathTextLayoutPeer.java,
-       gnu/java/awt/peer/gtk/GdkFontPeer.java,
-       gnu/java/awt/peer/gtk/GdkGlyphVector.java,
-       gnu/java/awt/peer/gtk/GdkGraphics2D.java,
-       gnu/java/awt/peer/gtk/GdkGraphicsEnvironment.java,
-       gnu/java/awt/peer/gtk/GdkPixbufDecoder.java,
-       gnu/java/awt/peer/gtk/GdkRobotPeer.java,
-       gnu/java/awt/peer/gtk/GdkTextLayout.java,
-       gnu/java/awt/peer/gtk/GtkButtonPeer.java,
-       gnu/java/awt/peer/gtk/GtkCheckboxMenuItemPeer.java,
-       gnu/java/awt/peer/gtk/GtkCheckboxPeer.java,
-       gnu/java/awt/peer/gtk/GtkChoicePeer.java,
-       gnu/java/awt/peer/gtk/GtkComponentPeer.java,
-       gnu/java/awt/peer/gtk/GtkContainerPeer.java,
-       gnu/java/awt/peer/gtk/GtkDialogPeer.java,
-       gnu/java/awt/peer/gtk/GtkFileDialogPeer.java,
-       gnu/java/awt/peer/gtk/GtkFontPeer.java,
-       gnu/java/awt/peer/gtk/GtkFramePeer.java,
-       gnu/java/awt/peer/gtk/GtkLabelPeer.java,
-       gnu/java/awt/peer/gtk/GtkMenuComponentPeer.java,
-       gnu/java/awt/peer/gtk/GtkMenuItemPeer.java,
-       gnu/java/awt/peer/gtk/GtkScrollPanePeer.java,
-       gnu/java/awt/peer/gtk/GtkTextComponentPeer.java,
-       gnu/java/awt/peer/gtk/GtkToolkit.java,
-       gnu/java/awt/peer/gtk/GtkWindowPeer.java,
-       gnu/java/io/EncodingManager.java,
-       gnu/java/io/decode/DecoderUTF8.java,
-       gnu/java/net/protocol/file/Connection.java,
-       gnu/java/net/protocol/ftp/ActiveModeDTP.java,
-       gnu/java/net/protocol/ftp/BlockInputStream.java,
-       gnu/java/net/protocol/ftp/BlockOutputStream.java,
-       gnu/java/net/protocol/ftp/CompressedOutputStream.java,
-       gnu/java/net/protocol/ftp/StreamInputStream.java,
-       gnu/java/net/protocol/ftp/StreamOutputStream.java,
-       gnu/java/net/protocol/http/Cookie.java,
-       gnu/java/net/protocol/http/HTTPConnection.java,
-       gnu/java/net/protocol/http/HTTPDateFormat.java,
-       gnu/java/net/protocol/http/Request.java,
-       gnu/java/nio/SelectorImpl.java,
-       gnu/java/rmi/dgc/DGCImpl.java,
-       gnu/java/rmi/server/UnicastConnectionManager.java,
-       gnu/java/security/pkcs/SignerInfo.java,
-       gnu/java/security/provider/EncodedKeyFactory.java,
-       gnu/java/security/provider/GnuDHPublicKey.java,
-       gnu/java/security/provider/PKIXCertPathValidatorImpl.java,
-       gnu/java/security/x509/X500DistinguishedName.java,
-       gnu/java/security/x509/X509CRL.java,
-       gnu/java/security/x509/X509CRLEntry.java,
-       gnu/java/security/x509/X509Certificate.java,
-       gnu/java/security/x509/ext/AuthorityKeyIdentifier.java,
-       gnu/java/security/x509/ext/CertificatePolicies.java,
-       gnu/java/security/x509/ext/PolicyConstraint.java,
-       gnu/xml/aelfred2/SAXDriver.java,
-       gnu/xml/dom/Consumer.java,
-       gnu/xml/dom/DomCharacterData.java,
-       gnu/xml/dom/DomDocument.java,
-       gnu/xml/dom/DomDocumentBuilder.java,
-       gnu/xml/dom/DomIterator.java,
-       gnu/xml/dom/DomNode.java,
-       gnu/xml/dom/DomXPathExpression.java,
-       gnu/xml/dom/DomXPathResult.java,
-       gnu/xml/dom/JAXPFactory.java,
-       gnu/xml/dom/ls/DomLSException.java,
-       gnu/xml/libxmlj/dom/GnomeDocumentBuilder.java,
-       gnu/xml/libxmlj/dom/GnomeXPathNodeList.java,
-       gnu/xml/libxmlj/sax/GnomeXMLReader.java,
-       gnu/xml/libxmlj/transform/GnomeTransformer.java,
-       gnu/xml/libxmlj/transform/GnomeTransformerFactory.java,
-       gnu/xml/libxmlj/util/XMLJ.java,
-       gnu/xml/pipeline/CallFilter.java,
-       gnu/xml/pipeline/DomConsumer.java,
-       gnu/xml/pipeline/LinkFilter.java,
-       gnu/xml/pipeline/NSFilter.java,
-       gnu/xml/pipeline/TeeConsumer.java,
-       gnu/xml/pipeline/ValidationConsumer.java,
-       gnu/xml/pipeline/WellFormednessFilter.java,
-       gnu/xml/pipeline/XIncludeFilter.java,
-       gnu/xml/pipeline/XsltFilter.java,
-       gnu/xml/transform/ApplyImportsNode.java,
-       gnu/xml/transform/Bindings.java,
-       gnu/xml/transform/DocumentFunction.java,
-       gnu/xml/transform/FormatNumberFunction.java,
-       gnu/xml/transform/NodeNumberNode.java,
-       gnu/xml/transform/NumberNode.java,
-       gnu/xml/transform/Stylesheet.java,
-       gnu/xml/transform/SystemPropertyFunction.java,
-       gnu/xml/transform/Template.java,
-       gnu/xml/transform/TemplatesImpl.java,
-       gnu/xml/transform/TransformerImpl.java,
-       gnu/xml/transform/ValueOfNode.java,
-       gnu/xml/transform/XSLURIResolver.java,
-       gnu/xml/util/DoParse.java,
-       gnu/xml/util/Resolver.java,
-       gnu/xml/xpath/Expr.java,
-       gnu/xml/xpath/FunctionCall.java,
-       gnu/xml/xpath/RelationalExpr.java,
-       gnu/xml/xpath/Selector.java,
-       gnu/xml/xpath/XPathParser.java,
-       java/beans/XMLDecoder.java,
-       java/text/SimpleDateFormat.java,
-       javax/swing/JPopupMenu.java,
-       javax/swing/JSpinner.java,
-       javax/swing/SortingFocusTraversalPolicy.java,
-       javax/swing/SwingUtilities.java,
-       javax/swing/plaf/basic/BasicComboBoxEditor.java,
-       javax/swing/plaf/basic/BasicComboBoxRenderer.java,
-       javax/swing/tree/DefaultMutableTreeNode.java,
-       javax/xml/parsers/DocumentBuilder.java,
-       javax/xml/parsers/DocumentBuilderFactory.java,
-       javax/xml/transform/sax/SAXTransformerFactory.java,
-       vm/reference/java/lang/VMClassLoader.java,
-       vm/reference/java/lang/VMProcess.java,
-       vm/reference/java/lang/VMRuntime.java,
-       vm/reference/java/lang/VMSystem.java,
-       vm/reference/java/security/VMAccessController.java:
-       Removed unused imports and expanded starred
-       imports.
-
-2005-02-12  Michael Koch  <konqueror@gmx.de>
-
-       * include/gnu_java_awt_peer_gtk_GdkFontPeer.h,
-       include/gnu_java_awt_peer_gtk_GdkGraphics2D.h:
-       Regenerated.
-
-2005-02-12  Graydon Hoare  <graydon@redhat.com>
-
-       * gnu/java/awt/peer/gtk/GdkGraphicsConfiguration.java: Add.
-
-2005-02-12  Graydon Hoare  <graydon@redhat.com>
-
-       * gnu/java/awt/peer/gtk/GdkFontPeer.java
-       (getGlyphVector):
-       (getFontMetrics):
-       (getTextMetrics): New native methods.
-       * gnu/java/awt/peer/gtk/GdkFontMetrics.java: Remove native parts.
-       * gnu/java/awt/peer/gtk/GdkGlyphVector.java: Likewise.
-       * gnu/java/awt/peer/gtk/GdkGraphicsEnvironment.java: 
-       Hold reference to GtkToolkit.
-       * gnu/java/awt/peer/gtk/GdkGraphics2D.java
-       (cairoSetFont):
-       (cairoDrawGdkTextLayout):
-       (cairoDrawString): 
-       (getPeerTextMetrics):
-       (getPeerFontMetrics): Remove.
-       (setFont): Don't call cairoSetFont.
-       (cairoDrawGlyphVector): Accept font peer argument.
-       (drawGlyphVector): Pass font peer to cairoDrawGlyphVector.
-       * gnu/java/awt/peer/gtk/GdkPixbufDecoder.java:
-       (finalize): Call finish from here.
-       (produce): Not from here.
-       * gnu/java/awt/peer/gtk/GdkScreenGraphicsDevice.java:
-       Hold reference to GdkGraphicsEnvironment.
-       * gnu/java/awt/peer/gtk/GtkToolkit.java:
-       (getFontMetrics): Change locking.
-       (getBounds): New method.
-       (getLocalGraphicsEnvironment): Pass reference to this.
-
-       * include/Makefile.am: Remove entries for GdkFontMetrics, GdkGlyphVector.
-       * include/gnu_java_awt_peer_gtk_GdkFontMetrics.h: Remove.
-       * include/gnu_java_awt_peer_gtk_GdkFontPeer.h: Regenerate.
-       * include/gnu_java_awt_peer_gtk_GdkGlyphVector.h: Remove.
-       * include/gnu_java_awt_peer_gtk_GdkGraphics2D.h: Regenerate.
-
-       * native/jni/gtk-peer/Makefile.am
-       Remove entries for GdkFontMetrics, GdkGlyphVector.
-       * native/jni/gtk-peer/gdkfont.h: Add #defines, remove struct glyphvec.
-       * native/jni/gtk-peer/gnu_java_awt_peer_gtk_GdkGraphics2D.c
-       (ensure_metrics_cairo):
-       (Java_gnu_java_awt_peer_gtk_GdkGraphics2D_cairoSetFont):
-       (Java_gnu_java_awt_peer_gtk_GdkGraphics2D_cairoDrawString):
-       (Java_gnu_java_awt_peer_gtk_GdkGraphics2D_getPeerFontMetrics):
-       (Java_gnu_java_awt_peer_gtk_GdkGraphics2D_getPeerTextMetrics):
-       (metrics_cairo):
-       (metrics_surface): Remove.
-       (Java_gnu_java_awt_peer_gtk_GdkGraphics2D_cairoDrawGlyphVector):
-       Pass and install font peer.
-       * native/jni/gtk-peer/gnu_java_awt_peer_gtk_GtkButtonPeer.c:
-       Release GDK lock while performing upcalls.
-       * native/jni/gtk-peer/gnu_java_awt_peer_gtk_GdkFontMetrics.c: Remove.
-       * native/jni/gtk-peer/gnu_java_awt_peer_gtk_GdkFontPeer.c
-       (Java_gnu_java_awt_peer_gtk_GdkFontPeer_getGlyphVector):
-       (Java_gnu_java_awt_peer_gtk_GdkFontPeer_getFontMetrics): 
-       (Java_gnu_java_awt_peer_gtk_GdkFontPeer_getTextMetrics): New methods.
-       * native/jni/gtk-peer/gnu_java_awt_peer_gtk_GdkGlyphVector.c: Remove.
-
-2005-02-11  Craig Black  <craig.black@aonix.com>
-
-       * gnu/java/awt/peer/gtk/GtkCheckboxMenuItem.java
-       (postMenuActionEvent): Implement to notify ItemListeners.
-       * java/awt/CheckboxMenuItem.java
-       (dispatchEventImpl): Update state on ItemEvent.
-       * java/awt/MenuItem.java
-       (processActionEvent): Retarget event source.
-
-2005-02-11  Thomas Fitzsimmons  <fitzsim@redhat.com>
-
-       * jni/gtk-peer/gnu_java_awt_peer_gtk_GtkFileDialogPeer.c (create):
-       Use GTK's built-in file system backend.  Use GTK_RESPONSE_ACCEPT.
-       (handle_response): Use GTK_RESPONSE_ACCEPT.
-
-2005-02-10  Michael Koch  <konqueror@gmx.de>
-
-       * configure.ac: Define GTK_CAIRO in config.h
-       * native/jni/gtk-peer/gnu_java_awt_peer_gtk_GtkToolkit.c
-       (gtkInit): Compile Graphics2D stuff conditionally.
-
-2005-02-10  Chris Burdess  <dog@gnu.org>
+       * gnu/java/awt/peer/gtk/CairoGraphics2D.java,
+       * gnu/java/awt/peer/gtk/GdkFontPeer.java,
+       * gnu/java/awt/peer/gtk/GdkGraphicsEnvironment.java,
+       * gnu/java/awt/peer/gtk/GdkPixbufDecoder.java,
+       * gnu/java/awt/peer/gtk/GdkScreenGraphicsDevice.java,
+       * gnu/java/awt/peer/gtk/GtkComponentPeer.java,
+       * gnu/java/awt/peer/gtk/GtkToolkit.java: Only call
+       System.loadLibrary() when configured so.
 
-       * gnu/xml/dom/DomAttr.java,
-       gnu/xml/dom/DomCDATA.java,
-       gnu/xml/dom/DomCDATASection.java,
-       gnu/xml/dom/DomCharacterData.java,
-       gnu/xml/dom/DomDOMException.java,
-       gnu/xml/dom/DomDoctype.java,
-       gnu/xml/dom/DomDocument.java,
-       gnu/xml/dom/DomDocumentConfiguration.java,
-       gnu/xml/dom/DomDocumentFragment.java,
-       gnu/xml/dom/DomElement.java,
-       gnu/xml/dom/DomEx.java,
-       gnu/xml/dom/DomFragment.java,
-       gnu/xml/dom/DomImpl.java,
-       gnu/xml/dom/DomIterator.java,
-       gnu/xml/dom/DomNamedNodeMap.java,
-       gnu/xml/dom/DomNode.java,
-       gnu/xml/dom/DomNsNode.java,
-       gnu/xml/dom/DomPI.java,
-       gnu/xml/dom/DomProcessingInstruction.java,
-       gnu/xml/dom/DomText.java,
-       gnu/xml/dom/DomLSEx.java,
-       gnu/xml/dom/DomLSException.java,
-       gnu/xml/dom/DomLSParser.java,
-       gnu/xml/dom/DomLSSerializer.java: Refactoring of exception and DOM
-       implementation class names to conform to Classpath guidelines. Make
-       DomLSException use JDK 1.4+ exception chaining.
-       * gnu/xml/util/SAXNullTransformerFactory.java,
-       gnu/xml/xpath/Predicate.java: Use constants relative to declaring
-       class or interface.
+2008-02-08  Dalibor Topic  <robilad@kaffe.org>
 
-2005-02-10  Michael Koch  <konqueror@gmx.de>
+       * NEWS: Documented removal of floatToIntBits and doubleToLongBits from
+       VM interface.
 
-       * javax/swing/JTabbedPane.java
-       (Page.setDisplayedMnemonicIndex): Handle empty menmonic.
+2008-02-08  Dalibor Topic  <robilad@kaffe.org>
 
-2005-02-10  Graydon Hoare  <graydon@redhat.com>
+       * vm/reference/java/lang/VMFloat.java (floatToIntBits): Removed unused
+       method.
 
-       * jni/gtk-peer/gnu_java_awt_peer_gtk_GtkEvents.c,
-       jni/gtk-peer/gnu_java_awt_peer_gtk_GtkComponentPeer.c,
-       jni/gtk-peer/gnu_java_awt_peer_gtk_GtkTextComponentPeer.c,
-       jni/gtk-peer/gnu_java_awt_peer_gtk_GtkWindowPeer.c:
-       Release GDK lock during upcalls.
+       * native/jni/java-lang/java_lang_VMFloat.c (Java_java_lang_VMFloat_floatToIntBits): Removed unused function.
 
-2005-02-10  Michael Koch  <konqueror@gmx.de>
+       * include/java_lang_VMDouble.h: Regenerated.
+       
+       * doc/cp-vmintegration.texinfo (java.lang.VMFloat): Removed
+       unused method floatToIntBits. (java.lang.VMDouble): Use similar
+       text to text used for floatToRawIntBits for doubleToLongBits.
 
-       * native/jni/gtk-peer/gnu_java_awt_peer_gtk_GtkImagePainter.c:
-       Merged file header from java-gui-20050128-branch.
+2008-02-08  Dalibor Topic  <robilad@kaffe.org>
 
-2005-02-10  Michael Koch  <konqueror@gmx.de>
+       * java/lang/Float.java (floatToIntBits): Simplified. 
 
-       * java/awt/Container.java (paramString):
-       If layoutMgr is null just return result of super.paramString().
+2008-02-08  Dalibor Topic  <robilad@kaffe.org>
 
-2005-02-10  Jeroen Frijters  <jeroen@frijters.net>
+       * m4/acinclude.m4 (CLASSPATH_CHECK_JAVAH) [USER_JAVAH]: Check for gjavah-4.2
+       and gjavah-4.1.
 
-       * java/text/Collator.java (getInstance(Locale)):
-       Added default collation pattern to handle case when resource
-       is missing and throw InternalError instead of returning null
-       should parsing fail.
+2008-02-08  Dalibor Topic  <robilad@kaffe.org>
 
-2005-02-09  Mark Wielaard  <mark@klomp.org>
+       * vm/reference/java/lang/VMDouble.java (doubleToLongBits): Removed unused method.
 
-       * gnu/java/net/protocol/jar/Connection.java (getJarFile): 
-       Rename jar_file to jf.
+       * native/jni/java-lang/java_lang_VMDouble.c (Java_java_lang_VMDouble_doubleToLongBits): 
+       Removed unused function.
 
-2005-02-09  Tom Tromey  <tromey@redhat.com>
+       * include/java_lang_VMDouble.h: Regenerated.
+       
+       * doc/cp-vmintegration.texinfo (java.lang.VMDouble): Removed
+       unused method doubleToLongBits.
 
-       * gnu/java/net/protocol/jar/Connection.java (getJarFile): Open
-       jar file with OPEN_DELETE.
-       * java/util/zip/ZipFile.java (ZipFile): Call deleteOnExit when
-       OPEN_DELETE is used.
+2008-02-08  Dalibor Topic  <robilad@kaffe.org>
 
-2005-02-09  Michael Koch  <konqueror@gmx.de>
+       * java/lang/Double.java (doubleToLongBits): Simplified.
 
-       * java/awt/Scrollbar.java: Reformatted.
+2008-02-07  Ian Rogers  <ian.rogers@manchester.ac.uk>
 
-2005-02-08  Tom Tromey  <tromey@redhat.com>
+       * java/lang/String.java
+       (replace): Only copy "live" portion of String. Use array copies in preference
+        to clone.
+       (toLowerCaseTurkish): likewise
+        (toLowerCase): likewise
+       (toUpperCaseTurkish): likewise
+       (toUpperCase): likewise
+       (toCharArray): Use array copies in preference to clone.
 
-       * java/net/URI.java (AUTHORITY_REGEXP): Handle case where user
-       name or port is missing.
-       (AUTHORITY_USERINFO_GROUP, AUTHORITY_HOST_GROUP,
-       AUTHORITY_PORT_GROUP): Updated.
+2008-02-05  Ian Rogers  <ian.rogers@manchester.ac.uk>
 
-2005-02-08  Craig Black  <craig.black@aonix.com>
+       * gnu/java/lang/reflect/TypeSignature.java
+       * java/io/BufferedReader.java
+       * java/io/DataInputStream.java
+       * java/lang/StackTraceElement.java
+       * java/lang/Throwable.java
+       * java/lang/reflect/Proxy.java
+       * java/net/URI.java
+       * java/net/URLClassLoader.java
+       * java/net/URLEncoder.java
+       * java/text/SimpleDateFormat.java
+       * java/util/AbstractMap.java
+       * java/util/Calendar.java
+       * java/util/Date.java
+       * java/util/Hashtable.java
+       Use StringBuilder in preference to StringBuffer
+       * java/util/Calendar.java
+       * java/util/Hashtable.java
+       Make private fields that can be final, final
+       * java/net/URI.java
+       Avoid creating Integer objects for the sake of comparison
+       * java/lang/reflect/Proxy.java
+       * java/text/SimpleDateFormat.java
+       Swap use of "new Character/Integer" to use of valueOf methods
 
-       * native/jni/gtk-peer/gnu_java_awt_peer_gtk_GdkGraphics.c
-       (copyState): Pass a JNI global reference to signal handler.
-       (realize_cb): Use and free JNI global reference.
+2008-01-29  Ito Kazumitsu  <kaz@maczuka.gcd.org>
 
-       * native/jni/gtk-peer/gnu_java_awt_peer_gtk_GtkChoicePeer.c
-       (create): Pass a JNI global reference to signal handler.
-       (selection_changed): Match declaration.
+       Fixes bug #22941
+       * java/io/DataInputStream.java(readUTFLong): New method.
+       (readUTF): New private method.
+       * java/io/DataOutputStream.java(getUTFlength): Made package-private,
+       Return type changed to long.
+       (writeUTF): Use the new method writeUTFShort.
+       (writeUTFShort): New package-private method.
+       (writeUTFLong): New package-private method.
+       (writeUTFBytes): New private method.
+       * java/io/ObjectInputStream.java(parseContent): Separate the
+       handling of TC_LONGSTRING from TC_STRING.
+       * java/io/ObjectOutputStream.java(writeObject): When to write a
+       String, use writeUTFShort or writeUTFLong depending on the byte length.
 
-       * native/jni/gtk-peer/gnu_java_awt_peer_gtk_GtkGenericPeer.c
-       (dispose): Do not remove entries from state tables until after widget is
-       destroyed.
+2008-01-27  Bernhard Fischer  <rep.dot.nop@gmail.com>
 
-2005-02-08  Michael Koch  <konqueror@gmx.de>
+       * java/util/SimpleTimeZone.java (SimpleTimeZone): Fix typo in comment.
+       * gnu/CORBA/GIOP/v1_2/RequestHeader.java (RequestHeader): Fix typo in
+       exception message.
 
-       * native/jni/java-nio/java_nio_VMDirectByteBuffer.c
-       (NIOGetPointer): Handle case of pointer size != 32 bit.
-       (NIOGetRawData): Likewise.
-       (Java_java_nio_VMDirectByteBuffer_init): Likewise.
-       Fixed asking for primitive type 'long'.
+2008-01-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
 
-2005-02-08  Michael Koch  <konqueror@gmx.de>
+       * doc/README.jaxp: Fix typos.
 
-       * configure.ac: Define substition variable GTK_CAIRO_ENABLED.
-       Fix handling of GTK_CAIRO conditional.
-       * gnu/classpath/Configuration.java.in (GTK_CAIRO_ENABLED):
-       New constant.
-       * gnu/java/awt/peer/gtk/GdkGraphics2D.java (static):
-       Throw error when Cairo support was not enabled during configure time.
+2008-01-25  Dalibor Topic  <robilad@kaffe.org>
 
-2005-02-08  Michael Koch  <konqueror@gmx.de>
+       * tools/gnu/classpath/tools/native2ascii/Native2ASCII.java 
+       (createParser): Removed unused "reversed" misspelling. Use 
+       Native2ASCII.ReverseHelp instead of Native2ASCII.ReversedHelp.
 
-       * javax/swing/tree/DefaultMutableTreeNode.java:
-       Reworked Javadocs all over.
-       (getPathToRoot): Fixed direction of result array initialization.
+       * resource/gnu/classpath/tools/native2ascii/messages.properties
+       (Native2ASCII.ReverseHelp): New, renamed from ... 
+       (Native2ASCII.ReversedHelp): Removed.
+       (Native2ASCII.ReversedHelpCompat): Removed.
 
-2005-02-07  Mark Wielaard  <mark@klomp.org>
+2008-01-24  Tom Tromey  <tromey@redhat.com>
 
-       * java/util/ResourceBundle.java (getObject): Clarify
-       MissingResourceException detailed message.
-       (tryBundle(String,ClassLoader)): Likewise.
+       * resource/gnu/classpath/tools/native2ascii/messages.properties
+       (Native2ASCII.ReversedHelpCompat): New.
+       * tools/gnu/classpath/tools/native2ascii/Native2ASCII.java
+       (createParser): Add -reverse.  Update -reversed.
 
-2005-02-07  Craig Black  <craig.black@aonix.com>
+2008-01-21  Luciano Chavez  <lnx1138@us.ibm.com>
 
-       * native/jni/classpath/native_state.c
-       (add_node): Update head pointer when moving node to front of list.
+       PR libgcj/34369:
+       * java/net/URI.java (relativize): Check initial segment for
+       trailing "/".
 
-2005-02-07  Andrew John Hughes  <gnu_andrew@member.fsf.org>
+2008-01-14  Andrew John Hughes  <gnu_andrew@member.fsf.org>
 
-       * acinclude.m4:
-       (CLASSPATH_FIND_JAVAC): Add ECJ option.
-       (CLASSPATH_WITH_ECJ): New function.
-       (CLASSPATH_CHECK_ECJ): New function.
-       * examples/Makefile.am:
-       Allow examples to be built with ecj.
-=======
->>>>>>> .merge-right.r109770
-       * lib/Makefile.am:
-       (dist-hook): Preserve attributes of Java sources when copying to
-       dist dir.
+       * m4/acinclude.m4:
+       Remove bootclasspath option which fails with
+       OpenJDK javac.
+       
+2008-01-14  Roman Kennke  <kennke@aicas.com>
 
-2006-01-03  Raif S. Naffah  <raif@swiftdsl.com.au>
+       * javax/tools/FileObject.java: New interface.
 
-       * AUTHORS: Added self.
-       * java/security/Security.java (getProvider): Ensures provider's name is
-         not null, not an empty string, and is trimmed before usage.
+2008-01-14  Andrew John Hughes  <gnu_andrew@member.fsf.org>
 
-2006-01-01  Audrius Meskauskas  <AudriusA@Bioinformatics.org>
+       * javax/accessibility/AccessibleAction.java:
+       (CLICK): Added.
+       (TOGGLE_POPUP): Likewise.
+       * javax/accessbiility/AccessibleRole.java:
+       (HTML_CONTAINER): Added.
+       
+2008-01-14  Andrew John Hughes  <gnu_andrew@member.fsf.org>
 
-       * gnu/CORBA/Poa/AOM.java (add):
-       Changed parameter Object into gnuServantObject.
-       (Obj.object): Changed type to gnuServantObject.
-       (findObject): Rewritten.
+       * javax/accessibility/AccessibleAttributeSequence.java:
+       (AccessibleAttributeSequence(int,int,AttributeSet)):
+       Implemented.
+       * javax/accessibility/AccessibleTextSequence.java:
+       (AccessibleTextSequence(int,int,String)):
+       Likewise.
+       
+2008-01-13  Leen Toelen  <toelen@gmail.com>
+
+       * native/fdlibm/ieeefp.h: Added avr32 support.
+
+2008-01-09  Stefan Huehner <stefan@huehner.org>
+       
+       * native/jni/java-io/java_io_VMObjectStreamClass.c,
+       * native/jni/java-lang/java_lang_VMDouble.c,
+       * native/jni/java-net/java_net_VMInetAddress.c:
+       Don't discard const by casting (const char *) to
+       (char *) when it's not needed.
+
+2008-01-09  Stefan Huehner <stefan@huehner.org>
+
+       * gnu/classpath/jdwp/event/ExceptionEvent.java,
+       * gnu/java/awt/peer/gtk/GtkMainThread.java:
+       Use Boolean.TRUE|FALSE instead of new Boolean(true|false)
+       * gnu/java/rmi/server/ConnectionRunnerPool.java,
+       * gnu/xml/aelfred2/XmlParser.java,
+       * gnu/xml/libxmlj/dom/GnomeXPathResult.java,
+       * gnu/xml/stream/XIncludeFilter.java:
+       Use Integer|Double|Charater.toString(var) instead of
+       new Integer|Double|Character(var).toString()
 
-2006-01-01  Andreas Tobler  <a.tobler@schweiz.ch>
+2006-01-09  Roman Kennke  <kennke@aicas.com>
 
-       * native/jni/qt-peer/mainqtthread.cpp: Remove call to disable double
-       buffering. Ability has gone in Qt-4.1.x.
+       * javax/tools/Diagnostic.java,
+       * javax/tools/DiagnosticListener.java:
+       New interfaces.
 
-       * configure.ac (QT_CFLAGS): Check for 4.1.0 version and for QtCore
-       to have the right include flags.
+2006-01-09  Roman Kennke  <kennke@aicas.com>
 
-2006-01-01  Raif S. Naffah  <raif@swiftdsl.com.au>
+       * gnu/java/awt/peer/x/XWindowPeer.java
+       (getFontMetrics): Re-enable that for X fonts.
+
+2008-01-09  Stefan Huehner <stefan@huehner.org>
+
+
+       * examples/gnu/classpath/examples/java2d/J2dBenchmark.java,
+       * gnu/CORBA/OrbFocused.java,
+       * gnu/CORBA/CDR/HeadlessInput.java,
+       * gnu/java/awt/peer/gtk/CairoGraphics2D.java,
+       * gnu/java/awt/peer/gtk/GtkFramePeer.java,
+       * gnu/java/awt/peer/qt/QtMenuPeer.java,
+       * gnu/java/nio/FileChannelImpl.java,
+       * gnu/java/nio/SocketChannelSelectionKeyImpl.java,
+       * gnu/java/security/Engine.java,
+       * gnu/javax/imageio/jpeg/JPEGComponent.java,
+       * gnu/javax/imageio/jpeg/JPEGDecoder.java,
+       * gnu/javax/imageio/jpeg/JPEGFrame.java,
+       * gnu/javax/print/PrinterDialog.java,
+       * gnu/javax/security/auth/Password.java,
+       * gnu/javax/swing/text/html/parser/support/Parser.java,
+       * gnu/javax/swing/text/html/parser/support/parameterDefaulter.java,
+       * gnu/xml/pipeline/DomConsumer.java,
+       * java/awt/AWTKeyStroke.java,
+       * java/awt/DefaultKeyboardFocusManager.java,
+       * java/awt/GridBagLayout.java,
+       * java/awt/dnd/DragGestureRecognizer.java,
+       * java/awt/geom/Arc2D.java,
+       * java/awt/geom/CubicCurve2D.java,
+       * java/awt/geom/QuadCurve2D.java,
+       * java/awt/im/InputContext.java,
+       * java/awt/image/AffineTransformOp.java,
+       * java/beans/Encoder.java,
+       * java/io/ObjectInputStream.java,
+       * java/io/ObjectStreamClass.java,
+       * java/net/ResolverCache.java,
+       * java/nio/charset/Charset.java,
+       * java/security/SecureClassLoader.java,
+       * java/text/MessageFormat.java,
+       * java/util/jar/Manifest.java,
+       * javax/accessibility/AccessibleRelationSet.java,
+       * javax/imageio/ImageReader.java,
+       * javax/imageio/metadata/IIOMetadataNode.java,
+       * javax/print/attribute/standard/MediaSize.java,
+       * javax/print/attribute/standard/PrinterStateReasons.java,
+       * javax/swing/JTree.java,
+       * javax/swing/table/DefaultTableColumnModel.java,
+       * javax/swing/text/html/MinimalHTMLWriter.java,
+       * javax/swing/text/html/parser/DTD.java,
+       * javax/swing/tree/DefaultMutableTreeNode.java,
+       * javax/swing/undo/UndoManager.java,
+       * org/omg/CosNaming/NamingContextExtPOA.java,
+       * org/omg/CosNaming/NamingContextPOA.java,
+       * org/omg/CosNaming/_NamingContextExtImplBase.java,
+       * org/omg/CosNaming/_NamingContextImplBase.java,
+       * tools/gnu/classpath/tools/appletviewer/CommonAppletStub.java:
+       Remove unneeded casts
 
-       * java/security/MessageDigest.java (getInstance(String,String)):
-       Use trimmed copy of provider name.
-       * gnu/java/security/Engine.java
-       (getInstance(String,String,Provider,Object[])): Use trimmed copy of
-       service and algorithm names.
+2006-01-09  Roman Kennke  <kennke@aicas.com>
 
-2006-01-01  Raif S. Naffah  <raif@swiftdsl.com.au>
+       * java/text/CollationElementIterator.java
+       (text): Changed type to CharacterIterator.
+       (CollationElementIterator(RuleBasedCollator,CharacterIterator)): New
+       constructor.
+       (setOffset(int)): Use CharacterIterator.getEndIndex() instead of
+       String.length().
+       (setText(String)): Wrap string into a StringCharacterIterator.
+       * java/text/RuleBasedCollator.java
+       (getCollationElementIterator(CharacterIterator)): Simply return
+       CollationElementIterator for the character iterator, instead of
+       expanding things.
+
+2008-01-08  Andrew John Hughes  <gnu_andrew@member.fsf.org>
+
+        PR classpath/34579:
+       * m4/acinclude.m4:
+       (CLASSPATH_CHECK_JAVAC): Delete Colour.java
+
+2008-01-04  Stefan Huehner <stefan@huehner.org>
+
+       * gnu/CORBA/BigDecimalHelper.java,
+       * gnu/CORBA/CDR/AbstractCdrInput.java,
+       * gnu/CORBA/CDR/AbstractCdrOutput.java,
+       * gnu/CORBA/CDR/HeadlessInput.java,
+       * gnu/CORBA/CDR/gnuRuntime.java,
+       * gnu/CORBA/Connected_objects.java,
+       * gnu/CORBA/GIOP/CancelHeader.java,
+       * gnu/CORBA/GIOP/v1_0/CancelHeader.java,
+       * gnu/CORBA/IOR.java,
+       * gnu/CORBA/Interceptor/Registrator.java,
+       * gnu/CORBA/IorDelegate.java,
+       * gnu/CORBA/NamingService/NameTransformer.java,
+       * gnu/CORBA/ObjectCreator.java,
+       * gnu/CORBA/OrbFunctional.java,
+       * gnu/CORBA/Poa/AOM.java,
+       * gnu/CORBA/Poa/gnuPOA.java,
+       * gnu/CORBA/Poa/gnuPOAManager.java,
+       * gnu/CORBA/Poa/gnuServantObject.java,
+       * gnu/CORBA/typecodes/FixedTypeCode.java,
+       * gnu/CORBA/typecodes/RecursiveTypeCode.java,
+       * gnu/java/awt/AWTUtilities.java,
+       * gnu/java/awt/peer/gtk/CairoGraphics2D.java,
+       * gnu/java/awt/peer/gtk/CairoSurface.java,
+       * gnu/java/awt/peer/swing/SwingMenuBarPeer.java,
+       * gnu/java/text/AttributedFormatBuffer.java,
+       * gnu/java/util/regex/REToken.java,
+       * gnu/javax/imageio/gif/GIFFile.java,
+       * gnu/javax/imageio/png/PNGDecoder.java,
+       * gnu/javax/management/Server.java,
+       * gnu/javax/naming/giop/ContextContinuation.java,
+       * gnu/javax/naming/jndi/url/rmi/ContextContinuation.java,
+       * gnu/javax/swing/text/html/css/Selector.java,
+       * gnu/javax/swing/text/html/parser/models/node.java,
+       * gnu/javax/swing/text/html/parser/support/Parser.java,
+       * gnu/javax/swing/text/html/parser/support/low/ReaderTokenizer.java,
+       * gnu/javax/swing/text/html/parser/support/textPreProcessor.java,
+       * gnu/xml/util/Resolver.java,
+       * java/awt/image/AreaAveragingScaleFilter.java,
+       * java/beans/Beans.java,
+       * java/beans/XMLDecoder.java,
+       * java/beans/beancontext/BeanContextServicesSupport.java,
+       * java/beans/beancontext/BeanContextSupport.java,
+       * java/io/CharArrayWriter.java,
+       * java/lang/System.java,
+       * java/net/ResolverCache.java,
+       * java/util/Calendar.java,
+       * java/util/Collections.java,
+       * java/util/Formatter.java,
+       * javax/accessibility/AccessibleEditableText.java,
+       * javax/imageio/ImageReader.java,
+       * javax/imageio/ImageTypeSpecifier.java,
+       * javax/imageio/ImageWriter.java,
+       * javax/imageio/spi/ServiceRegistry.java,
+       * javax/imageio/stream/ImageInputStream.java,
+       * javax/management/MBeanPermission.java,
+       * javax/rmi/CORBA/PortableRemoteObjectDelegate.java,
+       * javax/rmi/CORBA/Util.java,
+       * javax/rmi/CORBA/UtilDelegate.java,
+       * javax/rmi/CORBA/ValueHandler.java,
+       * javax/rmi/PortableRemoteObject.java,
+       * org/ietf/jgss/GSSContext.java,
+       * tools/gnu/classpath/tools/appletviewer/PluginAppletWindow.java,
+       * tools/gnu/classpath/tools/appletviewer/StandaloneAppletWindow.java,
+       * tools/gnu/classpath/tools/appletviewer/TagParser.java,
+       * vm/reference/gnu/java/nio/VMChannel.java:
+       Correct javadoc to match the functions' parameters
+       * gnu/java/awt/peer/swing/SwingTextFieldPeer.java:
+       Rename start_pos parameter to startPos to conform to style.
+
+2008-01-07  Jeroen Frijters  <jeroen@frijters.net>
+
+       * java/awt/image/Raster.java
+       (createInterleavedRaster): Fixed ComponentSampleModel constructor
+       argument order.
+
+2008-01-03  Andrew John Hughes  <gnu_andrew@member.fsf.org>
+
+        PR classpath/34579:
+       * m4/acinclude.m4:
+       (CLASSPATH_CHECK_JAVAC): Don't rely on 1.5 class
+       library.
+       
+2008-01-01  Andrew John Hughes  <gnu_andrew@member.fsf.org>
 
-       * java/net/InetAddress.java (getAllByName): use LOCALHOST if
-       localhost is null or is an empty string. Trim hostname before
-       lookup.
+       * ChangeLog-2007: New file.
 
 \f
 Local Variables: