1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45
|
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
|