[Cppunit-cvs] cppunit ChangeLog,1.225,1.226 NEWS,1.85,1.86
Brought to you by:
blep
From: Baptiste L. <bl...@us...> - 2005-06-14 21:09:04
|
Update of /cvsroot/cppunit/cppunit In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15733 Modified Files: ChangeLog NEWS Log Message: * src/msvc6/testrunner/ProgressBar.cpp: applied patch from bug #1165875, (use system color for border instead of hard-coded color). Index: NEWS =================================================================== RCS file: /cvsroot/cppunit/cppunit/NEWS,v retrieving revision 1.85 retrieving revision 1.86 diff -C2 -d -r1.85 -r1.86 *** NEWS 19 Nov 2004 20:04:35 -0000 1.85 --- NEWS 14 Jun 2005 21:08:45 -0000 1.86 *************** *** 47,50 **** --- 47,53 ---- This was contributed by Max Quatember and Andreas Pfaffenbichler. + - Progress bar: now use system color to draw border + (patch from bug #1165875). + * Compilation: Index: ChangeLog =================================================================== RCS file: /cvsroot/cppunit/cppunit/ChangeLog,v retrieving revision 1.225 retrieving revision 1.226 diff -C2 -d -r1.225 -r1.226 *** ChangeLog 23 Feb 2005 07:35:03 -0000 1.225 --- ChangeLog 14 Jun 2005 21:08:44 -0000 1.226 *************** *** 1,2 **** --- 1,6 ---- + 2005-06-14 Baptiste Lepilleur <gai...@fr...> + * src/msvc6/testrunner/ProgressBar.cpp: applied patch from bug #1165875, + (use system color for border instead of hard-coded color). + 2005-02-23 Baptiste Lepilleur <gai...@fr...> |