##// END OF EJS Templates
Fix changelog, broken in previous commit
fperez -
Show More
@@ -1,14 +1,15 b''
1 2005-12-27 Fernando Perez <Fernando.Perez@colorado.edu>
1 2005-12-27 Fernando Perez <Fernando.Perez@colorado.edu>
2
2
3 * IPython/iplib.py (edit_syntax_error): added support for
4 automatically reopening the editor if the file had a syntax error
5 in it. Thanks to scottt who provided the patch at:
6 http://www.scipy.net/roundup/ipython/issue36 (slightly modified
7 version committed).
8
3 * IPython/iplib.py (handle_normal): add suport for multi-line
9 * IPython/iplib.py (handle_normal): add suport for multi-line
4 input with emtpy lines. This fixes
10 input with emtpy lines. This fixes
5 http://www.scipy.net/roundup/ipython/issue43 and a similar
11 http://www.scipy.net/roundup/ipython/issue43 and a similar
6 discussion on the user list.
12 discussion on the user list.
7 (edit_syntax_error): added support for automatically reopening the
8 editor if the file had a syntax error in it. Thanks to scottt who
9 provided the patch at:
10 http://www.scipy.net/roundup/ipython/issue36 (slightly modified
11 version committed).
12
13
13 WARNING: a behavior change is necessarily introduced to support
14 WARNING: a behavior change is necessarily introduced to support
14 blank lines: now a single blank line with whitespace does NOT
15 blank lines: now a single blank line with whitespace does NOT
General Comments 0
You need to be logged in to leave comments. Login now