From 6ebd7872e8e343a6870e1feddad427a24e080ae3 Mon Sep 17 00:00:00 2001 From: Alain Magloire Date: Thu, 23 Jan 2003 16:49:36 +0000 Subject: [PATCH] updated --- core/org.eclipse.cdt.ui/ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/core/org.eclipse.cdt.ui/ChangeLog b/core/org.eclipse.cdt.ui/ChangeLog index 3a726b04fe1..92dd3c760c7 100644 --- a/core/org.eclipse.cdt.ui/ChangeLog +++ b/core/org.eclipse.cdt.ui/ChangeLog @@ -1,3 +1,10 @@ +2003-01-21 Alain Magloire + + * src/org/eclipse/cdt/internal/ui/cview/CViewSorter.java (category): + Use get{Header,Source}Extensions(). + * src/org/eclipse/cdt/internal/ui/editor/SearchForReferences.java (run): + Use getTranslationUnitExtensions(). + 2003-01-10 Alain Magloire Bug 28994