[Python-checkins] python/dist/src/Lib/idlelib NEWS.txt, 1.25, 1.26 idlever.py, 1.15, 1.16

kbk at users.sourceforge.net kbk at users.sourceforge.net
Sun Nov 23 22:23:18 EST 2003


Update of /cvsroot/python/python/dist/src/Lib/idlelib
In directory sc8-pr-cvs1:/tmp/cvs-serv23682

Modified Files:
	NEWS.txt idlever.py 
Log Message:
Update NEWS.txt to include some items missed earlier.  Update the 
IDLE version to 1.1a0.
Modified Files:
	NEWS.txt idlever.py 


Index: NEWS.txt
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/idlelib/NEWS.txt,v
retrieving revision 1.25
retrieving revision 1.26
diff -C2 -d -r1.25 -r1.26
*** NEWS.txt	19 Nov 2003 04:52:32 -0000	1.25
--- NEWS.txt	24 Nov 2003 03:23:16 -0000	1.26
***************
*** 8,11 ****
--- 8,14 ----
    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,60 ****
--- 60,73 ----
  
  *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

Index: idlever.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/idlelib/idlever.py,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
*** idlever.py	27 Jul 2003 00:56:41 -0000	1.15
--- idlever.py	24 Nov 2003 03:23:16 -0000	1.16
***************
*** 1 ****
! IDLE_VERSION = "1.0"
--- 1 ----
! IDLE_VERSION = "1.1a0"





More information about the Python-checkins mailing list