##// END OF EJS Templates
whitespace cleanup changelog
vivainio -
Show More
@@ -5,51 +5,50 b''
5 2007-08-26 Ville Vainio <vivainio@gmail.com>
5 2007-08-26 Ville Vainio <vivainio@gmail.com>
6
6
7 * ipmaker.py: Command line args have the highest priority again
7 * ipmaker.py: Command line args have the highest priority again
8
8
9 * iplib.py, ipmaker.py: -i command line argument now behaves as in
9 * iplib.py, ipmaker.py: -i command line argument now behaves as in
10 normal python, i.e. leaves the IPython session running after -c
10 normal python, i.e. leaves the IPython session running after -c
11 command or running a batch file from command line.
11 command or running a batch file from command line.
12
12
13 *
14 2007-08-22 Ville Vainio <vivainio@gmail.com>
13 2007-08-22 Ville Vainio <vivainio@gmail.com>
15
14
16 * iplib.py: no extra empty (last) line in raw hist w/ multiline
15 * iplib.py: no extra empty (last) line in raw hist w/ multiline
17 statements
16 statements
18
17
19 * logger.py: Fix bug where blank lines in history were not
18 * logger.py: Fix bug where blank lines in history were not
20 added until AFTER adding the current line; translated and raw
19 added until AFTER adding the current line; translated and raw
21 history should finally be in sync with prompt now.
20 history should finally be in sync with prompt now.
22
21
23 * ipy_completers.py: quick_completer now makes it easy to create
22 * ipy_completers.py: quick_completer now makes it easy to create
24 trivial custom completers
23 trivial custom completers
25
24
26 * clearcmd.py: shadow history compression & erasing, fixed input hist
25 * clearcmd.py: shadow history compression & erasing, fixed input hist
27 clearing.
26 clearing.
28
27
29 * envpersist.py, history.py: %env (sh profile only), %hist completers
28 * envpersist.py, history.py: %env (sh profile only), %hist completers
30
29
31 * genutils.py, Prompts.py, Magic.py: win32 - prompt (with \yDEPTH) and
30 * genutils.py, Prompts.py, Magic.py: win32 - prompt (with \yDEPTH) and
32 term title now include the drive letter, and always use / instead of
31 term title now include the drive letter, and always use / instead of
33 os.sep (as per recommended approach for win32 ipython in general).
32 os.sep (as per recommended approach for win32 ipython in general).
34
33
35 * ipykit.py, ipy_kitcfg.py: special launcher for ipykit. Allows running
34 * ipykit.py, ipy_kitcfg.py: special launcher for ipykit. Allows running
36 plain python scripts from ipykit command line by running
35 plain python scripts from ipykit command line by running
37 "py myscript.py", even w/o installed python.
36 "py myscript.py", even w/o installed python.
38
37
39 2007-08-21 Ville Vainio <vivainio@gmail.com>
38 2007-08-21 Ville Vainio <vivainio@gmail.com>
40
39
41 * ipmaker.py: finding ipythonrc-PROF now skips ipy_profile_PROF.
40 * ipmaker.py: finding ipythonrc-PROF now skips ipy_profile_PROF.
42 (for backwards compatibility)
41 (for backwards compatibility)
43
42
44 * history.py: switch back to %hist -t from %hist -r as default.
43 * history.py: switch back to %hist -t from %hist -r as default.
45 At least until raw history is fixed for good.
44 At least until raw history is fixed for good.
46
45
47 2007-08-20 Ville Vainio <vivainio@gmail.com>
46 2007-08-20 Ville Vainio <vivainio@gmail.com>
48
47
49 * ipapi.py, iplib.py: DebugTools accessible via _ip.dbg, to catch &
48 * ipapi.py, iplib.py: DebugTools accessible via _ip.dbg, to catch &
50 locate alias redeclarations etc. Also, avoid handling
49 locate alias redeclarations etc. Also, avoid handling
51 _ip.IP.alias_table directly, prefer using _ip.defalias.
50 _ip.IP.alias_table directly, prefer using _ip.defalias.
52
51
53
52
54 2007-08-15 Ville Vainio <vivainio@gmail.com>
53 2007-08-15 Ville Vainio <vivainio@gmail.com>
55
54
General Comments 0
You need to be logged in to leave comments. Login now