summarylogtreecommitdiffstats
path: root/.SRCINFO
AgeCommit message (Collapse)Author
2016-11-09Updated version (0.9.9.r201.g15fbc62 -> 0.9.9.r211.gce816e0).AUR Update Bot
Changelog ========= Merge pull request #286 from lokedhs/job-queue (ce816e0) Fixed a typo in a docstring (d17ef26) Merge branch 'master' of https://github.com/stumpwm/stumpwm into job-queue (92690c9) Disable pipe support for CCL since it doesn't doesn't support the new-style main loop (92bc2c1) Implement IN-CHANNEL-IOPORT for CCL fd streams (5c341b0) Make the mutex functions into noops on CLISP without threads (1cccd92) Fixed a small typo in the ECL implementation of WITH-LOCK-HELD (d0f140d) On implementations where OPEN-PIPE is not supported, fall back to using a timer (d803a90) Implement support for ccl, and an unsafe fallback for other implementations (595d679) Implement CALL-IN-MAIN-THREAD (0a84f4e)
2016-10-31Updated version (0.9.9.r197.g4625490 -> 0.9.9.r201.g15fbc62).AUR Update Bot
Changelog ========= Merge pull request #288 from stumpwm/head-cleanup (15fbc62) Reorganize and clean up the mode line (9c9b936) Split formatters into mode-line-formatters.lisp (fa5fcab) Remove unused SCREEN property of HEAD (409ff9b)
2016-10-27Updated version (0.9.9.r185.g512a28f -> 0.9.9.r197.g4625490).AUR Update Bot
Changelog ========= Merge pull request #285 from stumpwm/cleanup (4625490) Remove unused function only-urgent (5d801ad) Move some screen utilities to screen.lisp (53fa6c9) Remove unused and commented-out screen.lisp code (dbca84c) Simplify translate-id (4de00a9) Convert screen initialization to initargs (365851d) Remove/move some utility functions (d8aa0e0) Clean up configure-request handling (2086dc3) Remove useless commented-out code from events.lisp (b23245d) Remove handle-mode-line-window (121f4e2) Clean up configure-notify handling (19fb409) Fix timer-less timer handling in xlib-io-loop (b91f257)
2016-10-25Updated version (0.9.9.r184.g0ade01f -> 0.9.9.r185.g512a28f).AUR Update Bot
Changelog ========= Fix calls to asdf:register-immutable-system (512a28f)
2016-10-19Updated version (0.9.9.r182.gcb0f193 -> 0.9.9.r184.g0ade01f).AUR Update Bot
Changelog ========= Merge pull request #283 from jorams/register-immutable-systems (0ade01f) Register systems as immutable in a built image (457cb6e)
2016-09-24Updated version (0.9.9.r177.g0c53590 -> 0.9.9.r182.gcb0f193).AUR Update Bot
Changelog ========= Improve color handling for highlighted menu lines (cb0f193) Prevent timers from being completely ignored (13ff02b) Revert "Fixing timer issue" (d0627c6) Merge pull request #282 from PuercoPop/render-strings-remove-screen-argument (6d17c48) RENDER-STRINGS: Screen argument is no longer used (6b8b176)
2016-09-23Updated version (0.9.9.r175.g6bb20f7 -> 0.9.9.r177.g0c53590).AUR Update Bot
2016-09-20Updated version (0.9.9.r173.ga931011 -> 0.9.9.r175.g6bb20f7).AUR Update Bot
Changelog ========= Merge pull request #280 from PuercoPop/delete-resize-backup (6bb20f7) Remove *RESIZE-BACKUP* (4739f4e)
2016-09-18Updated version (0.9.9.r171.ga3c29b8 -> 0.9.9.r173.ga931011).AUR Update Bot
Changelog ========= Merge pull request #279 from PuercoPop/patch-4 (a931011) Refactor RUN-EXPIRED-TIMERS (7dcbe81)
2016-09-09Updated version (0.9.9.r169.g9d854fd -> 0.9.9.r171.ga3c29b8).AUR Update Bot
Changelog ========= Merge branch 'master' of github.com:stumpwm/stumpwm (a3c29b8) Fixing timer issue (56303ad)
2016-09-07Updated version (0.9.9.r162.gf769cd8 -> 0.9.9.r169.g9d854fd).AUR Update Bot
Changelog ========= Merge pull request #273 from akacase/master (9d854fd) Merge pull request #271 from dolda2000/toplevel-handle (0c0b615) add purify to image dump for sbcl. (a109391) Removed obsolete lookup-error workarounds. (9289788) Unregister non-builtin I/O channels that cause errors. (8a17944) Extract top-level error handling to a generic function. (4ea96e4) Provide an exported symbol for the current I/O loop. (592065a)
2016-08-08Updated version (0.9.9.r149.g888a8f7 -> 0.9.9.r162.gf769cd8).AUR Update Bot
Changelog ========= Merge pull request #270 from dolda2000/ioloop (f769cd8) Fixed stupid typo. (293cf7e) Added more robust error handling to the SBCL I/O loop. (1309dbd) Fixed a mostly harmless weirdness in SBCL-IO-LOOP. (1bbd7a0) Added a restart to restart with a new I/O loop. (9f03c93) Added ioloop documentation. (f3bcb58) Modularize io-loop implementations. (4fc4476) Compile ioloop.lisp earlier. (8755511) Tested the dummy I/O loop and fixed a couple of bugs. (9db922f) Use the new I/O loop as the StumpWM top level loop. (319b1ba) Added ioloop.lisp to the compilation unit. (6e4206f) Added a dummy I/O loop for otherwise unsupport LISPs (0594650) Added basic multiplexing I/O loop with some supporting functions. (711d866)
2016-07-19Updated version (0.9.9.r147.g9e4001d -> 0.9.9.r149.g888a8f7).AUR Update Bot
Changelog ========= Merge pull request #267 from eadmund/implement-restart-hook (888a8f7) Export *RESTART-HOOK* (e5150e9)
2016-07-15Updated version (0.9.9.r144.g7d5b5eb -> 0.9.9.r147.g9e4001d).AUR Update Bot
Changelog ========= Merge pull request #266 from eadmund/implement-restart-hook (9e4001d) Revert trailing whitespace deletions (4ddfad0) Add *restart-hook* (4ea0fb2)
2016-06-10remove install fileStefan Husmann
2016-05-31Updated version (0.9.9.r142.ge3b5855 -> 0.9.9.r144.g7d5b5eb).AUR Update Bot
Changelog ========= Merge pull request #260 from PuercoPop/remove-conc1 (7d5b5eb) Remove CONC1 (c990e69)
2016-05-26Updated version (0.9.9.r140.g6c191ab -> 0.9.9.r142.ge3b5855).AUR Update Bot
Changelog ========= Merge pull request #258 from erjoalgo/master (e3b5855) fix crash when trying to display map with no bindings (44e0c53)
2016-05-17Updated version (0.9.9.r138.gf3a5f2e -> 0.9.9.r140.g6c191ab).AUR Update Bot
Changelog ========= Merge pull request #255 from alezost/fix-y-or-n (6c191ab) Fix "y-or-n" prompt (dd6ee55)
2016-05-05updateStefan Husmann
2016-04-19Updated version (0.9.9.r132.g8d51b73 -> 0.9.9.r134.gb507313).AUR Update Bot
Changelog ========= Merge pull request #249 from dwchandler/master (b507313) Fix two typos in README.md (246758c)
2016-03-26Updated version (0.9.9.r130.g17a9320 -> 0.9.9.r132.g8d51b73).AUR Update Bot
Changelog ========= Merge pull request #245 from dangerousben/master (8d51b73) menu.lisp: Don't display a blank prompt. (c5ad9ae)
2016-03-13Updated version (0.9.9.r128.g7d78c80 -> 0.9.9.r130.g17a9320).AUR Update Bot
Changelog ========= Merge pull request #244 from talchas/master (17a9320) Replace the fullscreen-SDL skip-raise heuristic with grabbing the server (1c5fdcf)
2016-03-04Updated version (0.9.9.r126.g92d2d56 -> 0.9.9.r128.g7d78c80).AUR Update Bot
Changelog ========= Merge pull request #243 from xsteve/fix-select-from-menu (7d78c80) menu.lisp: select-from-menu: Honour the initial-selection parameter (a66b851)
2016-02-28Updated version (0.9.9.r123.gd621528 -> 0.9.9.r126.g92d2d56).AUR Update Bot
2016-02-05Updated version (0.9.9.r118.g72c3c24 -> 0.9.9.r123.gd621528).AUR Update Bot
Changelog ========= Merge pull request #241 from sebastiano-barrera/menu-filter-pred (d621528) menu: refactor, add `match-all-regexps` (8dcf42e) allow different filter func for window lists (8cedbf0) use `select-window-from-menu` wherever possible (a7358ad) add custom filter predicate to `select-from-menu` (f803fc4)
2016-02-02Updated version (0.9.9.r112.g3b3d846 -> 0.9.9.r118.g72c3c24).AUR Update Bot
Changelog ========= Merge pull request #240 from sebastiano-barrera/helm-like-menu (72c3c24) bugfix in menu bound checking (+ further cleanup) (9ba7c1a) Cleanup (better use of some CL idioms) (0b38ba3) Corrected a typo; improved assertions (269d088) Allow multiple regexp in menu search (548afc3) Initial implementation (aab50fd)
2016-01-26Updated version (0.9.9.r110.g645750b -> 0.9.9.r112.g3b3d846).AUR Update Bot
Changelog ========= Updating travis build (3b3d846) Still fixing travis build prescription (54542ae)
2016-01-23Updated version (0.9.9.r108.g468c1f3 -> 0.9.9.r110.g645750b).AUR Update Bot
Changelog ========= Updated configure to error when makeinfo isn't found (645750b) Updating travis prescription (ae8b078)
2016-01-21Updated version (0.9.9.r107.g1af3363 -> 0.9.9.r108.g468c1f3).AUR Update Bot
Changelog ========= Update README.md (468c1f3)
2015-12-28updateStefan Husmann
2015-12-27adopted, small cosmetic changesStefan Husmann
2015-12-20UpdateDario Giovannetti
2015-09-02Initial commitAaron France