Skip to content

Commit

Permalink
released 1.1.0-1 with clojure.contrib compiled, added some slime shor…
Browse files Browse the repository at this point in the history
…tcuts to the post-install help
  • Loading branch information
Shawn Hoover committed Jan 5, 2010
1 parent b2afdc2 commit c7cfb09
Show file tree
Hide file tree
Showing 6 changed files with 73 additions and 39 deletions.
4 changes: 2 additions & 2 deletions clojure-box-setup.iss
Expand Up @@ -2,7 +2,7 @@
AllowNoIcons=yes
AppId={{8BECBEE2-A1EF-4326-B1C6-8B4515E21916}
AppName=Clojure Box
AppVerName=Clojure Box 1.1.0
AppVerName=Clojure Box 1.1.0-1
AppPublisher=Clojure Box
AppPublisherURL=http://clojure.bighugh.com
AppSupportURL=http://http://www.bitbucket.org/shoover/clojure-box
Expand All @@ -13,7 +13,7 @@ DefaultGroupName=Clojure Box
InfoBeforeFile=README.rtf
InfoAfterFile=post-install.txt
OutputDir=C:\Documents and Settings\Shawn\Desktop\clojure-box-setup
OutputBaseFilename=clojure-box-1.1.0-setup
OutputBaseFilename=clojure-box-1.1.0-1-setup
Compression=lzma
SolidCompression=yes

Expand Down
13 changes: 10 additions & 3 deletions post-install.txt
Expand Up @@ -2,14 +2,21 @@ The first thing you'll see when you launch Clojure Box is the read-eval-print
loop (REPL). Start typing Clojure expressions and you're on your way!

If you're new to Emacs, check out the built in tutorial by typing C-h t
(Control+h and then t). Here are some of the most useful commands to get you
started:
(Control+h and then t). Emacs has all kinds of commands. You can run any
command by typing M-x (Alt-x) and typing the name. Here are some of the most
useful commands to get you started:

Open a file (find-file is the Emacs function): C-x C-f
Save a file (save-buffer): C-x C-s
Switch to another open buffer (iswitchb): C-x b
Close Emacs (kill-emacs): C-x C-c
Execute any Emacs function by name: M-x (Alt+x)
Keyboard help: C-h k

In the REPL you can use M-p and M-n to cycle up and down across previous
expressions.

Once you start typing code in .clj files instead of the REPL, you'll want to
evaluate code in the REPL from the files' buffers. Have a look at the Slime
menu or check the keyboard help for C-x C-e, C-M-x, and C-c C-l. You can
quickly switch to the REPL buffer with C-c C-z. Be sure to check out M-. to
jump to the source definition of the symbol under the cursor!
6 changes: 3 additions & 3 deletions web/index.html
Expand Up @@ -6,7 +6,7 @@
<title>Clojure Box</title>
<meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1"/>
<meta name="generator" content="Org-mode"/>
<meta name="generated" content="2009-12-31 13:49:42 "/>
<meta name="generated" content="2010-01-05 08:52:45 "/>
<meta name="author" content="Shawn Hoover"/>
<style type="text/css">
<!--/*--><![CDATA[/*><!--*/
Expand Down Expand Up @@ -72,8 +72,8 @@ <h2 id="sec-2">Download </h2>
Here's the box. See the <a href="release-log.html">release notes</a> for more details.
</p>
<p>
<a href="releases/clojure-box-1.1.0-setup.exe">Clojure Box 1.1.0</a> published December 31, 2009, built from the official
Clojure 1.1.0 download.
<a href="releases/clojure-box-1.1.0-1-setup.exe">Clojure Box 1.1.0</a> published December 31, 2009, updated January 5, 2010, built
from the official Clojure 1.1.0 download.
</p>
<p>
<a href="releases/clojure-box-1.0-setup.exe">Clojure Box 1.0</a>, published May 9, 2009, built with the official Clojure
Expand Down
4 changes: 2 additions & 2 deletions web/index.org
Expand Up @@ -22,8 +22,8 @@ system (usually it's in c:\windows\system32), it provides the rest.

Here's the box. See the [[file:release-log.org][release notes]] for more details.

[[file:releases/clojure-box-1.1.0-setup.exe][Clojure Box 1.1.0]] published December 31, 2009, built from the official
Clojure 1.1.0 download.
[[file:releases/clojure-box-1.1.0-1-setup.exe][Clojure Box 1.1.0]] published December 31, 2009, updated January 5, 2010, built
from the official Clojure 1.1.0 download.

[[file:releases/clojure-box-1.0-setup.exe][Clojure Box 1.0]], published May 9, 2009, built with the official Clojure
1.0 release.
Expand Down
78 changes: 49 additions & 29 deletions web/release-log.html
Expand Up @@ -6,7 +6,7 @@
<title>Clojure Box Release Notes</title>
<meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1"/>
<meta name="generator" content="Org-mode"/>
<meta name="generated" content="2009-12-31 13:49:25 "/>
<meta name="generated" content="2010-01-05 08:53:17 "/>
<meta name="author" content="Shawn Hoover"/>
<style type="text/css">
<!--/*--><![CDATA[/*><!--*/
Expand Down Expand Up @@ -62,10 +62,30 @@ <h1 style="text-align:center;">Clojure Box Release Notes</h1>


<div id="outline-container-1" class="outline-3">
<h3 id="sec-1">1.1.0 </h3>
<h3 id="sec-1">1.1.0-1 </h3>
<div id="text-1">


<ul>
<li>
Updated clojure.contrib.jar with the same version but this time compiled.

</li>
<li>
Added some Slime shortcuts to the post-install help text.


</li>
</ul>
</div>

</div>

<div id="outline-container-2" class="outline-3">
<h3 id="sec-2">1.1.0 </h3>
<div id="text-2">


<ul>
<li>
Same components as 1.1RC1 but built with the official Clojure 1.1.0
Expand All @@ -88,9 +108,9 @@ <h3 id="sec-1">1.1.0 </h3>

</div>

<div id="outline-container-2" class="outline-3">
<h3 id="sec-2">1.1RC1 </h3>
<div id="text-2">
<div id="outline-container-3" class="outline-3">
<h3 id="sec-3">1.1RC1 </h3>
<div id="text-3">


<ul>
Expand Down Expand Up @@ -128,9 +148,9 @@ <h3 id="sec-2">1.1RC1 </h3>

</div>

<div id="outline-container-3" class="outline-3">
<h3 id="sec-3">1.0 </h3>
<div id="text-3">
<div id="outline-container-4" class="outline-3">
<h3 id="sec-4">1.0 </h3>
<div id="text-4">


<ul>
Expand Down Expand Up @@ -179,9 +199,9 @@ <h3 id="sec-3">1.0 </h3>

</div>

<div id="outline-container-4" class="outline-3">
<h3 id="sec-4">20090320 </h3>
<div id="text-4">
<div id="outline-container-5" class="outline-3">
<h3 id="sec-5">20090320 </h3>
<div id="text-5">


<ul>
Expand Down Expand Up @@ -209,9 +229,9 @@ <h3 id="sec-4">20090320 </h3>

</div>

<div id="outline-container-5" class="outline-3">
<h3 id="sec-5">r1327.1 </h3>
<div id="text-5">
<div id="outline-container-6" class="outline-3">
<h3 id="sec-6">r1327.1 </h3>
<div id="text-6">


<ul>
Expand Down Expand Up @@ -239,9 +259,9 @@ <h3 id="sec-5">r1327.1 </h3>

</div>

<div id="outline-container-6" class="outline-3">
<h3 id="sec-6">r1327 </h3>
<div id="text-6">
<div id="outline-container-7" class="outline-3">
<h3 id="sec-7">r1327 </h3>
<div id="text-7">


<ul>
Expand All @@ -260,9 +280,9 @@ <h3 id="sec-6">r1327 </h3>

</div>

<div id="outline-container-7" class="outline-3">
<h3 id="sec-7">r1235 </h3>
<div id="text-7">
<div id="outline-container-8" class="outline-3">
<h3 id="sec-8">r1235 </h3>
<div id="text-8">


<ul>
Expand All @@ -285,9 +305,9 @@ <h3 id="sec-7">r1235 </h3>

</div>

<div id="outline-container-8" class="outline-3">
<h3 id="sec-8">r1142 </h3>
<div id="text-8">
<div id="outline-container-9" class="outline-3">
<h3 id="sec-9">r1142 </h3>
<div id="text-9">


<ul>
Expand All @@ -305,9 +325,9 @@ <h3 id="sec-8">r1142 </h3>

</div>

<div id="outline-container-9" class="outline-3">
<h3 id="sec-9">r1109.1 </h3>
<div id="text-9">
<div id="outline-container-10" class="outline-3">
<h3 id="sec-10">r1109.1 </h3>
<div id="text-10">


<ul>
Expand Down Expand Up @@ -345,9 +365,9 @@ <h3 id="sec-9">r1109.1 </h3>

</div>

<div id="outline-container-10" class="outline-3">
<h3 id="sec-10">r1109 </h3>
<div id="text-10">
<div id="outline-container-11" class="outline-3">
<h3 id="sec-11">r1109 </h3>
<div id="text-11">


<p>
Expand Down
7 changes: 7 additions & 0 deletions web/release-log.org
Expand Up @@ -25,6 +25,13 @@
#+END_HTML


** 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
Expand Down

0 comments on commit c7cfb09

Please sign in to comment.