summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2017-03-22 23:58:48 +0100
committerhaawda2017-03-22 23:58:48 +0100
commit2b8865efcedcd0733803de6e58d7b908198884d1 (patch)
tree3701aa5277b355267bd3609a2c89256662c752f4
parent313b4534893ab9d8dacc75b91c09855c9f8ac4fc (diff)
downloadaur-2b8865efcedcd0733803de6e58d7b908198884d1.tar.gz
Updated version (1.0.0.83.gef2af35 -> 1.0.0.85.g2368dc8).
Changelog ========= Merge pull request #338 from stumpwm/revert-333-fix-sbcl-home (2368dc8) Revert "Remove un-needed SBCL_HOME reference" (b615e14) Merge pull request #336 from tpine/set-shell (ef2af35) Merge pull request #335 from zvbuhl/fix-group-crash (6c1b616) Merge pull request #333 from zvbuhl/fix-sbcl-home (baa7a43) Merge pull request #331 from spelufo/patch-1 (1876b3d) Changed to cleaner version suggested by Javier Olaechea <pirata@gmail.com>. Setting *shell-program* now effects both the prompt and the shell program used. Warnings about not using prompt for both branches are also suppressed. (983e000) Change define-stumpwm-type :shell to allow the setting of the shell which the user wishes to run. This is done by the addition of the variable *shell-to-use*. When *shell-to-use* is nil the default "/bin/sh -c" is used otherwise the value of *shell-to-use* is used. (47f54e5) Don't ignore events on drawables (9061ec2) Only try to handle events with XLIB:WINDOW windows (9a4779f) Remove un-needed SBCL_HOME reference (1e878cb) Fix vim like bindings left/right swap (6267247) Merge pull request #329 from alezost/focus-last-frame (e6dde22) Simplify 'focus-last-frame' (5160775) Merge pull request #316 from dmh43/DH-always-show (183d8e2) Merge branch 'master' into DH-always-show (5f54d5c) Merge pull request #302 from dmh43/DH-always-on-top (654dcdc) Merge pull request #324 from stumpwm/current-window-cleanup (be450a5) Merge pull request #323 from dmh43/master (ff94372) Use GROUP-FOCUS-WINDOW to focus floating windows (5e5dddb) Add current window tracking for groups (82859b2) remove floating-group package (a137d77) Merge pull request #298 from dmh43/DH-floating-tile-mix (d20f24e) Merge pull request #321 from PuercoPop/remove-make-xlib-window (2ea2e5b) Merge pull request #318 from PuercoPop/wrappers-make-window (86261cd) Merge branch 'master' into wrappers-make-window (6f84f2a) Merge pull request #319 from PuercoPop/wrappers-cleanup (2924527) Remove MAKE-XLIB-WINDOW (29eeb1f) Merge pull request #317 from PuercoPop/debug-stream (3860c65) PROGRAMS-IN-PATH: Correct Indentation (c23fa28) Remove directory-no-deref (56dd5c1) Remove CLISP hack to determine Unix flavor (145433a) Make RUN-PROG, PATHNAME-IS-EXECUTABLE-P and PRINT-BACKTRACE SBCL specific (18eb390) Remove PORTABLE-FILE-WRITE-DATE (2b8ada1) Make GETENV SBCL specific (692603b) Remove ARGV (15ae756) Make OPEN-PIPE SBCL specific (1d611ba) Remove MAKE-LOCK (7f6214b) Remove WITH-LOCK-HELD (057d8b2) Move MAKE-XLIB-WINDOW out wrappers.lisp (e8ae004) Use SYNONYM-STREAM for *DEBUG-STREAM* (7dfe41c) use around method (c11b96b) Merge pull request #315 from PuercoPop/interactive-keymaps-docstrings (673e3bd) Merge pull request #314 from PuercoPop/alexandria-for-contribs (d42aaab) add support for creating new groups (394db3e) Merge branch 'DH-floating-tile-mix' into DH-always-show (9ccfa60) call next method when available for general method (9898e52) Merge branch 'DH-floating-tile-mix' into DH-always-show (b3089b4) revert deletion of general group-button-press for float-group (0be9584) window-group is always current-group for always show windows (d49664a) Revert "unneccessary to focus window group" (e104466) unneccessary to focus window group (ee125e7) always show float windows (9a3f5ee) simple always show window (e08a18f) Merge branch 'master' into DH-floating-tile-mix (846ec3c) DEFINE-INTERACTIVE-KEYMAP: Add support for docstrings (afc8d7f) Merge pull request #306 from caioaao/interactive-command (61fde34) Interactive keymap implementation (4b1d1e1) Merge pull request #313 from simias/readme (4dc1c8e) Do not export FLATTEN symbol (b2382fa) Add quicklisp alexandria install instructions to README (589dda2) Attempted fix of #261 (d70c5fa) Merge pull request #312 from PuercoPop/travis-remove-implementations (57bd282) Merge pull request #303 from PuercoPop/add-group (6753958) Merge pull request #309 from PuercoPop/alexandria (48eb247) Merge pull request #311 from PuercoPop/enter-notify (37810fa) Merge pull request #310 from PuercoPop/remove-cmucl (8cb9cb9) We only have to test on SBCL now (0c04b13) Include ALEXANDRIA in Travis-CI build (145156b) :ENTER-NOTIFY, Bind variables when introduced (fce0e5e) Stumpwm.asd: Remove hack for CMUCL (4f0e153) group.lisp: Use WHEN-LET to simplify code (567dad8) Use PARSE-BODY in DEFINE-STUMP-EVENT-HANDLER (2e905cf) Simplify STUMPWM-TYPE :FRAME implementation (247773e) Make DEFCOMMAND handle declarations (2221a1e) Add ALEXANDRIA as a dependency (08a38d9) Merge pull request #307 from PuercoPop/fix-old-sbcl (4e7e965) Don't assume ASDF:SYSTEM-DEPENDS-ON exists (95a027f) Refactor ADD-GROUP (e90b3cb) add float and unfloat commands (cb2a098) remove duplicated code (bc9596a) add support for keeping a floating window always on top (9765315) cleanup code orginization slightly (4e867ef) add support for merging float windows into tile groups (d10d41b) add support for floating windows in tile groups (8fceaac)
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index df5818040732..064486327786 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sat Mar 18 01:45:00 UTC 2017
+# Wed Mar 22 22:58:47 UTC 2017
pkgbase = stumpwm-git
pkgdesc = A tiling, keyboard-driven window manager written in common lisp
- pkgver = 1.0.0.83.gef2af35
+ pkgver = 1.0.0.85.g2368dc8
pkgrel = 1
url = https://stumpwm.github.io
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index b2775de3cce2..c0fec9519ceb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@
pkgname=stumpwm-git
_pkgname=stumpwm
-pkgver=1.0.0.83.gef2af35
+pkgver=1.0.0.85.g2368dc8
pkgrel=1
pkgdesc="A tiling, keyboard-driven window manager written in common lisp"
arch=('i686' 'x86_64')