From 0eb01b1ba1deb42041cd83b02481d59bd1488252 Mon Sep 17 00:00:00 2001 From: Alain Magloire Date: Wed, 16 Jul 2003 14:29:49 +0000 Subject: [PATCH] updated --- core/org.eclipse.cdt.core/ChangeLog | 8 ++++++++ core/org.eclipse.cdt.ui/ChangeLog | 8 ++++++++ 2 files changed, 16 insertions(+) diff --git a/core/org.eclipse.cdt.core/ChangeLog b/core/org.eclipse.cdt.core/ChangeLog index cda4b11f18e..86d750368f7 100644 --- a/core/org.eclipse.cdt.core/ChangeLog +++ b/core/org.eclipse.cdt.core/ChangeLog @@ -1,3 +1,11 @@ +2003-07-16 Alain Magloire + + Patch from Thomas Fletcher. + Update the core MakeUtil class with a method to support inline replacement + of a make target with a different make target. + + * src/org/eclipse/cdt/core/resources/MakeUtil.java + 2003-07-04 Victor Mozgin Added CTaskTagsReconciler. diff --git a/core/org.eclipse.cdt.ui/ChangeLog b/core/org.eclipse.cdt.ui/ChangeLog index 74649ca67b5..9a758864aca 100644 --- a/core/org.eclipse.cdt.ui/ChangeLog +++ b/core/org.eclipse.cdt.ui/ChangeLog @@ -1,3 +1,11 @@ +2003-07-16 Alain Magloire + + Patch from Thomas Fletcher. + Update the MakeView class to match UI standards and to contain a new action + to support editing of an existing make target. + + * src/org/eclipse/cdt/internal/ui/makeview/MakeView.java + 2003-07-14 Andrew Niefer -modified plugin.xml entry for search's PathNameSorter -added src/org/eclipse/cdt/internal/ui/search/Match.java which implements IMatch to store