[commit-cp] classpath ChangeLog configure.ac

2005-12-02 Thread Anthony Green
CVSROOT:/cvsroot/classpath
Module name:classpath
Branch: 
Changes by: Anthony Green <[EMAIL PROTECTED]>   05/12/02 13:57:44

Modified files:
.  : ChangeLog configure.ac 

Log message:
2005-12-01  Anthony Green  <[EMAIL PROTECTED]>

PR bootstrap/25207
* configure.ac: Make sure we have an alsa library in addition to
the headers.  This extra test is required for systems with
multilibs.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/ChangeLog.diff?tr1=1.5756&tr2=1.5757&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/configure.ac.diff?tr1=1.119&tr2=1.120&r1=text&r2=text





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

2005-12-02 Thread Anthony Balkissoon
CVSROOT:/cvsroot/classpath
Module name:classpath
Branch: 
Changes by: Anthony Balkissoon <[EMAIL PROTECTED]>  05/12/02 16:22:53

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

Log message:
2005-12-02  Anthony Balkissoon  <[EMAIL PROTECTED]>

* javax/swing/JFormattedTextField.java: Added docs all over.
(AbstractFormatter.clone): Implemented.
(AbstractFormatter.getActions): Implemented.
(AbstractFormatter.getDocumentFilter): Implemented.
(AbstractFormatter.getNavigationFilter): Implemented.
(AbstractFormatter.install): Install the DocumentFilter and
NavigationFilter.  Properly catch ParseException.  Added FIXME to add
custom Actions to the JFormattedTextField.
(AbstractFormatter.uninstall): Remove the DocumentFilter and
NavigationFilter.  Added FIXME to remove the custom Actions.
(JFormattedTextField(AbstractFormatter)): Call the single argument
constructor that takes in an AbstractFormatterFactory.  This avoids a
call to setValue that shouldn't occur.
(JFormattedTextField(AbstractFormatterFactory): Call
setFormatterFactory instead of calling the 2-argument constructor which
would also make an unwanted call to setValue.
(JFormattedTextField(AbstractFormatterFactory, Object)): Switch the
order of the calls to setValue and setFormatterFactory.  This ensures
that the passed in factory is actually the one used, not one generated
by setValue.
(commitEdit): Implemented.
(setFormatter): Removed incorrect early escape if the parameter is the
same as the current formatter.
(setFormatterFactory): If formatterFactory is null set the formatter to
null as well.
(setValue): Don't set the text here, this is done when we call
setFormatter and it calls AbstractFormatter.install.  Create a
formatter factory if one doesn't exist already. Call setFormatter to
get an appropriate formatter from the factory.
(createFormatter): Changed this to createFormatterFactory because we
should return a factory, not just a formatter.
(createFormatterFactory): New method adapted from createFormatter.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/ChangeLog.diff?tr1=1.5757&tr2=1.5758&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/javax/swing/JFormattedTextField.java.diff?tr1=1.18&tr2=1.19&r1=text&r2=text





[commit-cp] classpath ./ChangeLog javax/swing/text/Internat...

2005-12-02 Thread Anthony Balkissoon
CVSROOT:/cvsroot/classpath
Module name:classpath
Branch: 
Changes by: Anthony Balkissoon <[EMAIL PROTECTED]>  05/12/02 20:16:05

Modified files:
.  : ChangeLog 
javax/swing/text: InternationalFormatter.java 

Log message:
2005-12-02  Anthony Balkissoon  <[EMAIL PROTECTED]>

* javax/swing/text/InternationalFormatter.java:
(valueToString): If argument is null return empty String.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/ChangeLog.diff?tr1=1.5758&tr2=1.5759&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/javax/swing/text/InternationalFormatter.java.diff?tr1=1.6&tr2=1.7&r1=text&r2=text





[commit-cp] classpath javax/naming/InitialContext.java java... [generics-branch]

2005-12-02 Thread Tom Tromey
CVSROOT:/cvsroot/classpath
Module name:classpath
Branch: generics-branch
Changes by: Tom Tromey <[EMAIL PROTECTED]>  05/12/02 22:34:16

Modified files:
javax/naming   : InitialContext.java CompoundName.java 
 CompositeName.java 
.  : ChangeLog 
javax/naming/directory: InitialDirContext.java 
BasicAttributes.java BasicAttribute.java 

Log message:
* javax/naming/directory/InitialDirContext.java (search): Genericized.
* javax/naming/directory/BasicAttributes.java (getAll): Genericized.
(getIDs): Likewise.
* javax/naming/directory/BasicAttribute.java (getAll): Fixed return
type.
* javax/naming/InitialContext.java: Genericized.
(list): Likewise.
(listBindings): Likewise.
* javax/naming/CompoundName.java (getAll): Genericized.
* javax/naming/CompositeName.java (getAll): Genericized.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/javax/naming/InitialContext.java.diff?only_with_tag=generics-branch&tr1=1.7.2.2&tr2=1.7.2.3&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/javax/naming/CompoundName.java.diff?only_with_tag=generics-branch&tr1=1.6.2.5&tr2=1.6.2.6&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/javax/naming/CompositeName.java.diff?only_with_tag=generics-branch&tr1=1.2.2.3&tr2=1.2.2.4&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/ChangeLog.diff?only_with_tag=generics-branch&tr1=1.2386.2.182&tr2=1.2386.2.183&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/javax/naming/directory/InitialDirContext.java.diff?only_with_tag=generics-branch&tr1=1.2.2.3&tr2=1.2.2.4&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/javax/naming/directory/BasicAttributes.java.diff?only_with_tag=generics-branch&tr1=1.2.2.4&tr2=1.2.2.5&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/javax/naming/directory/BasicAttribute.java.diff?only_with_tag=generics-branch&tr1=1.2.2.3&tr2=1.2.2.4&r1=text&r2=text





[commit-cp] classpath javax/sound/sampled/AudioFileFormat.j... [generics-branch]

2005-12-02 Thread Tom Tromey
CVSROOT:/cvsroot/classpath
Module name:classpath
Branch: generics-branch
Changes by: Tom Tromey <[EMAIL PROTECTED]>  05/12/02 22:48:55

Modified files:
javax/sound/sampled: AudioFileFormat.java Line.java Port.java 
 AudioFormat.java DataLine.java 
.  : ChangeLog 

Log message:
* javax/sound/sampled/Port.java (Info): Genericized.
* javax/sound/sampled/Line.java (Info): Genericized.
(getLineClass): Likewise.
* javax/sound/sampled/DataLine.java (Info): Genericized.
* javax/sound/sampled/AudioFormat.java (AudioFormat): Genericized.
(properties): Likewise.
* javax/sound/sampled/AudioFileFormat.java (AudioFileFormat):
Genericized.
(properties): Likewise.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/javax/sound/sampled/AudioFileFormat.java.diff?only_with_tag=generics-branch&tr1=1.1.2.1&tr2=1.1.2.2&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/javax/sound/sampled/Line.java.diff?only_with_tag=generics-branch&tr1=1.2.2.1&tr2=1.2.2.2&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/javax/sound/sampled/Port.java.diff?only_with_tag=generics-branch&tr1=1.1.2.1&tr2=1.1.2.2&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/javax/sound/sampled/AudioFormat.java.diff?only_with_tag=generics-branch&tr1=1.1.2.1&tr2=1.1.2.2&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/javax/sound/sampled/DataLine.java.diff?only_with_tag=generics-branch&tr1=1.1.2.1&tr2=1.1.2.2&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/ChangeLog.diff?only_with_tag=generics-branch&tr1=1.2386.2.183&tr2=1.2386.2.184&r1=text&r2=text