Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDani Megert2005-02-04 11:10:00 +0000
committerDani Megert2005-02-04 11:10:00 +0000
commit393d6b2c3b8aee7aa953bab38d834684f1c43de7 (patch)
tree411fcff0596ab8c0760977b72131635ab4aac3a5 /org.eclipse.ui.editors/buildnotes_text.html
parentdf822e9a86c1b6cdac7fa3a99937bbe16b024903 (diff)
downloadeclipse.platform.text-393d6b2c3b8aee7aa953bab38d834684f1c43de7.tar.gz
eclipse.platform.text-393d6b2c3b8aee7aa953bab38d834684f1c43de7.tar.xz
eclipse.platform.text-393d6b2c3b8aee7aa953bab38d834684f1c43de7.zip
Added file menu change
Diffstat (limited to 'org.eclipse.ui.editors/buildnotes_text.html')
-rw-r--r--org.eclipse.ui.editors/buildnotes_text.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/org.eclipse.ui.editors/buildnotes_text.html b/org.eclipse.ui.editors/buildnotes_text.html
index f9233d8d5ee..5f1d366202a 100644
--- a/org.eclipse.ui.editors/buildnotes_text.html
+++ b/org.eclipse.ui.editors/buildnotes_text.html
@@ -22,10 +22,12 @@ To see which bugs have been addressed in one of the builds simply open the <a hr
<br>
========== Eclipse Build Input February 8th 2005 ==========<br>
<pre>
-- Added ProjectionAnnotation.getCaptionOffset which allows folding providers
+- added ProjectionAnnotation.getCaptionOffset which allows folding providers
to specify which line of a folded-away region should be used as the caption
that remains visible in the document. This change is binary compatible, but
could break clients that already define such a method.
+- moved the "Change Encoding..." action from "File" > "Conversion" to "Edit"
+- renamed "File" > "Conversion" to "File" > "Convert Line Delimiters To"
</pre>
========== Eclipse Build Input February 1st 2005 ==========<br>
<pre>

Back to the top