Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMikhail Khodjaiants2005-03-22 00:11:28 +0000
committerMikhail Khodjaiants2005-03-22 00:11:28 +0000
commit4bc76bbea7a9ceab68a613f1e125c01794f644d7 (patch)
tree739273c6b5f059e74c701995ad47495cb297c1e5 /debug/org.eclipse.cdt.debug.ui/ChangeLog
parentec85b24cb74c0931fbb930008fb30a27f7f7fd73 (diff)
downloadorg.eclipse.cdt-4bc76bbea7a9ceab68a613f1e125c01794f644d7.tar.gz
org.eclipse.cdt-4bc76bbea7a9ceab68a613f1e125c01794f644d7.tar.xz
org.eclipse.cdt-4bc76bbea7a9ceab68a613f1e125c01794f644d7.zip
Bug 80175: Replace the CDT source lookup by the source lookup provided by Eclipse platform.
Diffstat (limited to 'debug/org.eclipse.cdt.debug.ui/ChangeLog')
-rw-r--r--debug/org.eclipse.cdt.debug.ui/ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/debug/org.eclipse.cdt.debug.ui/ChangeLog b/debug/org.eclipse.cdt.debug.ui/ChangeLog
index 67db9454d9f..0920fcd423b 100644
--- a/debug/org.eclipse.cdt.debug.ui/ChangeLog
+++ b/debug/org.eclipse.cdt.debug.ui/ChangeLog
@@ -1,3 +1,18 @@
+2005-03-21 Mikhail Khodjaiants
+ Bug 80175: Replace the CDT source lookup by the source lookup provided by Eclipse platform.
+ * icons/full/obj16/mapentry_obj.gif: new
+ * icons/full/obj16/mapping_obj.gif: new
+ * CDebugImages.java
+ * CDebugModelPresentation.java
+ * ICDebugHelpContextIds.java
+ * src/org/eclipse/cdt/debug/internal/ui/sourcelookup: new package
+ * MappingSourceContainerBrowser.java: new
+ * PathMappingDialog.java: new
+ * SourceContainerAdapterFactory.java: new
+ * SourceContainerWorkbenchAdapter.java: new
+ * plugin.properties
+ * plugin.xml
+
2005-03-08 Mikhail Khodjaiants
Removed deprecated "WorkbenchHelp" references.
* CBreakpointPropertiesRulerAction.java

Back to the top