From ce548f056ee12ec301eb90e236a7658ffc42a847 2007-05-15 16:00:41 From: vivainio Date: 2007-05-15 16:00:41 Subject: [PATCH] update changelog --- diff --git a/doc/ChangeLog b/doc/ChangeLog index 13d64ee..84f9dc7 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -8,6 +8,12 @@ * ipy_rehashdir.py: rename ext_rehashdir to ipy_rehashdir, import it in sh profile (instead of ipy_system_conf.py). + * Magic.py, ipy_rehashdir.py, ipy_profile_sh.py: System command + aliases are now lower case on windows (MyCommand.exe => mycommand). + + + + 2007-05-10 Fernando Perez * IPython/rlineimpl.py: check for clear_history in readline and