summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAUR Update Bot2015-08-30 23:43:01 +0200
committerStefan Husmann2015-08-30 23:43:01 +0200
commit68030e3fbbd97c881d06d03bb430407c22e80d43 (patch)
treee1a2ef1d50164341001134b16364558bcc21d443 /PKGBUILD
parent23f301ee65be6b4db4033c7da41be1d05bdfd376 (diff)
downloadaur-68030e3fbbd97c881d06d03bb430407c22e80d43.tar.gz
Updated version (2.14.31.g162c773 -> 2.14.32.gd41e63d).
Changelog ========= Update NEWS. (d41e63d) Swap ordering of slime-{prev,next}-connection (162c773) * swank/clasp.lisp (print-frame): Print arguments on newer Clasp versions. (13d8169) Disable CMUCL tests (5db3c25) * swank/source-path-parser.lisp (make-source-recorder): Fix handling of recursive calls to macros producing the same forms. e.g. #+(and) (a) (bbca70d) swank-presentation{s,-streams}: SWANK-REQUIRE harder (d7e4f8d) swank-c-p-c: fix LOOP warning (610e9dd) Fix minor typo in swank.lisp (2cca7e6) * swank/sbcl.lisp: make use of the newly provided form number for top-level forms. (ce74911) * swank/source-path-parser.lisp (skip-whitespace): ignore EOF, there may no non-whitespace characters left. (b45e63f) * contrib/slime-media.el (slime-dispatch-media-event): now works when image is just a pathname. (ebc4dfc) * slime.el (slime-format-string-expand): When there's no string at point, read a string from the minibuffer. (3f62dd5) Merge pull request #261 from mrkkrp/master (f4ad5d6) fix autoload spec of the ‘hyperspec-lookup’ function (65a2403) * contrib/swank-kawa.scm: Minor addition to installation instructions. (14ec5a7) Start using completion-at-point. (ff9bf80) Use *READ-SUPPRESS* more often while searching source locations. (d9215bf) * swank/clasp.lisp (print-frame): Print function names, not function objects. (cfd3d8c) slime-enclosing-context: use cl-values (0f212b3) swank/ccl: fix handling traced and setf functions (72fa509) swank-presentation-streams: fix for new SBCL (0311197) * swank-loader.lisp (list-fasls): New function. (ae41fcb) slime-media: Base64-decode literal image data (76632da) * swank/sbcl.lisp (definition-source-file-location): Stop errors from source-path-parser from producing no locations at all. (67208a7) * swank.lisp (*pre-reply-hook*): Don't add sync-indentation-to-emacs on CLASP, it takes too much time. (7157e58) * swank/clasp.lisp (assert-source-directory): Uses the SYS logical host, not SRC. (24ad183) Add ChangeLog entry for previous commit (1c4ab56) Update swank-loader.lisp (06c58fa) added entry to Changelog regarding clasp (14e5b9a) changes to clasp swank implementation (5d82fc7) Fix github issue #249 reported by egarrulo (7642b16) Fix github issue #248 reported by egarrulo (382a267)
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 61b1698644ea..ed679c8a1848 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=slime-git
-pkgver=2.14.31.g162c773
+pkgver=2.14.32.gd41e63d
pkgrel=1
pkgdesc="The Superior Lisp Interaction Mode for Emacs - from git"
arch=('any')