Bug 531913 - Mark deprecated API in PopupDialog for deletion

Change-Id: Ife0fbb7803a623b68670339278d24e0502284436
Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
diff --git a/bundles/org.eclipse.platform.doc.isv/porting/removals.html b/bundles/org.eclipse.platform.doc.isv/porting/removals.html
index 3fbdfdb..48710b0 100644
--- a/bundles/org.eclipse.platform.doc.isv/porting/removals.html
+++ b/bundles/org.eclipse.platform.doc.isv/porting/removals.html
@@ -67,6 +67,7 @@
  <li><a href="#iplatformrunnable">Remove org.eclipse.core.runtime.IPlatformRunnable</a></li>
  <li><a href="#ui-dialogs">Remove deprecated dialogs from org.eclipse.ui.dialogs</a></li>
  <li><a href="#platform-getjobmanager">Remove method org.eclipse.core.runtime.Platform#getJobManager()</a></li>
+ <li><a href="#jface-popupdialog">Remove deprecated method and constructor in PopupDialog</a></li>
 </ol>
 <hr>
 
@@ -273,5 +274,16 @@
 For further details or to provide feedback on this change, see <a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=528192" target="_blank">bug 528192</a>.
 </p>
 
+<h3>7. <a name="jface-popupdialog">Remove deprecated method and constructor in PopupDialog</a></h3>
+
+The method <code>getPersistBounds()</code> is planned to be removed from class <code>org.eclipse.jface.dialogs.PopupDialog</code>. 
+Clients are encouraged to use the method <code>getPersistLocation()</code> or <code>getPersistSize()</code> instead.
+
+It is also planned to remove the deprecated constructor. Clients should use the not deprecated constructor.
+
+<p>
+For further details or to provide feedback on this change, see <a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=531913" target="_blank">bug 531913</a>.
+</p>
+
 </body>
 </html>