Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Rennie2009-05-25 13:50:20 +0000
committerMichael Rennie2009-05-25 13:50:20 +0000
commit954790ae53e6900596b124077185a1c22eb31672 (patch)
treede3357bc186f15efc2c8e08b2097ff4f8ac0fce3 /org.eclipse.debug.core
parent55a06ad5d9377e274f8815dea97c9d2427e721a7 (diff)
downloadeclipse.platform.debug-954790ae53e6900596b124077185a1c22eb31672.tar.gz
eclipse.platform.debug-954790ae53e6900596b124077185a1c22eb31672.tar.xz
eclipse.platform.debug-954790ae53e6900596b124077185a1c22eb31672.zip
updated build notes
Diffstat (limited to 'org.eclipse.debug.core')
-rw-r--r--org.eclipse.debug.core/buildnotes_platform-debug.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/org.eclipse.debug.core/buildnotes_platform-debug.html b/org.eclipse.debug.core/buildnotes_platform-debug.html
index 9468997a9..22591097b 100644
--- a/org.eclipse.debug.core/buildnotes_platform-debug.html
+++ b/org.eclipse.debug.core/buildnotes_platform-debug.html
@@ -107,6 +107,10 @@ view which were defined in an internal interface. This change moves these const
<p><strong>Action required:</strong> Clients which may have copied these constants or (gasp!) have referenced the internal interface,
should instead reference the new API constants.</p>
+<h2>May 25, 2009</h2>
+<h3>Problem Reports Fixed</h3>
+<a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=76481">Bug 76481</a>: [doc] In the doc for org.eclipse.debug.ui.AbstractLaunchConfigurationTab, setDirty is badly described<br>
+
<h2>May 20, 2009</h2>
<h3>Problem Reports Fixed</h3>
<a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=276908">Bug 276908</a>: Mnemonic collision on debug preference page<br>

Back to the top