diff --git a/core/org.eclipse.cdt.core/ChangeLog b/core/org.eclipse.cdt.core/ChangeLog index eae2789a125..5859a3d6782 100644 --- a/core/org.eclipse.cdt.core/ChangeLog +++ b/core/org.eclipse.cdt.core/ChangeLog @@ -1,3 +1,15 @@ +2003-09-24 Alain Magloire + + With the removal of the old CDT parser, there was no + need to keep this method around + parser(InputStream in) + in the TranslationUnit. The parser content is retrieve via + the IBuffer now. The method + parser() + calss the CModelBuilder directly. + + * src/org/eclipse/cdt/internal/core/model/TranslationUnit.java + 2003-09-24 Alain Magloire * src/org/eclipse/cdt/core/ErrorParserManager.java diff --git a/core/org.eclipse.cdt.ui/ChangeLog b/core/org.eclipse.cdt.ui/ChangeLog index e3b5b471f57..de5fe822bd6 100644 --- a/core/org.eclipse.cdt.ui/ChangeLog +++ b/core/org.eclipse.cdt.ui/ChangeLog @@ -1,5 +1,10 @@ 2003-09-24 Alain Magloire + Remove of unuse function with the clean up of Translation Unit + + * src/org/eclipse/cdt/internal/ui/CFileElementWorkingCopy.java +2003-09-24 Alain Magloire + Remove unneeded Folder/File Wizard definitions. * plugin.xml