diff --git a/doc/ChangeLog b/doc/ChangeLog index 7eb2537..a1019a4 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -5,51 +5,50 @@ 2007-08-26 Ville Vainio * ipmaker.py: Command line args have the highest priority again - - * iplib.py, ipmaker.py: -i command line argument now behaves as in - normal python, i.e. leaves the IPython session running after -c - command or running a batch file from command line. + + * iplib.py, ipmaker.py: -i command line argument now behaves as in + normal python, i.e. leaves the IPython session running after -c + command or running a batch file from command line. - * 2007-08-22 Ville Vainio * iplib.py: no extra empty (last) line in raw hist w/ multiline - statements - - * logger.py: Fix bug where blank lines in history were not - added until AFTER adding the current line; translated and raw - history should finally be in sync with prompt now. - - * ipy_completers.py: quick_completer now makes it easy to create - trivial custom completers - - * clearcmd.py: shadow history compression & erasing, fixed input hist - clearing. - - * envpersist.py, history.py: %env (sh profile only), %hist completers - - * genutils.py, Prompts.py, Magic.py: win32 - prompt (with \yDEPTH) and - term title now include the drive letter, and always use / instead of - os.sep (as per recommended approach for win32 ipython in general). - - * ipykit.py, ipy_kitcfg.py: special launcher for ipykit. Allows running - plain python scripts from ipykit command line by running - "py myscript.py", even w/o installed python. + statements + + * logger.py: Fix bug where blank lines in history were not + added until AFTER adding the current line; translated and raw + history should finally be in sync with prompt now. + + * ipy_completers.py: quick_completer now makes it easy to create + trivial custom completers + + * clearcmd.py: shadow history compression & erasing, fixed input hist + clearing. + + * envpersist.py, history.py: %env (sh profile only), %hist completers + + * genutils.py, Prompts.py, Magic.py: win32 - prompt (with \yDEPTH) and + term title now include the drive letter, and always use / instead of + os.sep (as per recommended approach for win32 ipython in general). + + * ipykit.py, ipy_kitcfg.py: special launcher for ipykit. Allows running + plain python scripts from ipykit command line by running + "py myscript.py", even w/o installed python. 2007-08-21 Ville Vainio * ipmaker.py: finding ipythonrc-PROF now skips ipy_profile_PROF. - (for backwards compatibility) - - * history.py: switch back to %hist -t from %hist -r as default. - At least until raw history is fixed for good. + (for backwards compatibility) + + * history.py: switch back to %hist -t from %hist -r as default. + At least until raw history is fixed for good. 2007-08-20 Ville Vainio * ipapi.py, iplib.py: DebugTools accessible via _ip.dbg, to catch & - locate alias redeclarations etc. Also, avoid handling - _ip.IP.alias_table directly, prefer using _ip.defalias. - + locate alias redeclarations etc. Also, avoid handling + _ip.IP.alias_table directly, prefer using _ip.defalias. + 2007-08-15 Ville Vainio