From ae473f009f937897b298043ce593a5a9ae31b0ee Mon Sep 17 00:00:00 2001 From: Alain Magloire Date: Sun, 27 Apr 2003 00:18:21 +0000 Subject: [PATCH] updated --- core/org.eclipse.cdt.ui/ChangeLog | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/core/org.eclipse.cdt.ui/ChangeLog b/core/org.eclipse.cdt.ui/ChangeLog index 581b0166fd2..384935f9864 100644 --- a/core/org.eclipse.cdt.ui/ChangeLog +++ b/core/org.eclipse.cdt.ui/ChangeLog @@ -1,4 +1,14 @@ -2003-04-21 Alain Magloire +2003-04-26 Alain Magloire + + ClastCastException in CView see PR 36876 + and PR 36743 allow extending of the CView. + + * src/org/eclipse/cdt/internal/ui/cview/CView.java: + (createContentProvider): new Method. + (createViewer): new Method. + (createLabelProvider): new method. + +2003-04-26 Alain Magloire Fix NPE in the ComparatorModelBuilder when doing visual diffs with the new Parser.