diff --git a/core/org.eclipse.cdt.ui/ChangeLog b/core/org.eclipse.cdt.ui/ChangeLog index b4f0b838e98..9f274b02952 100644 --- a/core/org.eclipse.cdt.ui/ChangeLog +++ b/core/org.eclipse.cdt.ui/ChangeLog @@ -1,3 +1,16 @@ +2003-06-05 Alain Magloire + + Patch from Christophe Juniet, this patch adds #ifdef guards + when generating a header for a class. + + Note the field NewClassWizardPage.createClass change to ICElement + since the C/C++ consider: + class foo { }; + like a variable instead IVariable instead of a IVariableDeclaration. + + * src/org/eclipse/cdt/ui/wizards/NewClassWizardPage.java + * src/org/eclipse/cdt/internal/ui/wizards/NewWizardMessages.properties. + 2003-05-23 Alain Magloire Patch from Victor Mozgin to deal with PR 38405