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