<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,12 +1,14 @@
-== 0.9.4 / 2009-04-
+== 0.9.4 / 2009-04-05
 
-* 5 minor enhancements
+* 6 minor enhancements
   - Added a Maruku filter (thanks to Martyn Loughran)
   - Updated to version 0.8.0 of Blueprint css
   - Better handling of errors generated by filters
   - Modified how the editor is spawned when creating pages
   - URLs for index pages now have a trailing slash
-* 8 bug fixes
+  - Configuration options now have nice descriptions
+      webby --options
+* 7 bug fixes
   - Fixed haml &amp; sass option handling [Alex Brem]
   - Work around for a parsing bug in the rdiscount gem (markdown handling)
   - Editor launching now handles switches passed to the editor
@@ -14,8 +16,6 @@
     the output folder (thereby overwriting the last good page)
   - Pagination bug
   - Presentation slides were not being found when headers had attributes
-  - The content_for helper was swallowing text and not inserting it back
-    into the page
   - The blog template now has all the CSS files
 
 == 0.9.3 / 2008-10-08</diff>
      <filename>History.txt</filename>
    </modified>
    <modified>
      <diff>@@ -4,7 +4,7 @@ task :default =&gt; :build
 desc 'deploy the site to the webserver'
 task :deploy =&gt; [:build, 'deploy:rsync']
 
-SITE.uv[:theme] = 'twilight'
-SITE.uv[:line_numbers] = false
+SITE.uv.theme = 'twilight'
+SITE.uv.line_numbers = false
 
 # EOF</diff>
      <filename>examples/presentation/Sitefile</filename>
    </modified>
    <modified>
      <diff>@@ -9,8 +9,8 @@ SITE.host = 'rubyforge.org'
 SITE.remote_dir = '/var/www/gforge-projects/webby/'
 SITE.create_mode = 'directory'
 
-SITE.uv[:theme] = 'twilight'
-SITE.uv[:line_numbers] = true
+SITE.uv.theme = 'twilight'
+SITE.uv.line_numbers = true
 
 task :autobuild =&gt; :growl
 </diff>
      <filename>examples/webby/Sitefile</filename>
    </modified>
    <modified>
      <diff>@@ -139,7 +139,9 @@ class Main
     __
     
     @stdout.puts desc.gutter!
-    help = Loquacious.help_for(:webby, :io =&gt; @stdout)
+    help = Loquacious.help_for(
+      :webby, :io =&gt; @stdout, :colorize =&gt; ENV.key?('TERM')
+    )
     help.show attribute, :values =&gt; true
     @stdout.puts
   end</diff>
      <filename>lib/webby/apps/main.rb</filename>
    </modified>
    <modified>
      <diff>@@ -32,7 +32,6 @@ module CaptureHelper
     cur = @_content_for[obj].to_s
     new = string.to_s + (block_given? ? capture_erb(&amp;block) : &quot;&quot;)
     @_content_for[obj] = cur + new
-    concat_erb(@_content_for[obj], block.binding)
   end
 
   # Returns true if there is content for the given key. Otherwise returns</diff>
      <filename>lib/webby/helpers/capture_helper.rb</filename>
    </modified>
    <modified>
      <diff>@@ -30,9 +30,9 @@ describe Webby::Helpers::CaptureHelper do
     ::FileUtils.rm_f(CFN)
   end
 
-  it 'should always insert content into containing page' do
+  it 'should not &quot;leak&quot; any content to the containing page' do
     @page_content.should_not be_nil
-    @page_content.should eql(&quot;Hello world!\n\nI'm sidebar content.\n&quot;)
+    @page_content.should eql(&quot;Hello world!\n&quot;)
   end
 
   it &quot;should return the stored content for the given key&quot; do</diff>
      <filename>spec/webby/helpers/capture_helper_spec.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>841b4639b281a8e1df42c7a584ad0ca4b72da010</id>
    </parent>
  </parents>
  <author>
    <name>Tim Pease</name>
    <email>tim.pease@gmail.com</email>
  </author>
  <url>http://github.com/TwP/webby/commit/83e6c0d77e9f8e73c8ba725f2df05a7e8a91f7db</url>
  <id>83e6c0d77e9f8e73c8ba725f2df05a7e8a91f7db</id>
  <committed-date>2009-04-05T21:16:42-07:00</committed-date>
  <authored-date>2009-04-05T21:16:42-07:00</authored-date>
  <message>Adding colorization to the options display.
Reverted the capture helper back to it's original functionality.</message>
  <tree>8c51f611a195cb1094cca74196de6e7e309565c5</tree>
  <committer>
    <name>Tim Pease</name>
    <email>tim.pease@gmail.com</email>
  </committer>
</commit>
