[commit-cp] classpath ./ChangeLog gnu/CORBA/ObjectCreator.java

2005-05-22 Thread Audrius Me�kauskas
CVSROOT:/cvsroot/classpath Module name:classpath Branch: Changes by: Audrius Meškauskas [EMAIL PROTECTED] 05/05/22 12:23:05 Modified files: . : ChangeLog gnu/CORBA : ObjectCreator.java Log message: 2005-05-21 Audrius

[commit-cp] classpath ./ChangeLog gnu/CORBA/CDR/aligningInp...

2005-05-22 Thread Audrius Me�kauskas
CVSROOT:/cvsroot/classpath Module name:classpath Branch: Changes by: Audrius Meškauskas [EMAIL PROTECTED] 05/05/22 12:20:58 Modified files: . : ChangeLog gnu/CORBA/CDR : aligningInputStream.java gnu/CORBA : gnuAny.java Added

[commit-cp] classpath ./ChangeLog gnu/CORBA/ServiceDetailHo...

2005-05-22 Thread Audrius Me�kauskas
CVSROOT:/cvsroot/classpath Module name:classpath Branch: Changes by: Audrius Meškauskas [EMAIL PROTECTED] 05/05/22 12:25:33 Modified files: . : ChangeLog Added files: gnu/CORBA : ServiceDetailHolder.java org/omg/CORBA :

[commit-cp] [bug #13141] swing: JTextField invisible with BoxLayout

2005-05-22 Thread Roman Kennke
Update of bug #13141 (project classpath): Assigned to:None = rabbit78 ___ Follow-up Comment #1: Thank you for reporting. I'll take care of this. I'm quite sure it has something to do with

[commit-cp] classpath ./ChangeLog org/omg/CORBA/ServiceInfo...

2005-05-22 Thread Audrius Me�kauskas
CVSROOT:/cvsroot/classpath Module name:classpath Branch: Changes by: Audrius Meškauskas [EMAIL PROTECTED] 05/05/22 15:41:37 Modified files: . : ChangeLog Added files: org/omg/CORBA : ServiceInformation.java

[commit-cp] classpath ./ChangeLog gnu/CORBA/CDR/cdrOutput.java

2005-05-22 Thread Audrius Me�kauskas
CVSROOT:/cvsroot/classpath Module name:classpath Branch: Changes by: Audrius Meškauskas [EMAIL PROTECTED] 05/05/22 15:43:14 Modified files: . : ChangeLog gnu/CORBA/CDR : cdrOutput.java Log message: 2005-05-22 Audrius Meskauskas,

[commit-cp] [bug #13141] swing: JTextField invisible with BoxLayout

2005-05-22 Thread Roman Kennke
Follow-up Comment #2, bug #13141 (project classpath): I checked in a fix for that. The problem was that getMaximumSize() was not implemented in javax.swing.plaf.basic.BasicTextUI and therefore some useless default was returned, effectivly constraining the textfield's size to 0. Could you please

[commit-cp] classpath ./ChangeLog gnu/java/security/provide...

2005-05-22 Thread Dalibor Topic
CVSROOT:/cvsroot/classpath Module name:classpath Branch: Changes by: Dalibor Topic [EMAIL PROTECTED] 05/05/22 15:57:20 Modified files: . : ChangeLog gnu/java/security/provider: SHA1PRNG.java Log message: sha1prng cleanup

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

2005-05-22 Thread Roman Kennke
CVSROOT:/cvsroot/classpath Module name:classpath Branch: Changes by: Roman Kennke [EMAIL PROTECTED]05/05/22 15:55:52 Modified files: . : ChangeLog javax/swing/plaf/basic: BasicTextUI.java Log message: 2005-05-22 Roman

[commit-cp] [bug #13141] swing: JTextField invisible with BoxLayout

2005-05-22 Thread Roman Kennke
Update of bug #13141 (project classpath): Open/Closed:Open = Closed ___ Follow-up Comment #4: Ok, in this case I close this bug. Thanks alot for reporting!

[commit-cp] classpath ./ChangeLog org/omg/CORBA/DynamicImpl...

2005-05-22 Thread Audrius Me�kauskas
CVSROOT:/cvsroot/classpath Module name:classpath Branch: Changes by: Audrius Meškauskas [EMAIL PROTECTED] 05/05/22 17:58:00 Modified files: . : ChangeLog Added files: org/omg/CORBA : DynamicImplementation.java ServerRequest.java Log

[commit-cp] [bug #13141] swing: JTextField invisible with BoxLayout

2005-05-22 Thread Timo Lindfors
Follow-up Comment #3, bug #13141 (project classpath): Yes, it works now with current classpath cvs HEAD. Thanks a lot! ___ Reply to this item at: http://savannah.gnu.org/bugs/?func=detailitemitem_id=13141

[commit-cp] [bug #13154] swing: JTextField invisible with nested BoxLayouts

2005-05-22 Thread Timo Lindfors
URL: http://savannah.gnu.org/bugs/?func=detailitemitem_id=13154 Summary: swing: JTextField invisible with nested BoxLayouts Project: classpath Submitted by: lindi Submitted on: Sun 05/22/05 at 19:27 Category: classpath

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

2005-05-22 Thread Roman Kennke
CVSROOT:/cvsroot/classpath Module name:classpath Branch: Changes by: Roman Kennke [EMAIL PROTECTED]05/05/22 19:49:21 Modified files: . : ChangeLog javax/swing/plaf/basic: BasicTextUI.java Log message: 2005-05-22 Roman

[commit-cp] classpath ./ChangeLog javax/swing/tree/TreePath...

2005-05-22 Thread Roman Kennke
CVSROOT:/cvsroot/classpath Module name:classpath Branch: Changes by: Roman Kennke [EMAIL PROTECTED]05/05/22 19:53:38 Modified files: . : ChangeLog javax/swing/tree: TreePath.java Log message: 2005-05-22 Roman Kennke [EMAIL

[commit-cp] classpath ./ChangeLog javax/swing/tree/TreePath...

2005-05-22 Thread Roman Kennke
CVSROOT:/cvsroot/classpath Module name:classpath Branch: Changes by: Roman Kennke [EMAIL PROTECTED]05/05/22 19:46:19 Modified files: . : ChangeLog javax/swing/tree: TreePath.java Log message: 2005-05-22 Roman Kennke [EMAIL

[commit-cp] [bug #13154] swing: JTextField invisible with nested BoxLayouts

2005-05-22 Thread Roman Kennke
Update of bug #13154 (project classpath): Assigned to:None = rabbit78 ___ Follow-up Comment #2: This bug is triggered through the fix for #13141, but not really related. The problem is that

[commit-cp] classpath ./ChangeLog javax/swing/BoxLayout.java

2005-05-22 Thread Roman Kennke
CVSROOT:/cvsroot/classpath Module name:classpath Branch: Changes by: Roman Kennke [EMAIL PROTECTED]05/05/22 20:35:05 Modified files: . : ChangeLog javax/swing: BoxLayout.java Log message: 2005-05-22 Roman Kennke [EMAIL

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

2005-05-22 Thread David Gilbert
Follow-up Comment #3, bug #12977 (project classpath): Thanks, it is working just fine now. Please close the bug report. ___ Reply to this item at: http://savannah.gnu.org/bugs/?func=detailitemitem_id=12977

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

2005-05-22 Thread Julian Scheid
Update of bug #12977 (project classpath): Open/Closed:Open = Closed ___ Reply to this item at: http://savannah.gnu.org/bugs/?func=detailitemitem_id=12977

[commit-cp] [bug #12816] Empty field value strings in API docs

2005-05-22 Thread David Gilbert
Follow-up Comment #2, bug #12816 (project classpath): Mark Wielaard wrote in his blog that he had updated the GNU Classpath API docs using gjdoc 0.7.5, and I notice there is still a problem with, for example, the Action interface: http://developer.classpath.org/doc/javax/swing/Action.html I

[commit-cp] [bug #12816] Empty field value strings in API docs

2005-05-22 Thread Julian Scheid
Update of bug #12816 (project classpath): Status: Fixed = In Progress Open/Closed: Closed = Open ___ Reply to this item at:

[commit-cp] [bug #13154] swing: JTextField invisible with nested BoxLayouts

2005-05-22 Thread Timo Lindfors
Follow-up Comment #3, bug #13154 (project classpath): Yes, labels and the textfield are now rendered correctly. ___ Reply to this item at: http://savannah.gnu.org/bugs/?func=detailitemitem_id=13154

[commit-cp] [bug #12816] Empty field value strings in API docs

2005-05-22 Thread Julian Scheid
Update of bug #12816 (project classpath): Status: In Progress = Fixed Assigned to:None = julian ___ Follow-up Comment #3: This should be