Skip to content
This repository has been archived by the owner on Jan 23, 2018. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
blais committed Jan 17, 2012
2 parents e2cec66 + b22e4c3 commit dabee06
Show file tree
Hide file tree
Showing 31 changed files with 11,754 additions and 353 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Expand Up @@ -3,3 +3,5 @@ lib/
multi-lib/
swank-clojure*jar
pom.xml
/.lein-failures
/.lein-deps-sum
31 changes: 0 additions & 31 deletions NEWS

This file was deleted.

57 changes: 57 additions & 0 deletions NEWS.md
@@ -0,0 +1,57 @@
# Swank Clojure NEWS -- history of user-visible changes

## 1.3.4 / 2011-12-27

* Integrate clj-stacktrace with slime debugger buffers.
* Inspector now supports showing constructors and interfaces on classes.
* Make `clojure-jack-in` more forgiving of boot-time lein output.

## 1.3.3 / 2011-10-04

* Load elisp payloads from various jars during jack-in.
* Add support for \*out\* root value going to repl buffer.
* Check for $PORT as default port.
* Byte-compile elisp source to disk rather than spitting afresh every time.

## 1.3.2 / 2011-07-12

* Cause the Swank server to explicitly block.

## 1.3.1 / 2011-05-16

* Allow for customized announce message.
* Add lein jack-in task.
* Support :repl-init option from project.clj.

## 1.3.0 / 2011-03-22

* Add Clojure 1.3 support.
* M-x slime-load-file (C-c C-l) causes full :reload-all.
* Better support for running on the bootstrap classpath.
* Get encoding from locale.
* Bind to localhost by default rather than 0.0.0.0.
* Include Leiningen shell wrapper for standalone sessions.
* Support completion on class names.

## 1.2.0 / 2010-05-15

* Move lein-swank plugin to be bundled with swank-clojure.
* Support M-x slime-who-calls. List all the callers of a given function.
* Add swank.core/break.
* Support slime-pprint-eval-last-expression.
* Improve support for trunk slime.
* Completion for static Java members.
* Show causes of exceptions in debugger.
* Preserve line numbers when compiling a region/defn.
* Relicense to the EPL (same as Clojure).
* Better compatibility with Clojure 1.2.

## 1.1.0 / 2010-01-01

* Added slime-list-threads, killing threads.
* Dim irrelevant sldb stack frames.
* Emacs 22 support.

## 1.0.0 / 2009-11-10

* First versioned release.

0 comments on commit dabee06

Please sign in to comment.