stumpwm (2:22.11-1) unstable; urgency=low

  Stumpwm runs exclusively on SBCL since release 18.05 and upstream commit
  d6e2fd25e266.  We have to drop support for CMUCL and CLISP.

 -- Benda Xu <orv@debian.org>  Sat, 17 Dec 2022 20:12:14 +0800

stumpwm (2:0.9.9-1) unstable; urgency=low

  Please note that contrib modules were removed from the upstream source and
  are no longer present in the Debian package.  You can fetch and install
  StumpWM contrib modules from https://github.com/stumpwm/stumpwm-contrib.

 -- Milan Zamazal <pdm@debian.org>  Wed, 29 Apr 2015 21:57:02 +0200

stumpwm (1:20110419.gitb80ff16-1) unstable; urgency=low

  Lisp implementations no longer include ASDF in their images.  SBCL has
  its bundled ASDF but CLISP not.  To use ASDF in CLISP, user has to
  install cl-asdf.  From this release, stumpwm recommends cl-asdf.

  Note that it's unnecessary to manually load ASDF before running
  /usr/bin/stumpwm.  Stumpwm can take care of it.

 -- Desmond O. Chang <dochang@gmail.com>  Fri, 29 Apr 2011 01:54:31 +0800

stumpwm (1:20070908-1) unstable; urgency=low

  Finally, with this release a binary /usr/bin/stumpwm is provided
  (thus solving the long-standing bug #356948).

  By default /usr/bin/stumpwm tries to load StumpWM via SBCL, but it
  supports CMUCL and CLisp, too, /usr/share/doc/stumpwm/README.Debian
  contains the necessary information.

 -- Luca Capello <luca@pca.it>  Tue, 25 Sep 2007 23:17:59 +0200

stumpwm (1:20060513-1) unstable; urgency=low

  Some changes have been introduced in the ~/.stumpwmrc file.

  The *prefix-key* is configured as following:
    (set-prefix-key (kbd "[KEY]"))

  The `set-key-binding' function is no longer available and keybindings
  are defined as following:
    (define-key [MAP] (kbd "[KEY]") "[ACTION]")

  Check the /usr/share/doc/stumpwm/examples/sample-stumpwmrc.lisp for
  some examples.

 -- Luca Capello <luca@pca.it>  Fri, 19 May 2006 21:19:47 -0500