Mon Jun 20 11:10:48 1994  Guido van Rossum  (guido@voorn.cwi.nl)
	* dialog.py, rmt.py: adapt to new Tkinter.py (including	changes
	below).
	* wish.py: record whole command instead of individual lines.
	* Tkinter.py: remove redundant global statements
	(Misc): added getvar, getboolean, getint, getdouble, lower,
	lift==tkraise
	(Misc/_getboolean): if argument is empty, return None
	(AtInsert()): concatenate optional arguments after 'insert'
Sun Jun 19 01:00:24 1994  Steen Lumholt  (lumholt@login.dkuug.dk)
	* Tkinter.py: tk_* methods added.
	FunctionType, ClassType and MethodType objects. 
	(Widget.__init__): Name configuration.
	* FILES: Add ChangeLog and mkdist.
	* tkintermodule.c: File handler stuff. 
Sat Jun 18 15:26:41 1994  Steen Lumholt  (lumholt@login.dkuug.dk)
	* Tkinter.py: Rename pathName to _w.
	(Misc): Add winfo_* methods.
	(Menu): Rename entryconfigure to entryconfig.
	(Toplevel.__init__): Remove Toplevel.__setitem__ stuff.
Fri Jun 17 21:09:00 1994  Steen Lumholt  (lumholt@login.dkuug.dk)
	* wish.py: Interactive mode, update and record input. 
	* tkintermodule.c 
	(Tkapp_Record): New function.
	(Tkapp_New, Tkinter_Create): tcl_interactive mode support.
	(Tkapp_AddErrorInfo): New function.
	* tkintermodule.c 
	(PythonCmdDelete, Tkapp_CreateCommand): Delete HACK.
	(PythonCmd, Tkapp_CreateCommand): Don't use argFunc.
	* Tkinter.py (_CallSafely): Argument substitution.
	(Widget.__init__): Use default_root.
--Guido van Rossum, CWI, Amsterdam <Guido.van.Rossum@cwi.nl>
URL:  <http://www.cwi.nl/cwi/people/Guido.van.Rossum.html>