diff --git a/core/org.eclipse.cdt.ui/ChangeLog b/core/org.eclipse.cdt.ui/ChangeLog index 9c89fcf3f15..d574c7858f8 100644 --- a/core/org.eclipse.cdt.ui/ChangeLog +++ b/core/org.eclipse.cdt.ui/ChangeLog @@ -1,3 +1,11 @@ +2003-05-23 Mikhail Khodjaiants + PR 38047: Unable to save changes in C/C++ debug editor. + * src/org/eclipse/cdt/ui/IEditorInputDelegate.java: new + This interface is added to provide support for more flexible editor inputs. + + * src/org/eclipse/cdt/internal/ui/editor/CDocumentProvider.java: + Support of the "IEditorInputDelegate" interface. + 2003-05-30 Hoda Amer Added the new class wizard on May 27th Fixed the inclusion problem on May 28th