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/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/launch/org.eclipse.cdt.launch/ChangeLog b/launch/org.eclipse.cdt.launch/ChangeLog
index adb1eb417e9..c269cdba16b 100644
--- a/launch/org.eclipse.cdt.launch/ChangeLog
+++ b/launch/org.eclipse.cdt.launch/ChangeLog
@@ -1,3 +1,11 @@
+2004-02-12 Thomas Fletcher
+
+ Fix to address PR 39580. Since we can't do anything short term about the
+ scalability of the initial loading of the CModel, give the user a chance to
+ select the binary directly by browsing the project.
+
+ * src/org/eclipse/cdt/launch/ui/CMainTab.java
+
2004-02-02 Thomas Fletcher
Improve the previous fix to use a TwoElementPane dialog to properly differentiate between

Back to the top