Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndre Weinand2002-02-12 16:29:18 +0000
committerAndre Weinand2002-02-12 16:29:18 +0000
commite8d74431569000cb020cae8265999f6763b5a9dc (patch)
tree484092a44d2658ffa75d92179c8794c95bf470d7
parent02518cb9ff222bfed61977616f7955cf26ec4aab (diff)
downloadeclipse.platform.team-e8d74431569000cb020cae8265999f6763b5a9dc.tar.gz
eclipse.platform.team-e8d74431569000cb020cae8265999f6763b5a9dc.tar.xz
eclipse.platform.team-e8d74431569000cb020cae8265999f6763b5a9dc.zip
updating release notes
-rw-r--r--bundles/org.eclipse.compare/buildnotes_compare.html14
-rw-r--r--bundles/org.eclipse.compare/plugins/org.eclipse.compare/buildnotes_compare.html14
2 files changed, 24 insertions, 4 deletions
diff --git a/bundles/org.eclipse.compare/buildnotes_compare.html b/bundles/org.eclipse.compare/buildnotes_compare.html
index 7440921f7..735a0ab2b 100644
--- a/bundles/org.eclipse.compare/buildnotes_compare.html
+++ b/bundles/org.eclipse.compare/buildnotes_compare.html
@@ -11,11 +11,17 @@
<h1>
Eclipse Platform Build Notes<br>
Compare</h1>
-Eclipse Build Input February ??th 2002
+Eclipse Build Input February 12th 2002
<h2>
What's new in this drop</h2>
-No more basic icons.
+The patch wizard no longer opens a Compare Editor but applies the
+patch directly to the workspace. This will be the default.
+In the future the old behavior of opening the Compare Editor will be
+an additional option when finishing the wizard.
+<br>
+Patch wizard has a 'Reverse' option for applying a "reversed" patch.
+This option can be used to 'undo' a patch.
<h3>
API changes</h3>
@@ -32,6 +38,10 @@ Known deficiencies</h2>
<h2>
Problem reports fixed</h2>
<a href="http://dev.eclipse.org/bugs/show_bug.cgi?id=9153">#9153</a>: NPE when closing synchronize view<br>
+<a href="http://dev.eclipse.org/bugs/show_bug.cgi?id=9331">#9331</a>: NPE during compare with stream version<br>
+<a href="http://dev.eclipse.org/bugs/show_bug.cgi?id=6346">#6346</a>: Problems with Patch<br>
+<a href="http://dev.eclipse.org/bugs/show_bug.cgi?id=6727">#6727</a>: Patch: *.rej file must be saved in workspace<br>
+<a href="http://dev.eclipse.org/bugs/show_bug.cgi?id=7358">#7358</a>: Internal Error in Compare with Patch with new files<br>
<h2>
Problem reports closed</h2>
diff --git a/bundles/org.eclipse.compare/plugins/org.eclipse.compare/buildnotes_compare.html b/bundles/org.eclipse.compare/plugins/org.eclipse.compare/buildnotes_compare.html
index 7440921f7..735a0ab2b 100644
--- a/bundles/org.eclipse.compare/plugins/org.eclipse.compare/buildnotes_compare.html
+++ b/bundles/org.eclipse.compare/plugins/org.eclipse.compare/buildnotes_compare.html
@@ -11,11 +11,17 @@
<h1>
Eclipse Platform Build Notes<br>
Compare</h1>
-Eclipse Build Input February ??th 2002
+Eclipse Build Input February 12th 2002
<h2>
What's new in this drop</h2>
-No more basic icons.
+The patch wizard no longer opens a Compare Editor but applies the
+patch directly to the workspace. This will be the default.
+In the future the old behavior of opening the Compare Editor will be
+an additional option when finishing the wizard.
+<br>
+Patch wizard has a 'Reverse' option for applying a "reversed" patch.
+This option can be used to 'undo' a patch.
<h3>
API changes</h3>
@@ -32,6 +38,10 @@ Known deficiencies</h2>
<h2>
Problem reports fixed</h2>
<a href="http://dev.eclipse.org/bugs/show_bug.cgi?id=9153">#9153</a>: NPE when closing synchronize view<br>
+<a href="http://dev.eclipse.org/bugs/show_bug.cgi?id=9331">#9331</a>: NPE during compare with stream version<br>
+<a href="http://dev.eclipse.org/bugs/show_bug.cgi?id=6346">#6346</a>: Problems with Patch<br>
+<a href="http://dev.eclipse.org/bugs/show_bug.cgi?id=6727">#6727</a>: Patch: *.rej file must be saved in workspace<br>
+<a href="http://dev.eclipse.org/bugs/show_bug.cgi?id=7358">#7358</a>: Internal Error in Compare with Patch with new files<br>
<h2>
Problem reports closed</h2>

Back to the top