diff options
author | gwern0 <gwern0@gmail.com> | 2008-09-13 04:44:57 +0200 |
---|---|---|
committer | gwern0 <gwern0@gmail.com> | 2008-09-13 04:44:57 +0200 |
commit | a7e3521f357fd66e4faace47260c2fd908e68aa3 (patch) | |
tree | e9b532f943fe24e18f2780153ffbae09ddcfd7ab /TODO | |
parent | 0a089abfcd0170576f789904c92b45e75fb60bd0 (diff) | |
download | xmonad-a7e3521f357fd66e4faace47260c2fd908e68aa3.tar.gz xmonad-a7e3521f357fd66e4faace47260c2fd908e68aa3.tar.xz xmonad-a7e3521f357fd66e4faace47260c2fd908e68aa3.zip |
sp README, CONFIG, STYLE, TODO
darcs-hash:20080913024457-f7719-181450f5e087226c9a363b7501b27bb2aea76944.gz
Diffstat (limited to '')
-rw-r--r-- | TODO | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,7 +1,7 @@ - Write down invariants for the window life cycle, especially: - When are borders set? Prove that the current handling is sufficient. - - current floating layer handling is unoptimal. FocusUp should raise, + - current floating layer handling is nonoptimal. FocusUp should raise, for example - Issues still with stacking order. @@ -15,7 +15,7 @@ * double check README build instructions * test core with 6.6 and 6.8 * bump xmonad.cabal version and X11 version -* upload X11 and xmonad to hackage +* upload X11 and xmonad to Hackage * check examples/text in user-facing Config.hs * check tour.html and intro.html are up to date, and mention all core bindings * confirm template config is type correct |