0.80: (projected)
	   - Command line completion
	   - cd's are logged in cdlist, so that "cd .." from links
	     now works as expected
	   - Different directory display formats available
	   - DEL/UNDEL commands rewritten
0.74:      - Remote EDIT now asks if it should write back the edited file
	   - Fixed cd-from-commandline bug in nc.cc (.nc.cwd not found
	     after it was moved to /tmp in version 0.73)
	   - Makefile now strips ncds too
	   - Corrected TClock.h compile problem with Slackware 1.1.2
	   - Added ncd-alias suggestion to manpage
	   - Changed EDITOR initialization code in inithome.cc so that
	     it works correctly with Unixes other than Linux
	   - Changed detection of screen resolution. NC now evaluates the
	     LINES and COLS environment variables and adjusts its screen
	     size and the visible filename length

0.73:	   - Makefile now strips the executable (saves ~600k!)
	   - Added "install" target to Makefile
	   - Ctrl-G is now recognized as backspace
	   - Documented missing ncurses include error with Slackware
	   - Moved temporary files from $HOME to /tmp
	   - Fixed mkdir bug (wrong permissions)
	   - nc now evaluates the environment variable $EDITOR
	   - Rewritten DEL in C code (except rmdir which is still
	     executed in a subshell)
	   - Fixed DEL bug that would not delete directories at all
0.72: 	   - Fixed slow terminal input bug (missing flushinp())
	   - Added TMsgDlg class for simple message boxes
	   - Added error handling for permission problems with "ls" and "cd"
	     in local operation (remote operation is still without error
	     handling)
	   - Support for PageUp/PageDown keys
	   - Fixed a bug in DEL key handling that caused DEL to fail
	     at the end of a line
0.71alpha: - Remote directory windows and the @-command (some remote
	     commands still missing)
	   - Actions 0-9 are now builtins instead of scripts
	   - Shell-type pattern matching using the '+' and '-' keys
	   - Fixed built-in cd so that it doesn't clear the screen any more
	   - Nice new dialog boxes with OK and CANCEL "buttons"
	   - Support for Ctrl-U and DEL in commandline editing mode
	   - Aliases in ~/.bashrc now work
	   - User and group names displayed in info line
	   - Console function keys (F1-F10) supported
0.62alpha: - Real time/date clock functions
	     (only with kernel >= 99p13)
           - The position of the highlight bar is restored 
	     after "cd .." or exec commands
0.61alpha: - Use of ncurses terminal support functions
	   - Color support
	   - New portable Makefile without implicit rule usage
	   - "cd" now returns to NC without wait 
0.6 alpha: - Removed DEL/UNDEL commands (should be rewritten)
	   - Included part of english TeX manual
	   - Replaced "ncurses.hpp" with extern "C" {#include "..."} 
0.51alpha: - Fixed bug in DEL/UNDEL that would not
             delete compressed files
0.5 alpha: - Prompt evaluates $PS1
           - $TERM checking at startup
           - Fixed wrong displaying of long filenames
           - Removed binary from distribution
	   - Added target 'all' to Makefile
	   - Added header line length trimming
	   - Fast change directory (ncd) command v.0.1 alpha
	   - DEL and UNDEL commands added (0.1 alpha).
0.4 alpha: - EXECONLY mode
           - new action scripts: latex, gcc, file type sensitive
             program launching (ftspl.nc)
           - some manual additions
0.3 alpha: - first version
