From 2965dc5cbf04f29f6f339fe864931c1856205f3c 2007-09-07 20:47:20 From: vivainio Date: 2007-09-07 20:47:20 Subject: [PATCH] update changelog --- diff --git a/doc/ChangeLog b/doc/ChangeLog index 50b8335..751d33e 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -5,6 +5,12 @@ * genutils.py: SList.grep() implemented. + * ipy_editors.py, UserConfig/ipy_user_conf.py: Add some editors + for easy "out of the box" setup of several common editors, so that + e.g. '%edit os.path.isfile' will jump to the correct line + automatically. Contributions for command lines of your favourite + editors welcome. + 2007-09-07 Fernando Perez * IPython/OInspect.py (Inspector.pinfo): fixed bug that was