##// END OF EJS Templates
update changelog
vivainio -
Show More
@@ -1,3 +1,25 b''
1 2007-05-28 Ville Vainio <vivainio@gmail.com>
2
3 * %cpaste: strip + with > from left (diffs).
4
5 * iplib.py: Fix crash when readline not installed
6
7 2007-05-26 Ville Vainio <vivainio@gmail.com>
8
9 * generics.py: intruduce easy to extend result_display generic
10 function (using simplegeneric.py).
11
12 * Fixed the append functionality of %set.
13
14 2007-05-25 Ville Vainio <vivainio@gmail.com>
15
16 * New magic: %rep (fetch / run old commands from history)
17
18 * New extension: mglob (%mglob magic), for powerful glob / find /filter
19 like functionality
20
21 % maghistory.py: %hist -g PATTERM greps the history for pattern
22
1 2007-05-24 Walter Doerwald <walter@livinglogic.de>
23 2007-05-24 Walter Doerwald <walter@livinglogic.de>
2
24
3 * IPython/Extensions/ipipe.py: Added a Table ihist that can be used to
25 * IPython/Extensions/ipipe.py: Added a Table ihist that can be used to
General Comments 0
You need to be logged in to leave comments. Login now