summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* * configure.ac: Set version to 0.90.classpath-0_90-releaseclasspath-0_90-branchMark Wielaard2006-03-063-4/+9
| | | | * NEWS: Fix typos.
* Fixes bug #26568 reported by Paul Jenner <psj@harker.dyndns.org>Mark Wielaard2006-03-062-2/+12
| | | | | * native/fdlibm/fdlibm.h (__ieee754_rem_pio2): Return an int32_t. (isnan): Define explicitly isnan if it is not a macro.
* 2006-03-06 Robert Schuster <robertschuster@fsfe.org>Mark Wielaard2006-03-061-0/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | * javax/swing/text/GapContent.java: (insertString): Throw exception when argument is below zero. 2006-03-06 Robert Schuster <robertschuster@fsfe.org> * javax/swing/text/PlainDocument.java: (insertUpdate): Extended if-expression, added code to generate another Element when newly inserted characters and old ones will be on the same line. 2006-03-06 Robert Schuster <robertschuster@fsfe.org> * javax/swing/text/DefaultCaret.java: (mouseDragged): Do selection when shift is pressed. (mouseClicked): Implemented. 2006-03-06 Robert Schuster <robertschuster@fsfe.org> * javax/swing/text/PlainDocument.java: Fix copyright header, added author tags. (insertUpdate): Do not copy the whole document any more, added some more variables to prevent needless method calls.
* 2006-03-06 Christian Thalinger <twisti@complang.tuwien.ac.at>Mark Wielaard2006-03-062-1/+8
| | | | | | | * configure.ac: Check for FREETYPE2. This is a reverted patch and is required on Darwin. * native/jni/gtk-peer/Makefile.am (AM_LDFLAGS): Added FREETYPE2. (AM_CFLAGS): Likewise.
* * NEWS: Add updates for 0.90 release.Mark Wielaard2006-03-061-117/+0
|
* * configure.ac (VERSION): Set to 0.91-pre.Mark Wielaard2006-03-063-25/+56
| | | | * NEWS: Add updates for 0.90 release.
* 2006-03-06 Robert Schuster <robertschuster@fsfe.org>Robert Schuster2006-03-062-8/+26
| | | | | | | * javax/swing/text/PlainDocument.java: Fix copyright header, added author tags. (insertUpdate): Do not copy the whole document any more, added some more variables to prevent needless method calls.
* 2006-03-06 Christian Thalinger <twisti@complang.tuwien.ac.at>Christian Thalinger2006-03-063-4/+14
| | | | | | | * configure.ac: Check for FREETYPE2. This is a reverted patch and is required on Darwin. * native/jni/gtk-peer/Makefile.am (AM_LDFLAGS): Added FREETYPE2. (AM_CFLAGS): Likewise.
* 2006-03-06 David Gilbert <david.gilbert@object-refinery.com>David Gilbert2006-03-063-397/+399
| | | | | | | * javax/swing/tree/FixedHeightLayoutCache.java: Reformatted and fixed API doc tag warnings, * javax/swing/tree/VariableHeightLayoutCache.java: Likewise. ----------------------------------------------------------------------
* fixed bug in file connection unicode character decodingDalibor Topic2006-03-062-1/+9
| | | | | | | | 2006-03-06 Dalibor Topic <robilad@kaffe.org> * gnu/java/net/protocol/file/Connection.java (unquote): Update position in buffer after decoding a unicode character outside of the basic plane.
* 2006-03-06 Robert Schuster <robertschuster@fsfe.org>Robert Schuster2006-03-062-2/+17
| | | | | | * javax/swing/plaf/basic/BasicTextUI.java: (damageRange): Rewritten if-expressions to correctly identify the break condition.
* Fixes PR 26416.Robert Schuster2006-03-062-3/+56
| | | | | | | | 2006-03-06 Robert Schuster <robertschuster@fsfe.org> * javax/swing/text/DefaultCaret.java: (mouseDragged): Do selection when shift is pressed. (mouseClicked): Implemented.
* don't drop unicode characters outside the basic plane when quoting URI ↵Dalibor Topic2006-03-062-8/+11
| | | | | | | | | components 2006-03-06 Dalibor Topic <robilad@kaffe.org> * libraries/javalib/external/classpath/java/net/URI.java (quote): Pass Unicode characters outside the basic plane through.
* Fixes PR 26194.Robert Schuster2006-03-062-8/+27
| | | | | | | | | 2006-03-06 Robert Schuster <robertschuster@fsfe.org> * javax/swing/text/PlainDocument.java: (insertUpdate): Extended if-expression, added code to generate another Element when newly inserted characters and old ones will be on the same line.
* 2006-03-05 Robert Schuster <robertschuster@fsfe.org>Robert Schuster2006-03-052-1/+11
| | | | | | * javax/swing/text/GapContent.java: (insertString): Throw exception when argument is below zero.
* 2006-03-05 David Gilbert <david.gilbert@object-refinery.com>David Gilbert2006-03-053-3/+12
| | | | | | | | | * javax/swing/plaf/metal/MetalComboBoxButton.java (MetalComboBoxButton(JComboBox, Icon, boolean, CellRendererPane, JList)): Fixed API doc tag, * javax/swing/plaf/metal/MetalInternalFrameTitlePane (createLayout): Fixed API doc warning. ----------------------------------------------------------------------
* 2006-03-05 David Gilbert <david.gilbert@object-refinery.com>David Gilbert2006-03-053-16/+22
| | | | | | * javax/swing/DefaultFocusManager.java: Fixed bad API doc tags, * javax/swing/FocusManager.java: Likewise. ----------------------------------------------------------------------
* 2006-03-05 David Gilbert <david.gilbert@object-refinery.com>David Gilbert2006-03-055-84/+139
| | | | | | | | | | | | | * javax/swing/undo/StateEditable.java (restoreState): Fixed bad API doc tag, * javax/swing/undo/UndoableEdit.java: Copied API doc comments from AbstractUndoableEdit.java, * javax/swing/undo/UndoableEditSupport.java (createCompoundEdit): Fixed bad API doc tag, * javax/swing/undo/UndoManager.java (editToBeUndone): Fixed bad API doc tag, (editToBeRedone): Likewise. ----------------------------------------------------------------------
* 2006-03-05 David Gilbert <david.gilbert@object-refinery.com>David Gilbert2006-03-052-9/+10
| | | | | | * javax/swing/plaf/ComboBoxUI.java: Fixed typo in class description, and corrected a bad API doc tag. ----------------------------------------------------------------------
* 2006-03-05 David Gilbert <david.gilbert@object-refinery.com>David Gilbert2006-03-052-35/+45
| | | | | | * javax/swing/colorchooser/ColorSelectionModel.java: Reformatted and added API docs all over. ----------------------------------------------------------------------
* 2006-03-05 David Gilbert <david.gilbert@object-refinery.com>David Gilbert2006-03-053-5/+13
| | | | | | | | | * javax/swing/filechooser/FileFilter.java: (accept): Fixed API doc tag, (getDescription): Likewise, * javax/swing/filechooser/FileView.java: (isTraversable): Fixed API doc tag. ----------------------------------------------------------------------
* * vm/reference/java/lang/reflect/Constructor.java (toString): UseTom Tromey2006-03-055-55/+51
| | | | | | | | | | ClassHelper.getUserName. * vm/reference/java/lang/reflect/Method.java (toString): Use ClassHelper.getUserName. (getUserTypeName): Removed. * gnu/java/lang/ClassHelper.java (getUserName): New method. * vm/reference/java/lang/reflect/Field.java (toString): Use ClassHelper.getUserName.
* 2006-03-05 Olivier Jolly <olivier.jolly@pcedev.com>Olivier Jolly2006-03-052-1/+7
| | | | | | Fixes PR 22813 * java/net/URLClassLoader.java (FileURLLoader.getResource): Allows directories as valid resources.
* * configure.ac (VERSION): Set to 0.90-pre.classpath-0_90-branch-pointMark Wielaard2006-03-042-1/+5
|
* * javax/swing/SpringLayout.java (Constraints): New constructor.Tom Tromey2006-03-043-0/+162
| | | | | | * javax/swing/Spring.java (width): New method. (height): Likewise. (scale): Likewise.
* * gnu/java/net/protocol/http/HTTPConnection.java (Pool.get): RemoveMark Wielaard2006-03-042-0/+6
| | | | existing connection from pool before returning.
* * gnu/xml/stream/SAXParser.java (parse(InputSource)): IgnoreMark Wielaard2006-03-042-7/+22
| | | | | exceptions thrown by handlers while cleaning up and rethrow original exception.
* * java/beans/PropertyDescriptor.java (createPropertyEditor): NewTom Tromey2006-03-042-0/+74
| | | | | | method. (findConstructor): Likewise. (instantiateClass): Likewise.
* 2006-03-04 Audrius Meskauskas <AudriusA@Bioinformatics.org>Audrius Meskauskas2006-03-041-1/+4
| | | | | | | | | | * gnu/java/rmi/dgc/DGCImpl.java: More comments, boilerplate fix. (dirty): Do not synchronize on Hashtable. Use the passed (requested) lease value and not always the default one. (LeaseRecord): Remember the array of objects, marked as dirty. java/rmi/dgc/Lease.java: Boilerplate fix. Sorry, the just applied patch containes more changes, not just the boilerplate. Correcting the Changelog entry.
* 2006-03-04 Audrius Meskauskas <AudriusA@Bioinformatics.org>Audrius Meskauskas2006-03-043-95/+110
| | | | | * gnu/java/rmi/dgc/DGCImpl.java: More comments, boilerplate fix. * java/rmi/dgc/Lease.java: Boilerplate fix.
* 2006-03-05 Raif S. Naffah <raif@swiftdsl.com.au>Raif S. Naffah2006-03-042-4/+6
| | | | | * java/util/jar/Attributes.java (putValue): Made it public and updated method documentation.
* * java/awt/Container.java (remove(int)): Always call removeNotify()Mark Wielaard2006-03-042-2/+6
| | | | on removed Component.
* + Fixes bug #26460 reported by Beat Wolf <asraniel@fryx.ch>.Mark Wielaard2006-03-042-1/+7
| | | | | + * javax/swing/JEditorPane.java (setText): Check for empty String + with equals(), not equality (==).
* * javax/swing/text/html/HTMLDocument.java: Qualify ElementSpec asMark Wielaard2006-03-042-7/+16
| | | | DefaultStyledDocument.ElementSpec for gcj 4.0.x.
* 2006-03-04 David Gilbert <david.gilbert@object-refinery.com>David Gilbert2006-03-042-1/+6
| | | | | * javax/swing/text/GapContent.java (getArray): Mark as final.
* 2006-03-04 David Gilbert <david.gilbert@object-refinery.com>David Gilbert2006-03-042-29/+71
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * javax/swing/text/StyleConstants.java (CharacterConstants.Background): Marked final, (CharacterConstants.BidiLevel): Likewise, (CharacterConstants.Bold): Likewise, (CharacterConstants.ComponentAttribute): Likewise, (CharacterConstants.Family): Likewise, (CharacterConstants.Size): Likewise, (CharacterConstants.Foreground): Likewise, (CharacterConstants.IconAttribute): Likewise, (CharacterConstants.Italic): Likewise, (CharacterConstants.StrikeThrough): Likewise, (CharacterConstants.Subscript): Likewise, (CharacterConstants.Superscript): Likewise, (CharacterConstants.Underline): Likewise, (ColorConstants.Foreground): Likewise, (ColorConstants.Background): Likewise, (FontConstants.Bold): Likewise, (FontConstants.Family): Likewise, (FontConstants.Italic): Likewise, (FontConstants.Size): Likewise, (ParagraphConstants.Alignment): Likewise, (ParagraphConstants.FirstLineIndent): Likewise, (ParagraphConstants.LeftIndent): Likewise, (ParagraphConstants.LineSpacing): Likewise, (ParagraphConstants.Orientation): Likewise, (ParagraphConstants.RightIndent): Likewise, (ParagraphConstants.SpaceAbove): Likewise, (ParagraphConstants.SpaceBelow): Likewise, (ParagraphConstants.TabSet): Likewise. ----------------------------------------------------------------------
* * javax/net/ssl/SSLException.java: Added missing @since.Tom Tromey2006-03-042-0/+24
| | | | Wrote javadoc.
* * javax/net/ssl/SSLException.java (SSLException): New constructors.Tom Tromey2006-03-042-1/+19
| | | | (serialVersionUID): New field.
* * java/security/spec/InvalidKeySpecException.javaTom Tromey2006-03-036-10/+133
| | | | | | | | | | | | (InvalidKeySpecException): New constructors. * java/security/cert/CertificateParsingException.java (CertificateParsingException): New constructors. * java/security/cert/CertificateEncodingException.java (CertificateEncodingException): New constructors. * java/security/cert/CertificateException.java (CertificateException): New constructors. * java/security/cert/CRLException.java (CRLException): New constructors.
* * java/security/SignatureException.java (SignatureException): NewTom Tromey2006-03-0311-10/+252
| | | | | | | | | | | | | | | | | | | | | constructors. * java/security/ProviderException.java (ProviderException): New constructors. * java/security/NoSuchAlgorithmException.java (NoSuchAlgorithmException): New constructors. * java/security/KeyStoreException.java (KeyStoreException): New constructors. * java/security/KeyManagementException.java (KeyManagementException): New constructors. * java/security/InvalidKeyException.java (InvalidKeyException): New constructors. * java/security/KeyException.java (KeyException): New constructors. * java/security/InvalidAlgorithmParameterException.java (InvalidAlgorithmParameterException): New constructors. * java/security/DigestException.java (DigestException): New constructors. * java/security/GeneralSecurityException.java (GeneralSecurityException): New constructors.
* 2006-03-03 David Gilbert <david.gilbert@object-refinery.com>David Gilbert2006-03-0311-410/+349
| | | | | | | | | | | | | | | * javax/swing/event/CaretEvent.java: Reformatting and fixed API doc warnings, * javax/swing/event/DocumentEvent.java: Likewise, * javax/swing/event/EventListenerList.java: Likewise, * javax/swing/event/MenuDragMouseEvent.java: Likewise, * javax/swing/event/MenuKeyEvent.java: Likewise, * javax/swing/event/TableColumnModelEvent.java: Likewise, * javax/swing/event/TreeExpansionEvent.java: Likewise, * javax/swing/event/TreeModelEvent.java: Likewise, * javax/swing/event/TreeSelectionEvent.java: Likewise, * javax/swing/event/UndoableEditEvent.java: Likewise. ----------------------------------------------------------------------
* * java/awt/Insets.java (set): New method.Tom Tromey2006-03-032-0/+25
| | | | (equals): Added @since.
* * gnu/java/net/protocol/http/HTTPURLConnection.javaDavid Daney2006-03-034-210/+191
| | | | | | | | | | | | | (getRequestProperties): Rewrote. (addRequestProperty): Rewrote. (getHeaderFields): Rewrote. (getHeaderField): Rewrote. (getHeaderFieldKey): Rewrote. (getHeaderField): Removed useless cast. * gnu/java/net/protocol/http/Headers.java: Entire class rewritten. * gnu/java/net/protocol/http/Request.java (dispatch): Use new Headers interface. (notifyHeaderHandlers): Use new Headers interface.
* * javax/naming/NamingException.java (getExplanation): Javadoc fix.Tom Tromey2006-03-0343-42/+164
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * javax/naming/spi/ResolveResult.java, javax/naming/event/NamingExceptionEvent.java, javax/naming/event/NamingEvent.java, javax/naming/directory/SearchResult.java, javax/naming/directory/SearchControls.java, javax/naming/directory/SchemaViolationException.java, javax/naming/directory/NoSuchAttributeException.java, javax/naming/directory/ModificationItem.java, javax/naming/directory/InvalidSearchFilterException.java, javax/naming/directory/InvalidSearchControlsException.java, javax/naming/directory/InvalidAttributesException.java, javax/naming/directory/InvalidAttributeIdentifierException.java, javax/naming/directory/AttributeModificationException.java, javax/naming/directory/AttributeInUseException.java, javax/naming/TimeLimitExceededException.java, javax/naming/SizeLimitExceededException.java, javax/naming/PartialResultException.java, javax/naming/Reference.java, javax/naming/ServiceUnavailableException.java, javax/naming/OperationNotSupportedException.java, javax/naming/NotContextException.java, javax/naming/NoPermissionException.java, javax/naming/NoInitialContextException.java, javax/naming/NameNotFoundException.java, javax/naming/NameAlreadyBoundException.java, javax/naming/NameClassPair.java, javax/naming/MalformedLinkException.java, javax/naming/LinkLoopException.java, javax/naming/LinkException.java, javax/naming/LimitExceededException.java, javax/naming/InvalidNameException.java, javax/naming/InterruptedNamingException.java, javax/naming/InsufficientResourcesException.java, javax/naming/ContextNotEmptyException.java, javax/naming/ConfigurationException.java, javax/naming/CannotProceedException.java, javax/naming/CommunicationException.java, javax/naming/Binding.java, javax/naming/AuthenticationNotSupportedException.java, javax/naming/AuthenticationException.java: Added serialVersionUID.
* 2006-03-03 David Gilbert <david.gilbert@object-refinery.com>David Gilbert2006-03-032-58/+50
| | | | | * javax/swing/event/TableColumnModelEvent.java: Reformatted. ----------------------------------------------------------------------
* 2006-03-03 David Gilbert <david.gilbert@object-refinery.com>David Gilbert2006-03-032-12/+21
| | | | | * javax/swing/event/TableModelListener.java: Updated API docs. ----------------------------------------------------------------------
* * java/awt/Component.java (addNotify): Expand documentation.Mark Wielaard2006-03-032-4/+9
|
* * gnu/java/awt/peer/gtk/GtkComponentPeer.java (GtkComponentPeer):Mark Wielaard2006-03-033-37/+22
| | | | | | | | | Always call setParentAndBounds(). (setComponentBounds): Always call setBounds(). (setBounds): Call setVisible(). (setVisible): If no pixels are showing then don't make it visible. * gnu/java/awt/peer/gtk/GtkContainerPeer.java (endValidate): No need to call setParentAndBounds() anymore.
* 2006-03-03 Roman Kennke <kennke@aicas.com>Roman Kennke2006-03-033-35/+31
| | | | | | | | * javax/swing/JInternalFrame.java (JInternalFrame): Set frame invisible. (show): Reformatted. * javax/swing/plaf/basic/BasicInternalFrameUI.java (installDefaults): Do not set invisible here.
* 2006-03-03 Roman Kennke <kennke@aicas.com>Roman Kennke2006-03-032-1/+6
| | | | | * java/awt/Toolkit.java (getScreenInsets): Return (0,0,0,0) here.