From 5d70b24cde253ffa66d854c0d9a374e30792bf6d Mon Sep 17 00:00:00 2001 From: Alain Magloire Date: Thu, 10 Apr 2003 19:26:23 +0000 Subject: [PATCH] updated --- core/org.eclipse.cdt.ui/ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/core/org.eclipse.cdt.ui/ChangeLog b/core/org.eclipse.cdt.ui/ChangeLog index 81e4521635d..4650b30c996 100644 --- a/core/org.eclipse.cdt.ui/ChangeLog +++ b/core/org.eclipse.cdt.ui/ChangeLog @@ -1,3 +1,14 @@ +2003-04-10 Alain Magloire + + * src/org/eclipse/cdt/internal/ui/editor/CEditorActionContributor.java: + Cleanup to be more Eclipse-2.1 + * src/org/eclipse/cdt/internal/ui/editor/GotoErrorAction.java: + Was using the wrong bundle. + * src/org/eclipse/cdt/internal/ui/CPluginImage.java: + New imange for code assist. + * plugin.xml: + added "hpp" in the list of possible source C/C++ file. + 2003-04-08 Alain Magloire * src/org/eclipse/cdt/ui/CElementLabelProvider.java: