Hi,
I'm resending the whole bundle once again.
What's new: an important patch to XPrompt, that will make XMonad crash
if the ~/.xmonad_history file is not found.
The rest is the same as before, except for a small haddock fix to
LayoutScreens.hs.
Andrea
Sat Aug 4 20:32:52 CEST 2007 Andrea Rossato
* XPrompt.hs: removed defaultPromptConfig. use defautlXPConfig instead
Sat Aug 4 20:59:14 CEST 2007 Andrea Rossato
* XPrompt.hs: read history lazily
Instead of forcing the reading of all the history file we read it lazily.
Sun Aug 5 14:41:30 CEST 2007 Andrea Rossato
* XPrompt.hs: getCompletion should check for completions of the last word of the command line
Sun Aug 5 23:58:00 CEST 2007 Andrea Rossato
* LayoutScreen: haddock cleanup
Mon Aug 6 00:59:06 CEST 2007 Andrea Rossato
* XPrompt: removed touchFile (which is not the equivalent of touch!)