[cp-patches] XML parser

2005-12-25 Thread Chris Burdess
I am reverting the default SAX (and therefore DOM) parser to aelfred2 until the mark/reset bug is resolved. 2005-12-25 Chris Burdess [EMAIL PROTECTED] * resource/META-INF/services/javax.xml.parsers.SAXParserFactory: Revert to using aelfred2 driver by default. -- Chris

[cp-patches] FYI: java/util/Collections.java compatibility fix

2005-12-25 Thread Jeroen Frijters
Hi, Committed. Regards, Jeroen 2005-12-25 Jeroen Frijters [EMAIL PROTECTED] * java/util/Collections.java (binarySearch(List,Object,Comparator)): Changed comparison order for improved compatibility. Collections.java.patch Description: Collections.java.patch

[cp-patches] [patch] bump Qt version check to 4.1

2005-12-25 Thread Andreas Tobler
Hi all, this patch lets us build classpath with Qt-4.1.0 again, released a few days ago. The problem is the reorganization of the Qt include directory which changed from include to include/module, means in our case, include/QtGui and include/QtCore. ok? Andreas P.s, merry Christmas to

[cp-patches] [patch] fix Qt-4.1 build

2005-12-25 Thread Andreas Tobler
Hi all, this patch lets us run qt based peers again. The problem is that the function we used to disable double buffering has gone in qt-4.1. It is still documented in the qt manual but marked as to be fixed for qt-4.1.1. As I understand, the doc will be fixed and not the call itself. Ok?