diff --git a/core/org.eclipse.cdt.ui/ChangeLog b/core/org.eclipse.cdt.ui/ChangeLog index f9c2a491a6d..3e5ed1ce859 100644 --- a/core/org.eclipse.cdt.ui/ChangeLog +++ b/core/org.eclipse.cdt.ui/ChangeLog @@ -1,3 +1,11 @@ +2003-03-27 Alain Magloire + + Patch from Thomas Fletcher. + + * src/org/eclipse/cdt/internal/ui/editor/BracketPainter.java: + The brace highlighting doesn't properly use the background + colour when it is drawn. + 2003-03-27 Alain Magloire ICElement.getResource() no longer throw an exception.