Clojure Box Release Notes
Clojure Box Home + All Releases
Clojure Box Release Notes
1.1.0-1
-
Updated clojure.contrib.jar with the same version but this time compiled.
-
Added some Slime shortcuts to the post-install help text.
1.1.0
-
Same components as 1.1RC1 but built with the official Clojure 1.1.0
download.
-
Updated default.el so swank-clojure-project can use the Clojure,
Contrib, and Swank included with Clojure Box.
-
Fixed a bug where the Slime REPL wouldn't start if the user set
swank-clojure-project in .emacs.
1.1RC1
-
Built with the official Clojure 1.1RC1 download. Contrib is from github
source at be33acd8. clojure-mode, swank-clojure, and slime are from
github.com/technomancy as of December 19, 2009.
-
Updated EmacsW32: Emacs-23-CvsP091103-EmacsW32-1.58.exe.
-
Patched swank-clojure (patches):
-
Prevent REPL hang on startup on XP (it would hang until the user pressed
Enter).
-
Fix Find Definition to work with Windows pathnames.
-
Patched slime-repl.el to not print "ChangeLog file not found" at the
top.
1.0
-
Built with the official 1.0 release from clojure.org. Contrib is from source
at svn r774. clojure-mode, swank-clojure, and slime are updated from git as
of May 9, 2009.
-
Added shortcuts to the README and post-install documents.
-
Included paredit.el. Users still have to activate it themselves.
-
Fixed README customization example for swank-clojure-extra-classpaths.
-
Fixed REPL shortcut to use the release clojure-X.jar.
-
Documented how to select a 64-bit JDK on Vista 64.
-
Patched swank-clojure (patches):
-
Prevent REPL hang on startup on XP (it would hang until the user pressed
Enter).
-
Fix Find Definition to work with Windows pathnames.
20090320
-
Built with the official 20090320 release from clojure.org. Contrib is from
source at svn r613. clojure-mode and swank-clojure have not been updated.
-
Patched swank-clojure (patches):
-
Prevent REPL hang on startup on XP (it would hang until the user pressed
Enter).
-
Fix Find Definition to work with Windows pathnames.
r1327.1
-
Fixed default.el to load clojure-mode instead of clojure-auto, which is no
longer part of clojure-mode.
-
Patched swank-clojure (patches):
-
Prevent REPL hang on startup on XP (it would hang until the user pressed
Enter).
-
Fix Find Definition to work with Windows pathnames.
r1327
-
Upgraded components. This is lazier Clojure.
-
Patched swank-clojure so the REPL doesn't hang until the user presses enter
on XP. (patch)
r1235
-
Upgraded components.
-
Patched swank-clojure so the REPL doesn't hang until the user presses enter
on XP. (patch)
-
Added repl startup hook to indent Clojure code.
r1142
-
Upgraded components.
-
Added a REPL shortcut.
r1109.1
-
Fixed swank-clojure-extra-classpaths so swank can add jars from ~/.clojure
to the classpath.
-
Added post-install instructions with basic emacs tips.
-
Added attribution URLs to the installer README.
-
Changed post-install to run runemacs instead of emacsclientw in an attempt
to fix a reported hang.
-
Moved site-start.el to default.el per emacs recommendations (so user can
override by setting inhibit-default-init in .emacs.
-
Fixed inhibit-splash-screen by setting it in after-init-hook. Now all the
shortcuts don't have to set –no-splash all the time.