##// END OF EJS Templates
update changelog
vivainio -
Show More
@@ -1,3 +1,15 b''
1 2007-08-13 Ville Vainio <vivainio@gmail.com>
2
3 * prefilter.py: Take more care to special-case !, so that
4 !c:/bin/foo.exe works.
5
6 * setup.py: if we are building eggs, strip all docs and
7 examples (it doesn't make sense to bytecompile examples,
8 and docs would be in an awkward place anyway).
9
10 * Ryan Krauss' patch fixes start menu shortcuts when IPython
11 is installed into a directory that has spaces in the name.
12
1 2007-08-13 Fernando Perez <Fernando.Perez@colorado.edu>
13 2007-08-13 Fernando Perez <Fernando.Perez@colorado.edu>
2
14
3 * IPython/Magic.py (magic_doctest_mode): fix prompt separators in
15 * IPython/Magic.py (magic_doctest_mode): fix prompt separators in
General Comments 0
You need to be logged in to leave comments. Login now