diff --git a/debug/org.eclipse.cdt.debug.ui/ChangeLog b/debug/org.eclipse.cdt.debug.ui/ChangeLog
index 2c9d74bac29..8c41fe8b765 100644
--- a/debug/org.eclipse.cdt.debug.ui/ChangeLog
+++ b/debug/org.eclipse.cdt.debug.ui/ChangeLog
@@ -1,3 +1,11 @@
+2004-05-28 Mikhail Khodjaiants
+ New implementation of the "Add Expression" editor action.
+ * AddExpressionActionDelegate.java: removed
+ * AddExpressionEditorActionDelegate.java: new
+ * icons/full/dtool16/watch_exp.gif: new
+ * icons/full/etool16/watch_exp.gif: new
+ * plugin.xml
+
2004-05-28 Mikhail Khodjaiants
Changed the error handling of the "Add Globals" and "Enable/Disable Variable" actions.
* AddGlobalsActionDelegate.java
diff --git a/debug/org.eclipse.cdt.debug.ui/icons/full/dtool16/watch_exp.gif b/debug/org.eclipse.cdt.debug.ui/icons/full/dtool16/watch_exp.gif
new file mode 100644
index 00000000000..38f60cd7d22
Binary files /dev/null and b/debug/org.eclipse.cdt.debug.ui/icons/full/dtool16/watch_exp.gif differ
diff --git a/debug/org.eclipse.cdt.debug.ui/icons/full/etool16/watch_exp.gif b/debug/org.eclipse.cdt.debug.ui/icons/full/etool16/watch_exp.gif
new file mode 100644
index 00000000000..d37495a8391
Binary files /dev/null and b/debug/org.eclipse.cdt.debug.ui/icons/full/etool16/watch_exp.gif differ
diff --git a/debug/org.eclipse.cdt.debug.ui/plugin.xml b/debug/org.eclipse.cdt.debug.ui/plugin.xml
index adc0a925b8d..593fa38442c 100644
--- a/debug/org.eclipse.cdt.debug.ui/plugin.xml
+++ b/debug/org.eclipse.cdt.debug.ui/plugin.xml
@@ -223,20 +223,6 @@
-
-
-
-
-
-
@@ -467,9 +453,9 @@
id="org.eclipse.cdt.debug.ui.AsmEditorPopupActions">
@@ -546,107 +532,6 @@
id="org.eclipse.cdt.debug.internal.ui.actions.NaturalVariableFormatActionDelegate">
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-