From b9102ce931ce44fc82b114ce637f05ba3706f583 Mon Sep 17 00:00:00 2001 From: Alain Magloire Date: Sun, 31 Aug 2003 04:46:02 +0000 Subject: [PATCH] updated --- core/org.eclipse.cdt.core/ChangeLog | 9 +++++++++ core/org.eclipse.cdt.ui/ChangeLog | 6 ++++++ 2 files changed, 15 insertions(+) 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.