[cp-patches] FYI: remove debug output from GlyphView::paint()

2007-12-10 Thread Robert Schuster
Hi, this little patch removes some debug output from GlyphView::paint(). 2007-12-10 Robert Schuster [EMAIL PROTECTED] * javax/swing/text/GlyphView.java: (paint): Removed debug output. Index: javax/swing/text/GlyphView.java ===

[cp-patches] RFC: fix for 32516

2007-12-10 Thread Robert Schuster
Hi, the attached patch removes the dreaded dot - file separator prefixes from files which should be added to zip (jar) archives. This fixes 32516[0] for me. ChangeLog: 2007-12-10 Robert Schuster [EMAIL PROTECTED] PR classpath/32516: * tools/gnu/classpath/tools/jar/Entry.java:

Re: [cp-patches] RFC: fix for 32516

2007-12-10 Thread Robert Schuster
Hi. Robert Schuster schrieb: Hi, the attached patch removes the dreaded dot - file separator prefixes from files which should be added to zip (jar) archives. This fixes 32516[0] for me. ChangeLog: 2007-12-10 Robert Schuster [EMAIL PROTECTED] PR classpath/32516: *

[cp-patches] FYI: add myself to THANKYOU

2007-12-10 Thread Robert Schuster
Hi, I added myself to the thankyou file. :) Thank you, too, GNU Classpath and friends. Working on the project has always been fulfilling for me! 2007-12-10 Robert Schuster [EMAIL PROTECTED] * THANKYOU: Added my name to the list. Index: THANKYOU