##// END OF EJS Templates
changelog
vivainio -
Show More
@@ -1,3 +1,15 b''
1 2006-11-21 Ville Vainio <vivainio@gmail.com>
2
3 * upgrade_dir.py: Now actually overwrites a nonmodified user file
4 with one from UserConfig.
5
6 * ipy_profile_sh.py: Add dummy "depth" to var_expand lambda,
7 it was missing which broke the sh profile.
8
9 * completer.py: file completer now uses explicit '/' instead
10 of os.path.join, expansion of 'foo' was broken on win32
11 if there was one directory with name 'foobar'.
12
1 2006-11-08 Ville Vainio <vivainio@gmail.com>
13 2006-11-08 Ville Vainio <vivainio@gmail.com>
2
14
3 * completer.py (attr_matches): catch all exceptions raised
15 * completer.py (attr_matches): catch all exceptions raised
General Comments 0
You need to be logged in to leave comments. Login now