From 645fd04fa9ca0d765fae1f7e014948d8c9654a67 Mon Sep 17 00:00:00 2001 From: Alain Magloire Date: Wed, 3 Sep 2003 18:34:52 +0000 Subject: [PATCH] updated. --- core/org.eclipse.cdt.ui/ChangeLog | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/core/org.eclipse.cdt.ui/ChangeLog b/core/org.eclipse.cdt.ui/ChangeLog index 64df342c64a..52ad6ec79bf 100644 --- a/core/org.eclipse.cdt.ui/ChangeLog +++ b/core/org.eclipse.cdt.ui/ChangeLog @@ -1,4 +1,10 @@ -2003-09-3 Alain Magloire +2003-09-03 Alain Magloire + + Change to abstract and let the client provides the saving algorithm. + + * src/org/eclipse/cdt/uui/ErroParserBlock.java + +2003-09-03 Alain Magloire Wrong fix to a warning the call is needed but not the variable. Thanks to Hoda for noticing.