Skip to content

Commit

Permalink
Release 2.11
Browse files Browse the repository at this point in the history
  • Loading branch information
luismbo committed Dec 1, 2014
1 parent 65205ed commit d7ae5d3
Show file tree
Hide file tree
Showing 4 changed files with 61 additions and 29 deletions.
32 changes: 32 additions & 0 deletions NEWS
@@ -1,5 +1,37 @@
* SLIME News -*- mode: outline; coding: utf-8 -*-

* 2.11 (December 2014)

** MELPA is now an officially supported installation method
Various bugs involving installation and upgrading via package.el were
fixed. See the README for more details. (Issues #125, #195, #208.)

** Core
*** Compilation via the xref buffer now works again

** slime-repl / slime-presentations
Only text to the left of the cursor should limit the scope of history
navigation. Fixed a long-standing bug that violated this when
slime-presentations was enabled. (Thanks to Ivan Shvedunov. PR #207.)

** slime-package-fu
Now handles strings as symbol designators, is mindful of trailing
whitespace and properly handles an :export clause immediately
following the package name. (Thanks to Leo Liu. PR #145.)

** slime-indentation
The edge case handling described in slime-cl-indent.el:958 have been
has been restored.

** Allegro CL backend
Support for mlisp was restored. It had been broken by the previous
release. (Reported by Alexandre Rademaker. Issue #209.)

** New experimental SWANK backend for MLWorks

** SWANK
swank-listener-hooks was restored. (Thanks to Ivan Shvedunov. PR #210.)

* 2.10.1 (October 2014)

*** The SWANK-BACKEND nickname has been added to the SWANK/BACKEND package
Expand Down
52 changes: 26 additions & 26 deletions doc/contributors.texi
Expand Up @@ -3,8 +3,8 @@
@item Helmut Eller @tab Tobias C. Rittweiler @tab Stas Boukarev
@item Luke Gorrie @tab Matthias Koeppe @tab Marco Baringer
@item Nikodemus Siivola @tab João Távora @tab Alan Ruttenberg
@item Mark Evenson @tab Edi Weitz @tab Martin Simmons
@item Luís Oliveira @tab Juho Snellman @tab Christophe Rhodes
@item Mark Evenson @tab Luís Oliveira @tab Edi Weitz
@item Martin Simmons @tab Juho Snellman @tab Christophe Rhodes
@item Peter Seibel @tab Geo Carncross @tab Attila Lendvai
@item Douglas Crosher @tab Daniel Barlow @tab Wolfgang Jenkner
@item Gábor Melis @tab Michael Weber @tab Lawrence Mitchell
Expand All @@ -24,28 +24,28 @@
@item Jouni K Seppanen @tab Ivan Toshkov @tab Ian Eslick
@item Gary King @tab Francois-Rene Rideau @tab Eric Blood
@item Eduardo Muñoz @tab David Reitter @tab Christian Lynbech
@item Chris Capel @tab Bjørn Nordbø @tab Ariel Badichi
@item Anton Vodonosov @tab Alexey Dejneka @tab Alan Caulkins
@item @tab Yaroslav Kavenchuk @tab Wolfgang Mederle
@item Wojciech Kaczmarek @tab William Bland @tab Vitaly Mayatskikh
@item Tom Pierce @tab Tim Daly Jr. @tab Syohei YOSHIDA
@item Sven Van Caekenberghe @tab Svein Ove Aas @tab Steve Smith
@item StanisBaw Halik @tab Russell McManus @tab Rui Patrocínio
@item Robert P. Goldman @tab Robert Macomber @tab Reini Urban
@item R. Matthew Emerson @tab Pawel Ostrowski @tab Paul Collins
@item Neil Van Dyke @tab NIIMI Satoshi @tab Mészáros Levente
@item Mikel Bancroft @tab Matthew D. Swank @tab Matt Pillsbury
@item Masayuki Onjo @tab Mark Wooding @tab Marco Monteiro
@item Lynn Quam @tab Levente Mészáros @tab Lasse Rasinen
@item Knut Olav Bøhmer @tab Kai Kaminski @tab Julian Stecklina
@item Juergen Gmeiner @tab Jon Allen Boone @tab Johan Bockgård
@item Jan Rychter @tab James McIlree @tab Ivan Shvedunov
@item Ivan Boldyrev @tab Ignas Mikalajunas @tab Hannu Koivisto
@item Gerd Flaig @tab Gail Zacharias @tab Frederic Brunel
@item Dustin Long @tab Douglas Katzman @tab Daniel Koning
@item Dan Weinreb @tab Dan Pierson @tab Cyrus Harmon
@item Cecil Westerhof @tab Brian Mastenbrook @tab Brandon Bergren
@item Bozhidar Batsov @tab Bob Halley @tab Barry Fishman
@item B.Scott Michel @tab Andrew Myers @tab Aleksandar Bakic
@item Alain Picard
@item Chris Capel @tab Bjørn Nordbø @tab Bart Botta
@item Ariel Badichi @tab Anton Vodonosov @tab Alexey Dejneka
@item Alan Caulkins @tab @tab Yaroslav Kavenchuk
@item Wolfgang Mederle @tab Wojciech Kaczmarek @tab William Bland
@item Vitaly Mayatskikh @tab Tom Pierce @tab Tim Daly Jr.
@item Syohei YOSHIDA @tab Sven Van Caekenberghe @tab Svein Ove Aas
@item Steve Smith @tab StanisBaw Halik @tab Russell McManus
@item Rui Patrocínio @tab Robert P. Goldman @tab Robert Macomber
@item Reini Urban @tab R. Matthew Emerson @tab Pawel Ostrowski
@item Paul Collins @tab Neil Van Dyke @tab NIIMI Satoshi
@item Mészáros Levente @tab Mikel Bancroft @tab Matthew D. Swank
@item Matt Pillsbury @tab Masayuki Onjo @tab Mark Wooding
@item Marco Monteiro @tab Lynn Quam @tab Levente Mészáros
@item Lasse Rasinen @tab Knut Olav Bøhmer @tab Kai Kaminski
@item Julian Stecklina @tab Juergen Gmeiner @tab Jon Allen Boone
@item Johan Bockgård @tab Jan Rychter @tab James McIlree
@item Ivan Shvedunov @tab Ivan Boldyrev @tab Ignas Mikalajunas
@item Hannu Koivisto @tab Gerd Flaig @tab Gail Zacharias
@item Frederic Brunel @tab Dustin Long @tab Douglas Katzman
@item Daniel Koning @tab Dan Weinreb @tab Dan Pierson
@item Cyrus Harmon @tab Cecil Westerhof @tab Brian Mastenbrook
@item Brandon Bergren @tab Bozhidar Batsov @tab Bob Halley
@item Barry Fishman @tab B.Scott Michel @tab Andrew Myers
@item Aleksandar Bakic @tab Alain Picard
@end multitable
4 changes: 2 additions & 2 deletions doc/slime.texi
Expand Up @@ -12,8 +12,8 @@
@end direntry
@c %**end of header

@set EDITION 2.10.1
@set SLIMEVER 2.10.1
@set EDITION 2.11
@set SLIMEVER 2.11
@set UPDATED @today{}
@set TITLE SLIME User Manual
@settitle @value{TITLE}, version @value{EDITION}
Expand Down
2 changes: 1 addition & 1 deletion slime.el
Expand Up @@ -3,7 +3,7 @@
;; URL: https://github.com/slime/slime
;; Package-Requires: ((cl-lib "0.5"))
;; Keywords: languages, lisp, slime
;; Version: 2.10
;; Version: 2.11

;;;; License and Commentary

Expand Down

0 comments on commit d7ae5d3

Please sign in to comment.