From 4453da7299f9c098bc831df7e7afcf56d774dcbf Mon Sep 17 00:00:00 2001 From: Mikhail Khodjaiants Date: Fri, 14 Feb 2003 18:51:38 +0000 Subject: [PATCH] Changes for signal action. --- debug/org.eclipse.cdt.debug.ui/ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/debug/org.eclipse.cdt.debug.ui/ChangeLog b/debug/org.eclipse.cdt.debug.ui/ChangeLog index bf59c492f8c..e05b42978c0 100644 --- a/debug/org.eclipse.cdt.debug.ui/ChangeLog +++ b/debug/org.eclipse.cdt.debug.ui/ChangeLog @@ -1,3 +1,11 @@ +2003-02-14 Mikhail Khodjaiants + Enable the 'Resume With Signal' action only if target is suspended. + * SignalActionDelegate.java + +2003-02-14 Mikhail Khodjaiants + Change the 'Deliver Signal' action name to 'Resume With Signal'. + * plugin.properties + 2003-02-13 Mikhail Khodjaiants Undo changes because the 'asyncExec' method of the 'DebugPlugin' class has added since version 2.1. * CDebugUIPlugin.java