Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMikhail Khodjaiants2004-08-23 20:39:04 +0000
committerMikhail Khodjaiants2004-08-23 20:39:04 +0000
commit6e702766cb26d10de72227b57c95cec1ef492e8b (patch)
treefa3e9dd40a4577c752513295e01d5a64742c054e /debug/org.eclipse.cdt.debug.mi.ui/ChangeLog
parent45787ce6ed7a35e4261f9738082b20287ffef4fc (diff)
downloadorg.eclipse.cdt-6e702766cb26d10de72227b57c95cec1ef492e8b.tar.gz
org.eclipse.cdt-6e702766cb26d10de72227b57c95cec1ef492e8b.tar.xz
org.eclipse.cdt-6e702766cb26d10de72227b57c95cec1ef492e8b.zip
Added API to allow the access to the internal MI UI components by client plugins.
Changed the "Solib search path" component. Reformatting and cleanup.
Diffstat (limited to 'debug/org.eclipse.cdt.debug.mi.ui/ChangeLog')
-rw-r--r--debug/org.eclipse.cdt.debug.mi.ui/ChangeLog21
1 files changed, 21 insertions, 0 deletions
diff --git a/debug/org.eclipse.cdt.debug.mi.ui/ChangeLog b/debug/org.eclipse.cdt.debug.mi.ui/ChangeLog
index cf004576330..14fd531f250 100644
--- a/debug/org.eclipse.cdt.debug.mi.ui/ChangeLog
+++ b/debug/org.eclipse.cdt.debug.mi.ui/ChangeLog
@@ -1,3 +1,24 @@
+2004-08-23 Mikhail Khodjaiants
+ Added API to allow the access to the internal MI UI components by client plugins.
+ Changed the "Solib search path" component.
+ Reformatting and cleanup.
+ * MIUIMessages.properties
+ * CygwinDebuggerPage.java
+ * GDBDebuggerPage.java
+ * GDBServerDebuggerPage.java
+ * GDBSolibBlock.java
+ * IMIHelpContextIds.java
+ * IMILaunchConfigurationComponent.java: new
+ * IMIUIConstants.java
+ * IPathProvider.java: new
+ * MIUIUtils.java: new
+ * PixelConverter.java
+ * SerialPortSettingsBlock.java
+ * SolibSearchPathBlock.java
+ * TCPSettingsBlock.java
+ * SetAutoSolibActionDelegate.java
+ * MIPreferencePage.java
+
2004-07-14 Mikhail Khodjaiants
Wrong fix. Falling back.
* GDBSolibBlock.java

Back to the top