mirror of
https://github.com/xmonad/xmonad.git
synced 2025-05-19 08:30:21 -07:00
21 lines
697 B
Plaintext
21 lines
697 B
Plaintext
- 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,
|
|
for example
|
|
|
|
- Issues still with stacking order.
|
|
|
|
= Release management =
|
|
|
|
* configuration documentation
|
|
|
|
* generate haddocks for core and XMC, upload to xmonad.org
|
|
* generate manpage, generate html manpage
|
|
* 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
|
|
* check examples/text in user-facing Config.hs
|
|
* check tour.html and intro.html are up to date, and mention all core bindings
|