diff --git a/doc/ChangeLog b/doc/ChangeLog index cbfb4f5..70c053d 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -2,6 +2,10 @@ * genutils.py: getoutput now works in win32 too + * completer.py: alias and magic completion only invoked + at the first "item" in the line, to avoid "cd %store" + nonsense. + 2006-02-09 Ville Vainio * test/*: Added a unit testing framework (finally).