File: NEWS

package info (click to toggle)
stumpwm 1%3A20110819.gitca08e08-2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 1,948 kB
  • sloc: lisp: 14,330; sh: 179; makefile: 112
file content (37 lines) | stat: -rw-r--r-- 1,357 bytes parent folder | download | duplicates (2)
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
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