diff --git a/core/org.eclipse.cdt.ui/ChangeLog b/core/org.eclipse.cdt.ui/ChangeLog index 1cf901d7c67..be8fe0ec524 100644 --- a/core/org.eclipse.cdt.ui/ChangeLog +++ b/core/org.eclipse.cdt.ui/ChangeLog @@ -1,3 +1,15 @@ +2003-06-12 Alain Magloire + + Patch from Thomas Fletcher + Define a specific editing scope for the C/C++ Editor and define the framework for + adding in additional commands. Two commands added initially: comment and + uncomment. Removed some Java nomenclature from some of the C properties. + + * plugin.properties + * plugin.xml + * src/org/eclipse/cdt/internal/ui/editor/CEditor.java + * src/org/eclipse/cdt/internal/ui/editor/CEditorMessages.properties + 2003-06-12 Alain Magloire Patch From Thomas Fletcher, to clean up the working set.