HCAR: update module count, date, versions, maintainer

This commit is contained in:
gwern0 2011-12-04 02:59:31 +00:00
parent 32f416a3c2
commit 450c3a34fe

View File

@ -1,7 +1,7 @@
% xmonad-Gx.tex % xmonad-Gx.tex
\begin{hcarentry}{xmonad} \begin{hcarentry}[updated]{xmonad}
\label{xmonad} \label{xmonad}
\report{Gwern Branwen}%05/10 \report{Gwern Branwen}%11/11
\status{active development} \status{active development}
\makeheader \makeheader
@ -15,16 +15,19 @@ dynamically, and different layouts may be used on each workspace.
Xinerama is fully supported, allowing windows to be tiled on several Xinerama is fully supported, allowing windows to be tiled on several
physical screens. physical screens.
Development since the last report has continued apace, with versions Development since the last report has continued; XMonad founder Don Stewart
0.8, 0.8.1, 0.9 and 0.9.1 released, with simultaneous releases of the has stepped down and Adam Vogt is the new maintainer.
XMonadContrib library of customizations and extensions, which has now After gestating for 2 years, version 0.10 has been released, with simultaneous
grown to no less than 205 modules encompassing a dizzying array of features. releases of the XMonadContrib library of customizations (which has now grown to
no less than 216 modules encompassing a dizzying array of features) and the
xmonad-extras package of extensions,
Details of changes between releases can be found in the release notes: Details of changes between releases can be found in the release notes:
\begin{compactitem} \begin{compactitem}
\item \url{http://haskell.org/haskellwiki/Xmonad/Notable_changes_since_0.7}
\item \url{http://haskell.org/haskellwiki/Xmonad/Notable_changes_since_0.8} \item \url{http://haskell.org/haskellwiki/Xmonad/Notable_changes_since_0.8}
\item \url{http://haskell.org/haskellwiki/Xmonad/Notable_changes_since_0.9} \item \url{http://haskell.org/haskellwiki/Xmonad/Notable_changes_since_0.9}
% \item \url{http://haskell.org/haskellwiki/Xmonad/Notable_changes_since_0.10}
\item the Darcs repositories have been upgraded to the hashed format
\item XMonad.Config.PlainConfig allows writing configs in a more 'normal' style, and not raw Haskell \item XMonad.Config.PlainConfig allows writing configs in a more 'normal' style, and not raw Haskell
\item Supports using local modules in xmonad.hs; for example: to use definitions from \~/.xmonad/lib/XMonad/Stack/MyAdditions.hs \item Supports using local modules in xmonad.hs; for example: to use definitions from \~/.xmonad/lib/XMonad/Stack/MyAdditions.hs
\item xmonad --restart CLI option \item xmonad --restart CLI option