Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Inglis2003-07-22 15:43:02 +0000
committerDavid Inglis2003-07-22 15:43:02 +0000
commit4da2df936325702ae618312b064d1cdd6b0d5047 (patch)
tree4a0bb68b1d95b450826a27df09b09e1207fb6484 /launch/org.eclipse.cdt.launch/ChangeLog
parent4b8ed789cca44587b24bd628c24e7fecd48b4d02 (diff)
downloadorg.eclipse.cdt-4da2df936325702ae618312b064d1cdd6b0d5047.tar.gz
org.eclipse.cdt-4da2df936325702ae618312b064d1cdd6b0d5047.tar.xz
org.eclipse.cdt-4da2df936325702ae618312b064d1cdd6b0d5047.zip
see change log
Diffstat (limited to 'launch/org.eclipse.cdt.launch/ChangeLog')
-rw-r--r--launch/org.eclipse.cdt.launch/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/launch/org.eclipse.cdt.launch/ChangeLog b/launch/org.eclipse.cdt.launch/ChangeLog
index 5a941d4c3b2..26b864e4d54 100644
--- a/launch/org.eclipse.cdt.launch/ChangeLog
+++ b/launch/org.eclipse.cdt.launch/ChangeLog
@@ -1,3 +1,12 @@
+2003-07-22 David Inglis
+ * src/org/eclipse/cdt/launch/ui/CMainTab.java
+ Use project name for configuration naming when no binary selected
+
+2003-07-22 Mikhail Khodjaiants
+ * src/org/eclipse/cdt/launch/sourcelookup/DefaultSourceLocator.java
+ * src/org/eclipse/cdt/launch/ui/CSourceLookupTab.java
+ Fixed initialization problems.
+
2003-07-17 Thomas Fletcher
* src/org/eclipse/cdt/launch/sourcelookup/DefaultSourceLocator.java
Applied source locator patch to expand the scope of source lookups.

Back to the top