]> granicus.if.org Git - python/commitdiff
Update NEWS.txt to include some items missed earlier. Update the
authorKurt B. Kaiser <kbk@shore.net>
Mon, 24 Nov 2003 03:23:16 +0000 (03:23 +0000)
committerKurt B. Kaiser <kbk@shore.net>
Mon, 24 Nov 2003 03:23:16 +0000 (03:23 +0000)
IDLE version to 1.1a0.
Modified Files:
NEWS.txt idlever.py

Lib/idlelib/NEWS.txt
Lib/idlelib/idlever.py

index c6df2c30dae90982f31626b52d49125bb79f2b7f..0f0df2807d65aba9b669bbe8d95f536224777cd8 100644 (file)
@@ -7,6 +7,9 @@ What's New in IDLE 1.0+?
   Raphael suggested correcting this so pdb's postmortem pm() would work. 
   IDLEfork Patch 844675
 
+- IDLE now does not fail to save the file anymore if the Tk buffer is not a
+  Unicode string, yet eol_convention is.  Python Bugs 774680, 788378
+
 - IDLE didn't start correctly when Python was installed in "Program Files" on
   W2K and XP.  Python Bugs 780451, 784183
 
@@ -57,6 +60,16 @@ What's New in IDLE 1.0b2?
 
 *Release date: 29-Jun-2003*
 
+- Extend AboutDialog.ViewFile() to support file encodings.  Make the CREDITS
+  file Latin-1.
+
+- Updated the About dialog to reflect re-integration into Python.  Provide
+  buttons to display Python's NEWS, License, and Credits, plus additional
+  buttons for IDLE's README and NEWS.
+
+- TextViewer() now has a third parameter which allows inserting text into the
+  viewer instead of reading from a file.
+
 - (Created the .../Lib/idlelib directory in the Python CVS, which is a clone of
   IDLEfork modified to install in the Python environment.  The code in the
   interrupt module has been moved to thread.interrupt_main(). )
index 448d9059f58c990cb041321bd0f74da2b8c08cc8..1731166b30d70330666c2d9b3ecfeda47ed7eb3b 100644 (file)
@@ -1 +1 @@
-IDLE_VERSION = "1.0"
+IDLE_VERSION = "1.1a0"