*** empty log message ***
diff --git a/org.eclipse.text/src/org/eclipse/jface/text/IDocument.java b/org.eclipse.text/src/org/eclipse/jface/text/IDocument.java
index a6aa535..5cad2a1 100644
--- a/org.eclipse.text/src/org/eclipse/jface/text/IDocument.java
+++ b/org.eclipse.text/src/org/eclipse/jface/text/IDocument.java
@@ -44,7 +44,7 @@
  * updated on every document manipulation and ensured to be up-to-date when the document
  * listeners are informed. A document uses an <code>IDocumentPartitioner</code> to 
  * manage its partitions. A document may be unpartitioned which happens when there is no
- * partitioner. In this case, the document is considered as one singloe partition of a
+ * partitioner. In this case, the document is considered as one single partition of a
  * default type. The default type is specified by this interface. If a document change
  * changes the document's partitioning all registered partitioning listeners are
  * informed exactly once.<p>
diff --git a/org.eclipse.ui.editors/_buildnotes_text_2_1.html b/org.eclipse.ui.editors/_buildnotes_text_2_1.html
new file mode 100644
index 0000000..f4e50d3
--- /dev/null
+++ b/org.eclipse.ui.editors/_buildnotes_text_2_1.html
@@ -0,0 +1,267 @@
+<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
+<html>
+<head>
+   <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+   <meta name="GENERATOR" content="Mozilla/4.76 [en] (Windows NT 5.0; U) [Netscape]">
+   <meta name="Author" content="IBM">
+   <title>Eclipse Platform Release Notes - Desktop</title>
+</head>
+<body>
+
+<h1>
+Eclipse Platform Build Notes</h1>
+
+<h1>
+Platform Text</h1>
+
+<p><br>Eclipse SDK Build 20030205
+<h2>
+What's new</h2>
+
+<ul>
+<li>
+Added new layout anchor option "GLOBAL" to the AbstractInformationControlManager.
+Information controls that are opened using this anchor are placed in the
+middle of the subject control.</li>
+
+<li>
+Changed all internal usages of SWT defined modifiers to the generic modifiers
+MOD?</li>
+
+<li>
+Moved "Go to Line" action into the Navigate menu</li>
+
+<li>
+The default text editor now supports:</li>
+
+<ul>
+<li>
+line numbers</li>
+
+<li>
+cursor line highlighting</li>
+
+<li>
+overview ruler</li>
+
+<li>
+error annotations</li>
+</ul>
+
+<li>
+The overview ruler can now be configured to show an header. The header
+shows the presence of annotations of a certain type.</li>
+</ul>
+
+<h2>
+Problem reports closed</h2>
+
+<blockquote>See bugzilla.</blockquote>
+
+<hr>
+<p>Eclipse SDK Build 20030128
+<h2>
+What's new</h2>
+
+<ul>
+<li>
+Introduced painter infrastructure at text viewer level. The following predefined
+painters are available:</li>
+
+<ul>
+<li>
+AnnotationPainter</li>
+
+<ul>
+<li>
+represents annotations given in the viewer's annotation model as squiggly
+lines in the text widget</li>
+
+<li>
+can be configured along annotation types and colors</li>
+</ul>
+
+<li>
+CursorLinePainter</li>
+
+<ul>
+<li>
+highlights the background of the current line (i.e. the line in which the
+cursor resides)</li>
+
+<li>
+color can be configured</li>
+</ul>
+
+<li>
+MargingPainter</li>
+
+<ul>
+<li>
+draws a vertical line at a certain column</li>
+
+<li>
+color and column can be configured</li>
+</ul>
+
+<li>
+MatchingCharacterPainter</li>
+
+<ul>
+<li>
+highlights the character matching the character close to the current cursor
+position by drawing a bounding box around the character</li>
+
+<li>
+must be configured with a strategy for finding the matching character (ICharacterPairMatcher)</li>
+
+<li>
+color can be configured</li>
+</ul>
+</ul>
+
+<li>
+Painters can dynamically be attached to a source viewer. API is defined
+in&nbsp; the interface ITextViewerExtension2. The TextViewer manages its
+painters using a PaintManager.</li>
+
+<li>
+Introduced the concept of an overview ruler at the source viewer level.
+The API is defined in the interface ISourceViewerExtension.</li>
+
+<li>
+Introduced a helper class SourceViewerDecorationSupport at the text editor
+framework that can be used by editors to manage and configure painters.
+This includes the initialization of painters from preferences and the reaction
+on preference changes.</li>
+
+<li>
+Changed validateEdit behavior for&nbsp; the find/replace case. validateEdit
+is now called directly in front of the first text replace operation.</li>
+
+<li>
+Global action definition ids have been introduced for computing content
+completion proposals and computing content context information.</li>
+
+<li>
+ITextViewerExtension2 now offers API to remove all registered text hovers
+for a given content type</li>
+</ul>
+
+<h2>
+Problem reports closed</h2>
+
+<blockquote>See bugzilla.</blockquote>
+
+<h1>
+
+<hr></h1>
+Eclipse SDK Build 20030107
+<h2>
+What's new</h2>
+
+<ul>
+<li>
+New attribute&nbsp;<span style="font-weight: bold;">symbolicFontName</span>
+has been added to <tt>org.eclipse.ui.editors</tt> extension point. See
+the extension point documentation for more details. If the attribute is
+provided then the text editors use it as primary source for setting the
+text editor font.</li>
+</ul>
+
+<h2>
+Problem reports closed</h2>
+
+<blockquote>See bugzilla.</blockquote>
+
+<hr>
+<h1>
+Eclipse Platform Build Notes</h1>
+
+<h1>
+Platform Text</h1>
+Eclipse SDK Build 20021203
+<h2>
+What's new</h2>
+
+<ul>
+<li>
+Introduced goto to last edit position</li>
+</ul>
+
+<h2>
+Problem reports closed</h2>
+
+<blockquote>See bugzilla.</blockquote>
+
+<hr>
+<p>Eclipse SDK Build 20021008
+<h2>
+What's new</h2>
+
+<ul>
+<li>
+Introduced smart behavior for Home/End key</li>
+
+<li>
+Infrastructure for eating code assist including visual indication of text
+to be replaced</li>
+</ul>
+
+<h2>
+Problem reports closed</h2>
+
+<blockquote>See bugzilla.</blockquote>
+
+<hr>
+<p>Eclipse SDK Build 20021001
+<h2>
+What's new</h2>
+
+<ul>
+<li>
+Applied patch for incremental search to behave more like Emacs</li>
+
+<li>
+Applied patch for delete line to copy to clipboard (Emacs behaviour)</li>
+</ul>
+
+<h2>
+Problem reports closed</h2>
+
+<blockquote>See bugzilla.</blockquote>
+
+<hr>
+<p>Eclipse SDK Build 20020903
+<h2>
+What's new</h2>
+
+<ul>
+<li>
+Adaptable line number ruler width</li>
+
+<li>
+Resizable content assist proposal popup</li>
+
+<li>
+Pre 2.0 build notes have been moved to buildnotes_text_2_0.html</li>
+</ul>
+
+<h2>
+Known deficiencies</h2>
+
+<ul>
+<li>
+Size of content assist proposal popup is not persisted over session boundaries</li>
+
+<li>
+Size of content assist proposal popup is not editor type specific</li>
+</ul>
+
+<h2>
+Problem reports closed</h2>
+
+<blockquote>See bugzilla.</blockquote>
+
+</body>
+</html>
diff --git a/org.eclipse.ui.editors/buildnotes_text.html b/org.eclipse.ui.editors/buildnotes_text.html
index f4e50d3..e69de29 100644
--- a/org.eclipse.ui.editors/buildnotes_text.html
+++ b/org.eclipse.ui.editors/buildnotes_text.html
@@ -1,267 +0,0 @@
-<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
-<html>
-<head>
-   <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-   <meta name="GENERATOR" content="Mozilla/4.76 [en] (Windows NT 5.0; U) [Netscape]">
-   <meta name="Author" content="IBM">
-   <title>Eclipse Platform Release Notes - Desktop</title>
-</head>
-<body>
-
-<h1>
-Eclipse Platform Build Notes</h1>
-
-<h1>
-Platform Text</h1>
-
-<p><br>Eclipse SDK Build 20030205
-<h2>
-What's new</h2>
-
-<ul>
-<li>
-Added new layout anchor option "GLOBAL" to the AbstractInformationControlManager.
-Information controls that are opened using this anchor are placed in the
-middle of the subject control.</li>
-
-<li>
-Changed all internal usages of SWT defined modifiers to the generic modifiers
-MOD?</li>
-
-<li>
-Moved "Go to Line" action into the Navigate menu</li>
-
-<li>
-The default text editor now supports:</li>
-
-<ul>
-<li>
-line numbers</li>
-
-<li>
-cursor line highlighting</li>
-
-<li>
-overview ruler</li>
-
-<li>
-error annotations</li>
-</ul>
-
-<li>
-The overview ruler can now be configured to show an header. The header
-shows the presence of annotations of a certain type.</li>
-</ul>
-
-<h2>
-Problem reports closed</h2>
-
-<blockquote>See bugzilla.</blockquote>
-
-<hr>
-<p>Eclipse SDK Build 20030128
-<h2>
-What's new</h2>
-
-<ul>
-<li>
-Introduced painter infrastructure at text viewer level. The following predefined
-painters are available:</li>
-
-<ul>
-<li>
-AnnotationPainter</li>
-
-<ul>
-<li>
-represents annotations given in the viewer's annotation model as squiggly
-lines in the text widget</li>
-
-<li>
-can be configured along annotation types and colors</li>
-</ul>
-
-<li>
-CursorLinePainter</li>
-
-<ul>
-<li>
-highlights the background of the current line (i.e. the line in which the
-cursor resides)</li>
-
-<li>
-color can be configured</li>
-</ul>
-
-<li>
-MargingPainter</li>
-
-<ul>
-<li>
-draws a vertical line at a certain column</li>
-
-<li>
-color and column can be configured</li>
-</ul>
-
-<li>
-MatchingCharacterPainter</li>
-
-<ul>
-<li>
-highlights the character matching the character close to the current cursor
-position by drawing a bounding box around the character</li>
-
-<li>
-must be configured with a strategy for finding the matching character (ICharacterPairMatcher)</li>
-
-<li>
-color can be configured</li>
-</ul>
-</ul>
-
-<li>
-Painters can dynamically be attached to a source viewer. API is defined
-in&nbsp; the interface ITextViewerExtension2. The TextViewer manages its
-painters using a PaintManager.</li>
-
-<li>
-Introduced the concept of an overview ruler at the source viewer level.
-The API is defined in the interface ISourceViewerExtension.</li>
-
-<li>
-Introduced a helper class SourceViewerDecorationSupport at the text editor
-framework that can be used by editors to manage and configure painters.
-This includes the initialization of painters from preferences and the reaction
-on preference changes.</li>
-
-<li>
-Changed validateEdit behavior for&nbsp; the find/replace case. validateEdit
-is now called directly in front of the first text replace operation.</li>
-
-<li>
-Global action definition ids have been introduced for computing content
-completion proposals and computing content context information.</li>
-
-<li>
-ITextViewerExtension2 now offers API to remove all registered text hovers
-for a given content type</li>
-</ul>
-
-<h2>
-Problem reports closed</h2>
-
-<blockquote>See bugzilla.</blockquote>
-
-<h1>
-
-<hr></h1>
-Eclipse SDK Build 20030107
-<h2>
-What's new</h2>
-
-<ul>
-<li>
-New attribute&nbsp;<span style="font-weight: bold;">symbolicFontName</span>
-has been added to <tt>org.eclipse.ui.editors</tt> extension point. See
-the extension point documentation for more details. If the attribute is
-provided then the text editors use it as primary source for setting the
-text editor font.</li>
-</ul>
-
-<h2>
-Problem reports closed</h2>
-
-<blockquote>See bugzilla.</blockquote>
-
-<hr>
-<h1>
-Eclipse Platform Build Notes</h1>
-
-<h1>
-Platform Text</h1>
-Eclipse SDK Build 20021203
-<h2>
-What's new</h2>
-
-<ul>
-<li>
-Introduced goto to last edit position</li>
-</ul>
-
-<h2>
-Problem reports closed</h2>
-
-<blockquote>See bugzilla.</blockquote>
-
-<hr>
-<p>Eclipse SDK Build 20021008
-<h2>
-What's new</h2>
-
-<ul>
-<li>
-Introduced smart behavior for Home/End key</li>
-
-<li>
-Infrastructure for eating code assist including visual indication of text
-to be replaced</li>
-</ul>
-
-<h2>
-Problem reports closed</h2>
-
-<blockquote>See bugzilla.</blockquote>
-
-<hr>
-<p>Eclipse SDK Build 20021001
-<h2>
-What's new</h2>
-
-<ul>
-<li>
-Applied patch for incremental search to behave more like Emacs</li>
-
-<li>
-Applied patch for delete line to copy to clipboard (Emacs behaviour)</li>
-</ul>
-
-<h2>
-Problem reports closed</h2>
-
-<blockquote>See bugzilla.</blockquote>
-
-<hr>
-<p>Eclipse SDK Build 20020903
-<h2>
-What's new</h2>
-
-<ul>
-<li>
-Adaptable line number ruler width</li>
-
-<li>
-Resizable content assist proposal popup</li>
-
-<li>
-Pre 2.0 build notes have been moved to buildnotes_text_2_0.html</li>
-</ul>
-
-<h2>
-Known deficiencies</h2>
-
-<ul>
-<li>
-Size of content assist proposal popup is not persisted over session boundaries</li>
-
-<li>
-Size of content assist proposal popup is not editor type specific</li>
-</ul>
-
-<h2>
-Problem reports closed</h2>
-
-<blockquote>See bugzilla.</blockquote>
-
-</body>
-</html>
diff --git a/org.eclipse.ui.editors/migration_guidelines.html b/org.eclipse.ui.editors/migration_guidelines.html
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/org.eclipse.ui.editors/migration_guidelines.html
diff --git a/org.eclipse.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/AbstractTextEditor.java b/org.eclipse.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/AbstractTextEditor.java
index 4ae4fdf..0cdefde 100644
--- a/org.eclipse.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/AbstractTextEditor.java
+++ b/org.eclipse.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/AbstractTextEditor.java
@@ -3688,6 +3688,9 @@
 		markAsStateDependentAction(ITextEditorActionConstants.DELETE_LINE, true);
 		markAsStateDependentAction(ITextEditorActionConstants.DELETE_LINE_TO_BEGINNING, true);
 		markAsStateDependentAction(ITextEditorActionConstants.DELETE_LINE_TO_END, true);
+		markAsStateDependentAction(ITextEditorActionConstants.CUT_LINE, true);
+		markAsStateDependentAction(ITextEditorActionConstants.CUT_LINE_TO_BEGINNING, true);
+		markAsStateDependentAction(ITextEditorActionConstants.CUT_LINE_TO_END, true);
 		
 		setActionActivationCode(ITextEditorActionConstants.SHIFT_RIGHT,'\t', -1, SWT.NONE);
 		setActionActivationCode(ITextEditorActionConstants.SHIFT_LEFT, '\t', -1, SWT.SHIFT);