diff --git a/core/org.eclipse.cdt.core/ChangeLog b/core/org.eclipse.cdt.core/ChangeLog index 9ffaa068496..9529af325a6 100644 --- a/core/org.eclipse.cdt.core/ChangeLog +++ b/core/org.eclipse.cdt.core/ChangeLog @@ -1,3 +1,12 @@ +2003-08-31 Alain Magloire + + Add method to retrieve the Error Parsers in the CCorePlugin. + Add extension point for the ErrorParser. + + * src/org/eclipse/cdt/core/CCorePlugin.java + * plugin.xml + * plugin.properties + 2003-08-28 Alain Magloire Change the TranslationUnit to not always assume that it has a valid diff --git a/core/org.eclipse.cdt.ui/ChangeLog b/core/org.eclipse.cdt.ui/ChangeLog index 068a6a6eb59..b6ff50f548e 100644 --- a/core/org.eclipse.cdt.ui/ChangeLog +++ b/core/org.eclipse.cdt.ui/ChangeLog @@ -1,3 +1,9 @@ +2003-08-31 Alain Magloire + + Added new block ErrorParserBlock, not enable yet. + + * src/org/eclipse/cdt/ui/ErrorParserBlock.java + 2003-08-30 Alain Magloire Deal with the annoying warnings from eclipse about syntetic methods.