[commit-cp] [bug #12977] Configure - couldn't find antlr.jar

2005-05-19 Thread Julian Scheid

Update of bug #12977 (project classpath):

  Status:None = Fixed  
 Assigned to:None = julian 

___

Follow-up Comment #1:

Directory /usr/share/antlr/lib has been added to the list of directories
searched for antlr.jar, so the upcoming 0.7.5 release should be building on
your system without you having to specify the location explicitly.  Could you
check that this is working and report back?


___

Reply to this item at:

  http://savannah.gnu.org/bugs/?func=detailitemitem_id=12977

___
  Message sent via/by Savannah
  http://savannah.gnu.org/



___
Commit-classpath mailing list
Commit-classpath@gnu.org
http://lists.gnu.org/mailman/listinfo/commit-classpath


[commit-cp] classpath ./ChangeLog javax/swing/DefaultComboB...

2005-05-19 Thread Roman Kennke
CVSROOT:/cvsroot/classpath
Module name:classpath
Branch: 
Changes by: Roman Kennke [EMAIL PROTECTED]05/05/19 11:27:27

Modified files:
.  : ChangeLog 
javax/swing: DefaultComboBoxModel.java JFileChooser.java 
javax/swing/filechooser: FileSystemView.java 
javax/swing/plaf/basic: BasicComboBoxUI.java 
BasicLookAndFeel.java 
Added files:
javax/swing/filechooser: UnixFileSystemView.java 
javax/swing/plaf/basic: BasicDirectoryModel.java 
BasicFileChooserUI.java 

Log message:
2005-05-19  Kim Ho  [EMAIL PROTECTED]
* javax/swing/DefaultComboBoxModel.java:
(addElement): Set index to be the element of the added item.
(removeAllElements): Clear before retrieving new size. Use
correct size.
* javax/swing/JFileChooser.java: Implemented.
* javax/swing/filechooser/FileSystemView.java: Implemented.
* javax/swing/filechooser/UnixFileSystemView.java: New file.
Implemented.
* javax/swing/plaf/basic/BasicComboBoxUI.java:
(intervalAdded): Set initial index to start.
* javax/swing/plaf/basic/BasicDirectoryModel.java: New file.
Implemented.
* javax/swing/plaf/basic/BasicFileChooserUI.java: New file.
Implemented.
* javax/swing/plaf/basic/BasicLookAndFeel.java: Add FileChooserUI.
Commented out GIF properties for FileChooser stuff.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/ChangeLog.diff?tr1=1.3645tr2=1.3646r1=textr2=text
http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/javax/swing/DefaultComboBoxModel.java.diff?tr1=1.6tr2=1.7r1=textr2=text
http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/javax/swing/JFileChooser.java.diff?tr1=1.6tr2=1.7r1=textr2=text
http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/javax/swing/filechooser/UnixFileSystemView.java?rev=1.1
http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/javax/swing/filechooser/FileSystemView.java.diff?tr1=1.3tr2=1.4r1=textr2=text
http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/javax/swing/plaf/basic/BasicDirectoryModel.java?rev=1.1
http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/javax/swing/plaf/basic/BasicFileChooserUI.java?rev=1.1
http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/javax/swing/plaf/basic/BasicComboBoxUI.java.diff?tr1=1.7tr2=1.8r1=textr2=text
http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/javax/swing/plaf/basic/BasicLookAndFeel.java.diff?tr1=1.21tr2=1.22r1=textr2=text



___
Commit-classpath mailing list
Commit-classpath@gnu.org
http://lists.gnu.org/mailman/listinfo/commit-classpath


[commit-cp] classpath ./ChangeLog javax/swing/plaf/metal/Me...

2005-05-19 Thread Roman Kennke
CVSROOT:/cvsroot/classpath
Module name:classpath
Branch: 
Changes by: Roman Kennke [EMAIL PROTECTED]05/05/19 11:42:57

Modified files:
.  : ChangeLog 
javax/swing/plaf/metal: MetalComboBoxUI.java 

Log message:
2005-05-19  Roman Kennke  [EMAIL PROTECTED]

* javax/swing/plaf/metal/MetalComboBoxUI.java
(createUI): Do not share instances of this UI class between
different JComboBoxes.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/ChangeLog.diff?tr1=1.3646tr2=1.3647r1=textr2=text
http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/javax/swing/plaf/metal/MetalComboBoxUI.java.diff?tr1=1.1tr2=1.2r1=textr2=text



___
Commit-classpath mailing list
Commit-classpath@gnu.org
http://lists.gnu.org/mailman/listinfo/commit-classpath


[commit-cp] classpath ./ChangeLog javax/swing/FocusManager....

2005-05-19 Thread Roman Kennke
CVSROOT:/cvsroot/classpath
Module name:classpath
Branch: 
Changes by: Roman Kennke [EMAIL PROTECTED]05/05/19 12:15:51

Modified files:
.  : ChangeLog 
javax/swing: FocusManager.java 

Log message:
2005-05-19  Roman Kennke  [EMAIL PROTECTED]

* javax/swing/FocusManager.java:
Reformatted this file to match our coding standard.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/ChangeLog.diff?tr1=1.3648tr2=1.3649r1=textr2=text
http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/javax/swing/FocusManager.java.diff?tr1=1.4tr2=1.5r1=textr2=text



___
Commit-classpath mailing list
Commit-classpath@gnu.org
http://lists.gnu.org/mailman/listinfo/commit-classpath


[commit-cp] classpath ./ChangeLog javax/swing/plaf/basic/Ba...

2005-05-19 Thread Roman Kennke
CVSROOT:/cvsroot/classpath
Module name:classpath
Branch: 
Changes by: Roman Kennke [EMAIL PROTECTED]05/05/19 11:48:30

Modified files:
.  : ChangeLog 
javax/swing/plaf/basic: BasicFileChooserUI.java 

Log message:
2005-05-19  Roman Kennke  [EMAIL PROTECTED]

* javax/swing/plaf/metal/BasicFileChooserUI.java:
(installComponents): Include parents ComboBox. This has been
commented out because ComboBox was broken (see previous entry).

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/ChangeLog.diff?tr1=1.3647tr2=1.3648r1=textr2=text
http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/javax/swing/plaf/basic/BasicFileChooserUI.java.diff?tr1=1.1tr2=1.2r1=textr2=text



___
Commit-classpath mailing list
Commit-classpath@gnu.org
http://lists.gnu.org/mailman/listinfo/commit-classpath


[commit-cp] classpath ./ChangeLog javax/swing/SwingUtilitie...

2005-05-19 Thread Roman Kennke
CVSROOT:/cvsroot/classpath
Module name:classpath
Branch: 
Changes by: Roman Kennke [EMAIL PROTECTED]05/05/19 12:37:20

Modified files:
.  : ChangeLog 
javax/swing: SwingUtilities.java 

Log message:
2005-05-19  Roman Kennke  [EMAIL PROTECTED]

* javax/swing/SwingUtilities.java
(getUIInputMap): Return the InputMap that has been set by
the UI of the component, not the component's own InputMap.
(getUIActionMap): Return the ActionMap that has been set by
the UI of the component, not the component's own ActionMap.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/ChangeLog.diff?tr1=1.3649tr2=1.3650r1=textr2=text
http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/javax/swing/SwingUtilities.java.diff?tr1=1.24tr2=1.25r1=textr2=text



___
Commit-classpath mailing list
Commit-classpath@gnu.org
http://lists.gnu.org/mailman/listinfo/commit-classpath


[commit-cp] classpath ./ChangeLog javax/swing/SizeRequireme...

2005-05-19 Thread Roman Kennke
CVSROOT:/cvsroot/classpath
Module name:classpath
Branch: 
Changes by: Roman Kennke [EMAIL PROTECTED]05/05/19 13:33:15

Modified files:
.  : ChangeLog 
javax/swing: SizeRequirements.java 

Log message:
2005-05-19  Roman Kennke  [EMAIL PROTECTED]

* javax/swing/SizeRequirements.java:
Added API documentation for this class.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/ChangeLog.diff?tr1=1.3651tr2=1.3652r1=textr2=text
http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/javax/swing/SizeRequirements.java.diff?tr1=1.5tr2=1.6r1=textr2=text



___
Commit-classpath mailing list
Commit-classpath@gnu.org
http://lists.gnu.org/mailman/listinfo/commit-classpath


[commit-cp] classpath ./ChangeLog java/net/URI.java

2005-05-19 Thread Andrew John Hughes
CVSROOT:/cvsroot/classpath
Module name:classpath
Branch: 
Changes by: Andrew John Hughes [EMAIL PROTECTED]  05/05/19 21:00:59

Modified files:
.  : ChangeLog 
java/net   : URI.java 

Log message:
2005-05-19  Andrew John Hughes  [EMAIL PROTECTED]

* java/net/URI.java:
Added more documentation.
(RFC2396_MARK): Removed.
(RFC2396_UNRESERVED): Changed to RFC3986_UNRESERVED and updated.
(RFC2396_REG_NAME): Changed to RFC3986_REG_NAME and updated.
(RFC2396_PCHAR): Changed to RFC3986_PCHAR and updated.
(RFC2396_SEGMENT): Changed to RFC3986_SEGMENT and updated.
(RFC2396_PATH_SEGMENTS): Changed to RFC3986_PATH_SEGMENTS.
(RFC3986_UNRESERVED): New field.
(RFC3986_SSP): New field.
(RFC3986_HOST): New field.
(RFC3986_USERINFO): New field.
(static): New initializer to initialize patterns with class.
(parseURI()): Moved authority parsing to parseServerAuthority().
(unquote(String)): Removed invalid exception for non-ASCII chars.
(quote(String)): Implemented.
(quoteAuthority(String)): Adapted to use new fields.
(quote(String,String)): Moved escaping of characters to another
method.
(quoteHost(String)): Implemented.
(quotePath(String)): Adapted to use new fields.
(quoteUserInfo(String)): Implemented.
(parseServerAuthority()): Implemented.
(normalize()): Implemented.
(normalizePath(String)): Implemented as part of normalize().
(removeLastSegment(StringBuffer)): Likewise.
(relativize(java.net.URI)): Implemented.
(equals(Object)): Implemented.
(hashCode()): Implemented.
(compareTo(Object)): Implemented.
(compareFragments(java.net.URI)): Implemented.
(toString()): Use fields directly.
(toASCIIString()): Implemented.
(escapeCharacters(String)): Implemented to escape non-ASCII characters.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/ChangeLog.diff?tr1=1.3653tr2=1.3654r1=textr2=text
http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/java/net/URI.java.diff?tr1=1.13tr2=1.14r1=textr2=text



___
Commit-classpath mailing list
Commit-classpath@gnu.org
http://lists.gnu.org/mailman/listinfo/commit-classpath


[commit-cp] [bug #13127] swing: menuitems rendered badly if window is too small

2005-05-19 Thread anonymous

URL:
  http://savannah.gnu.org/bugs/?func=detailitemitem_id=13127

 Summary: swing: menuitems rendered badly if window is too
small
 Project: classpath
Submitted by: None
Submitted on: Thu 05/19/05 at 21:09
Category: classpath
Severity: 3 - Normal
  Status: None
 Privacy: Public
 Assigned to: None
 Open/Closed: Open
Platform Version: None

___

Details:

Steps to reproduce:
1. Compile and run the attached testcase, I used classpath cvs 2005-05-19 and
1.3.0
2. A tiny window appears, open the menu by clicking File.

Expected results:

File menu opens and all 10 menuitems are clearly visible.

Actual results:

File menu opens but menuitems are rendered badly. Items
are misaligned about 10 pixels to right. If I click File multiple times I
can see that each time some menuitems become invisible. After 14 clicks all
the menuitems are completely invisible.

This bug does not seem to occur if window dimensions are
set to (600, 600) instead of (300, 300).

Testcase:

import javax.swing.*;
import java.awt.*;
import java.awt.event.*;
import javax.swing.event.*;
import java.io.*;
import java.util.*;

public class MainWindow extends JFrame {
public static void main(String[] args) {
(new MainWindow()).show();
}
public MainWindow() {
this.setSize(new Dimension(300, 300));

this.createMenus();
}

private void createMenus() {
JMenuBar menuBar = new JMenuBar();
this.setJMenuBar(menuBar);

JMenu fileMenu = new JMenu(File);
menuBar.add(fileMenu);

for (int i=0; i10; i++) {
String menutext = ;
for (int j=0; j40; j++)
menutext +=  + i;
JMenuItem newMenuItem = new JMenuItem(menutext);
fileMenu.add(newMenuItem);
}

}
}









___

Reply to this item at:

  http://savannah.gnu.org/bugs/?func=detailitemitem_id=13127

___
  Message sent via/by Savannah
  http://savannah.gnu.org/



___
Commit-classpath mailing list
Commit-classpath@gnu.org
http://lists.gnu.org/mailman/listinfo/commit-classpath


[commit-cp] [bug #13127] swing: menuitems rendered badly if window is too small

2005-05-19 Thread Roman Kennke

Follow-up Comment #1, bug #13127 (project classpath):

Hi,

it would be interesting to know which VM you are using and which
windowmanager is running. Some windowmanagers do not properly support the
_NET_EXTENDS flag, which could lead to the result that you described.

___

Reply to this item at:

  http://savannah.gnu.org/bugs/?func=detailitemitem_id=13127

___
  Nachricht geschickt von/durch Savannah
  http://savannah.gnu.org/



___
Commit-classpath mailing list
Commit-classpath@gnu.org
http://lists.gnu.org/mailman/listinfo/commit-classpath


[commit-cp] [bug #13111] Classes in gnu.java.nio.charset.iconv should be extendable

2005-05-19 Thread Ito Kazumitsu

Follow-up Comment #2, bug #13111 (project classpath):

Hi Sven, Thank you for taking care of my problem.

 1) Fix the iconv library. This isn't really a bug in the classpath code.

Actually, there exsists unofficial patches to iconv which makes
iconv handle Japanese characters preferrably.

The problem involving only Japanese users, applying those patches wolud
be the simplest solution.

But I do not like applying those unofficial patches, and I cannot
expect them to become official.

 2) Write a java SJIS converter, and do it correctly. My plan is to have
java
 converters for all the charsets Java supports natively. So this will need
to
 be done sooner or later. GCJ has their own SJIS converter we could perhaps
 port or use.

Only SJIS is OK, but having java converters for all the charsets Java
supports would be a very hard work beyond my imagination.



___

Reply to this item at:

  http://savannah.gnu.org/bugs/?func=detailitemitem_id=13111

___
  Message sent via/by Savannah
  http://savannah.gnu.org/



___
Commit-classpath mailing list
Commit-classpath@gnu.org
http://lists.gnu.org/mailman/listinfo/commit-classpath


[commit-cp] [bug #13129] logging system configured from wrong location

2005-05-19 Thread Robert Schuster

URL:
  http://savannah.gnu.org/bugs/?func=detailitemitem_id=13129

 Summary: logging system configured from wrong location
 Project: classpath
Submitted by: rschuster
Submitted on: Thu 05/19/2005 at 22:54
Category: classpath
Severity: 4 - Important
  Status: None
 Privacy: Public
 Assigned to: None
 Open/Closed: Open
Platform Version: None

___

Details:

According to the documentation of java.util.logging.LogManager (whose
official doc can be found here
http://developer.classpath.org/doc/java/util/logging/LogManager.html ;) ) the
configuration should be loaded in this way:

If the system property java.util.logging.config.file  is not set, however,
the contents of the URL {gnu.classpath.home.url}/logging.properties are
passed to readConfiguration(InputStream). Here, {gnu.classpath.home.url}
stands for the value of the system property gnu.classpath.home.url

That means reading of a physical file like
/usr/share/classpath/logging/logging.properties should happen. 

However currently our logging.properties file is part of the system classpath
and lies at java/util/logging (e.g. within glibj.zip).

To be correct with the specificatio above the file should be taken out of the
classpath and installed at ${prefix}/lib/logging.

However I have to admit that this would mean /usr/lib/logging on many systems
and I am not sure whether this is a suitable place. I suggest
/usr/lib/classpath/logging instead.






___

Reply to this item at:

  http://savannah.gnu.org/bugs/?func=detailitemitem_id=13129

___
  Message sent via/by Savannah
  http://savannah.gnu.org/



___
Commit-classpath mailing list
Commit-classpath@gnu.org
http://lists.gnu.org/mailman/listinfo/commit-classpath


[commit-cp] [bug #13129] logging system configured from wrong location

2005-05-19 Thread Robert Schuster

Follow-up Comment #1, bug #13129 (project classpath):

 That means reading of a physical file like
 /usr/share/classpath/logging/logging.properties should happen.
Sorry, this is an error in my description: the path is not correct however,
that the file should be read from a stand-alone file is.


___

Reply to this item at:

  http://savannah.gnu.org/bugs/?func=detailitemitem_id=13129

___
  Message sent via/by Savannah
  http://savannah.gnu.org/



___
Commit-classpath mailing list
Commit-classpath@gnu.org
http://lists.gnu.org/mailman/listinfo/commit-classpath


[commit-cp] classpath ./ChangeLog scripts/generate-locale-l...

2005-05-19 Thread Michael Koch
CVSROOT:/cvsroot/classpath
Module name:classpath
Branch: 
Changes by: Michael Koch [EMAIL PROTECTED]05/05/20 05:36:26

Modified files:
.  : ChangeLog 
scripts: generate-locale-list.sh 

Log message:
2005-05-20  Michael Koch  [EMAIL PROTECTED]

* scripts/generate-locale-list.sh:
Use the new locale properties files.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/ChangeLog.diff?tr1=1.3655tr2=1.3656r1=textr2=text
http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/scripts/generate-locale-list.sh.diff?tr1=1.2tr2=1.3r1=textr2=text



___
Commit-classpath mailing list
Commit-classpath@gnu.org
http://lists.gnu.org/mailman/listinfo/commit-classpath