mirror of
https://github.com/xmonad/xmonad.git
synced 2025-05-19 08:30:21 -07:00
21 lines
716 B
Plaintext
21 lines
716 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 =
|
|
|
|
* build and typecheck all XMC
|
|
* generate haddocks for core and XMC, upload to xmonad.org
|
|
* generate manpage, generate html manpage
|
|
* document, with photos, any new layouts
|
|
* double check README build instructions
|
|
* test core with 6.6 and 6.8
|
|
* upload X11/xmonad to hacakge
|
|
* check examples/text in use-facing Config.hs
|
|
* check tour.html and intro.html are up to date, and mention all core bindings
|
|
* bump xmonad.cabal version
|