Roadmap
-------

0.0.5 {DONE} (stable-ish)

0.1.0 (20th March) {DONE} (devel)

0.1.1 (16th March) {DONE}

0.1.2 (Late April)
   o User friendliness, er, issues...
   o Global resource handler
   o Letter locking in mono.hillclimb-cracker
   o Menu hooks for plugins

0.1.3 (Early May) - New plugins can be added
   o monoalphabetic.dictionary-matcher?

Plugins
-------

o lock letters in autobreak key
o expand autobreak to handle non-bijective keys
o Safe standard table loading / saving
	o Multiple tables for different classes of text?
o Other stats tests
	o Kasiski
o Add options for automatic breaker (TRY_MAX, MAX_SEARCH_DEPTH)...
o Implement different algorithms for autobreaker e.g
	o dictionary, word pattern matcher (e.g. utility = 1234325)
	o genetic algorithm
	o have brute force breaking on standard monoalphabetic ciphers,
	  such as Caesar, pig-pen, keyword
	o Utilise word boundary data
o Key storage/load/save?
o Other ciphers
	o homophonic / nulls
	o n-gram -> n-gram monoalphabetic substitution
	o polyalphabetics (vigenere et al)
	o transposition ciphers
o Cipher identification

Crank
-----

o Global data handler
o File requester dialog location memory
o status bar
o toolbar
o Improve menu hooks
o Undo (for source changes)
o Have a text area for the plugin viewer descriptions

Other
-----

o Compile under windows (ugh)
                irix
o autoconf
