M AutoExpand.py
M Bindings.py
M EditorWindow.py
M PyShell.py
M config-keys.def
M configHandler.py
M help.txt

1. Annotate the shell window with last restart boundary upon restart.
2. Provide a shell menu entry and hot key (F6) to jump to the last
   restart boundary.
3. Add a new shell menu feature to restart the shell.
4. Update the help menu to add these features.
5. Update the help menu to put text in same order as the menus.
6. Correct a capitalization inconsistency on the Edit menu: Expand Word
7. Rename the "Debug" menu to be "Shell": it's doing more now.
8. Rearrange the "Shell" menu to make the StackViewer entries adjacent.
9. Add a get_geometry method to EditorWindow, which may be of use in
   making window positions persisent.
10. Make <ctrl-v> the "Classic Windows" paste key.
11. Restore decorum on the Help menu by removing "Advice".  As Guido said,
    things will never be the same.  Thanks, David!
diff --git a/Lib/idlelib/help.txt b/Lib/idlelib/help.txt
index dfba6c0..5d4acd0 100644
--- a/Lib/idlelib/help.txt
+++ b/Lib/idlelib/help.txt
@@ -1,4 +1,4 @@
-[See end for ** TIPS ]
+[See end for ** TIPS on using IDLE]
 
 Click on the dotted line at the top of a menu to "tear it off": a
 separate window containing the menu is created.
@@ -11,7 +11,7 @@
 	Open Module... -- open an existing module (searches sys.path)
 	Class Browser -- show classes and methods in current file
 	Path Browser -- show sys.path directories, modules, classes
-		        and methods
+			and methods
 	---
 	Save -- save current window to the associated file (unsaved
 		windows have a * before and after the window title)
@@ -64,7 +64,18 @@
 	Check Module -- Run a syntax check on the module
 	Run Script -- Execute the current file in the __main__ namespace
 
-Settings Menu:
+Shell Menu (only in Shell window):
+
+	View Last Restart -- Scroll the shell window to the last restart
+	Restart Shell -- Restart the interpreter with a fresh environment
+        ---
+	Go to File/Line -- look around the insert point for a filename
+		           and linenumber, open the file, and show the line
+	Debugger (toggle) -- Run commands in the shell under the debugger
+	Stack Viewer -- show the stack traceback of the last exception
+	Auto-open Stack Viewer (toggle) -- Open stack viewer on traceback
+
+Options Menu:
 
 	Configure IDLE -- Open a configuration dialog.  Fonts, indentation,
 	                  keybindings, and color themes may be altered.
@@ -81,20 +92,11 @@
 	select one to bring it to the foreground (deiconifying it if
 	necessary).
 
-Debug Menu (in the Python Shell window only):
-
-	Go to File/Line -- look around the insert point for a filename
-		           and linenumber, open the file, and show the line
-	Stack Viewer -- show the stack traceback of the last exception
-	Debugger (toggle) -- Run commands in the shell under the debugger
-	Auto-open Stack Viewer (toggle) -- Open stack viewer on traceback
-
 Help Menu:
 
         IDLE Help -- Display this file
 	Python Documentation -- Access local Python documentation, if
                                 installed.  Otherwise access python.org.
-	Advice -- Emergency Only!
 	IDLE Readme -- Background discussion and change details
 	---
 	About IDLE --- Version, copyright, license, credits