+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.
#$ 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:
+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
# 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.
+original IDLE NEWS.txt :
+========================
+
(For a more detailed change log, see the file ChangeLog.)
----------------------------------------------------------------------
+README from IDLE fork 0.7.1 :
+=============================
+
EXPERIMENTAL LOADER IDLE 2000-05-29
-----------------------------------
-
+Original IDLE todo, much of it now outdated:
+============================================
TO DO:
- improve debugger:
IDLE_VERSION = "0.8"
+IDLEFORK_VERSION = "0.8.1"