- (#116) readline: implement UNDO on Ctrl-Z,Ctrl-
_ - (#194) Update Console Window's ICON (LEFT-TOP-CORNER)
- Add alias for
dateandtimein CMD.EXE - Fix: the current-dir per each drive was mistaken after
cd RELATIVE-PATH
(cd C:\x\y\z ; cd .. ; cd \\localhost\c$ ; c: ; pwd->C:\x(notC:\x\y) )