1. Patch 1196895 Jeff Shute:
   New files are colorized by default, and colorizing is removed when
   saving as non-Python files. Patch 1196895 Jeff Shute
   Closes Python Bugs 775012 and 800432, partial fix IDLEfork 763524

2. Update help.txt for left/right word delete

M CREDITS.txt
M ColorDelegator.py
M EditorWindow.py
M NEWS.txt
M help.txt
diff --git a/Lib/idlelib/help.txt b/Lib/idlelib/help.txt
index e91e8c6..6d2ba2f 100644
--- a/Lib/idlelib/help.txt
+++ b/Lib/idlelib/help.txt
@@ -132,7 +132,8 @@
 
 Basic editing and navigation:
 
-	Backspace deletes to the left; DEL deletes to the right.
+	Backspace deletes char to the left; DEL deletes char to the right.
+	Control-backspace deletes word left, Control-DEL deletes word right.
 	Arrow keys and Page Up/Down move around.
 	Control-left/right Arrow moves by words in a strange but useful way.
 	Home/End go to begin/end of line.