Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'launch/org.eclipse.cdt.launch/ChangeLog')
-rw-r--r--launch/org.eclipse.cdt.launch/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/launch/org.eclipse.cdt.launch/ChangeLog b/launch/org.eclipse.cdt.launch/ChangeLog
index 36c104a5ea3..89b931ec903 100644
--- a/launch/org.eclipse.cdt.launch/ChangeLog
+++ b/launch/org.eclipse.cdt.launch/ChangeLog
@@ -1,3 +1,9 @@
+2006-02-27 Mikhail Khodjaiants
+ Fix for Bug 126025: CApplicationLaunchShortcut call to DebugUITools.saveAndBuild
+ invokes workspace wide build unnecessarily.
+ Applied patch from Andrew Ferguson (ARM).
+ * CApplicationLaunchShortcut.java
+
2006-02-03 Mikhail Khodjaiants
NPE in CDebuggerTab when attaching to a target.
* CDebuggerTab.java

Back to the top