0.1 to 0.2
	
	File names are now escaped before going to the shell.

	The menus are now searchable with / or ? and basic commands :45 or :quit.

	The current position was changed to a solid bar instead of an arrow.

	Basic readline file completion.

	Command and pattern history.

	Colors are now configurable.

	cw can be used to rename files.

	Added a keys pressed window in the status bar to show the first d of dd, 
	numbers for 12G or 33j movement commands, and first y of yy.

	User commands are now sorted in alphabetical order so that they may be
	used in the shortest form that does not match another command.

	The :command parsing was rewritten.

	The default action on an executable file was changed to a configurable 
	option.  The default is now to view the file instead of executing it.

	New :commands
		:locate command uses locate.
		:apropos command - shows list of man pages in menu window.
		:sync command - changes the other panel to the same directory as the 
			current panel.

	New Key bindings
		Normal mode:
		M - move to the middle of the window.
		L - move to the bottom of the window.
		H - move to the top of the window.
		V - switch to visual mode.
		Y - yank the currently selected files.

		Visual mode:
		M - select from the current position to the middle of the list.
		L - select from the current position to the bottom of the list.
		H - select from the current position to the top of the list.

		The bookmarks code was rewritten.

		The automatic updating of the file lists was rewritten.



