From 71041ca4b9fcb8fa67cc5d6688d0a1c132f36c76 2006-05-26 22:45:40 From: fperez Date: 2006-05-26 22:45:40 Subject: [PATCH] forgot changelog commit --- diff --git a/doc/ChangeLog b/doc/ChangeLog index a8bce70..e77c172 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,5 +1,8 @@ 2006-05-26 Fernando Perez + * IPython/ipmaker.py (make_IPython): modify sys.argv fix (below) + so that it doesn't break tkinter apps. + * IPython/iplib.py (_prefilter): fix bug where aliases would shadow variables when autocall was fully off. Reported by SAGE author William Stein.