]> granicus.if.org Git - python/commitdiff
minor tidy-ups ready for 0.8.1 alpha tarball release
authorSteven M. Gava <elguavas@python.net>
Thu, 19 Jul 2001 04:49:13 +0000 (04:49 +0000)
committerSteven M. Gava <elguavas@python.net>
Thu, 19 Jul 2001 04:49:13 +0000 (04:49 +0000)
Lib/idlelib/ChangeLog
Lib/idlelib/EditorWindow.py
Lib/idlelib/INSTALLATION
Lib/idlelib/NEWS.txt
Lib/idlelib/README.txt
Lib/idlelib/TODO.txt
Lib/idlelib/idlever.py

index b853a34af396a8fa8247dd9047ba9f5f0c9445e5..e60e2f32968756d594ed3e413b6befcd69b7c7e1 100644 (file)
@@ -1,3 +1,6 @@
+original IDLE ChangeLog:
+========================
+
 Tue Feb 15 18:08:19 2000  Guido van Rossum  <guido@cnri.reston.va.us>
 
        * NEWS.txt: Notice status bar and stack viewer.
index 3ab452ef84233fd03c034160b9f7cea28fa509d1..3f3f95b6b3df3cf21240357af066ee1a1c67320b 100644 (file)
@@ -78,17 +78,25 @@ TK_TABWIDTH_DEFAULT = 8
 #$ unix <Control-x>
 
 
-about_title = "About IDLE"
+about_title = "About IDLEfork"
 about_text = """\
-IDLE %s
+IDLEfork %s
 
-An Integrated DeveLopment Environment for Python
+IDLE is an Integrated DeveLopment Environment for Python \
+by Guido van Rossum.
 
-by Guido van Rossum
+IDLEfork is an official experimental development version of IDLE.
+Succesful new features in IDLEfork will be mereged back in to stable IDLE.
 
-This version of IDLE has been modified by David Scherer
-  (dscherer@cmu.edu).  See readme.txt for details.
-""" % idlever.IDLE_VERSION
+This version of IDLEfork is based on the work in stable IDLE version %s, \
+IDLEfork 0.7.1 released by David Scherer, and the VPython idle fork. 
+
+See README.txt for more details on IDLEfork.
+
+WARNING: IDLEfork is at this stage alpha quality software, expect things \
+to be broken. 
+
+""" % (idlever.IDLEFORK_VERSION, idlever.IDLE_VERSION)
 
 class EditorWindow:
 
index 369395fbda85dd647296acc4a1d1bf1f0dea879d..c5ee4bed2f84e2a7260415b2f11a82a3642d293c 100644 (file)
@@ -1,3 +1,6 @@
+INSTALLATION from IDLE fork 0.7.1 :
+===================================
+
 IDLE Fork Installation on Linux:
 
 Until the tarball is released, you must download a CVS copy.  An excellent
@@ -35,4 +38,4 @@ itself).
 # exit    from root
 
 NOTE that the above procedure will install idlefork IDLE on top of any
-"official" IDLE that may be already installed.
\ No newline at end of file
+"official" IDLE that may be already installed.
index 86cbc7609fd8500a4dabce46bdc62e529988a8af..5e6e37afae6583065327eb25975c3aeef25e8eb6 100644 (file)
@@ -1,3 +1,6 @@
+original IDLE NEWS.txt :
+========================
+
 (For a more detailed change log, see the file ChangeLog.)
 
 ----------------------------------------------------------------------
index 1b065aec0fdb0d2f111a98b5c5cbe6840f46e9ed..00fedf0d180a21425efe60e6b5b80009da3b3f1e 100644 (file)
@@ -1,3 +1,6 @@
+README from IDLE fork 0.7.1 :
+=============================
+
 EXPERIMENTAL LOADER IDLE 2000-05-29
 -----------------------------------
 
index b5ec7e81cb9158f8ed85da79797d3d775752163b..96b045020296d4f13a67954cf2d34db29784b2d3 100644 (file)
@@ -1,4 +1,5 @@
-
+Original IDLE todo, much of it now outdated:
+============================================
 TO DO:
 
 - improve debugger:
index 82c5781d56fb405b32eecd579554e43aa6844262..077e3477b2933891a541fe8615adfb9fb0de2fea 100644 (file)
@@ -1 +1,2 @@
 IDLE_VERSION = "0.8"
+IDLEFORK_VERSION = "0.8.1"