<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>.ditz-config</filename>
    </added>
    <added>
      <filename>html/blue-check.png</filename>
    </added>
    <added>
      <filename>html/green-bar.png</filename>
    </added>
    <added>
      <filename>html/green-check.png</filename>
    </added>
    <added>
      <filename>html/issue-44d3336b937f24f02badd49bc545b8fc247fef4c.html</filename>
    </added>
    <added>
      <filename>html/issue-c1ed5faefc9c88745216729528aa3ef780d43de9.html</filename>
    </added>
    <added>
      <filename>html/issue-e205f5cb0c5788ef74074f2c9ff5a16e3db7c209.html</filename>
    </added>
    <added>
      <filename>html/red-check.png</filename>
    </added>
    <added>
      <filename>html/release-0.5.html</filename>
    </added>
    <added>
      <filename>html/yellow-bar.png</filename>
    </added>
    <added>
      <filename>issues/issue-44d3336b937f24f02badd49bc545b8fc247fef4c.yaml</filename>
    </added>
    <added>
      <filename>issues/issue-c1ed5faefc9c88745216729528aa3ef780d43de9.yaml</filename>
    </added>
    <added>
      <filename>issues/issue-e205f5cb0c5788ef74074f2c9ff5a16e3db7c209.yaml</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -41,14 +41,16 @@ system. You can get Ditz from http://ditz.rubyforge.org/.
 
 (7) Run M-x ditz-add to add a new issue
 
-(8) M-x ditz-status, ditz-todo, ditz-todo, ditz-log are useful for
-  browsing your issues.
+(8) M-x ditz-status, ditz-todo, ditz-log are useful for browsing your
+  issues.
 
 (9) To change issues/releases' status:
 
   [1] Run M-x ditz-todo to list issues up.
   [2] Enter the keys below on underlined strings:
 
+    - &quot;A&quot;: ditz-add          (Add issue)
+    - &quot;D&quot;: ditz-drop         (Drop issue)
     - &quot;s&quot;: ditz-show         (Show issue's detail)
     - &quot;e&quot;: ditz-edit         (Edit issue's detail)
     - &quot;a&quot;: ditz-assign       (Assign/reassign issue to a release)</diff>
      <filename>README</filename>
    </modified>
    <modified>
      <diff>@@ -50,7 +50,7 @@ must set it from minibuffer.&quot;
 (defconst ditz-issue-id-regex &quot;^[_ ]+\\([^:\n]+\\):.*$&quot;
   &quot;Regex for issue id.&quot;)
 
-(defconst ditz-release-name-regex &quot;^Version *\\([^\n ]+\\) *.*$&quot;
+(defconst ditz-release-name-regex &quot;^\\(Version \\)?\\([^\n ]+\\) *.*$&quot;
   &quot;Regex for issue id.&quot;)
 
 ;; Commands
@@ -107,7 +107,6 @@ must set it from minibuffer.&quot;
         (ditz-call-process &quot;assign&quot; issue-id &quot;switch&quot;)
       (error &quot;Issue id not found&quot;))))
 
-;; Doesn't work now
 (defun ditz-edit ()
   &quot;Edit issue detale.&quot;
   (interactive)
@@ -140,7 +139,7 @@ must set it from minibuffer.&quot;
   &quot;Mark issues as released.&quot;
   (interactive)
   (let ((release-name nil))
-    (setq release-name (ditz-extract-thing-at-point ditz-release-name-regex 1))
+    (setq release-name (ditz-extract-thing-at-point ditz-release-name-regex 2))
     (if release-name
         (ditz-call-process &quot;release&quot; release-name &quot;switch&quot;)
       (error &quot;Release name not found&quot;))))
@@ -240,7 +239,7 @@ must set it from minibuffer.&quot;
 
     (setq ditz-last-visited-issue-directory issue-directory)
     (mapconcat 'identity
-               (list ditz-program command arg &quot;-i&quot; issue-directory) &quot; &quot;)))
+               (list ditz-program &quot;-i&quot; issue-directory command arg) &quot; &quot;)))
 
 ;; Hooks
 (defvar ditz-mode-hook nil</diff>
      <filename>ditz.el</filename>
    </modified>
    <modified>
      <diff>@@ -1,222 +1,251 @@
+&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
+&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Strict//EN&quot; 
+   &quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd&quot;&gt;
+
 &lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot; xml:lang=&quot;en&quot; lang=&quot;en&quot;&gt;
 &lt;head&gt;
 &lt;title&gt;Component emacs-ditz&lt;/title&gt;
-&lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=utf8&quot; /&gt;
+&lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=utf-8&quot; /&gt;
 &lt;link rel=&quot;stylesheet&quot; href=&quot;style.css&quot; type=&quot;text/css&quot; /&gt;
 &lt;/head&gt;
 
 &lt;body&gt;
 
-&lt;a href=&quot;index.html&quot;&gt;&amp;laquo; emacs-ditz project page&lt;/a&gt;
+&lt;div class=&quot;main&quot;&gt;
 
 &lt;h1&gt;emacs-ditz component: emacs-ditz&lt;/h1&gt;
+&lt;div class=&quot;backptr&quot;&gt;&lt;a href=&quot;index.html&quot;&gt;&amp;laquo; emacs-ditz project page&lt;/a&gt;&lt;/div&gt;
 
+&lt;h2&gt;All issues&lt;/h2&gt;
 &lt;table&gt;
-
-  &lt;tr&gt;
-    &lt;td class=&quot;issuestatus_closed&quot;&gt;
-      closed: fixed
-    &lt;/td&gt;
-    &lt;td class=&quot;issuename&quot;&gt;
-      &lt;a href=&quot;issue-a384c13701a917d6ec51ac6437a071889dcbc5ed.html&quot;&gt;create ditz.el&lt;/a&gt;
-      
-    &lt;/td&gt;
-    
-      &lt;td class=&quot;issuerelease&quot;&gt;
-        
-          
-          in &lt;a href=&quot;release-0.1.html&quot;&gt;release 0.1&lt;/a&gt;
-          (released)
-        
+  &lt;tbody&gt;
+  
+    &lt;tr&gt;
+      &lt;td&gt; &lt;img title=&quot;fixed&quot; alt=&quot;fixed&quot; src=&quot;green-check.png&quot;/&gt; &lt;/td&gt;
+      &lt;td class=&quot;littledate&quot;&gt;2008-11-05&lt;/td&gt;
+      &lt;td class=&quot;issuename&quot;&gt;
+        &lt;a href=&quot;issue-e205f5cb0c5788ef74074f2c9ff5a16e3db7c209.html&quot;&gt;Release 0.5&lt;/a&gt;
       &lt;/td&gt;
-    
-    
-  &lt;/tr&gt;
-
-  &lt;tr&gt;
-    &lt;td class=&quot;issuestatus_closed&quot;&gt;
-      closed: fixed
-    &lt;/td&gt;
-    &lt;td class=&quot;issuename&quot;&gt;
-      &lt;a href=&quot;issue-637557b035e045159203166e3294609cab145090.html&quot;&gt;write README&lt;/a&gt;
-      
-    &lt;/td&gt;
-    
-      &lt;td class=&quot;issuerelease&quot;&gt;
-        
-          
-          in &lt;a href=&quot;release-0.1.html&quot;&gt;release 0.1&lt;/a&gt;
-          (released)
-        
+      
+        &lt;td class=&quot;issuerelease&quot;&gt;
+          
+            
+            &lt;a href=&quot;release-0.5.html&quot;&gt;0.5&lt;/a&gt;
+          
+        &lt;/td&gt;
+      
+      
+    &lt;/tr&gt;
+  
+    &lt;tr&gt;
+      &lt;td&gt; &lt;img title=&quot;fixed&quot; alt=&quot;fixed&quot; src=&quot;green-check.png&quot;/&gt; &lt;/td&gt;
+      &lt;td class=&quot;littledate&quot;&gt;2008-11-05&lt;/td&gt;
+      &lt;td class=&quot;issuename&quot;&gt;
+        &lt;a href=&quot;issue-44d3336b937f24f02badd49bc545b8fc247fef4c.html&quot;&gt;Adopt a patch from id:t-wada&lt;/a&gt;
       &lt;/td&gt;
-    
-    
-  &lt;/tr&gt;
-
-  &lt;tr&gt;
-    &lt;td class=&quot;issuestatus_closed&quot;&gt;
-      closed: fixed
-    &lt;/td&gt;
-    &lt;td class=&quot;issuename&quot;&gt;
-      &lt;a href=&quot;issue-1bc5db0f7686559ee9635721bc2a50e8e4a4ecbc.html&quot;&gt;support `ditz html' command&lt;/a&gt;
-      
-    &lt;/td&gt;
-    
-      &lt;td class=&quot;issuerelease&quot;&gt;
-        
-          
-          in &lt;a href=&quot;release-0.2.html&quot;&gt;release 0.2&lt;/a&gt;
-          (released)
-        
+      
+        &lt;td class=&quot;issuerelease&quot;&gt;
+          
+            
+            &lt;a href=&quot;release-0.5.html&quot;&gt;0.5&lt;/a&gt;
+          
+        &lt;/td&gt;
+      
+      
+    &lt;/tr&gt;
+  
+    &lt;tr&gt;
+      &lt;td&gt; &lt;img title=&quot;fixed&quot; alt=&quot;fixed&quot; src=&quot;green-check.png&quot;/&gt; &lt;/td&gt;
+      &lt;td class=&quot;littledate&quot;&gt;2008-11-05&lt;/td&gt;
+      &lt;td class=&quot;issuename&quot;&gt;
+        &lt;a href=&quot;issue-c1ed5faefc9c88745216729528aa3ef780d43de9.html&quot;&gt;Accept a pull-request from rmm5t&lt;/a&gt;
       &lt;/td&gt;
-    
-    
-  &lt;/tr&gt;
-
-  &lt;tr&gt;
-    &lt;td class=&quot;issuestatus_closed&quot;&gt;
-      closed: fixed
-    &lt;/td&gt;
-    &lt;td class=&quot;issuename&quot;&gt;
-      &lt;a href=&quot;issue-057224193897df09b58ae3181fa876abb00934f0.html&quot;&gt;Better window handling (popup/display/switch)&lt;/a&gt;
-      
-    &lt;/td&gt;
-    
-      &lt;td class=&quot;issuerelease&quot;&gt;
-        
-          
-          in &lt;a href=&quot;release-0.3.html&quot;&gt;release 0.3&lt;/a&gt;
-          (released)
-        
+      
+        &lt;td class=&quot;issuerelease&quot;&gt;
+          
+            
+            &lt;a href=&quot;release-0.5.html&quot;&gt;0.5&lt;/a&gt;
+          
+        &lt;/td&gt;
+      
+      
+    &lt;/tr&gt;
+  
+    &lt;tr&gt;
+      &lt;td&gt; &lt;img title=&quot;fixed&quot; alt=&quot;fixed&quot; src=&quot;green-check.png&quot;/&gt; &lt;/td&gt;
+      &lt;td class=&quot;littledate&quot;&gt;2008-04-11&lt;/td&gt;
+      &lt;td class=&quot;issuename&quot;&gt;
+        &lt;a href=&quot;issue-89b4dd9e965eeceef261869d99a6a0f138668e3d.html&quot;&gt;Show prompt to set issue dir after failing to find dir in auto-finding mode.&lt;/a&gt;
       &lt;/td&gt;
-    
-    
-  &lt;/tr&gt;
-
-  &lt;tr&gt;
-    &lt;td class=&quot;issuestatus_closed&quot;&gt;
-      closed: fixed
-    &lt;/td&gt;
-    &lt;td class=&quot;issuename&quot;&gt;
-      &lt;a href=&quot;issue-cbc36fd79b58e7a9370e3fe3a7f30154615dcd47.html&quot;&gt;Add support for `ditz edit' command&lt;/a&gt;
-      
-    &lt;/td&gt;
-    
-      &lt;td class=&quot;issuerelease&quot;&gt;
-        
-          
-          in &lt;a href=&quot;release-0.3.html&quot;&gt;release 0.3&lt;/a&gt;
-          (released)
-        
+      
+        &lt;td class=&quot;issuerelease&quot;&gt;
+          
+            
+            &lt;a href=&quot;release-0.4.html&quot;&gt;0.4&lt;/a&gt;
+          
+        &lt;/td&gt;
+      
+      
+    &lt;/tr&gt;
+  
+    &lt;tr&gt;
+      &lt;td&gt; &lt;img title=&quot;fixed&quot; alt=&quot;fixed&quot; src=&quot;green-check.png&quot;/&gt; &lt;/td&gt;
+      &lt;td class=&quot;littledate&quot;&gt;2008-04-11&lt;/td&gt;
+      &lt;td class=&quot;issuename&quot;&gt;
+        &lt;a href=&quot;issue-3123effe955c3240ce5dbf10f106abb1dd9512ba.html&quot;&gt;Confirm if ditz-edit works correctly.&lt;/a&gt;
       &lt;/td&gt;
-    
-    
-  &lt;/tr&gt;
-
-  &lt;tr&gt;
-    &lt;td class=&quot;issuestatus_closed&quot;&gt;
-      closed: fixed
-    &lt;/td&gt;
-    &lt;td class=&quot;issuename&quot;&gt;
-      &lt;a href=&quot;issue-a75de69c23d547a7a00e40e64e850517dfa04748.html&quot;&gt;Add documentation of ditz-edit command into README&lt;/a&gt;
-      
-    &lt;/td&gt;
-    
-      &lt;td class=&quot;issuerelease&quot;&gt;
-        
-          
-          in &lt;a href=&quot;release-0.3.html&quot;&gt;release 0.3&lt;/a&gt;
-          (released)
-        
+      
+        &lt;td class=&quot;issuerelease&quot;&gt;
+          
+            
+            &lt;a href=&quot;release-0.3.html&quot;&gt;0.3&lt;/a&gt;
+          
+        &lt;/td&gt;
+      
+      
+    &lt;/tr&gt;
+  
+    &lt;tr&gt;
+      &lt;td&gt; &lt;img title=&quot;fixed&quot; alt=&quot;fixed&quot; src=&quot;green-check.png&quot;/&gt; &lt;/td&gt;
+      &lt;td class=&quot;littledate&quot;&gt;2008-04-11&lt;/td&gt;
+      &lt;td class=&quot;issuename&quot;&gt;
+        &lt;a href=&quot;issue-f7e4c1ce0b4effba53671f5ff401ce3055bdc539.html&quot;&gt;ditz-add/add-release should run using switch-to-buffer in ditz-mode window.&lt;/a&gt;
       &lt;/td&gt;
-    
-    
-  &lt;/tr&gt;
-
-  &lt;tr&gt;
-    &lt;td class=&quot;issuestatus_closed&quot;&gt;
-      closed: fixed
-    &lt;/td&gt;
-    &lt;td class=&quot;issuename&quot;&gt;
-      &lt;a href=&quot;issue-7ccde534d53c6ebb34006a54dcd0acf78252de1f.html&quot;&gt;goto-char properly should run after ditz-log/status/todo.&lt;/a&gt;
-      (bug)
-    &lt;/td&gt;
-    
-      &lt;td class=&quot;issuerelease&quot;&gt;
-        
-          
-          in &lt;a href=&quot;release-0.3.html&quot;&gt;release 0.3&lt;/a&gt;
-          (released)
-        
+      
+        &lt;td class=&quot;issuerelease&quot;&gt;
+          
+            
+            &lt;a href=&quot;release-0.3.html&quot;&gt;0.3&lt;/a&gt;
+          
+        &lt;/td&gt;
+      
+      
+    &lt;/tr&gt;
+  
+    &lt;tr&gt;
+      &lt;td&gt; &lt;img title=&quot;fixed&quot; alt=&quot;fixed&quot; src=&quot;green-check.png&quot;/&gt; &lt;/td&gt;
+      &lt;td class=&quot;littledate&quot;&gt;2008-04-11&lt;/td&gt;
+      &lt;td class=&quot;issuename&quot;&gt;
+        &lt;a href=&quot;issue-7ccde534d53c6ebb34006a54dcd0acf78252de1f.html&quot;&gt;goto-char properly should run after ditz-log/status/todo.&lt;/a&gt;
       &lt;/td&gt;
-    
-    
-  &lt;/tr&gt;
-
-  &lt;tr&gt;
-    &lt;td class=&quot;issuestatus_closed&quot;&gt;
-      closed: fixed
-    &lt;/td&gt;
-    &lt;td class=&quot;issuename&quot;&gt;
-      &lt;a href=&quot;issue-f7e4c1ce0b4effba53671f5ff401ce3055bdc539.html&quot;&gt;ditz-add/add-release should run using switch-to-buffer in ditz-mode window.&lt;/a&gt;
-      
-    &lt;/td&gt;
-    
-      &lt;td class=&quot;issuerelease&quot;&gt;
-        
-          
-          in &lt;a href=&quot;release-0.3.html&quot;&gt;release 0.3&lt;/a&gt;
-          (released)
-        
+      
+        &lt;td class=&quot;issuerelease&quot;&gt;
+          
+            
+            &lt;a href=&quot;release-0.3.html&quot;&gt;0.3&lt;/a&gt;
+          
+        &lt;/td&gt;
+      
+      
+    &lt;/tr&gt;
+  
+    &lt;tr&gt;
+      &lt;td&gt; &lt;img title=&quot;fixed&quot; alt=&quot;fixed&quot; src=&quot;green-check.png&quot;/&gt; &lt;/td&gt;
+      &lt;td class=&quot;littledate&quot;&gt;2008-04-11&lt;/td&gt;
+      &lt;td class=&quot;issuename&quot;&gt;
+        &lt;a href=&quot;issue-a75de69c23d547a7a00e40e64e850517dfa04748.html&quot;&gt;Add documentation of ditz-edit command into README&lt;/a&gt;
       &lt;/td&gt;
-    
-    
-  &lt;/tr&gt;
-
-  &lt;tr&gt;
-    &lt;td class=&quot;issuestatus_closed&quot;&gt;
-      closed: fixed
-    &lt;/td&gt;
-    &lt;td class=&quot;issuename&quot;&gt;
-      &lt;a href=&quot;issue-3123effe955c3240ce5dbf10f106abb1dd9512ba.html&quot;&gt;Confirm if ditz-edit works correctly.&lt;/a&gt;
-      
-    &lt;/td&gt;
-    
-      &lt;td class=&quot;issuerelease&quot;&gt;
-        
-          
-          in &lt;a href=&quot;release-0.3.html&quot;&gt;release 0.3&lt;/a&gt;
-          (released)
-        
+      
+        &lt;td class=&quot;issuerelease&quot;&gt;
+          
+            
+            &lt;a href=&quot;release-0.3.html&quot;&gt;0.3&lt;/a&gt;
+          
+        &lt;/td&gt;
+      
+      
+    &lt;/tr&gt;
+  
+    &lt;tr&gt;
+      &lt;td&gt; &lt;img title=&quot;fixed&quot; alt=&quot;fixed&quot; src=&quot;green-check.png&quot;/&gt; &lt;/td&gt;
+      &lt;td class=&quot;littledate&quot;&gt;2008-04-11&lt;/td&gt;
+      &lt;td class=&quot;issuename&quot;&gt;
+        &lt;a href=&quot;issue-cbc36fd79b58e7a9370e3fe3a7f30154615dcd47.html&quot;&gt;Add support for `ditz edit' command&lt;/a&gt;
       &lt;/td&gt;
-    
-    
-  &lt;/tr&gt;
-
-  &lt;tr&gt;
-    &lt;td class=&quot;issuestatus_closed&quot;&gt;
-      closed: fixed
-    &lt;/td&gt;
-    &lt;td class=&quot;issuename&quot;&gt;
-      &lt;a href=&quot;issue-89b4dd9e965eeceef261869d99a6a0f138668e3d.html&quot;&gt;Show prompt to set issue dir after failing to find dir in auto-finding mode.&lt;/a&gt;
-      (bug)
-    &lt;/td&gt;
-    
-      &lt;td class=&quot;issuerelease&quot;&gt;
-        
-          
-          in &lt;a href=&quot;release-0.4.html&quot;&gt;release 0.4&lt;/a&gt;
-          (released)
-        
+      
+        &lt;td class=&quot;issuerelease&quot;&gt;
+          
+            
+            &lt;a href=&quot;release-0.3.html&quot;&gt;0.3&lt;/a&gt;
+          
+        &lt;/td&gt;
+      
+      
+    &lt;/tr&gt;
+  
+    &lt;tr&gt;
+      &lt;td&gt; &lt;img title=&quot;fixed&quot; alt=&quot;fixed&quot; src=&quot;green-check.png&quot;/&gt; &lt;/td&gt;
+      &lt;td class=&quot;littledate&quot;&gt;2008-04-11&lt;/td&gt;
+      &lt;td class=&quot;issuename&quot;&gt;
+        &lt;a href=&quot;issue-057224193897df09b58ae3181fa876abb00934f0.html&quot;&gt;Better window handling (popup/display/switch)&lt;/a&gt;
       &lt;/td&gt;
-    
-    
-  &lt;/tr&gt;
-
+      
+        &lt;td class=&quot;issuerelease&quot;&gt;
+          
+            
+            &lt;a href=&quot;release-0.3.html&quot;&gt;0.3&lt;/a&gt;
+          
+        &lt;/td&gt;
+      
+      
+    &lt;/tr&gt;
+  
+    &lt;tr&gt;
+      &lt;td&gt; &lt;img title=&quot;fixed&quot; alt=&quot;fixed&quot; src=&quot;green-check.png&quot;/&gt; &lt;/td&gt;
+      &lt;td class=&quot;littledate&quot;&gt;2008-04-10&lt;/td&gt;
+      &lt;td class=&quot;issuename&quot;&gt;
+        &lt;a href=&quot;issue-1bc5db0f7686559ee9635721bc2a50e8e4a4ecbc.html&quot;&gt;support `ditz html' command&lt;/a&gt;
+      &lt;/td&gt;
+      
+        &lt;td class=&quot;issuerelease&quot;&gt;
+          
+            
+            &lt;a href=&quot;release-0.2.html&quot;&gt;0.2&lt;/a&gt;
+          
+        &lt;/td&gt;
+      
+      
+    &lt;/tr&gt;
+  
+    &lt;tr&gt;
+      &lt;td&gt; &lt;img title=&quot;fixed&quot; alt=&quot;fixed&quot; src=&quot;green-check.png&quot;/&gt; &lt;/td&gt;
+      &lt;td class=&quot;littledate&quot;&gt;2008-04-10&lt;/td&gt;
+      &lt;td class=&quot;issuename&quot;&gt;
+        &lt;a href=&quot;issue-637557b035e045159203166e3294609cab145090.html&quot;&gt;write README&lt;/a&gt;
+      &lt;/td&gt;
+      
+        &lt;td class=&quot;issuerelease&quot;&gt;
+          
+            
+            &lt;a href=&quot;release-0.1.html&quot;&gt;0.1&lt;/a&gt;
+          
+        &lt;/td&gt;
+      
+      
+    &lt;/tr&gt;
+  
+    &lt;tr&gt;
+      &lt;td&gt; &lt;img title=&quot;fixed&quot; alt=&quot;fixed&quot; src=&quot;green-check.png&quot;/&gt; &lt;/td&gt;
+      &lt;td class=&quot;littledate&quot;&gt;2008-04-10&lt;/td&gt;
+      &lt;td class=&quot;issuename&quot;&gt;
+        &lt;a href=&quot;issue-a384c13701a917d6ec51ac6437a071889dcbc5ed.html&quot;&gt;create ditz.el&lt;/a&gt;
+      &lt;/td&gt;
+      
+        &lt;td class=&quot;issuerelease&quot;&gt;
+          
+            
+            &lt;a href=&quot;release-0.1.html&quot;&gt;0.1&lt;/a&gt;
+          
+        &lt;/td&gt;
+      
+      
+    &lt;/tr&gt;
+  
+  &lt;/tbody&gt;
 &lt;/table&gt;
 
 
-
-&lt;p class=&quot;footer&quot;&gt;Generated by &lt;a href=&quot;http://ditz.rubyforge.org/&quot;&gt;ditz&lt;/a&gt;.
+&lt;/div&gt;
+&lt;div class=&quot;footer&quot;&gt;Generated by &lt;a href=&quot;http://ditz.rubyforge.org/&quot;&gt;ditz&lt;/a&gt;.&lt;/div&gt;
 &lt;/body&gt;
 &lt;/html&gt;</diff>
      <filename>html/component-emacs-ditz.html</filename>
    </modified>
    <modified>
      <diff>@@ -1,11 +1,16 @@
+&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
+&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Strict//EN&quot;
+   &quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd&quot;&gt;
+
 &lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot; xml:lang=&quot;en&quot; lang=&quot;en&quot;&gt;
 &lt;head&gt;
 &lt;title&gt;emacs-ditz Issue Tracker&lt;/title&gt;
-&lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=utf8&quot; /&gt;
+&lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=utf-8&quot; /&gt;
 &lt;link rel=&quot;stylesheet&quot; href=&quot;style.css&quot; type=&quot;text/css&quot; /&gt;
 &lt;/head&gt;
 &lt;body&gt;
 
+&lt;div class=&quot;main&quot;&gt;
 &lt;h1&gt;emacs-ditz Issue Tracker&lt;/h1&gt;
 
 &lt;h2&gt;Upcoming Releases&lt;/h2&gt;
@@ -15,28 +20,134 @@
 
 &lt;h2&gt;Past Releases&lt;/h2&gt;
 
-  &lt;ul&gt;
-  
-    &lt;li&gt;&lt;a href=&quot;release-0.4.html&quot;&gt;Release 0.4&lt;/a&gt;, released 2008-04-11. &lt;/li&gt;
-  
-    &lt;li&gt;&lt;a href=&quot;release-0.3.html&quot;&gt;Release 0.3&lt;/a&gt;, released 2008-04-11. &lt;/li&gt;
-  
-    &lt;li&gt;&lt;a href=&quot;release-0.2.html&quot;&gt;Release 0.2&lt;/a&gt;, released 2008-04-10. &lt;/li&gt;
-  
-    &lt;li&gt;&lt;a href=&quot;release-0.1.html&quot;&gt;Release 0.1&lt;/a&gt;, released 2008-04-10. &lt;/li&gt;
-  
-  &lt;/ul&gt;
+  &lt;table&gt;
+    &lt;tbody&gt;
+    
+      &lt;tr&gt;&lt;td&gt;&lt;a href=&quot;release-0.5.html&quot;&gt;0.5&lt;/a&gt;&lt;/td&gt;&lt;td class=&quot;littledate&quot;&gt;on 2008-11-05&lt;/td&gt;&lt;/tr&gt;
+    
+      &lt;tr&gt;&lt;td&gt;&lt;a href=&quot;release-0.4.html&quot;&gt;0.4&lt;/a&gt;&lt;/td&gt;&lt;td class=&quot;littledate&quot;&gt;on 2008-04-11&lt;/td&gt;&lt;/tr&gt;
+    
+      &lt;tr&gt;&lt;td&gt;&lt;a href=&quot;release-0.3.html&quot;&gt;0.3&lt;/a&gt;&lt;/td&gt;&lt;td class=&quot;littledate&quot;&gt;on 2008-04-11&lt;/td&gt;&lt;/tr&gt;
+    
+      &lt;tr&gt;&lt;td&gt;&lt;a href=&quot;release-0.2.html&quot;&gt;0.2&lt;/a&gt;&lt;/td&gt;&lt;td class=&quot;littledate&quot;&gt;on 2008-04-10&lt;/td&gt;&lt;/tr&gt;
+    
+      &lt;tr&gt;&lt;td&gt;&lt;a href=&quot;release-0.1.html&quot;&gt;0.1&lt;/a&gt;&lt;/td&gt;&lt;td class=&quot;littledate&quot;&gt;on 2008-04-10&lt;/td&gt;&lt;/tr&gt;
+    
+    &lt;/tbody&gt;
+  &lt;/table&gt;
 
 
 &lt;h2&gt;Unassigned issues&lt;/h2&gt;
 
 &lt;p&gt;
-  &lt;a href=&quot;unassigned.html&quot;&gt;No unassigned issues&lt;/a&gt;; no open.
+  
+    No unassigned issues.
+  
 &lt;/p&gt;
 
 
 
-&lt;p class=&quot;footer&quot;&gt;Generated by &lt;a href=&quot;http://ditz.rubyforge.org/&quot;&gt;ditz&lt;/a&gt;.
+&lt;h2&gt;Recent activity&lt;/h2&gt;
+
+&lt;table class=&quot;log&quot;&gt;
+  &lt;tbody&gt;
+  
+    &lt;tr class=&quot;even-row&quot;&gt;
+      &lt;td class=&quot;date&quot;&gt;2008-11-05&lt;/td&gt;
+      &lt;td class=&quot;issuename&quot;&gt;
+        &lt;a href=&quot;issue-e205f5cb0c5788ef74074f2c9ff5a16e3db7c209.html&quot;&gt;Release 0.5&lt;/a&gt; &lt;img class=&quot;inline-status-image&quot; title=&quot;fixed&quot; alt=&quot;fixed&quot; src=&quot;green-check.png&quot;/&gt;
+      &lt;/td&gt;
+      &lt;td&gt; closed with disposition fixed &lt;/td&gt;
+    &lt;/tr&gt;
+    &lt;tr&gt;&lt;td&gt;&lt;/td&gt;&lt;/tr&gt;
+  
+    &lt;tr class=&quot;odd-row&quot;&gt;
+      &lt;td class=&quot;date&quot;&gt;2008-11-05&lt;/td&gt;
+      &lt;td class=&quot;issuename&quot;&gt;
+        &lt;a href=&quot;issue-e205f5cb0c5788ef74074f2c9ff5a16e3db7c209.html&quot;&gt;Release 0.5&lt;/a&gt; &lt;img class=&quot;inline-status-image&quot; title=&quot;fixed&quot; alt=&quot;fixed&quot; src=&quot;green-check.png&quot;/&gt;
+      &lt;/td&gt;
+      &lt;td&gt; edited description &lt;/td&gt;
+    &lt;/tr&gt;
+    &lt;tr&gt;&lt;td&gt;&lt;/td&gt;&lt;/tr&gt;
+  
+    &lt;tr class=&quot;even-row&quot;&gt;
+      &lt;td class=&quot;date&quot;&gt;2008-11-05&lt;/td&gt;
+      &lt;td class=&quot;issuename&quot;&gt;
+        &lt;a href=&quot;issue-e205f5cb0c5788ef74074f2c9ff5a16e3db7c209.html&quot;&gt;Release 0.5&lt;/a&gt; &lt;img class=&quot;inline-status-image&quot; title=&quot;fixed&quot; alt=&quot;fixed&quot; src=&quot;green-check.png&quot;/&gt;
+      &lt;/td&gt;
+      &lt;td&gt; created &lt;/td&gt;
+    &lt;/tr&gt;
+    &lt;tr&gt;&lt;td&gt;&lt;/td&gt;&lt;/tr&gt;
+  
+    &lt;tr class=&quot;odd-row&quot;&gt;
+      &lt;td class=&quot;date&quot;&gt;2008-11-05&lt;/td&gt;
+      &lt;td class=&quot;issuename&quot;&gt;
+        &lt;a href=&quot;issue-44d3336b937f24f02badd49bc545b8fc247fef4c.html&quot;&gt;Adopt a patch from id:t-wada&lt;/a&gt; &lt;img class=&quot;inline-status-image&quot; title=&quot;fixed&quot; alt=&quot;fixed&quot; src=&quot;green-check.png&quot;/&gt;
+      &lt;/td&gt;
+      &lt;td&gt; closed with disposition fixed &lt;/td&gt;
+    &lt;/tr&gt;
+    &lt;tr&gt;&lt;td&gt;&lt;/td&gt;&lt;/tr&gt;
+  
+    &lt;tr class=&quot;even-row&quot;&gt;
+      &lt;td class=&quot;date&quot;&gt;2008-11-05&lt;/td&gt;
+      &lt;td class=&quot;issuename&quot;&gt;
+        &lt;a href=&quot;issue-44d3336b937f24f02badd49bc545b8fc247fef4c.html&quot;&gt;Adopt a patch from id:t-wada&lt;/a&gt; &lt;img class=&quot;inline-status-image&quot; title=&quot;fixed&quot; alt=&quot;fixed&quot; src=&quot;green-check.png&quot;/&gt;
+      &lt;/td&gt;
+      &lt;td&gt; created &lt;/td&gt;
+    &lt;/tr&gt;
+    &lt;tr&gt;&lt;td&gt;&lt;/td&gt;&lt;/tr&gt;
+  
+    &lt;tr class=&quot;odd-row&quot;&gt;
+      &lt;td class=&quot;date&quot;&gt;2008-11-05&lt;/td&gt;
+      &lt;td class=&quot;issuename&quot;&gt;
+        &lt;a href=&quot;issue-c1ed5faefc9c88745216729528aa3ef780d43de9.html&quot;&gt;Accept a pull-request from rmm5t&lt;/a&gt; &lt;img class=&quot;inline-status-image&quot; title=&quot;fixed&quot; alt=&quot;fixed&quot; src=&quot;green-check.png&quot;/&gt;
+      &lt;/td&gt;
+      &lt;td&gt; closed with disposition fixed &lt;/td&gt;
+    &lt;/tr&gt;
+    &lt;tr&gt;&lt;td&gt;&lt;/td&gt;&lt;/tr&gt;
+  
+    &lt;tr class=&quot;even-row&quot;&gt;
+      &lt;td class=&quot;date&quot;&gt;2008-11-05&lt;/td&gt;
+      &lt;td class=&quot;issuename&quot;&gt;
+        &lt;a href=&quot;issue-c1ed5faefc9c88745216729528aa3ef780d43de9.html&quot;&gt;Accept a pull-request from rmm5t&lt;/a&gt; &lt;img class=&quot;inline-status-image&quot; title=&quot;fixed&quot; alt=&quot;fixed&quot; src=&quot;green-check.png&quot;/&gt;
+      &lt;/td&gt;
+      &lt;td&gt; created &lt;/td&gt;
+    &lt;/tr&gt;
+    &lt;tr&gt;&lt;td&gt;&lt;/td&gt;&lt;/tr&gt;
+  
+    &lt;tr class=&quot;odd-row&quot;&gt;
+      &lt;td class=&quot;date&quot;&gt;2008-04-11&lt;/td&gt;
+      &lt;td class=&quot;issuename&quot;&gt;
+        &lt;a href=&quot;issue-89b4dd9e965eeceef261869d99a6a0f138668e3d.html&quot;&gt;Show prompt to set issue dir after failing to find dir in auto-finding mode.&lt;/a&gt; &lt;img class=&quot;inline-status-image&quot; title=&quot;fixed&quot; alt=&quot;fixed&quot; src=&quot;green-check.png&quot;/&gt;
+      &lt;/td&gt;
+      &lt;td&gt; closed issue with disposition fixed &lt;/td&gt;
+    &lt;/tr&gt;
+    &lt;tr&gt;&lt;td&gt;&lt;/td&gt;&lt;/tr&gt;
+  
+    &lt;tr class=&quot;even-row&quot;&gt;
+      &lt;td class=&quot;date&quot;&gt;2008-04-11&lt;/td&gt;
+      &lt;td class=&quot;issuename&quot;&gt;
+        &lt;a href=&quot;issue-89b4dd9e965eeceef261869d99a6a0f138668e3d.html&quot;&gt;Show prompt to set issue dir after failing to find dir in auto-finding mode.&lt;/a&gt; &lt;img class=&quot;inline-status-image&quot; title=&quot;fixed&quot; alt=&quot;fixed&quot; src=&quot;green-check.png&quot;/&gt;
+      &lt;/td&gt;
+      &lt;td&gt; created &lt;/td&gt;
+    &lt;/tr&gt;
+    &lt;tr&gt;&lt;td&gt;&lt;/td&gt;&lt;/tr&gt;
+  
+    &lt;tr class=&quot;odd-row&quot;&gt;
+      &lt;td class=&quot;date&quot;&gt;2008-04-11&lt;/td&gt;
+      &lt;td class=&quot;issuename&quot;&gt;
+        &lt;a href=&quot;issue-3123effe955c3240ce5dbf10f106abb1dd9512ba.html&quot;&gt;Confirm if ditz-edit works correctly.&lt;/a&gt; &lt;img class=&quot;inline-status-image&quot; title=&quot;fixed&quot; alt=&quot;fixed&quot; src=&quot;green-check.png&quot;/&gt;
+      &lt;/td&gt;
+      &lt;td&gt; closed issue with disposition fixed &lt;/td&gt;
+    &lt;/tr&gt;
+    &lt;tr&gt;&lt;td&gt;&lt;/td&gt;&lt;/tr&gt;
+  
+  &lt;/tbody&gt;
+&lt;/table&gt;
+
+&lt;/div&gt;
+
+&lt;div class=&quot;footer&quot;&gt;Generated by &lt;a href=&quot;http://ditz.rubyforge.org/&quot;&gt;ditz&lt;/a&gt;.&lt;/div&gt;
 
 &lt;/body&gt;
 &lt;/html&gt;</diff>
      <filename>html/index.html</filename>
    </modified>
    <modified>
      <diff>@@ -1,97 +1,109 @@
+&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
+&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Strict//EN&quot;
+   &quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd&quot;&gt;
+
 &lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot; xml:lang=&quot;en&quot; lang=&quot;en&quot;&gt;
 &lt;head&gt;
 &lt;title&gt;Better window handling (popup/display/switch)&lt;/title&gt;
-&lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=utf8&quot; /&gt;
+&lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=utf-8&quot; /&gt;
 &lt;link rel=&quot;stylesheet&quot; href=&quot;style.css&quot; type=&quot;text/css&quot; /&gt;
 &lt;/head&gt;
 
 &lt;body&gt;
 
-&lt;a href=&quot;index.html&quot;&gt;&amp;laquo; emacs-ditz project page&lt;/a&gt;
+&lt;div class=&quot;main&quot;&gt;
 
 &lt;h1&gt;Better window handling (popup/display/switch)&lt;/h1&gt;
+&lt;div class=&quot;backptr&quot;&gt;&lt;a href=&quot;index.html&quot;&gt;&amp;laquo; emacs-ditz project page&lt;/a&gt;&lt;/div&gt;
+
 
-&lt;p&gt;&lt;/p&gt;
 
+&lt;h2&gt;Details&lt;/h2&gt;
 &lt;table&gt;
-  &lt;tr&gt;
-    &lt;td class=&quot;attrname&quot;&gt;Id:&lt;/td&gt;
-    &lt;td class=&quot;attrval&quot;&gt;057224193897df09b58ae3181fa876abb00934f0&lt;/td&gt;
-  &lt;/tr&gt;
-
-  &lt;tr&gt;
-    &lt;td class=&quot;attrname&quot;&gt;Type:&lt;/td&gt;
-    &lt;td class=&quot;attrval&quot;&gt;feature&lt;/td&gt;
-  &lt;/tr&gt;
-
-  &lt;tr&gt;
-    &lt;td class=&quot;attrname&quot;&gt;Creation time:&lt;/td&gt;
-    &lt;td class=&quot;attrval&quot;&gt;Fri Apr 11 07:21:24 UTC 2008&lt;/td&gt;
-  &lt;/tr&gt;
-
-  &lt;tr&gt;
-    &lt;td class=&quot;attrname&quot;&gt;Creator:&lt;/td&gt;
-    &lt;td class=&quot;attrval&quot;&gt;Kentaro Kuribayashi &amp;lt;kentarok@...&amp;gt;&lt;/td&gt;
-  &lt;/tr&gt;
+  &lt;tbody&gt;
+    &lt;tr&gt;
+      &lt;td class=&quot;attrname&quot;&gt;Id:&lt;/td&gt;
+      &lt;td class=&quot;attrval&quot;&gt;&lt;span class=&quot;id&quot;&gt;057224193897df09b58ae3181fa876abb00934f0&lt;/span&gt;&lt;/td&gt;
+    &lt;/tr&gt;
+
+    &lt;tr&gt;
+      &lt;td class=&quot;attrname&quot;&gt;Type:&lt;/td&gt;
+      &lt;td class=&quot;attrval&quot;&gt;feature&lt;/td&gt;
+    &lt;/tr&gt;
+
+    &lt;tr&gt;
+      &lt;td class=&quot;attrname&quot;&gt;Creation time:&lt;/td&gt;
+      &lt;td class=&quot;attrval&quot;&gt;2008-04-11 07:21 UTC&lt;/td&gt;
+    &lt;/tr&gt;
+
+    &lt;tr&gt;
+      &lt;td class=&quot;attrname&quot;&gt;Creator:&lt;/td&gt;
+      &lt;td class=&quot;attrval&quot;&gt;&lt;span class=&quot;person&quot;&gt;Kentaro Kuribayashi &amp;lt;kentarok@...&amp;gt;&lt;/span&gt;&lt;/td&gt;
+    &lt;/tr&gt;
 
-  
+    
 
-  &lt;tr&gt;
-    &lt;td class=&quot;attrname&quot;&gt;Release:&lt;/td&gt;
-    &lt;td class=&quot;attrval&quot;&gt;
-      
-        &lt;a href=&quot;release-0.3.html&quot;&gt;0.3&lt;/a&gt;
+    &lt;tr&gt;
+      &lt;td class=&quot;attrname&quot;&gt;Release:&lt;/td&gt;
+      &lt;td class=&quot;attrval&quot;&gt;
         
-          (released 2008-04-11)
+          &lt;a href=&quot;release-0.3.html&quot;&gt;0.3&lt;/a&gt;
+          
+            (released 2008-04-11)
+          
         
-      
-    &lt;/td&gt;
-  &lt;/tr&gt;
-
-  &lt;tr&gt;
-    &lt;td class=&quot;attrname&quot;&gt;Component:&lt;/td&gt;
-    &lt;td class=&quot;attrval&quot;&gt;&lt;a href=&quot;component-emacs-ditz.html&quot;&gt;emacs-ditz&lt;/a&gt;&lt;/td&gt;
-  &lt;/tr&gt;
-
-  &lt;tr&gt;
-    &lt;td class=&quot;attrname&quot;&gt;Status:&lt;/td&gt;
-    &lt;td class=&quot;attrval&quot;&gt; 
-      closed: fixed
-    &lt;/td&gt;
-  &lt;/tr&gt;
-&lt;/table&gt;
+      &lt;/td&gt;
+    &lt;/tr&gt;
+
+    &lt;tr&gt;
+      &lt;td class=&quot;attrname&quot;&gt;Component:&lt;/td&gt;
+      &lt;td class=&quot;attrval&quot;&gt;&lt;a href=&quot;component-emacs-ditz.html&quot;&gt;emacs-ditz&lt;/a&gt;&lt;/td&gt;
+    &lt;/tr&gt;
+
+    &lt;tr&gt;
+      &lt;td class=&quot;attrname&quot;&gt;Status:&lt;/td&gt;
+      &lt;td class=&quot;attrval&quot;&gt;
+        closed: fixed
+        &lt;img class=&quot;inline-status-image&quot; title=&quot;fixed&quot; alt=&quot;fixed&quot; src=&quot;green-check.png&quot;/&gt;
+      &lt;/td&gt;
+    &lt;/tr&gt;
 
-&lt;h2&gt;Issue log&lt;/h2&gt;
+    
+  &lt;/tbody&gt;
+&lt;/table&gt;
 
-&lt;table&gt;
 
 
-  &lt;tr class=&quot;logentryeven&quot;&gt;
+&lt;h2&gt;Issue log&lt;/h2&gt;
 
-  &lt;td class=&quot;logtime&quot;&gt;Fri Apr 11 07:21:25 UTC 2008&lt;/td&gt;
-  &lt;td class=&quot;logwho&quot;&gt;Kentaro Kuribayashi &amp;lt;kentarok@...&amp;gt;&lt;/td&gt;
-  &lt;td class=&quot;logwhat&quot;&gt;created&lt;/td&gt;
-  &lt;/tr&gt;
-  &lt;tr&gt;&lt;td colspan=&quot;3&quot; class=&quot;logcomment&quot;&gt;
-    
+&lt;table class=&quot;log&quot;&gt;
+  &lt;tbody&gt;
+  
+    &lt;tr class=&quot;even-row&quot;&gt;
+      &lt;td class=&quot;date&quot;&gt;2008-04-11 07:24 UTC&lt;/td&gt;
+      &lt;td class=&quot;person&quot;&gt;Kentaro Kuribayashi &amp;lt;kentarok@...&amp;gt;&lt;/td&gt;
+      &lt;td class=&quot;message&quot;&gt;closed issue with disposition fixed&lt;/td&gt;
+    &lt;/tr&gt;
     
-  &lt;/td&gt;&lt;/tr&gt;
-
-
-  &lt;tr class=&quot;logentryodd&quot;&gt;
-
-  &lt;td class=&quot;logtime&quot;&gt;Fri Apr 11 07:24:03 UTC 2008&lt;/td&gt;
-  &lt;td class=&quot;logwho&quot;&gt;Kentaro Kuribayashi &amp;lt;kentarok@...&amp;gt;&lt;/td&gt;
-  &lt;td class=&quot;logwhat&quot;&gt;closed issue with disposition fixed&lt;/td&gt;
-  &lt;/tr&gt;
-  &lt;tr&gt;&lt;td colspan=&quot;3&quot; class=&quot;logcomment&quot;&gt;
+      &lt;tr&gt;&lt;td colspan=&quot;3&quot; class=&quot;logcomment&quot;&gt;
+      now ditz-todo/log/status run display-window not pop-to-window.
+      &lt;/td&gt;&lt;/tr&gt;
     
-      &lt;p&gt;now ditz-todo/log/status run display-window not pop-to-window.&lt;/p&gt;
+    &lt;tr&gt;&lt;td&gt;&lt;/td&gt;&lt;/tr&gt;
+  
+    &lt;tr class=&quot;odd-row&quot;&gt;
+      &lt;td class=&quot;date&quot;&gt;2008-04-11 07:21 UTC&lt;/td&gt;
+      &lt;td class=&quot;person&quot;&gt;Kentaro Kuribayashi &amp;lt;kentarok@...&amp;gt;&lt;/td&gt;
+      &lt;td class=&quot;message&quot;&gt;created&lt;/td&gt;
+    &lt;/tr&gt;
     
-  &lt;/td&gt;&lt;/tr&gt;
-
+    &lt;tr&gt;&lt;td&gt;&lt;/td&gt;&lt;/tr&gt;
+  
+  &lt;/tbody&gt;
 &lt;/table&gt;
 
-&lt;p class=&quot;footer&quot;&gt;Generated by &lt;a href=&quot;http://ditz.rubyforge.org/&quot;&gt;ditz&lt;/a&gt;.
+&lt;/div&gt;
+&lt;div class=&quot;footer&quot;&gt;Generated by &lt;a href=&quot;http://ditz.rubyforge.org/&quot;&gt;ditz&lt;/a&gt;.&lt;/div&gt;
+
 &lt;/body&gt;
 &lt;/html&gt;</diff>
      <filename>html/issue-057224193897df09b58ae3181fa876abb00934f0.html</filename>
    </modified>
    <modified>
      <diff>@@ -1,96 +1,105 @@
+&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
+&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Strict//EN&quot;
+   &quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd&quot;&gt;
+
 &lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot; xml:lang=&quot;en&quot; lang=&quot;en&quot;&gt;
 &lt;head&gt;
 &lt;title&gt;support `ditz html' command&lt;/title&gt;
-&lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=utf8&quot; /&gt;
+&lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=utf-8&quot; /&gt;
 &lt;link rel=&quot;stylesheet&quot; href=&quot;style.css&quot; type=&quot;text/css&quot; /&gt;
 &lt;/head&gt;
 
 &lt;body&gt;
 
-&lt;a href=&quot;index.html&quot;&gt;&amp;laquo; emacs-ditz project page&lt;/a&gt;
+&lt;div class=&quot;main&quot;&gt;
 
 &lt;h1&gt;support `ditz html' command&lt;/h1&gt;
+&lt;div class=&quot;backptr&quot;&gt;&lt;a href=&quot;index.html&quot;&gt;&amp;laquo; emacs-ditz project page&lt;/a&gt;&lt;/div&gt;
+
 
-&lt;p&gt;&lt;/p&gt;
 
+&lt;h2&gt;Details&lt;/h2&gt;
 &lt;table&gt;
-  &lt;tr&gt;
-    &lt;td class=&quot;attrname&quot;&gt;Id:&lt;/td&gt;
-    &lt;td class=&quot;attrval&quot;&gt;1bc5db0f7686559ee9635721bc2a50e8e4a4ecbc&lt;/td&gt;
-  &lt;/tr&gt;
-
-  &lt;tr&gt;
-    &lt;td class=&quot;attrname&quot;&gt;Type:&lt;/td&gt;
-    &lt;td class=&quot;attrval&quot;&gt;feature&lt;/td&gt;
-  &lt;/tr&gt;
-
-  &lt;tr&gt;
-    &lt;td class=&quot;attrname&quot;&gt;Creation time:&lt;/td&gt;
-    &lt;td class=&quot;attrval&quot;&gt;Thu Apr 10 22:39:25 UTC 2008&lt;/td&gt;
-  &lt;/tr&gt;
-
-  &lt;tr&gt;
-    &lt;td class=&quot;attrname&quot;&gt;Creator:&lt;/td&gt;
-    &lt;td class=&quot;attrval&quot;&gt;Kentaro Kuribayashi &amp;lt;kentarok@...&amp;gt;&lt;/td&gt;
-  &lt;/tr&gt;
+  &lt;tbody&gt;
+    &lt;tr&gt;
+      &lt;td class=&quot;attrname&quot;&gt;Id:&lt;/td&gt;
+      &lt;td class=&quot;attrval&quot;&gt;&lt;span class=&quot;id&quot;&gt;1bc5db0f7686559ee9635721bc2a50e8e4a4ecbc&lt;/span&gt;&lt;/td&gt;
+    &lt;/tr&gt;
+
+    &lt;tr&gt;
+      &lt;td class=&quot;attrname&quot;&gt;Type:&lt;/td&gt;
+      &lt;td class=&quot;attrval&quot;&gt;feature&lt;/td&gt;
+    &lt;/tr&gt;
+
+    &lt;tr&gt;
+      &lt;td class=&quot;attrname&quot;&gt;Creation time:&lt;/td&gt;
+      &lt;td class=&quot;attrval&quot;&gt;2008-04-10 22:39 UTC&lt;/td&gt;
+    &lt;/tr&gt;
+
+    &lt;tr&gt;
+      &lt;td class=&quot;attrname&quot;&gt;Creator:&lt;/td&gt;
+      &lt;td class=&quot;attrval&quot;&gt;&lt;span class=&quot;person&quot;&gt;Kentaro Kuribayashi &amp;lt;kentarok@...&amp;gt;&lt;/span&gt;&lt;/td&gt;
+    &lt;/tr&gt;
 
-  
+    
 
-  &lt;tr&gt;
-    &lt;td class=&quot;attrname&quot;&gt;Release:&lt;/td&gt;
-    &lt;td class=&quot;attrval&quot;&gt;
-      
-        &lt;a href=&quot;release-0.2.html&quot;&gt;0.2&lt;/a&gt;
+    &lt;tr&gt;
+      &lt;td class=&quot;attrname&quot;&gt;Release:&lt;/td&gt;
+      &lt;td class=&quot;attrval&quot;&gt;
         
-          (released 2008-04-10)
+          &lt;a href=&quot;release-0.2.html&quot;&gt;0.2&lt;/a&gt;
+          
+            (released 2008-04-10)
+          
         
-      
-    &lt;/td&gt;
-  &lt;/tr&gt;
-
-  &lt;tr&gt;
-    &lt;td class=&quot;attrname&quot;&gt;Component:&lt;/td&gt;
-    &lt;td class=&quot;attrval&quot;&gt;&lt;a href=&quot;component-emacs-ditz.html&quot;&gt;emacs-ditz&lt;/a&gt;&lt;/td&gt;
-  &lt;/tr&gt;
-
-  &lt;tr&gt;
-    &lt;td class=&quot;attrname&quot;&gt;Status:&lt;/td&gt;
-    &lt;td class=&quot;attrval&quot;&gt; 
-      closed: fixed
-    &lt;/td&gt;
-  &lt;/tr&gt;
-&lt;/table&gt;
-
-&lt;h2&gt;Issue log&lt;/h2&gt;
-
-&lt;table&gt;
-
+      &lt;/td&gt;
+    &lt;/tr&gt;
+
+    &lt;tr&gt;
+      &lt;td class=&quot;attrname&quot;&gt;Component:&lt;/td&gt;
+      &lt;td class=&quot;attrval&quot;&gt;&lt;a href=&quot;component-emacs-ditz.html&quot;&gt;emacs-ditz&lt;/a&gt;&lt;/td&gt;
+    &lt;/tr&gt;
+
+    &lt;tr&gt;
+      &lt;td class=&quot;attrname&quot;&gt;Status:&lt;/td&gt;
+      &lt;td class=&quot;attrval&quot;&gt;
+        closed: fixed
+        &lt;img class=&quot;inline-status-image&quot; title=&quot;fixed&quot; alt=&quot;fixed&quot; src=&quot;green-check.png&quot;/&gt;
+      &lt;/td&gt;
+    &lt;/tr&gt;
 
-  &lt;tr class=&quot;logentryeven&quot;&gt;
-
-  &lt;td class=&quot;logtime&quot;&gt;Thu Apr 10 22:39:26 UTC 2008&lt;/td&gt;
-  &lt;td class=&quot;logwho&quot;&gt;Kentaro Kuribayashi &amp;lt;kentarok@...&amp;gt;&lt;/td&gt;
-  &lt;td class=&quot;logwhat&quot;&gt;created&lt;/td&gt;
-  &lt;/tr&gt;
-  &lt;tr&gt;&lt;td colspan=&quot;3&quot; class=&quot;logcomment&quot;&gt;
-    
     
-  &lt;/td&gt;&lt;/tr&gt;
+  &lt;/tbody&gt;
+&lt;/table&gt;
 
 
-  &lt;tr class=&quot;logentryodd&quot;&gt;
 
-  &lt;td class=&quot;logtime&quot;&gt;Thu Apr 10 22:47:17 UTC 2008&lt;/td&gt;
-  &lt;td class=&quot;logwho&quot;&gt;Kentaro Kuribayashi &amp;lt;kentarok@...&amp;gt;&lt;/td&gt;
-  &lt;td class=&quot;logwhat&quot;&gt;closed issue with disposition fixed&lt;/td&gt;
-  &lt;/tr&gt;
-  &lt;tr&gt;&lt;td colspan=&quot;3&quot; class=&quot;logcomment&quot;&gt;
+&lt;h2&gt;Issue log&lt;/h2&gt;
+
+&lt;table class=&quot;log&quot;&gt;
+  &lt;tbody&gt;
+  
+    &lt;tr class=&quot;even-row&quot;&gt;
+      &lt;td class=&quot;date&quot;&gt;2008-04-10 22:47 UTC&lt;/td&gt;
+      &lt;td class=&quot;person&quot;&gt;Kentaro Kuribayashi &amp;lt;kentarok@...&amp;gt;&lt;/td&gt;
+      &lt;td class=&quot;message&quot;&gt;closed issue with disposition fixed&lt;/td&gt;
+    &lt;/tr&gt;
     
+    &lt;tr&gt;&lt;td&gt;&lt;/td&gt;&lt;/tr&gt;
+  
+    &lt;tr class=&quot;odd-row&quot;&gt;
+      &lt;td class=&quot;date&quot;&gt;2008-04-10 22:39 UTC&lt;/td&gt;
+      &lt;td class=&quot;person&quot;&gt;Kentaro Kuribayashi &amp;lt;kentarok@...&amp;gt;&lt;/td&gt;
+      &lt;td class=&quot;message&quot;&gt;created&lt;/td&gt;
+    &lt;/tr&gt;
     
-  &lt;/td&gt;&lt;/tr&gt;
-
+    &lt;tr&gt;&lt;td&gt;&lt;/td&gt;&lt;/tr&gt;
+  
+  &lt;/tbody&gt;
 &lt;/table&gt;
 
-&lt;p class=&quot;footer&quot;&gt;Generated by &lt;a href=&quot;http://ditz.rubyforge.org/&quot;&gt;ditz&lt;/a&gt;.
+&lt;/div&gt;
+&lt;div class=&quot;footer&quot;&gt;Generated by &lt;a href=&quot;http://ditz.rubyforge.org/&quot;&gt;ditz&lt;/a&gt;.&lt;/div&gt;
+
 &lt;/body&gt;
 &lt;/html&gt;</diff>
      <filename>html/issue-1bc5db0f7686559ee9635721bc2a50e8e4a4ecbc.html</filename>
    </modified>
    <modified>
      <diff>@@ -1,96 +1,105 @@
+&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
+&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Strict//EN&quot;
+   &quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd&quot;&gt;
+
 &lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot; xml:lang=&quot;en&quot; lang=&quot;en&quot;&gt;
 &lt;head&gt;
 &lt;title&gt;Confirm if ditz-edit works correctly.&lt;/title&gt;
-&lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=utf8&quot; /&gt;
+&lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=utf-8&quot; /&gt;
 &lt;link rel=&quot;stylesheet&quot; href=&quot;style.css&quot; type=&quot;text/css&quot; /&gt;
 &lt;/head&gt;
 
 &lt;body&gt;
 
-&lt;a href=&quot;index.html&quot;&gt;&amp;laquo; emacs-ditz project page&lt;/a&gt;
+&lt;div class=&quot;main&quot;&gt;
 
 &lt;h1&gt;Confirm if ditz-edit works correctly.&lt;/h1&gt;
+&lt;div class=&quot;backptr&quot;&gt;&lt;a href=&quot;index.html&quot;&gt;&amp;laquo; emacs-ditz project page&lt;/a&gt;&lt;/div&gt;
+
 
-&lt;p&gt;&lt;/p&gt;
 
+&lt;h2&gt;Details&lt;/h2&gt;
 &lt;table&gt;
-  &lt;tr&gt;
-    &lt;td class=&quot;attrname&quot;&gt;Id:&lt;/td&gt;
-    &lt;td class=&quot;attrval&quot;&gt;3123effe955c3240ce5dbf10f106abb1dd9512ba&lt;/td&gt;
-  &lt;/tr&gt;
-
-  &lt;tr&gt;
-    &lt;td class=&quot;attrname&quot;&gt;Type:&lt;/td&gt;
-    &lt;td class=&quot;attrval&quot;&gt;feature&lt;/td&gt;
-  &lt;/tr&gt;
-
-  &lt;tr&gt;
-    &lt;td class=&quot;attrname&quot;&gt;Creation time:&lt;/td&gt;
-    &lt;td class=&quot;attrval&quot;&gt;Fri Apr 11 10:48:42 UTC 2008&lt;/td&gt;
-  &lt;/tr&gt;
-
-  &lt;tr&gt;
-    &lt;td class=&quot;attrname&quot;&gt;Creator:&lt;/td&gt;
-    &lt;td class=&quot;attrval&quot;&gt;Kentaro Kuribayashi &amp;lt;kentarok@...&amp;gt;&lt;/td&gt;
-  &lt;/tr&gt;
+  &lt;tbody&gt;
+    &lt;tr&gt;
+      &lt;td class=&quot;attrname&quot;&gt;Id:&lt;/td&gt;
+      &lt;td class=&quot;attrval&quot;&gt;&lt;span class=&quot;id&quot;&gt;3123effe955c3240ce5dbf10f106abb1dd9512ba&lt;/span&gt;&lt;/td&gt;
+    &lt;/tr&gt;
+
+    &lt;tr&gt;
+      &lt;td class=&quot;attrname&quot;&gt;Type:&lt;/td&gt;
+      &lt;td class=&quot;attrval&quot;&gt;feature&lt;/td&gt;
+    &lt;/tr&gt;
+
+    &lt;tr&gt;
+      &lt;td class=&quot;attrname&quot;&gt;Creation time:&lt;/td&gt;
+      &lt;td class=&quot;attrval&quot;&gt;2008-04-11 10:48 UTC&lt;/td&gt;
+    &lt;/tr&gt;
+
+    &lt;tr&gt;
+      &lt;td class=&quot;attrname&quot;&gt;Creator:&lt;/td&gt;
+      &lt;td class=&quot;attrval&quot;&gt;&lt;span class=&quot;person&quot;&gt;Kentaro Kuribayashi &amp;lt;kentarok@...&amp;gt;&lt;/span&gt;&lt;/td&gt;
+    &lt;/tr&gt;
 
-  
+    
 
-  &lt;tr&gt;
-    &lt;td class=&quot;attrname&quot;&gt;Release:&lt;/td&gt;
-    &lt;td class=&quot;attrval&quot;&gt;
-      
-        &lt;a href=&quot;release-0.3.html&quot;&gt;0.3&lt;/a&gt;
+    &lt;tr&gt;
+      &lt;td class=&quot;attrname&quot;&gt;Release:&lt;/td&gt;
+      &lt;td class=&quot;attrval&quot;&gt;
         
-          (released 2008-04-11)
+          &lt;a href=&quot;release-0.3.html&quot;&gt;0.3&lt;/a&gt;
+          
+            (released 2008-04-11)
+          
         
-      
-    &lt;/td&gt;
-  &lt;/tr&gt;
-
-  &lt;tr&gt;
-    &lt;td class=&quot;attrname&quot;&gt;Component:&lt;/td&gt;
-    &lt;td class=&quot;attrval&quot;&gt;&lt;a href=&quot;component-emacs-ditz.html&quot;&gt;emacs-ditz&lt;/a&gt;&lt;/td&gt;
-  &lt;/tr&gt;
-
-  &lt;tr&gt;
-    &lt;td class=&quot;attrname&quot;&gt;Status:&lt;/td&gt;
-    &lt;td class=&quot;attrval&quot;&gt; 
-      closed: fixed
-    &lt;/td&gt;
-  &lt;/tr&gt;
-&lt;/table&gt;
-
-&lt;h2&gt;Issue log&lt;/h2&gt;
-
-&lt;table&gt;
-
+      &lt;/td&gt;
+    &lt;/tr&gt;
+
+    &lt;tr&gt;
+      &lt;td class=&quot;attrname&quot;&gt;Component:&lt;/td&gt;
+      &lt;td class=&quot;attrval&quot;&gt;&lt;a href=&quot;component-emacs-ditz.html&quot;&gt;emacs-ditz&lt;/a&gt;&lt;/td&gt;
+    &lt;/tr&gt;
+
+    &lt;tr&gt;
+      &lt;td class=&quot;attrname&quot;&gt;Status:&lt;/td&gt;
+      &lt;td class=&quot;attrval&quot;&gt;
+        closed: fixed
+        &lt;img class=&quot;inline-status-image&quot; title=&quot;fixed&quot; alt=&quot;fixed&quot; src=&quot;green-check.png&quot;/&gt;
+      &lt;/td&gt;
+    &lt;/tr&gt;
 
-  &lt;tr class=&quot;logentryeven&quot;&gt;
-
-  &lt;td class=&quot;logtime&quot;&gt;Fri Apr 11 10:48:43 UTC 2008&lt;/td&gt;
-  &lt;td class=&quot;logwho&quot;&gt;Kentaro Kuribayashi &amp;lt;kentarok@...&amp;gt;&lt;/td&gt;
-  &lt;td class=&quot;logwhat&quot;&gt;created&lt;/td&gt;
-  &lt;/tr&gt;
-  &lt;tr&gt;&lt;td colspan=&quot;3&quot; class=&quot;logcomment&quot;&gt;
-    
     
-  &lt;/td&gt;&lt;/tr&gt;
+  &lt;/tbody&gt;
+&lt;/table&gt;
 
 
-  &lt;tr class=&quot;logentryodd&quot;&gt;
 
-  &lt;td class=&quot;logtime&quot;&gt;Fri Apr 11 10:49:40 UTC 2008&lt;/td&gt;
-  &lt;td class=&quot;logwho&quot;&gt;Kentaro Kuribayashi &amp;lt;kentarok@...&amp;gt;&lt;/td&gt;
-  &lt;td class=&quot;logwhat&quot;&gt;closed issue with disposition fixed&lt;/td&gt;
-  &lt;/tr&gt;
-  &lt;tr&gt;&lt;td colspan=&quot;3&quot; class=&quot;logcomment&quot;&gt;
+&lt;h2&gt;Issue log&lt;/h2&gt;
+
+&lt;table class=&quot;log&quot;&gt;
+  &lt;tbody&gt;
+  
+    &lt;tr class=&quot;even-row&quot;&gt;
+      &lt;td class=&quot;date&quot;&gt;2008-04-11 10:49 UTC&lt;/td&gt;
+      &lt;td class=&quot;person&quot;&gt;Kentaro Kuribayashi &amp;lt;kentarok@...&amp;gt;&lt;/td&gt;
+      &lt;td class=&quot;message&quot;&gt;closed issue with disposition fixed&lt;/td&gt;
+    &lt;/tr&gt;
     
+    &lt;tr&gt;&lt;td&gt;&lt;/td&gt;&lt;/tr&gt;
+  
+    &lt;tr class=&quot;odd-row&quot;&gt;
+      &lt;td class=&quot;date&quot;&gt;2008-04-11 10:48 UTC&lt;/td&gt;
+      &lt;td class=&quot;person&quot;&gt;Kentaro Kuribayashi &amp;lt;kentarok@...&amp;gt;&lt;/td&gt;
+      &lt;td class=&quot;message&quot;&gt;created&lt;/td&gt;
+    &lt;/tr&gt;
     
-  &lt;/td&gt;&lt;/tr&gt;
-
+    &lt;tr&gt;&lt;td&gt;&lt;/td&gt;&lt;/tr&gt;
+  
+  &lt;/tbody&gt;
 &lt;/table&gt;
 
-&lt;p class=&quot;footer&quot;&gt;Generated by &lt;a href=&quot;http://ditz.rubyforge.org/&quot;&gt;ditz&lt;/a&gt;.
+&lt;/div&gt;
+&lt;div class=&quot;footer&quot;&gt;Generated by &lt;a href=&quot;http://ditz.rubyforge.org/&quot;&gt;ditz&lt;/a&gt;.&lt;/div&gt;
+
 &lt;/body&gt;
 &lt;/html&gt;</diff>
      <filename>html/issue-3123effe955c3240ce5dbf10f106abb1dd9512ba.html</filename>
    </modified>
    <modified>
      <diff>@@ -1,96 +1,105 @@
+&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
+&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Strict//EN&quot;
+   &quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd&quot;&gt;
+
 &lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot; xml:lang=&quot;en&quot; lang=&quot;en&quot;&gt;
 &lt;head&gt;
 &lt;title&gt;write README&lt;/title&gt;
-&lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=utf8&quot; /&gt;
+&lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=utf-8&quot; /&gt;
 &lt;link rel=&quot;stylesheet&quot; href=&quot;style.css&quot; type=&quot;text/css&quot; /&gt;
 &lt;/head&gt;
 
 &lt;body&gt;
 
-&lt;a href=&quot;index.html&quot;&gt;&amp;laquo; emacs-ditz project page&lt;/a&gt;
+&lt;div class=&quot;main&quot;&gt;
 
 &lt;h1&gt;write README&lt;/h1&gt;
+&lt;div class=&quot;backptr&quot;&gt;&lt;a href=&quot;index.html&quot;&gt;&amp;laquo; emacs-ditz project page&lt;/a&gt;&lt;/div&gt;
+
 
-&lt;p&gt;&lt;/p&gt;
 
+&lt;h2&gt;Details&lt;/h2&gt;
 &lt;table&gt;
-  &lt;tr&gt;
-    &lt;td class=&quot;attrname&quot;&gt;Id:&lt;/td&gt;
-    &lt;td class=&quot;attrval&quot;&gt;637557b035e045159203166e3294609cab145090&lt;/td&gt;
-  &lt;/tr&gt;
-
-  &lt;tr&gt;
-    &lt;td class=&quot;attrname&quot;&gt;Type:&lt;/td&gt;
-    &lt;td class=&quot;attrval&quot;&gt;feature&lt;/td&gt;
-  &lt;/tr&gt;
-
-  &lt;tr&gt;
-    &lt;td class=&quot;attrname&quot;&gt;Creation time:&lt;/td&gt;
-    &lt;td class=&quot;attrval&quot;&gt;Thu Apr 10 20:27:30 UTC 2008&lt;/td&gt;
-  &lt;/tr&gt;
-
-  &lt;tr&gt;
-    &lt;td class=&quot;attrname&quot;&gt;Creator:&lt;/td&gt;
-    &lt;td class=&quot;attrval&quot;&gt;Kentaro Kuribayashi &amp;lt;kentarok@...&amp;gt;&lt;/td&gt;
-  &lt;/tr&gt;
+  &lt;tbody&gt;
+    &lt;tr&gt;
+      &lt;td class=&quot;attrname&quot;&gt;Id:&lt;/td&gt;
+      &lt;td class=&quot;attrval&quot;&gt;&lt;span class=&quot;id&quot;&gt;637557b035e045159203166e3294609cab145090&lt;/span&gt;&lt;/td&gt;
+    &lt;/tr&gt;
+
+    &lt;tr&gt;
+      &lt;td class=&quot;attrname&quot;&gt;Type:&lt;/td&gt;
+      &lt;td class=&quot;attrval&quot;&gt;feature&lt;/td&gt;
+    &lt;/tr&gt;
+
+    &lt;tr&gt;
+      &lt;td class=&quot;attrname&quot;&gt;Creation time:&lt;/td&gt;
+      &lt;td class=&quot;attrval&quot;&gt;2008-04-10 20:27 UTC&lt;/td&gt;
+    &lt;/tr&gt;
+
+    &lt;tr&gt;
+      &lt;td class=&quot;attrname&quot;&gt;Creator:&lt;/td&gt;
+      &lt;td class=&quot;attrval&quot;&gt;&lt;span class=&quot;person&quot;&gt;Kentaro Kuribayashi &amp;lt;kentarok@...&amp;gt;&lt;/span&gt;&lt;/td&gt;
+    &lt;/tr&gt;
 
-  
+    
 
-  &lt;tr&gt;
-    &lt;td class=&quot;attrname&quot;&gt;Release:&lt;/td&gt;
-    &lt;td class=&quot;attrval&quot;&gt;
-      
-        &lt;a href=&quot;release-0.1.html&quot;&gt;0.1&lt;/a&gt;
+    &lt;tr&gt;
+      &lt;td class=&quot;attrname&quot;&gt;Release:&lt;/td&gt;
+      &lt;td class=&quot;attrval&quot;&gt;
         
-          (released 2008-04-10)
+          &lt;a href=&quot;release-0.1.html&quot;&gt;0.1&lt;/a&gt;
+          
+            (released 2008-04-10)
+          
         
-      
-    &lt;/td&gt;
-  &lt;/tr&gt;
-
-  &lt;tr&gt;
-    &lt;td class=&quot;attrname&quot;&gt;Component:&lt;/td&gt;
-    &lt;td class=&quot;attrval&quot;&gt;&lt;a href=&quot;component-emacs-ditz.html&quot;&gt;emacs-ditz&lt;/a&gt;&lt;/td&gt;
-  &lt;/tr&gt;
-
-  &lt;tr&gt;
-    &lt;td class=&quot;attrname&quot;&gt;Status:&lt;/td&gt;
-    &lt;td class=&quot;attrval&quot;&gt; 
-      closed: fixed
-    &lt;/td&gt;
-  &lt;/tr&gt;
-&lt;/table&gt;
-
-&lt;h2&gt;Issue log&lt;/h2&gt;
-
-&lt;table&gt;
-
+      &lt;/td&gt;
+    &lt;/tr&gt;
+
+    &lt;tr&gt;
+      &lt;td class=&quot;attrname&quot;&gt;Component:&lt;/td&gt;
+      &lt;td class=&quot;attrval&quot;&gt;&lt;a href=&quot;component-emacs-ditz.html&quot;&gt;emacs-ditz&lt;/a&gt;&lt;/td&gt;
+    &lt;/tr&gt;
+
+    &lt;tr&gt;
+      &lt;td class=&quot;attrname&quot;&gt;Status:&lt;/td&gt;
+      &lt;td class=&quot;attrval&quot;&gt;
+        closed: fixed
+        &lt;img class=&quot;inline-status-image&quot; title=&quot;fixed&quot; alt=&quot;fixed&quot; src=&quot;green-check.png&quot;/&gt;
+      &lt;/td&gt;
+    &lt;/tr&gt;
 
-  &lt;tr class=&quot;logentryeven&quot;&gt;
-
-  &lt;td class=&quot;logtime&quot;&gt;Thu Apr 10 20:27:32 UTC 2008&lt;/td&gt;
-  &lt;td class=&quot;logwho&quot;&gt;Kentaro Kuribayashi &amp;lt;kentarok@...&amp;gt;&lt;/td&gt;
-  &lt;td class=&quot;logwhat&quot;&gt;created&lt;/td&gt;
-  &lt;/tr&gt;
-  &lt;tr&gt;&lt;td colspan=&quot;3&quot; class=&quot;logcomment&quot;&gt;
-    
     
-  &lt;/td&gt;&lt;/tr&gt;
+  &lt;/tbody&gt;
+&lt;/table&gt;
 
 
-  &lt;tr class=&quot;logentryodd&quot;&gt;
 
-  &lt;td class=&quot;logtime&quot;&gt;Thu Apr 10 20:32:52 UTC 2008&lt;/td&gt;
-  &lt;td class=&quot;logwho&quot;&gt;Kentaro Kuribayashi &amp;lt;kentarok@...&amp;gt;&lt;/td&gt;
-  &lt;td class=&quot;logwhat&quot;&gt;closed issue with disposition fixed&lt;/td&gt;
-  &lt;/tr&gt;
-  &lt;tr&gt;&lt;td colspan=&quot;3&quot; class=&quot;logcomment&quot;&gt;
+&lt;h2&gt;Issue log&lt;/h2&gt;
+
+&lt;table class=&quot;log&quot;&gt;
+  &lt;tbody&gt;
+  
+    &lt;tr class=&quot;even-row&quot;&gt;
+      &lt;td class=&quot;date&quot;&gt;2008-04-10 20:32 UTC&lt;/td&gt;
+      &lt;td class=&quot;person&quot;&gt;Kentaro Kuribayashi &amp;lt;kentarok@...&amp;gt;&lt;/td&gt;
+      &lt;td class=&quot;message&quot;&gt;closed issue with disposition fixed&lt;/td&gt;
+    &lt;/tr&gt;
     
+    &lt;tr&gt;&lt;td&gt;&lt;/td&gt;&lt;/tr&gt;
+  
+    &lt;tr class=&quot;odd-row&quot;&gt;
+      &lt;td class=&quot;date&quot;&gt;2008-04-10 20:27 UTC&lt;/td&gt;
+      &lt;td class=&quot;person&quot;&gt;Kentaro Kuribayashi &amp;lt;kentarok@...&amp;gt;&lt;/td&gt;
+      &lt;td class=&quot;message&quot;&gt;created&lt;/td&gt;
+    &lt;/tr&gt;
     
-  &lt;/td&gt;&lt;/tr&gt;
-
+    &lt;tr&gt;&lt;td&gt;&lt;/td&gt;&lt;/tr&gt;
+  
+  &lt;/tbody&gt;
 &lt;/table&gt;
 
-&lt;p class=&quot;footer&quot;&gt;Generated by &lt;a href=&quot;http://ditz.rubyforge.org/&quot;&gt;ditz&lt;/a&gt;.
+&lt;/div&gt;
+&lt;div class=&quot;footer&quot;&gt;Generated by &lt;a href=&quot;http://ditz.rubyforge.org/&quot;&gt;ditz&lt;/a&gt;.&lt;/div&gt;
+
 &lt;/body&gt;
 &lt;/html&gt;</diff>
      <filename>html/issue-637557b035e045159203166e3294609cab145090.html</filename>
    </modified>
    <modified>
      <diff>@@ -1,97 +1,113 @@
+&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
+&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Strict//EN&quot;
+   &quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd&quot;&gt;
+
 &lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot; xml:lang=&quot;en&quot; lang=&quot;en&quot;&gt;
 &lt;head&gt;
 &lt;title&gt;goto-char properly should run after ditz-log/status/todo.&lt;/title&gt;
-&lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=utf8&quot; /&gt;
+&lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=utf-8&quot; /&gt;
 &lt;link rel=&quot;stylesheet&quot; href=&quot;style.css&quot; type=&quot;text/css&quot; /&gt;
 &lt;/head&gt;
 
 &lt;body&gt;
 
-&lt;a href=&quot;index.html&quot;&gt;&amp;laquo; emacs-ditz project page&lt;/a&gt;
+&lt;div class=&quot;main&quot;&gt;
 
 &lt;h1&gt;goto-char properly should run after ditz-log/status/todo.&lt;/h1&gt;
+&lt;div class=&quot;backptr&quot;&gt;&lt;a href=&quot;index.html&quot;&gt;&amp;laquo; emacs-ditz project page&lt;/a&gt;&lt;/div&gt;
+
+
+  &lt;div class=&quot;description&quot;&gt;
+  &lt;p&gt;If the result these commands give is too long, the newest line goes away above the screen. (goto-char (point-min)) should work well.&lt;/p&gt;
+  &lt;/div&gt;
 
-&lt;p&gt;If the result these commands give is too long, the newest line goes away above the screen. (goto-char (point-min)) should work well.&lt;/p&gt;
 
+&lt;h2&gt;Details&lt;/h2&gt;
 &lt;table&gt;
-  &lt;tr&gt;
-    &lt;td class=&quot;attrname&quot;&gt;Id:&lt;/td&gt;
-    &lt;td class=&quot;attrval&quot;&gt;7ccde534d53c6ebb34006a54dcd0acf78252de1f&lt;/td&gt;
-  &lt;/tr&gt;
-
-  &lt;tr&gt;
-    &lt;td class=&quot;attrname&quot;&gt;Type:&lt;/td&gt;
-    &lt;td class=&quot;attrval&quot;&gt;bugfix&lt;/td&gt;
-  &lt;/tr&gt;
-
-  &lt;tr&gt;
-    &lt;td class=&quot;attrname&quot;&gt;Creation time:&lt;/td&gt;
-    &lt;td class=&quot;attrval&quot;&gt;Fri Apr 11 10:08:44 UTC 2008&lt;/td&gt;
-  &lt;/tr&gt;
-
-  &lt;tr&gt;
-    &lt;td class=&quot;attrname&quot;&gt;Creator:&lt;/td&gt;
-    &lt;td class=&quot;attrval&quot;&gt;Kentaro Kuribayashi &amp;lt;kentarok@...&amp;gt;&lt;/td&gt;
-  &lt;/tr&gt;
+  &lt;tbody&gt;
+    &lt;tr&gt;
+      &lt;td class=&quot;attrname&quot;&gt;Id:&lt;/td&gt;
+      &lt;td class=&quot;attrval&quot;&gt;&lt;span class=&quot;id&quot;&gt;7ccde534d53c6ebb34006a54dcd0acf78252de1f&lt;/span&gt;&lt;/td&gt;
+    &lt;/tr&gt;
+
+    &lt;tr&gt;
+      &lt;td class=&quot;attrname&quot;&gt;Type:&lt;/td&gt;
+      &lt;td class=&quot;attrval&quot;&gt;bugfix&lt;/td&gt;
+    &lt;/tr&gt;
+
+    &lt;tr&gt;
+      &lt;td class=&quot;attrname&quot;&gt;Creation time:&lt;/td&gt;
+      &lt;td class=&quot;attrval&quot;&gt;2008-04-11 10:08 UTC&lt;/td&gt;
+    &lt;/tr&gt;
+
+    &lt;tr&gt;
+      &lt;td class=&quot;attrname&quot;&gt;Creator:&lt;/td&gt;
+      &lt;td class=&quot;attrval&quot;&gt;&lt;span class=&quot;person&quot;&gt;Kentaro Kuribayashi &amp;lt;kentarok@...&amp;gt;&lt;/span&gt;&lt;/td&gt;
+    &lt;/tr&gt;
 
-  
+    
 
-  &lt;tr&gt;
-    &lt;td class=&quot;attrname&quot;&gt;Release:&lt;/td&gt;
-    &lt;td class=&quot;attrval&quot;&gt;
-      
-        &lt;a href=&quot;release-0.3.html&quot;&gt;0.3&lt;/a&gt;
+    &lt;tr&gt;
+      &lt;td class=&quot;attrname&quot;&gt;Release:&lt;/td&gt;
+      &lt;td class=&quot;attrval&quot;&gt;
         
-          (released 2008-04-11)
+          &lt;a href=&quot;release-0.3.html&quot;&gt;0.3&lt;/a&gt;
+          
+            (released 2008-04-11)
+          
         
-      
-    &lt;/td&gt;
-  &lt;/tr&gt;
-
-  &lt;tr&gt;
-    &lt;td class=&quot;attrname&quot;&gt;Component:&lt;/td&gt;
-    &lt;td class=&quot;attrval&quot;&gt;&lt;a href=&quot;component-emacs-ditz.html&quot;&gt;emacs-ditz&lt;/a&gt;&lt;/td&gt;
-  &lt;/tr&gt;
-
-  &lt;tr&gt;
-    &lt;td class=&quot;attrname&quot;&gt;Status:&lt;/td&gt;
-    &lt;td class=&quot;attrval&quot;&gt; 
-      closed: fixed
-    &lt;/td&gt;
-  &lt;/tr&gt;
-&lt;/table&gt;
+      &lt;/td&gt;
+    &lt;/tr&gt;
+
+    &lt;tr&gt;
+      &lt;td class=&quot;attrname&quot;&gt;Component:&lt;/td&gt;
+      &lt;td class=&quot;attrval&quot;&gt;&lt;a href=&quot;component-emacs-ditz.html&quot;&gt;emacs-ditz&lt;/a&gt;&lt;/td&gt;
+    &lt;/tr&gt;
+
+    &lt;tr&gt;
+      &lt;td class=&quot;attrname&quot;&gt;Status:&lt;/td&gt;
+      &lt;td class=&quot;attrval&quot;&gt;
+        closed: fixed
+        &lt;img class=&quot;inline-status-image&quot; title=&quot;fixed&quot; alt=&quot;fixed&quot; src=&quot;green-check.png&quot;/&gt;
+      &lt;/td&gt;
+    &lt;/tr&gt;
 
-&lt;h2&gt;Issue log&lt;/h2&gt;
+    
+  &lt;/tbody&gt;
+&lt;/table&gt;
 
-&lt;table&gt;
 
 
-  &lt;tr class=&quot;logentryeven&quot;&gt;
+&lt;h2&gt;Issue log&lt;/h2&gt;
 
-  &lt;td class=&quot;logtime&quot;&gt;Fri Apr 11 10:08:45 UTC 2008&lt;/td&gt;
-  &lt;td class=&quot;logwho&quot;&gt;Kentaro Kuribayashi &amp;lt;kentarok@...&amp;gt;&lt;/td&gt;
-  &lt;td class=&quot;logwhat&quot;&gt;created&lt;/td&gt;
-  &lt;/tr&gt;
-  &lt;tr&gt;&lt;td colspan=&quot;3&quot; class=&quot;logcomment&quot;&gt;
-    
+&lt;table class=&quot;log&quot;&gt;
+  &lt;tbody&gt;
+  
+    &lt;tr class=&quot;even-row&quot;&gt;
+      &lt;td class=&quot;date&quot;&gt;2008-04-11 10:30 UTC&lt;/td&gt;
+      &lt;td class=&quot;person&quot;&gt;Kentaro Kuribayashi &amp;lt;kentarok@...&amp;gt;&lt;/td&gt;
+      &lt;td class=&quot;message&quot;&gt;closed issue with disposition fixed&lt;/td&gt;
+    &lt;/tr&gt;
     
-  &lt;/td&gt;&lt;/tr&gt;
-
-
-  &lt;tr class=&quot;logentryodd&quot;&gt;
-
-  &lt;td class=&quot;logtime&quot;&gt;Fri Apr 11 10:30:53 UTC 2008&lt;/td&gt;
-  &lt;td class=&quot;logwho&quot;&gt;Kentaro Kuribayashi &amp;lt;kentarok@...&amp;gt;&lt;/td&gt;
-  &lt;td class=&quot;logwhat&quot;&gt;closed issue with disposition fixed&lt;/td&gt;
-  &lt;/tr&gt;
-  &lt;tr&gt;&lt;td colspan=&quot;3&quot; class=&quot;logcomment&quot;&gt;
+      &lt;tr&gt;&lt;td colspan=&quot;3&quot; class=&quot;logcomment&quot;&gt;
+      Reverted ditz-todo/log to popup window.
+      &lt;/td&gt;&lt;/tr&gt;
     
-      &lt;p&gt;Reverted ditz-todo/log to popup window.&lt;/p&gt;
+    &lt;tr&gt;&lt;td&gt;&lt;/td&gt;&lt;/tr&gt;
+  
+    &lt;tr class=&quot;odd-row&quot;&gt;
+      &lt;td class=&quot;date&quot;&gt;2008-04-11 10:08 UTC&lt;/td&gt;
+      &lt;td class=&quot;person&quot;&gt;Kentaro Kuribayashi &amp;lt;kentarok@...&amp;gt;&lt;/td&gt;
+      &lt;td class=&quot;message&quot;&gt;created&lt;/td&gt;
+    &lt;/tr&gt;
     
-  &lt;/td&gt;&lt;/tr&gt;
-
+    &lt;tr&gt;&lt;td&gt;&lt;/td&gt;&lt;/tr&gt;
+  
+  &lt;/tbody&gt;
 &lt;/table&gt;
 
-&lt;p class=&quot;footer&quot;&gt;Generated by &lt;a href=&quot;http://ditz.rubyforge.org/&quot;&gt;ditz&lt;/a&gt;.
+&lt;/div&gt;
+&lt;div class=&quot;footer&quot;&gt;Generated by &lt;a href=&quot;http://ditz.rubyforge.org/&quot;&gt;ditz&lt;/a&gt;.&lt;/div&gt;
+
 &lt;/body&gt;
 &lt;/html&gt;</diff>
      <filename>html/issue-7ccde534d53c6ebb34006a54dcd0acf78252de1f.html</filename>
    </modified>
    <modified>
      <diff>@@ -1,96 +1,105 @@
+&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
+&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Strict//EN&quot;
+   &quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd&quot;&gt;
+
 &lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot; xml:lang=&quot;en&quot; lang=&quot;en&quot;&gt;
 &lt;head&gt;
 &lt;title&gt;Show prompt to set issue dir after failing to find dir in auto-finding mode.&lt;/title&gt;
-&lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=utf8&quot; /&gt;
+&lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=utf-8&quot; /&gt;
 &lt;link rel=&quot;stylesheet&quot; href=&quot;style.css&quot; type=&quot;text/css&quot; /&gt;
 &lt;/head&gt;
 
 &lt;body&gt;
 
-&lt;a href=&quot;index.html&quot;&gt;&amp;laquo; emacs-ditz project page&lt;/a&gt;
+&lt;div class=&quot;main&quot;&gt;
 
 &lt;h1&gt;Show prompt to set issue dir after failing to find dir in auto-finding mode.&lt;/h1&gt;
+&lt;div class=&quot;backptr&quot;&gt;&lt;a href=&quot;index.html&quot;&gt;&amp;laquo; emacs-ditz project page&lt;/a&gt;&lt;/div&gt;
+
 
-&lt;p&gt;&lt;/p&gt;
 
+&lt;h2&gt;Details&lt;/h2&gt;
 &lt;table&gt;
-  &lt;tr&gt;
-    &lt;td class=&quot;attrname&quot;&gt;Id:&lt;/td&gt;
-    &lt;td class=&quot;attrval&quot;&gt;89b4dd9e965eeceef261869d99a6a0f138668e3d&lt;/td&gt;
-  &lt;/tr&gt;
-
-  &lt;tr&gt;
-    &lt;td class=&quot;attrname&quot;&gt;Type:&lt;/td&gt;
-    &lt;td class=&quot;attrval&quot;&gt;bugfix&lt;/td&gt;
-  &lt;/tr&gt;
-
-  &lt;tr&gt;
-    &lt;td class=&quot;attrname&quot;&gt;Creation time:&lt;/td&gt;
-    &lt;td class=&quot;attrval&quot;&gt;Fri Apr 11 13:02:26 UTC 2008&lt;/td&gt;
-  &lt;/tr&gt;
-
-  &lt;tr&gt;
-    &lt;td class=&quot;attrname&quot;&gt;Creator:&lt;/td&gt;
-    &lt;td class=&quot;attrval&quot;&gt;Kentaro Kuribayashi &amp;lt;kentarok@...&amp;gt;&lt;/td&gt;
-  &lt;/tr&gt;
+  &lt;tbody&gt;
+    &lt;tr&gt;
+      &lt;td class=&quot;attrname&quot;&gt;Id:&lt;/td&gt;
+      &lt;td class=&quot;attrval&quot;&gt;&lt;span class=&quot;id&quot;&gt;89b4dd9e965eeceef261869d99a6a0f138668e3d&lt;/span&gt;&lt;/td&gt;
+    &lt;/tr&gt;
+
+    &lt;tr&gt;
+      &lt;td class=&quot;attrname&quot;&gt;Type:&lt;/td&gt;
+      &lt;td class=&quot;attrval&quot;&gt;bugfix&lt;/td&gt;
+    &lt;/tr&gt;
+
+    &lt;tr&gt;
+      &lt;td class=&quot;attrname&quot;&gt;Creation time:&lt;/td&gt;
+      &lt;td class=&quot;attrval&quot;&gt;2008-04-11 13:02 UTC&lt;/td&gt;
+    &lt;/tr&gt;
+
+    &lt;tr&gt;
+      &lt;td class=&quot;attrname&quot;&gt;Creator:&lt;/td&gt;
+      &lt;td class=&quot;attrval&quot;&gt;&lt;span class=&quot;person&quot;&gt;Kentaro Kuribayashi &amp;lt;kentarok@...&amp;gt;&lt;/span&gt;&lt;/td&gt;
+    &lt;/tr&gt;
 
-  
+    
 
-  &lt;tr&gt;
-    &lt;td class=&quot;attrname&quot;&gt;Release:&lt;/td&gt;
-    &lt;td class=&quot;attrval&quot;&gt;
-      
-        &lt;a href=&quot;release-0.4.html&quot;&gt;0.4&lt;/a&gt;
+    &lt;tr&gt;
+      &lt;td class=&quot;attrname&quot;&gt;Release:&lt;/td&gt;
+      &lt;td class=&quot;attrval&quot;&gt;
         
-          (released 2008-04-11)
+          &lt;a href=&quot;release-0.4.html&quot;&gt;0.4&lt;/a&gt;
+          
+            (released 2008-04-11)
+          
         
-      
-    &lt;/td&gt;
-  &lt;/tr&gt;
-
-  &lt;tr&gt;
-    &lt;td class=&quot;attrname&quot;&gt;Component:&lt;/td&gt;
-    &lt;td class=&quot;attrval&quot;&gt;&lt;a href=&quot;component-emacs-ditz.html&quot;&gt;emacs-ditz&lt;/a&gt;&lt;/td&gt;
-  &lt;/tr&gt;
-
-  &lt;tr&gt;
-    &lt;td class=&quot;attrname&quot;&gt;Status:&lt;/td&gt;
-    &lt;td class=&quot;attrval&quot;&gt; 
-      closed: fixed
-    &lt;/td&gt;
-  &lt;/tr&gt;
-&lt;/table&gt;
-
-&lt;h2&gt;Issue log&lt;/h2&gt;
-
-&lt;table&gt;
-
+      &lt;/td&gt;
+    &lt;/tr&gt;
+
+    &lt;tr&gt;
+      &lt;td class=&quot;attrname&quot;&gt;Component:&lt;/td&gt;
+      &lt;td class=&quot;attrval&quot;&gt;&lt;a href=&quot;component-emacs-ditz.html&quot;&gt;emacs-ditz&lt;/a&gt;&lt;/td&gt;
+    &lt;/tr&gt;
+
+    &lt;tr&gt;
+      &lt;td class=&quot;attrname&quot;&gt;Status:&lt;/td&gt;
+      &lt;td class=&quot;attrval&quot;&gt;
+        closed: fixed
+        &lt;img class=&quot;inline-status-image&quot; title=&quot;fixed&quot; alt=&quot;fixed&quot; src=&quot;green-check.png&quot;/&gt;
+      &lt;/td&gt;
+    &lt;/tr&gt;
 
-  &lt;tr class=&quot;logentryeven&quot;&gt;
-
-  &lt;td class=&quot;logtime&quot;&gt;Fri Apr 11 13:02:27 UTC 2008&lt;/td&gt;
-  &lt;td class=&quot;logwho&quot;&gt;Kentaro Kuribayashi &amp;lt;kentarok@...&amp;gt;&lt;/td&gt;
-  &lt;td class=&quot;logwhat&quot;&gt;created&lt;/td&gt;
-  &lt;/tr&gt;
-  &lt;tr&gt;&lt;td colspan=&quot;3&quot; class=&quot;logcomment&quot;&gt;
-    
     
-  &lt;/td&gt;&lt;/tr&gt;
+  &lt;/tbody&gt;
+&lt;/table&gt;
 
 
-  &lt;tr class=&quot;logentryodd&quot;&gt;
 
-  &lt;td class=&quot;logtime&quot;&gt;Fri Apr 11 13:18:41 UTC 2008&lt;/td&gt;
-  &lt;td class=&quot;logwho&quot;&gt;Kentaro Kuribayashi &amp;lt;kentarok@...&amp;gt;&lt;/td&gt;
-  &lt;td class=&quot;logwhat&quot;&gt;closed issue with disposition fixed&lt;/td&gt;
-  &lt;/tr&gt;
-  &lt;tr&gt;&lt;td colspan=&quot;3&quot; class=&quot;logcomment&quot;&gt;
+&lt;h2&gt;Issue log&lt;/h2&gt;
+
+&lt;table class=&quot;log&quot;&gt;
+  &lt;tbody&gt;
+  
+    &lt;tr class=&quot;even-row&quot;&gt;
+      &lt;td class=&quot;date&quot;&gt;2008-04-11 13:18 UTC&lt;/td&gt;
+      &lt;td class=&quot;person&quot;&gt;Kentaro Kuribayashi &amp;lt;kentarok@...&amp;gt;&lt;/td&gt;
+      &lt;td class=&quot;message&quot;&gt;closed issue with disposition fixed&lt;/td&gt;
+    &lt;/tr&gt;
     
+    &lt;tr&gt;&lt;td&gt;&lt;/td&gt;&lt;/tr&gt;
+  
+    &lt;tr class=&quot;odd-row&quot;&gt;
+      &lt;td class=&quot;date&quot;&gt;2008-04-11 13:02 UTC&lt;/td&gt;
+      &lt;td class=&quot;person&quot;&gt;Kentaro Kuribayashi &amp;lt;kentarok@...&amp;gt;&lt;/td&gt;
+      &lt;td class=&quot;message&quot;&gt;created&lt;/td&gt;
+    &lt;/tr&gt;
     
-  &lt;/td&gt;&lt;/tr&gt;
-
+    &lt;tr&gt;&lt;td&gt;&lt;/td&gt;&lt;/tr&gt;
+  
+  &lt;/tbody&gt;
 &lt;/table&gt;
 
-&lt;p class=&quot;footer&quot;&gt;Generated by &lt;a href=&quot;http://ditz.rubyforge.org/&quot;&gt;ditz&lt;/a&gt;.
+&lt;/div&gt;
+&lt;div class=&quot;footer&quot;&gt;Generated by &lt;a href=&quot;http://ditz.rubyforge.org/&quot;&gt;ditz&lt;/a&gt;.&lt;/div&gt;
+
 &lt;/body&gt;
 &lt;/html&gt;</diff>
      <filename>html/issue-89b4dd9e965eeceef261869d99a6a0f138668e3d.html</filename>
    </modified>
    <modified>
      <diff>@@ -1,96 +1,105 @@
+&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
+&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Strict//EN&quot;
+   &quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd&quot;&gt;
+
 &lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot; xml:lang=&quot;en&quot; lang=&quot;en&quot;&gt;
 &lt;head&gt;
 &lt;title&gt;create ditz.el&lt;/title&gt;
-&lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=utf8&quot; /&gt;
+&lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=utf-8&quot; /&gt;
 &lt;link rel=&quot;stylesheet&quot; href=&quot;style.css&quot; type=&quot;text/css&quot; /&gt;
 &lt;/head&gt;
 
 &lt;body&gt;
 
-&lt;a href=&quot;index.html&quot;&gt;&amp;laquo; emacs-ditz project page&lt;/a&gt;
+&lt;div class=&quot;main&quot;&gt;
 
 &lt;h1&gt;create ditz.el&lt;/h1&gt;
+&lt;div class=&quot;backptr&quot;&gt;&lt;a href=&quot;index.html&quot;&gt;&amp;laquo; emacs-ditz project page&lt;/a&gt;&lt;/div&gt;
+
 
-&lt;p&gt;&lt;/p&gt;
 
+&lt;h2&gt;Details&lt;/h2&gt;
 &lt;table&gt;
-  &lt;tr&gt;
-    &lt;td class=&quot;attrname&quot;&gt;Id:&lt;/td&gt;
-    &lt;td class=&quot;attrval&quot;&gt;a384c13701a917d6ec51ac6437a071889dcbc5ed&lt;/td&gt;
-  &lt;/tr&gt;
-
-  &lt;tr&gt;
-    &lt;td class=&quot;attrname&quot;&gt;Type:&lt;/td&gt;
-    &lt;td class=&quot;attrval&quot;&gt;feature&lt;/td&gt;
-  &lt;/tr&gt;
-
-  &lt;tr&gt;
-    &lt;td class=&quot;attrname&quot;&gt;Creation time:&lt;/td&gt;
-    &lt;td class=&quot;attrval&quot;&gt;Thu Apr 10 20:27:09 UTC 2008&lt;/td&gt;
-  &lt;/tr&gt;
-
-  &lt;tr&gt;
-    &lt;td class=&quot;attrname&quot;&gt;Creator:&lt;/td&gt;
-    &lt;td class=&quot;attrval&quot;&gt;Kentaro Kuribayashi &amp;lt;kentarok@...&amp;gt;&lt;/td&gt;
-  &lt;/tr&gt;
+  &lt;tbody&gt;
+    &lt;tr&gt;
+      &lt;td class=&quot;attrname&quot;&gt;Id:&lt;/td&gt;
+      &lt;td class=&quot;attrval&quot;&gt;&lt;span class=&quot;id&quot;&gt;a384c13701a917d6ec51ac6437a071889dcbc5ed&lt;/span&gt;&lt;/td&gt;
+    &lt;/tr&gt;
+
+    &lt;tr&gt;
+      &lt;td class=&quot;attrname&quot;&gt;Type:&lt;/td&gt;
+      &lt;td class=&quot;attrval&quot;&gt;feature&lt;/td&gt;
+    &lt;/tr&gt;
+
+    &lt;tr&gt;
+      &lt;td class=&quot;attrname&quot;&gt;Creation time:&lt;/td&gt;
+      &lt;td class=&quot;attrval&quot;&gt;2008-04-10 20:27 UTC&lt;/td&gt;
+    &lt;/tr&gt;
+
+    &lt;tr&gt;
+      &lt;td class=&quot;attrname&quot;&gt;Creator:&lt;/td&gt;
+      &lt;td class=&quot;attrval&quot;&gt;&lt;span class=&quot;person&quot;&gt;Kentaro Kuribayashi &amp;lt;kentarok@...&amp;gt;&lt;/span&gt;&lt;/td&gt;
+    &lt;/tr&gt;
 
-  
+    
 
-  &lt;tr&gt;
-    &lt;td class=&quot;attrname&quot;&gt;Release:&lt;/td&gt;
-    &lt;td class=&quot;attrval&quot;&gt;
-      
-        &lt;a href=&quot;release-0.1.html&quot;&gt;0.1&lt;/a&gt;
+    &lt;tr&gt;
+      &lt;td class=&quot;attrname&quot;&gt;Release:&lt;/td&gt;
+      &lt;td class=&quot;attrval&quot;&gt;
         
-          (released 2008-04-10)
+          &lt;a href=&quot;release-0.1.html&quot;&gt;0.1&lt;/a&gt;
+          
+            (released 2008-04-10)
+          
         
-      
-    &lt;/td&gt;
-  &lt;/tr&gt;
-
-  &lt;tr&gt;
-    &lt;td class=&quot;attrname&quot;&gt;Component:&lt;/td&gt;
-    &lt;td class=&quot;attrval&quot;&gt;&lt;a href=&quot;component-emacs-ditz.html&quot;&gt;emacs-ditz&lt;/a&gt;&lt;/td&gt;
-  &lt;/tr&gt;
-
-  &lt;tr&gt;
-    &lt;td class=&quot;attrname&quot;&gt;Status:&lt;/td&gt;
-    &lt;td class=&quot;attrval&quot;&gt; 
-      closed: fixed
-    &lt;/td&gt;
-  &lt;/tr&gt;
-&lt;/table&gt;
-
-&lt;h2&gt;Issue log&lt;/h2&gt;
-
-&lt;table&gt;
-
+      &lt;/td&gt;
+    &lt;/tr&gt;
+
+    &lt;tr&gt;
+      &lt;td class=&quot;attrname&quot;&gt;Component:&lt;/td&gt;
+      &lt;td class=&quot;attrval&quot;&gt;&lt;a href=&quot;component-emacs-ditz.html&quot;&gt;emacs-ditz&lt;/a&gt;&lt;/td&gt;
+    &lt;/tr&gt;
+
+    &lt;tr&gt;
+      &lt;td class=&quot;attrname&quot;&gt;Status:&lt;/td&gt;
+      &lt;td class=&quot;attrval&quot;&gt;
+        closed: fixed
+        &lt;img class=&quot;inline-status-image&quot; title=&quot;fixed&quot; alt=&quot;fixed&quot; src=&quot;green-check.png&quot;/&gt;
+      &lt;/td&gt;
+    &lt;/tr&gt;
 
-  &lt;tr class=&quot;logentryeven&quot;&gt;
-
-  &lt;td class=&quot;logtime&quot;&gt;Thu Apr 10 20:27:10 UTC 2008&lt;/td&gt;
-  &lt;td class=&quot;logwho&quot;&gt;Kentaro Kuribayashi &amp;lt;kentarok@...&amp;gt;&lt;/td&gt;
-  &lt;td class=&quot;logwhat&quot;&gt;created&lt;/td&gt;
-  &lt;/tr&gt;
-  &lt;tr&gt;&lt;td colspan=&quot;3&quot; class=&quot;logcomment&quot;&gt;
-    
     
-  &lt;/td&gt;&lt;/tr&gt;
+  &lt;/tbody&gt;
+&lt;/table&gt;
 
 
-  &lt;tr class=&quot;logentryodd&quot;&gt;
 
-  &lt;td class=&quot;logtime&quot;&gt;Thu Apr 10 20:32:45 UTC 2008&lt;/td&gt;
-  &lt;td class=&quot;logwho&quot;&gt;Kentaro Kuribayashi &amp;lt;kentarok@...&amp;gt;&lt;/td&gt;
-  &lt;td class=&quot;logwhat&quot;&gt;closed issue with disposition fixed&lt;/td&gt;
-  &lt;/tr&gt;
-  &lt;tr&gt;&lt;td colspan=&quot;3&quot; class=&quot;logcomment&quot;&gt;
+&lt;h2&gt;Issue log&lt;/h2&gt;
+
+&lt;table class=&quot;log&quot;&gt;
+  &lt;tbody&gt;
+  
+    &lt;tr class=&quot;even-row&quot;&gt;
+      &lt;td class=&quot;date&quot;&gt;2008-04-10 20:32 UTC&lt;/td&gt;
+      &lt;td class=&quot;person&quot;&gt;Kentaro Kuribayashi &amp;lt;kentarok@...&amp;gt;&lt;/td&gt;
+      &lt;td class=&quot;message&quot;&gt;closed issue with disposition fixed&lt;/td&gt;
+    &lt;/tr&gt;
     
+    &lt;tr&gt;&lt;td&gt;&lt;/td&gt;&lt;/tr&gt;
+  
+    &lt;tr class=&quot;odd-row&quot;&gt;
+      &lt;td class=&quot;date&quot;&gt;2008-04-10 20:27 UTC&lt;/td&gt;
+      &lt;td class=&quot;person&quot;&gt;Kentaro Kuribayashi &amp;lt;kentarok@...&amp;gt;&lt;/td&gt;
+      &lt;td class=&quot;message&quot;&gt;created&lt;/td&gt;
+    &lt;/tr&gt;
     
-  &lt;/td&gt;&lt;/tr&gt;
-
+    &lt;tr&gt;&lt;td&gt;&lt;/td&gt;&lt;/tr&gt;
+  
+  &lt;/tbody&gt;
 &lt;/table&gt;
 
-&lt;p class=&quot;footer&quot;&gt;Generated by &lt;a href=&quot;http://ditz.rubyforge.org/&quot;&gt;ditz&lt;/a&gt;.
+&lt;/div&gt;
+&lt;div class=&quot;footer&quot;&gt;Generated by &lt;a href=&quot;http://ditz.rubyforge.org/&quot;&gt;ditz&lt;/a&gt;.&lt;/div&gt;
+
 &lt;/body&gt;
 &lt;/html&gt;</diff>
      <filename>html/issue-a384c13701a917d6ec51ac6437a071889dcbc5ed.html</filename>
    </modified>
    <modified>
      <diff>@@ -1,96 +1,105 @@
+&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
+&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Strict//EN&quot;
+   &quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd&quot;&gt;
+
 &lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot; xml:lang=&quot;en&quot; lang=&quot;en&quot;&gt;
 &lt;head&gt;
 &lt;title&gt;Add documentation of ditz-edit command into README&lt;/title&gt;
-&lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=utf8&quot; /&gt;
+&lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=utf-8&quot; /&gt;
 &lt;link rel=&quot;stylesheet&quot; href=&quot;style.css&quot; type=&quot;text/css&quot; /&gt;
 &lt;/head&gt;
 
 &lt;body&gt;
 
-&lt;a href=&quot;index.html&quot;&gt;&amp;laquo; emacs-ditz project page&lt;/a&gt;
+&lt;div class=&quot;main&quot;&gt;
 
 &lt;h1&gt;Add documentation of ditz-edit command into README&lt;/h1&gt;
+&lt;div class=&quot;backptr&quot;&gt;&lt;a href=&quot;index.html&quot;&gt;&amp;laquo; emacs-ditz project page&lt;/a&gt;&lt;/div&gt;
+
 
-&lt;p&gt;&lt;/p&gt;
 
+&lt;h2&gt;Details&lt;/h2&gt;
 &lt;table&gt;
-  &lt;tr&gt;
-    &lt;td class=&quot;attrname&quot;&gt;Id:&lt;/td&gt;
-    &lt;td class=&quot;attrval&quot;&gt;a75de69c23d547a7a00e40e64e850517dfa04748&lt;/td&gt;
-  &lt;/tr&gt;
-
-  &lt;tr&gt;
-    &lt;td class=&quot;attrname&quot;&gt;Type:&lt;/td&gt;
-    &lt;td class=&quot;attrval&quot;&gt;feature&lt;/td&gt;
-  &lt;/tr&gt;
-
-  &lt;tr&gt;
-    &lt;td class=&quot;attrname&quot;&gt;Creation time:&lt;/td&gt;
-    &lt;td class=&quot;attrval&quot;&gt;Fri Apr 11 10:05:18 UTC 2008&lt;/td&gt;
-  &lt;/tr&gt;
-
-  &lt;tr&gt;
-    &lt;td class=&quot;attrname&quot;&gt;Creator:&lt;/td&gt;
-    &lt;td class=&quot;attrval&quot;&gt;Kentaro Kuribayashi &amp;lt;kentarok@...&amp;gt;&lt;/td&gt;
-  &lt;/tr&gt;
+  &lt;tbody&gt;
+    &lt;tr&gt;
+      &lt;td class=&quot;attrname&quot;&gt;Id:&lt;/td&gt;
+      &lt;td class=&quot;attrval&quot;&gt;&lt;span class=&quot;id&quot;&gt;a75de69c23d547a7a00e40e64e850517dfa04748&lt;/span&gt;&lt;/td&gt;
+    &lt;/tr&gt;
+
+    &lt;tr&gt;
+      &lt;td class=&quot;attrname&quot;&gt;Type:&lt;/td&gt;
+      &lt;td class=&quot;attrval&quot;&gt;feature&lt;/td&gt;
+    &lt;/tr&gt;
+
+    &lt;tr&gt;
+      &lt;td class=&quot;attrname&quot;&gt;Creation time:&lt;/td&gt;
+      &lt;td class=&quot;attrval&quot;&gt;2008-04-11 10:05 UTC&lt;/td&gt;
+    &lt;/tr&gt;
+
+    &lt;tr&gt;
+      &lt;td class=&quot;attrname&quot;&gt;Creator:&lt;/td&gt;
+      &lt;td class=&quot;attrval&quot;&gt;&lt;span class=&quot;person&quot;&gt;Kentaro Kuribayashi &amp;lt;kentarok@...&amp;gt;&lt;/span&gt;&lt;/td&gt;
+    &lt;/tr&gt;
 
-  
+    
 
-  &lt;tr&gt;
-    &lt;td class=&quot;attrname&quot;&gt;Release:&lt;/td&gt;
-    &lt;td class=&quot;attrval&quot;&gt;
-      
-        &lt;a href=&quot;release-0.3.html&quot;&gt;0.3&lt;/a&gt;
+    &lt;tr&gt;
+      &lt;td class=&quot;attrname&quot;&gt;Release:&lt;/td&gt;
+      &lt;td class=&quot;attrval&quot;&gt;
         
-          (released 2008-04-11)
+          &lt;a href=&quot;release-0.3.html&quot;&gt;0.3&lt;/a&gt;
+          
+            (released 2008-04-11)
+          
         
-      
-    &lt;/td&gt;
-  &lt;/tr&gt;
-
-  &lt;tr&gt;
-    &lt;td class=&quot;attrname&quot;&gt;Component:&lt;/td&gt;
-    &lt;td class=&quot;attrval&quot;&gt;&lt;a href=&quot;component-emacs-ditz.html&quot;&gt;emacs-ditz&lt;/a&gt;&lt;/td&gt;
-  &lt;/tr&gt;
-
-  &lt;tr&gt;
-    &lt;td class=&quot;attrname&quot;&gt;Status:&lt;/td&gt;
-    &lt;td class=&quot;attrval&quot;&gt; 
-      closed: fixed
-    &lt;/td&gt;
-  &lt;/tr&gt;
-&lt;/table&gt;
-
-&lt;h2&gt;Issue log&lt;/h2&gt;
-
-&lt;table&gt;
-
+      &lt;/td&gt;
+    &lt;/tr&gt;
+
+    &lt;tr&gt;
+      &lt;td class=&quot;attrname&quot;&gt;Component:&lt;/td&gt;
+      &lt;td class=&quot;attrval&quot;&gt;&lt;a href=&quot;component-emacs-ditz.html&quot;&gt;emacs-ditz&lt;/a&gt;&lt;/td&gt;
+    &lt;/tr&gt;
+
+    &lt;tr&gt;
+      &lt;td class=&quot;attrname&quot;&gt;Status:&lt;/td&gt;
+      &lt;td class=&quot;attrval&quot;&gt;
+        closed: fixed
+        &lt;img class=&quot;inline-status-image&quot; title=&quot;fixed&quot; alt=&quot;fixed&quot; src=&quot;green-check.png&quot;/&gt;
+      &lt;/td&gt;
+    &lt;/tr&gt;
 
-  &lt;tr class=&quot;logentryeven&quot;&gt;
-
-  &lt;td class=&quot;logtime&quot;&gt;Fri Apr 11 10:05:20 UTC 2008&lt;/td&gt;
-  &lt;td class=&quot;logwho&quot;&gt;Kentaro Kuribayashi &amp;lt;kentarok@...&amp;gt;&lt;/td&gt;
-  &lt;td class=&quot;logwhat&quot;&gt;created&lt;/td&gt;
-  &lt;/tr&gt;
-  &lt;tr&gt;&lt;td colspan=&quot;3&quot; class=&quot;logcomment&quot;&gt;
-    
     
-  &lt;/td&gt;&lt;/tr&gt;
+  &lt;/tbody&gt;
+&lt;/table&gt;
 
 
-  &lt;tr class=&quot;logentryodd&quot;&gt;
 
-  &lt;td class=&quot;logtime&quot;&gt;Fri Apr 11 10:12:37 UTC 2008&lt;/td&gt;
-  &lt;td class=&quot;logwho&quot;&gt;Kentaro Kuribayashi &amp;lt;kentarok@...&amp;gt;&lt;/td&gt;
-  &lt;td class=&quot;logwhat&quot;&gt;closed issue with disposition fixed&lt;/td&gt;
-  &lt;/tr&gt;
-  &lt;tr&gt;&lt;td colspan=&quot;3&quot; class=&quot;logcomment&quot;&gt;
+&lt;h2&gt;Issue log&lt;/h2&gt;
+
+&lt;table class=&quot;log&quot;&gt;
+  &lt;tbody&gt;
+  
+    &lt;tr class=&quot;even-row&quot;&gt;
+      &lt;td class=&quot;date&quot;&gt;2008-04-11 10:12 UTC&lt;/td&gt;
+      &lt;td class=&quot;person&quot;&gt;Kentaro Kuribayashi &amp;lt;kentarok@...&amp;gt;&lt;/td&gt;
+      &lt;td class=&quot;message&quot;&gt;closed issue with disposition fixed&lt;/td&gt;
+    &lt;/tr&gt;
     
+    &lt;tr&gt;&lt;td&gt;&lt;/td&gt;&lt;/tr&gt;
+  
+    &lt;tr class=&quot;odd-row&quot;&gt;
+      &lt;td class=&quot;date&quot;&gt;2008-04-11 10:05 UTC&lt;/td&gt;
+      &lt;td class=&quot;person&quot;&gt;Kentaro Kuribayashi &amp;lt;kentarok@...&amp;gt;&lt;/td&gt;
+      &lt;td class=&quot;message&quot;&gt;created&lt;/td&gt;
+    &lt;/tr&gt;
     
-  &lt;/td&gt;&lt;/tr&gt;
-
+    &lt;tr&gt;&lt;td&gt;&lt;/td&gt;&lt;/tr&gt;
+  
+  &lt;/tbody&gt;
 &lt;/table&gt;
 
-&lt;p class=&quot;footer&quot;&gt;Generated by &lt;a href=&quot;http://ditz.rubyforge.org/&quot;&gt;ditz&lt;/a&gt;.
+&lt;/div&gt;
+&lt;div class=&quot;footer&quot;&gt;Generated by &lt;a href=&quot;http://ditz.rubyforge.org/&quot;&gt;ditz&lt;/a&gt;.&lt;/div&gt;
+
 &lt;/body&gt;
 &lt;/html&gt;</diff>
      <filename>html/issue-a75de69c23d547a7a00e40e64e850517dfa04748.html</filename>
    </modified>
    <modified>
      <diff>@@ -1,108 +1,113 @@
+&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
+&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Strict//EN&quot;
+   &quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd&quot;&gt;
+
 &lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot; xml:lang=&quot;en&quot; lang=&quot;en&quot;&gt;
 &lt;head&gt;
 &lt;title&gt;Add support for `ditz edit' command&lt;/title&gt;
-&lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=utf8&quot; /&gt;
+&lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=utf-8&quot; /&gt;
 &lt;link rel=&quot;stylesheet&quot; href=&quot;style.css&quot; type=&quot;text/css&quot; /&gt;
 &lt;/head&gt;
 
 &lt;body&gt;
 
-&lt;a href=&quot;index.html&quot;&gt;&amp;laquo; emacs-ditz project page&lt;/a&gt;
+&lt;div class=&quot;main&quot;&gt;
 
 &lt;h1&gt;Add support for `ditz edit' command&lt;/h1&gt;
+&lt;div class=&quot;backptr&quot;&gt;&lt;a href=&quot;index.html&quot;&gt;&amp;laquo; emacs-ditz project page&lt;/a&gt;&lt;/div&gt;
+
 
-&lt;p&gt;&lt;/p&gt;
 
+&lt;h2&gt;Details&lt;/h2&gt;
 &lt;table&gt;
-  &lt;tr&gt;
-    &lt;td class=&quot;attrname&quot;&gt;Id:&lt;/td&gt;
-    &lt;td class=&quot;attrval&quot;&gt;cbc36fd79b58e7a9370e3fe3a7f30154615dcd47&lt;/td&gt;
-  &lt;/tr&gt;
-
-  &lt;tr&gt;
-    &lt;td class=&quot;attrname&quot;&gt;Type:&lt;/td&gt;
-    &lt;td class=&quot;attrval&quot;&gt;feature&lt;/td&gt;
-  &lt;/tr&gt;
-
-  &lt;tr&gt;
-    &lt;td class=&quot;attrname&quot;&gt;Creation time:&lt;/td&gt;
-    &lt;td class=&quot;attrval&quot;&gt;Fri Apr 11 10:03:01 UTC 2008&lt;/td&gt;
-  &lt;/tr&gt;
-
-  &lt;tr&gt;
-    &lt;td class=&quot;attrname&quot;&gt;Creator:&lt;/td&gt;
-    &lt;td class=&quot;attrval&quot;&gt;Kentaro Kuribayashi &amp;lt;kentarok@...&amp;gt;&lt;/td&gt;
-  &lt;/tr&gt;
+  &lt;tbody&gt;
+    &lt;tr&gt;
+      &lt;td class=&quot;attrname&quot;&gt;Id:&lt;/td&gt;
+      &lt;td class=&quot;attrval&quot;&gt;&lt;span class=&quot;id&quot;&gt;cbc36fd79b58e7a9370e3fe3a7f30154615dcd47&lt;/span&gt;&lt;/td&gt;
+    &lt;/tr&gt;
+
+    &lt;tr&gt;
+      &lt;td class=&quot;attrname&quot;&gt;Type:&lt;/td&gt;
+      &lt;td class=&quot;attrval&quot;&gt;feature&lt;/td&gt;
+    &lt;/tr&gt;
+
+    &lt;tr&gt;
+      &lt;td class=&quot;attrname&quot;&gt;Creation time:&lt;/td&gt;
+      &lt;td class=&quot;attrval&quot;&gt;2008-04-11 10:03 UTC&lt;/td&gt;
+    &lt;/tr&gt;
+
+    &lt;tr&gt;
+      &lt;td class=&quot;attrname&quot;&gt;Creator:&lt;/td&gt;
+      &lt;td class=&quot;attrval&quot;&gt;&lt;span class=&quot;person&quot;&gt;Kentaro Kuribayashi &amp;lt;kentarok@...&amp;gt;&lt;/span&gt;&lt;/td&gt;
+    &lt;/tr&gt;
 
-  
+    
 
-  &lt;tr&gt;
-    &lt;td class=&quot;attrname&quot;&gt;Release:&lt;/td&gt;
-    &lt;td class=&quot;attrval&quot;&gt;
-      
-        &lt;a href=&quot;release-0.3.html&quot;&gt;0.3&lt;/a&gt;
+    &lt;tr&gt;
+      &lt;td class=&quot;attrname&quot;&gt;Release:&lt;/td&gt;
+      &lt;td class=&quot;attrval&quot;&gt;
         
-          (released 2008-04-11)
+          &lt;a href=&quot;release-0.3.html&quot;&gt;0.3&lt;/a&gt;
+          
+            (released 2008-04-11)
+          
         
-      
-    &lt;/td&gt;
-  &lt;/tr&gt;
-
-  &lt;tr&gt;
-    &lt;td class=&quot;attrname&quot;&gt;Component:&lt;/td&gt;
-    &lt;td class=&quot;attrval&quot;&gt;&lt;a href=&quot;component-emacs-ditz.html&quot;&gt;emacs-ditz&lt;/a&gt;&lt;/td&gt;
-  &lt;/tr&gt;
-
-  &lt;tr&gt;
-    &lt;td class=&quot;attrname&quot;&gt;Status:&lt;/td&gt;
-    &lt;td class=&quot;attrval&quot;&gt; 
-      closed: fixed
-    &lt;/td&gt;
-  &lt;/tr&gt;
-&lt;/table&gt;
-
-&lt;h2&gt;Issue log&lt;/h2&gt;
+      &lt;/td&gt;
+    &lt;/tr&gt;
+
+    &lt;tr&gt;
+      &lt;td class=&quot;attrname&quot;&gt;Component:&lt;/td&gt;
+      &lt;td class=&quot;attrval&quot;&gt;&lt;a href=&quot;component-emacs-ditz.html&quot;&gt;emacs-ditz&lt;/a&gt;&lt;/td&gt;
+    &lt;/tr&gt;
+
+    &lt;tr&gt;
+      &lt;td class=&quot;attrname&quot;&gt;Status:&lt;/td&gt;
+      &lt;td class=&quot;attrval&quot;&gt;
+        closed: fixed
+        &lt;img class=&quot;inline-status-image&quot; title=&quot;fixed&quot; alt=&quot;fixed&quot; src=&quot;green-check.png&quot;/&gt;
+      &lt;/td&gt;
+    &lt;/tr&gt;
 
-&lt;table&gt;
-
-
-  &lt;tr class=&quot;logentryeven&quot;&gt;
-
-  &lt;td class=&quot;logtime&quot;&gt;Fri Apr 11 10:03:03 UTC 2008&lt;/td&gt;
-  &lt;td class=&quot;logwho&quot;&gt;Kentaro Kuribayashi &amp;lt;kentarok@...&amp;gt;&lt;/td&gt;
-  &lt;td class=&quot;logwhat&quot;&gt;created&lt;/td&gt;
-  &lt;/tr&gt;
-  &lt;tr&gt;&lt;td colspan=&quot;3&quot; class=&quot;logcomment&quot;&gt;
-    
     
-  &lt;/td&gt;&lt;/tr&gt;
-
-
-  &lt;tr class=&quot;logentryodd&quot;&gt;
+  &lt;/tbody&gt;
+&lt;/table&gt;
 
-  &lt;td class=&quot;logtime&quot;&gt;Fri Apr 11 10:03:41 UTC 2008&lt;/td&gt;
-  &lt;td class=&quot;logwho&quot;&gt;Kentaro Kuribayashi &amp;lt;kentarok@...&amp;gt;&lt;/td&gt;
-  &lt;td class=&quot;logwhat&quot;&gt;assigned to release 0.3 from unassigned&lt;/td&gt;
-  &lt;/tr&gt;
-  &lt;tr&gt;&lt;td colspan=&quot;3&quot; class=&quot;logcomment&quot;&gt;
-    
-    
-  &lt;/td&gt;&lt;/tr&gt;
 
 
-  &lt;tr class=&quot;logentryeven&quot;&gt;
+&lt;h2&gt;Issue log&lt;/h2&gt;
 
-  &lt;td class=&quot;logtime&quot;&gt;Fri Apr 11 10:12:27 UTC 2008&lt;/td&gt;
-  &lt;td class=&quot;logwho&quot;&gt;Kentaro Kuribayashi &amp;lt;kentarok@...&amp;gt;&lt;/td&gt;
-  &lt;td class=&quot;logwhat&quot;&gt;closed issue with disposition fixed&lt;/td&gt;
-  &lt;/tr&gt;
-  &lt;tr&gt;&lt;td colspan=&quot;3&quot; class=&quot;logcomment&quot;&gt;
+&lt;table class=&quot;log&quot;&gt;
+  &lt;tbody&gt;
+  
+    &lt;tr class=&quot;even-row&quot;&gt;
+      &lt;td class=&quot;date&quot;&gt;2008-04-11 10:12 UTC&lt;/td&gt;
+      &lt;td class=&quot;person&quot;&gt;Kentaro Kuribayashi &amp;lt;kentarok@...&amp;gt;&lt;/td&gt;
+      &lt;td class=&quot;message&quot;&gt;closed issue with disposition fixed&lt;/td&gt;
+    &lt;/tr&gt;
     
+    &lt;tr&gt;&lt;td&gt;&lt;/td&gt;&lt;/tr&gt;
+  
+    &lt;tr class=&quot;odd-row&quot;&gt;
+      &lt;td class=&quot;date&quot;&gt;2008-04-11 10:03 UTC&lt;/td&gt;
+      &lt;td class=&quot;person&quot;&gt;Kentaro Kuribayashi &amp;lt;kentarok@...&amp;gt;&lt;/td&gt;
+      &lt;td class=&quot;message&quot;&gt;assigned to release 0.3 from unassigned&lt;/td&gt;
+    &lt;/tr&gt;
     
-  &lt;/td&gt;&lt;/tr&gt;
-
+    &lt;tr&gt;&lt;td&gt;&lt;/td&gt;&lt;/tr&gt;
+  
+    &lt;tr class=&quot;even-row&quot;&gt;
+      &lt;td class=&quot;date&quot;&gt;2008-04-11 10:03 UTC&lt;/td&gt;
+      &lt;td class=&quot;person&quot;&gt;Kentaro Kuribayashi &amp;lt;kentarok@...&amp;gt;&lt;/td&gt;
+      &lt;td class=&quot;message&quot;&gt;created&lt;/td&gt;
+    &lt;/tr&gt;
+    
+    &lt;tr&gt;&lt;td&gt;&lt;/td&gt;&lt;/tr&gt;
+  
+  &lt;/tbody&gt;
 &lt;/table&gt;
 
-&lt;p class=&quot;footer&quot;&gt;Generated by &lt;a href=&quot;http://ditz.rubyforge.org/&quot;&gt;ditz&lt;/a&gt;.
+&lt;/div&gt;
+&lt;div class=&quot;footer&quot;&gt;Generated by &lt;a href=&quot;http://ditz.rubyforge.org/&quot;&gt;ditz&lt;/a&gt;.&lt;/div&gt;
+
 &lt;/body&gt;
 &lt;/html&gt;</diff>
      <filename>html/issue-cbc36fd79b58e7a9370e3fe3a7f30154615dcd47.html</filename>
    </modified>
    <modified>
      <diff>@@ -1,110 +1,125 @@
+&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
+&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Strict//EN&quot;
+   &quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd&quot;&gt;
+
 &lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot; xml:lang=&quot;en&quot; lang=&quot;en&quot;&gt;
 &lt;head&gt;
 &lt;title&gt;ditz-add/add-release should run using switch-to-buffer in ditz-mode window.&lt;/title&gt;
-&lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=utf8&quot; /&gt;
+&lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=utf-8&quot; /&gt;
 &lt;link rel=&quot;stylesheet&quot; href=&quot;style.css&quot; type=&quot;text/css&quot; /&gt;
 &lt;/head&gt;
 
 &lt;body&gt;
 
-&lt;a href=&quot;index.html&quot;&gt;&amp;laquo; emacs-ditz project page&lt;/a&gt;
+&lt;div class=&quot;main&quot;&gt;
 
 &lt;h1&gt;ditz-add/add-release should run using switch-to-buffer in ditz-mode window.&lt;/h1&gt;
+&lt;div class=&quot;backptr&quot;&gt;&lt;a href=&quot;index.html&quot;&gt;&amp;laquo; emacs-ditz project page&lt;/a&gt;&lt;/div&gt;
+
+
+  &lt;div class=&quot;description&quot;&gt;
+  &lt;p&gt;Works fine?&lt;/p&gt;
+  &lt;/div&gt;
 
-&lt;p&gt;Works fine?&lt;/p&gt;
 
+&lt;h2&gt;Details&lt;/h2&gt;
 &lt;table&gt;
-  &lt;tr&gt;
-    &lt;td class=&quot;attrname&quot;&gt;Id:&lt;/td&gt;
-    &lt;td class=&quot;attrval&quot;&gt;f7e4c1ce0b4effba53671f5ff401ce3055bdc539&lt;/td&gt;
-  &lt;/tr&gt;
-
-  &lt;tr&gt;
-    &lt;td class=&quot;attrname&quot;&gt;Type:&lt;/td&gt;
-    &lt;td class=&quot;attrval&quot;&gt;feature&lt;/td&gt;
-  &lt;/tr&gt;
-
-  &lt;tr&gt;
-    &lt;td class=&quot;attrname&quot;&gt;Creation time:&lt;/td&gt;
-    &lt;td class=&quot;attrval&quot;&gt;Fri Apr 11 10:10:46 UTC 2008&lt;/td&gt;
-  &lt;/tr&gt;
-
-  &lt;tr&gt;
-    &lt;td class=&quot;attrname&quot;&gt;Creator:&lt;/td&gt;
-    &lt;td class=&quot;attrval&quot;&gt;Kentaro Kuribayashi &amp;lt;kentarok@...&amp;gt;&lt;/td&gt;
-  &lt;/tr&gt;
+  &lt;tbody&gt;
+    &lt;tr&gt;
+      &lt;td class=&quot;attrname&quot;&gt;Id:&lt;/td&gt;
+      &lt;td class=&quot;attrval&quot;&gt;&lt;span class=&quot;id&quot;&gt;f7e4c1ce0b4effba53671f5ff401ce3055bdc539&lt;/span&gt;&lt;/td&gt;
+    &lt;/tr&gt;
+
+    &lt;tr&gt;
+      &lt;td class=&quot;attrname&quot;&gt;Type:&lt;/td&gt;
+      &lt;td class=&quot;attrval&quot;&gt;feature&lt;/td&gt;
+    &lt;/tr&gt;
+
+    &lt;tr&gt;
+      &lt;td class=&quot;attrname&quot;&gt;Creation time:&lt;/td&gt;
+      &lt;td class=&quot;attrval&quot;&gt;2008-04-11 10:10 UTC&lt;/td&gt;
+    &lt;/tr&gt;
+
+    &lt;tr&gt;
+      &lt;td class=&quot;attrname&quot;&gt;Creator:&lt;/td&gt;
+      &lt;td class=&quot;attrval&quot;&gt;&lt;span class=&quot;person&quot;&gt;Kentaro Kuribayashi &amp;lt;kentarok@...&amp;gt;&lt;/span&gt;&lt;/td&gt;
+    &lt;/tr&gt;
 
-  
+    
 
-  &lt;tr&gt;
-    &lt;td class=&quot;attrname&quot;&gt;Release:&lt;/td&gt;
-    &lt;td class=&quot;attrval&quot;&gt;
-      
-        &lt;a href=&quot;release-0.3.html&quot;&gt;0.3&lt;/a&gt;
+    &lt;tr&gt;
+      &lt;td class=&quot;attrname&quot;&gt;Release:&lt;/td&gt;
+      &lt;td class=&quot;attrval&quot;&gt;
         
-          (released 2008-04-11)
+          &lt;a href=&quot;release-0.3.html&quot;&gt;0.3&lt;/a&gt;
+          
+            (released 2008-04-11)
+          
         
-      
-    &lt;/td&gt;
-  &lt;/tr&gt;
-
-  &lt;tr&gt;
-    &lt;td class=&quot;attrname&quot;&gt;Component:&lt;/td&gt;
-    &lt;td class=&quot;attrval&quot;&gt;&lt;a href=&quot;component-emacs-ditz.html&quot;&gt;emacs-ditz&lt;/a&gt;&lt;/td&gt;
-  &lt;/tr&gt;
-
-  &lt;tr&gt;
-    &lt;td class=&quot;attrname&quot;&gt;Status:&lt;/td&gt;
-    &lt;td class=&quot;attrval&quot;&gt; 
-      closed: fixed
-    &lt;/td&gt;
-  &lt;/tr&gt;
-&lt;/table&gt;
+      &lt;/td&gt;
+    &lt;/tr&gt;
+
+    &lt;tr&gt;
+      &lt;td class=&quot;attrname&quot;&gt;Component:&lt;/td&gt;
+      &lt;td class=&quot;attrval&quot;&gt;&lt;a href=&quot;component-emacs-ditz.html&quot;&gt;emacs-ditz&lt;/a&gt;&lt;/td&gt;
+    &lt;/tr&gt;
+
+    &lt;tr&gt;
+      &lt;td class=&quot;attrname&quot;&gt;Status:&lt;/td&gt;
+      &lt;td class=&quot;attrval&quot;&gt;
+        closed: fixed
+        &lt;img class=&quot;inline-status-image&quot; title=&quot;fixed&quot; alt=&quot;fixed&quot; src=&quot;green-check.png&quot;/&gt;
+      &lt;/td&gt;
+    &lt;/tr&gt;
 
-&lt;h2&gt;Issue log&lt;/h2&gt;
+    
+  &lt;/tbody&gt;
+&lt;/table&gt;
 
-&lt;table&gt;
 
 
-  &lt;tr class=&quot;logentryeven&quot;&gt;
+&lt;h2&gt;Issue log&lt;/h2&gt;
 
-  &lt;td class=&quot;logtime&quot;&gt;Fri Apr 11 10:10:48 UTC 2008&lt;/td&gt;
-  &lt;td class=&quot;logwho&quot;&gt;Kentaro Kuribayashi &amp;lt;kentarok@...&amp;gt;&lt;/td&gt;
-  &lt;td class=&quot;logwhat&quot;&gt;created&lt;/td&gt;
-  &lt;/tr&gt;
-  &lt;tr&gt;&lt;td colspan=&quot;3&quot; class=&quot;logcomment&quot;&gt;
-    
+&lt;table class=&quot;log&quot;&gt;
+  &lt;tbody&gt;
+  
+    &lt;tr class=&quot;even-row&quot;&gt;
+      &lt;td class=&quot;date&quot;&gt;2008-04-11 10:49 UTC&lt;/td&gt;
+      &lt;td class=&quot;person&quot;&gt;Kentaro Kuribayashi &amp;lt;kentarok@...&amp;gt;&lt;/td&gt;
+      &lt;td class=&quot;message&quot;&gt;changed description&lt;/td&gt;
+    &lt;/tr&gt;
     
-  &lt;/td&gt;&lt;/tr&gt;
-
-
-  &lt;tr class=&quot;logentryodd&quot;&gt;
-
-  &lt;td class=&quot;logtime&quot;&gt;Fri Apr 11 10:32:18 UTC 2008&lt;/td&gt;
-  &lt;td class=&quot;logwho&quot;&gt;Kentaro Kuribayashi &amp;lt;kentarok@...&amp;gt;&lt;/td&gt;
-  &lt;td class=&quot;logwhat&quot;&gt;closed issue with disposition fixed&lt;/td&gt;
-  &lt;/tr&gt;
-  &lt;tr&gt;&lt;td colspan=&quot;3&quot; class=&quot;logcomment&quot;&gt;
+      &lt;tr&gt;&lt;td colspan=&quot;3&quot; class=&quot;logcomment&quot;&gt;
+      Good!
+      &lt;/td&gt;&lt;/tr&gt;
     
-      &lt;p&gt;Those commands now check if being in ditz-mode buffer or other.&lt;/p&gt;
+    &lt;tr&gt;&lt;td&gt;&lt;/td&gt;&lt;/tr&gt;
+  
+    &lt;tr class=&quot;odd-row&quot;&gt;
+      &lt;td class=&quot;date&quot;&gt;2008-04-11 10:32 UTC&lt;/td&gt;
+      &lt;td class=&quot;person&quot;&gt;Kentaro Kuribayashi &amp;lt;kentarok@...&amp;gt;&lt;/td&gt;
+      &lt;td class=&quot;message&quot;&gt;closed issue with disposition fixed&lt;/td&gt;
+    &lt;/tr&gt;
     
-  &lt;/td&gt;&lt;/tr&gt;
-
-
-  &lt;tr class=&quot;logentryeven&quot;&gt;
-
-  &lt;td class=&quot;logtime&quot;&gt;Fri Apr 11 10:49:11 UTC 2008&lt;/td&gt;
-  &lt;td class=&quot;logwho&quot;&gt;Kentaro Kuribayashi &amp;lt;kentarok@...&amp;gt;&lt;/td&gt;
-  &lt;td class=&quot;logwhat&quot;&gt;changed description&lt;/td&gt;
-  &lt;/tr&gt;
-  &lt;tr&gt;&lt;td colspan=&quot;3&quot; class=&quot;logcomment&quot;&gt;
+      &lt;tr&gt;&lt;td colspan=&quot;3&quot; class=&quot;logcomment&quot;&gt;
+      Those commands now check if being in ditz-mode buffer or other.
+      &lt;/td&gt;&lt;/tr&gt;
     
-      &lt;p&gt;Good!&lt;/p&gt;
+    &lt;tr&gt;&lt;td&gt;&lt;/td&gt;&lt;/tr&gt;
+  
+    &lt;tr class=&quot;even-row&quot;&gt;
+      &lt;td class=&quot;date&quot;&gt;2008-04-11 10:10 UTC&lt;/td&gt;
+      &lt;td class=&quot;person&quot;&gt;Kentaro Kuribayashi &amp;lt;kentarok@...&amp;gt;&lt;/td&gt;
+      &lt;td class=&quot;message&quot;&gt;created&lt;/td&gt;
+    &lt;/tr&gt;
     
-  &lt;/td&gt;&lt;/tr&gt;
-
+    &lt;tr&gt;&lt;td&gt;&lt;/td&gt;&lt;/tr&gt;
+  
+  &lt;/tbody&gt;
 &lt;/table&gt;
 
-&lt;p class=&quot;footer&quot;&gt;Generated by &lt;a href=&quot;http://ditz.rubyforge.org/&quot;&gt;ditz&lt;/a&gt;.
+&lt;/div&gt;
+&lt;div class=&quot;footer&quot;&gt;Generated by &lt;a href=&quot;http://ditz.rubyforge.org/&quot;&gt;ditz&lt;/a&gt;.&lt;/div&gt;
+
 &lt;/body&gt;
 &lt;/html&gt;</diff>
      <filename>html/issue-f7e4c1ce0b4effba53671f5ff401ce3055bdc539.html</filename>
    </modified>
    <modified>
      <diff>@@ -1,100 +1,153 @@
+&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
+&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Strict//EN&quot;
+   &quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd&quot;&gt;
+
 &lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot; xml:lang=&quot;en&quot; lang=&quot;en&quot;&gt;
 &lt;head&gt;
 &lt;title&gt;emacs-ditz release 0.1&lt;/title&gt;
-&lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=utf8&quot; /&gt;
+&lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=utf-8&quot; /&gt;
 &lt;link rel=&quot;stylesheet&quot; href=&quot;style.css&quot; type=&quot;text/css&quot; /&gt;
 &lt;/head&gt;
 &lt;body&gt;
 
-&lt;a href=&quot;index.html&quot;&gt;&amp;laquo; emacs-ditz project page&lt;/a&gt;
+&lt;div class=&quot;main&quot;&gt;
 
 &lt;h1&gt;emacs-ditz release 0.1&lt;/h1&gt;
+&lt;div class=&quot;backptr&quot;&gt;&lt;a href=&quot;index.html&quot;&gt;&amp;laquo; emacs-ditz project page&lt;/a&gt;&lt;/div&gt;
 
-&lt;p&gt;
 &lt;table&gt;
-  &lt;tr&gt;
-    &lt;td class=&quot;attrname&quot;&gt;Status:&lt;/td&gt;
-    &lt;td class=&quot;attrval&quot;&gt;released&lt;/td&gt;
-  &lt;/tr&gt;
-  
+  &lt;tbody&gt;
     &lt;tr&gt;
-      &lt;td class=&quot;attrname&quot;&gt;Release time:&lt;/td&gt;
-      &lt;td class=&quot;attrval&quot;&gt;Thu Apr 10 20:33:03 UTC 2008&lt;/td&gt;
+      &lt;td class=&quot;attrname&quot;&gt;Status:&lt;/td&gt;
+      &lt;td class=&quot;attrval&quot;&gt;released&lt;/td&gt;
     &lt;/tr&gt;
-  
-  &lt;tr&gt;
     
-    &lt;td class=&quot;attrname&quot;&gt;Completion:&lt;/td&gt;
-    &lt;td class=&quot;attrval&quot;&gt;100%&lt;/td&gt;
-  &lt;/tr&gt;
+      &lt;tr&gt;
+        &lt;td class=&quot;attrname&quot;&gt;Release time:&lt;/td&gt;
+        &lt;td class=&quot;attrval&quot;&gt;2008-04-10 20:33 UTC&lt;/td&gt;
+      &lt;/tr&gt;
+    
+    &lt;tr&gt;
+      &lt;td class=&quot;attrname&quot;&gt;Completion:&lt;/td&gt;
+      &lt;td&gt;
+      
+      &lt;span class='progress-meter'&gt;&lt;span class='progress-meter-done'&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span class='progress-meter-undone'&gt;&lt;/span&gt;&lt;/span&gt;
+      100%
+      &lt;/td&gt;
+    &lt;/tr&gt;
+    &lt;tr&gt;&lt;td&gt;&lt;/td&gt;&lt;td class=&quot;attrval&quot;&gt;
+      2 / 2 issues
+    &lt;/td&gt;&lt;/tr&gt;
+  &lt;/tbody&gt;
 &lt;/table&gt;
-&lt;/p&gt;
 
 &lt;h2&gt;Issues&lt;/h2&gt;
 
   &lt;table&gt;
-
-  &lt;tr&gt;
-    &lt;td class=&quot;issuestatus_closed&quot;&gt;
-      closed: fixed
-    &lt;/td&gt;
-    &lt;td class=&quot;issuename&quot;&gt;
-      &lt;a href=&quot;issue-a384c13701a917d6ec51ac6437a071889dcbc5ed.html&quot;&gt;create ditz.el&lt;/a&gt;
+  &lt;tbody&gt;
+  
+    &lt;tr&gt;
+      &lt;td&gt; &lt;img title=&quot;fixed&quot; alt=&quot;fixed&quot; src=&quot;green-check.png&quot;/&gt; &lt;/td&gt;
+      &lt;td class=&quot;littledate&quot;&gt;2008-04-10&lt;/td&gt;
+      &lt;td class=&quot;issuename&quot;&gt;
+        &lt;a href=&quot;issue-637557b035e045159203166e3294609cab145090.html&quot;&gt;write README&lt;/a&gt;
+      &lt;/td&gt;
       
-    &lt;/td&gt;
-    
-    
-  &lt;/tr&gt;
-
-  &lt;tr&gt;
-    &lt;td class=&quot;issuestatus_closed&quot;&gt;
-      closed: fixed
-    &lt;/td&gt;
-    &lt;td class=&quot;issuename&quot;&gt;
-      &lt;a href=&quot;issue-637557b035e045159203166e3294609cab145090.html&quot;&gt;write README&lt;/a&gt;
       
-    &lt;/td&gt;
-    
-    
-  &lt;/tr&gt;
-
+    &lt;/tr&gt;
+  
+    &lt;tr&gt;
+      &lt;td&gt; &lt;img title=&quot;fixed&quot; alt=&quot;fixed&quot; src=&quot;green-check.png&quot;/&gt; &lt;/td&gt;
+      &lt;td class=&quot;littledate&quot;&gt;2008-04-10&lt;/td&gt;
+      &lt;td class=&quot;issuename&quot;&gt;
+        &lt;a href=&quot;issue-a384c13701a917d6ec51ac6437a071889dcbc5ed.html&quot;&gt;create ditz.el&lt;/a&gt;
+      &lt;/td&gt;
+      
+      
+    &lt;/tr&gt;
+  
+  &lt;/tbody&gt;
 &lt;/table&gt;
 
 
 
 
-&lt;h2&gt;Release log&lt;/h2&gt;
-&lt;table&gt;
-
-
-  &lt;tr class=&quot;logentryeven&quot;&gt;
-
-  &lt;td class=&quot;logtime&quot;&gt;Thu Apr 10 20:26:45 UTC 2008&lt;/td&gt;
-  &lt;td class=&quot;logwho&quot;&gt;Kentaro Kuribayashi &amp;lt;kentarok@...&amp;gt;&lt;/td&gt;
-  &lt;td class=&quot;logwhat&quot;&gt;created&lt;/td&gt;
-  &lt;/tr&gt;
-  &lt;tr&gt;&lt;td colspan=&quot;3&quot; class=&quot;logcomment&quot;&gt;
-    
-      &lt;p&gt;Initial release&lt;/p&gt;
-    
-  &lt;/td&gt;&lt;/tr&gt;
+&lt;h2&gt;Recent activity for this release&lt;/h2&gt;
+&lt;table class=&quot;log&quot;&gt;
+  &lt;tbody&gt;
+  
+    &lt;tr class=&quot;even-row&quot;&gt;
+      &lt;td class=&quot;date&quot;&gt;2008-04-10&lt;/td&gt;
+      &lt;td class=&quot;issuename&quot;&gt;
+        &lt;a href=&quot;issue-637557b035e045159203166e3294609cab145090.html&quot;&gt;write README&lt;/a&gt; &lt;img class=&quot;inline-status-image&quot; title=&quot;fixed&quot; alt=&quot;fixed&quot; src=&quot;green-check.png&quot;/&gt;
+      &lt;/td&gt;
+      &lt;td&gt; closed issue with disposition fixed &lt;/td&gt;
+    &lt;/tr&gt;
+    &lt;tr&gt;&lt;td&gt;&lt;/td&gt;&lt;/tr&gt;
+  
+    &lt;tr class=&quot;odd-row&quot;&gt;
+      &lt;td class=&quot;date&quot;&gt;2008-04-10&lt;/td&gt;
+      &lt;td class=&quot;issuename&quot;&gt;
+        &lt;a href=&quot;issue-a384c13701a917d6ec51ac6437a071889dcbc5ed.html&quot;&gt;create ditz.el&lt;/a&gt; &lt;img class=&quot;inline-status-image&quot; title=&quot;fixed&quot; alt=&quot;fixed&quot; src=&quot;green-check.png&quot;/&gt;
+      &lt;/td&gt;
+      &lt;td&gt; closed issue with disposition fixed &lt;/td&gt;
+    &lt;/tr&gt;
+    &lt;tr&gt;&lt;td&gt;&lt;/td&gt;&lt;/tr&gt;
+  
+    &lt;tr class=&quot;even-row&quot;&gt;
+      &lt;td class=&quot;date&quot;&gt;2008-04-10&lt;/td&gt;
+      &lt;td class=&quot;issuename&quot;&gt;
+        &lt;a href=&quot;issue-637557b035e045159203166e3294609cab145090.html&quot;&gt;write README&lt;/a&gt; &lt;img class=&quot;inline-status-image&quot; title=&quot;fixed&quot; alt=&quot;fixed&quot; src=&quot;green-check.png&quot;/&gt;
+      &lt;/td&gt;
+      &lt;td&gt; created &lt;/td&gt;
+    &lt;/tr&gt;
+    &lt;tr&gt;&lt;td&gt;&lt;/td&gt;&lt;/tr&gt;
+  
+    &lt;tr class=&quot;odd-row&quot;&gt;
+      &lt;td class=&quot;date&quot;&gt;2008-04-10&lt;/td&gt;
+      &lt;td class=&quot;issuename&quot;&gt;
+        &lt;a href=&quot;issue-a384c13701a917d6ec51ac6437a071889dcbc5ed.html&quot;&gt;create ditz.el&lt;/a&gt; &lt;img class=&quot;inline-status-image&quot; title=&quot;fixed&quot; alt=&quot;fixed&quot; src=&quot;green-check.png&quot;/&gt;
+      &lt;/td&gt;
+      &lt;td&gt; created &lt;/td&gt;
+    &lt;/tr&gt;
+    &lt;tr&gt;&lt;td&gt;&lt;/td&gt;&lt;/tr&gt;
+  
+  &lt;/tbody&gt;
+&lt;/table&gt;
 
+&lt;h2&gt;Release log&lt;/h2&gt;
+&lt;table class=&quot;log&quot;&gt;
+  &lt;tbody&gt;
 
-  &lt;tr class=&quot;logentryodd&quot;&gt;
+    &lt;tr class=&quot;even-row&quot;&gt;
+    &lt;td class=&quot;date&quot;&gt;Thu Apr 10 20:33:03 UTC 2008&lt;/td&gt;
+    &lt;td class=&quot;person&quot;&gt;Kentaro Kuribayashi &amp;lt;kentarok@...&amp;gt;&lt;/td&gt;
+    &lt;td class=&quot;message&quot;&gt;released&lt;/td&gt;
+    &lt;/tr&gt;
+    &lt;tr&gt;&lt;td colspan=&quot;3&quot; class=&quot;logcomment&quot;&gt;
+      
+        Initial release
+      
+    &lt;/td&gt;&lt;/tr&gt;
+    &lt;tr&gt;&lt;td&gt;&lt;/td&gt;&lt;/tr&gt;
 
-  &lt;td class=&quot;logtime&quot;&gt;Thu Apr 10 20:33:03 UTC 2008&lt;/td&gt;
-  &lt;td class=&quot;logwho&quot;&gt;Kentaro Kuribayashi &amp;lt;kentarok@...&amp;gt;&lt;/td&gt;
-  &lt;td class=&quot;logwhat&quot;&gt;released&lt;/td&gt;
-  &lt;/tr&gt;
-  &lt;tr&gt;&lt;td colspan=&quot;3&quot; class=&quot;logcomment&quot;&gt;
-    
-      &lt;p&gt;Initial release&lt;/p&gt;
-    
-  &lt;/td&gt;&lt;/tr&gt;
+    &lt;tr class=&quot;odd-row&quot;&gt;
+    &lt;td class=&quot;date&quot;&gt;Thu Apr 10 20:26:45 UTC 2008&lt;/td&gt;
+    &lt;td class=&quot;person&quot;&gt;Kentaro Kuribayashi &amp;lt;kentarok@...&amp;gt;&lt;/td&gt;
+    &lt;td class=&quot;message&quot;&gt;created&lt;/td&gt;
+    &lt;/tr&gt;
+    &lt;tr&gt;&lt;td colspan=&quot;3&quot; class=&quot;logcomment&quot;&gt;
+      
+        Initial release
+      
+    &lt;/td&gt;&lt;/tr&gt;
+    &lt;tr&gt;&lt;td&gt;&lt;/td&gt;&lt;/tr&gt;
 
+  &lt;/tbody&gt;
 &lt;/table&gt;
 
-&lt;p class=&quot;footer&quot;&gt;Generated by &lt;a href=&quot;http://ditz.rubyforge.org/&quot;&gt;ditz&lt;/a&gt;.
+&lt;/div&gt;
+&lt;div class=&quot;footer&quot;&gt;Generated by &lt;a href=&quot;http://ditz.rubyforge.org/&quot;&gt;ditz&lt;/a&gt;.&lt;/div&gt;
 
 &lt;/body&gt;
 &lt;/html&gt;</diff>
      <filename>html/release-0.1.html</filename>
    </modified>
    <modified>
      <diff>@@ -1,87 +1,124 @@
+&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
+&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Strict//EN&quot;
+   &quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd&quot;&gt;
+
 &lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot; xml:lang=&quot;en&quot; lang=&quot;en&quot;&gt;
 &lt;head&gt;
 &lt;title&gt;emacs-ditz release 0.2&lt;/title&gt;
-&lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=utf8&quot; /&gt;
+&lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=utf-8&quot; /&gt;
 &lt;link rel=&quot;stylesheet&quot; href=&quot;style.css&quot; type=&quot;text/css&quot; /&gt;
 &lt;/head&gt;
 &lt;body&gt;
 
-&lt;a href=&quot;index.html&quot;&gt;&amp;laquo; emacs-ditz project page&lt;/a&gt;
+&lt;div class=&quot;main&quot;&gt;
 
 &lt;h1&gt;emacs-ditz release 0.2&lt;/h1&gt;
+&lt;div class=&quot;backptr&quot;&gt;&lt;a href=&quot;index.html&quot;&gt;&amp;laquo; emacs-ditz project page&lt;/a&gt;&lt;/div&gt;
 
-&lt;p&gt;
 &lt;table&gt;
-  &lt;tr&gt;
-    &lt;td class=&quot;attrname&quot;&gt;Status:&lt;/td&gt;
-    &lt;td class=&quot;attrval&quot;&gt;released&lt;/td&gt;
-  &lt;/tr&gt;
-  
+  &lt;tbody&gt;
     &lt;tr&gt;
-      &lt;td class=&quot;attrname&quot;&gt;Release time:&lt;/td&gt;
-      &lt;td class=&quot;attrval&quot;&gt;Thu Apr 10 22:47:34 UTC 2008&lt;/td&gt;
+      &lt;td class=&quot;attrname&quot;&gt;Status:&lt;/td&gt;
+      &lt;td class=&quot;attrval&quot;&gt;released&lt;/td&gt;
     &lt;/tr&gt;
-  
-  &lt;tr&gt;
     
-    &lt;td class=&quot;attrname&quot;&gt;Completion:&lt;/td&gt;
-    &lt;td class=&quot;attrval&quot;&gt;100%&lt;/td&gt;
-  &lt;/tr&gt;
+      &lt;tr&gt;
+        &lt;td class=&quot;attrname&quot;&gt;Release time:&lt;/td&gt;
+        &lt;td class=&quot;attrval&quot;&gt;2008-04-10 22:47 UTC&lt;/td&gt;
+      &lt;/tr&gt;
+    
+    &lt;tr&gt;
+      &lt;td class=&quot;attrname&quot;&gt;Completion:&lt;/td&gt;
+      &lt;td&gt;
+      
+      &lt;span class='progress-meter'&gt;&lt;span class='progress-meter-done'&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span class='progress-meter-undone'&gt;&lt;/span&gt;&lt;/span&gt;
+      100%
+      &lt;/td&gt;
+    &lt;/tr&gt;
+    &lt;tr&gt;&lt;td&gt;&lt;/td&gt;&lt;td class=&quot;attrval&quot;&gt;
+      1 / 1 issues
+    &lt;/td&gt;&lt;/tr&gt;
+  &lt;/tbody&gt;
 &lt;/table&gt;
-&lt;/p&gt;
 
 &lt;h2&gt;Issues&lt;/h2&gt;
 
   &lt;table&gt;
-
-  &lt;tr&gt;
-    &lt;td class=&quot;issuestatus_closed&quot;&gt;
-      closed: fixed
-    &lt;/td&gt;
-    &lt;td class=&quot;issuename&quot;&gt;
-      &lt;a href=&quot;issue-1bc5db0f7686559ee9635721bc2a50e8e4a4ecbc.html&quot;&gt;support `ditz html' command&lt;/a&gt;
+  &lt;tbody&gt;
+  
+    &lt;tr&gt;
+      &lt;td&gt; &lt;img title=&quot;fixed&quot; alt=&quot;fixed&quot; src=&quot;green-check.png&quot;/&gt; &lt;/td&gt;
+      &lt;td class=&quot;littledate&quot;&gt;2008-04-10&lt;/td&gt;
+      &lt;td class=&quot;issuename&quot;&gt;
+        &lt;a href=&quot;issue-1bc5db0f7686559ee9635721bc2a50e8e4a4ecbc.html&quot;&gt;support `ditz html' command&lt;/a&gt;
+      &lt;/td&gt;
       
-    &lt;/td&gt;
-    
-    
-  &lt;/tr&gt;
-
+      
+    &lt;/tr&gt;
+  
+  &lt;/tbody&gt;
 &lt;/table&gt;
 
 
 
 
-&lt;h2&gt;Release log&lt;/h2&gt;
-&lt;table&gt;
-
-
-  &lt;tr class=&quot;logentryeven&quot;&gt;
-
-  &lt;td class=&quot;logtime&quot;&gt;Thu Apr 10 22:38:55 UTC 2008&lt;/td&gt;
-  &lt;td class=&quot;logwho&quot;&gt;Kentaro Kuribayashi &amp;lt;kentarok@...&amp;gt;&lt;/td&gt;
-  &lt;td class=&quot;logwhat&quot;&gt;created&lt;/td&gt;
-  &lt;/tr&gt;
-  &lt;tr&gt;&lt;td colspan=&quot;3&quot; class=&quot;logcomment&quot;&gt;
-    
-    
-  &lt;/td&gt;&lt;/tr&gt;
+&lt;h2&gt;Recent activity for this release&lt;/h2&gt;
+&lt;table class=&quot;log&quot;&gt;
+  &lt;tbody&gt;
+  
+    &lt;tr class=&quot;even-row&quot;&gt;
+      &lt;td class=&quot;date&quot;&gt;2008-04-10&lt;/td&gt;
+      &lt;td class=&quot;issuename&quot;&gt;
+        &lt;a href=&quot;issue-1bc5db0f7686559ee9635721bc2a50e8e4a4ecbc.html&quot;&gt;support `ditz html' command&lt;/a&gt; &lt;img class=&quot;inline-status-image&quot; title=&quot;fixed&quot; alt=&quot;fixed&quot; src=&quot;green-check.png&quot;/&gt;
+      &lt;/td&gt;
+      &lt;td&gt; closed issue with disposition fixed &lt;/td&gt;
+    &lt;/tr&gt;
+    &lt;tr&gt;&lt;td&gt;&lt;/td&gt;&lt;/tr&gt;
+  
+    &lt;tr class=&quot;odd-row&quot;&gt;
+      &lt;td class=&quot;date&quot;&gt;2008-04-10&lt;/td&gt;
+      &lt;td class=&quot;issuename&quot;&gt;
+        &lt;a href=&quot;issue-1bc5db0f7686559ee9635721bc2a50e8e4a4ecbc.html&quot;&gt;support `ditz html' command&lt;/a&gt; &lt;img class=&quot;inline-status-image&quot; title=&quot;fixed&quot; alt=&quot;fixed&quot; src=&quot;green-check.png&quot;/&gt;
+      &lt;/td&gt;
+      &lt;td&gt; created &lt;/td&gt;
+    &lt;/tr&gt;
+    &lt;tr&gt;&lt;td&gt;&lt;/td&gt;&lt;/tr&gt;
+  
+  &lt;/tbody&gt;
+&lt;/table&gt;
 
+&lt;h2&gt;Release log&lt;/h2&gt;
+&lt;table class=&quot;log&quot;&gt;
+  &lt;tbody&gt;
 
-  &lt;tr class=&quot;logentryodd&quot;&gt;
+    &lt;tr class=&quot;even-row&quot;&gt;
+    &lt;td class=&quot;date&quot;&gt;Thu Apr 10 22:47:34 UTC 2008&lt;/td&gt;
+    &lt;td class=&quot;person&quot;&gt;Kentaro Kuribayashi &amp;lt;kentarok@...&amp;gt;&lt;/td&gt;
+    &lt;td class=&quot;message&quot;&gt;released&lt;/td&gt;
+    &lt;/tr&gt;
+    &lt;tr&gt;&lt;td colspan=&quot;3&quot; class=&quot;logcomment&quot;&gt;
+      
+        release 0.2
+      
+    &lt;/td&gt;&lt;/tr&gt;
+    &lt;tr&gt;&lt;td&gt;&lt;/td&gt;&lt;/tr&gt;
 
-  &lt;td class=&quot;logtime&quot;&gt;Thu Apr 10 22:47:34 UTC 2008&lt;/td&gt;
-  &lt;td class=&quot;logwho&quot;&gt;Kentaro Kuribayashi &amp;lt;kentarok@...&amp;gt;&lt;/td&gt;
-  &lt;td class=&quot;logwhat&quot;&gt;released&lt;/td&gt;
-  &lt;/tr&gt;
-  &lt;tr&gt;&lt;td colspan=&quot;3&quot; class=&quot;logcomment&quot;&gt;
-    
-      &lt;p&gt;release 0.2&lt;/p&gt;
-    
-  &lt;/td&gt;&lt;/tr&gt;
+    &lt;tr class=&quot;odd-row&quot;&gt;
+    &lt;td class=&quot;date&quot;&gt;Thu Apr 10 22:38:55 UTC 2008&lt;/td&gt;
+    &lt;td class=&quot;person&quot;&gt;Kentaro Kuribayashi &amp;lt;kentarok@...&amp;gt;&lt;/td&gt;
+    &lt;td class=&quot;message&quot;&gt;created&lt;/td&gt;
+    &lt;/tr&gt;
+    &lt;tr&gt;&lt;td colspan=&quot;3&quot; class=&quot;logcomment&quot;&gt;
+      
+      
+    &lt;/td&gt;&lt;/tr&gt;
+    &lt;tr&gt;&lt;td&gt;&lt;/td&gt;&lt;/tr&gt;
 
+  &lt;/tbody&gt;
 &lt;/table&gt;
 
-&lt;p class=&quot;footer&quot;&gt;Generated by &lt;a href=&quot;http://ditz.rubyforge.org/&quot;&gt;ditz&lt;/a&gt;.
+&lt;/div&gt;
+&lt;div class=&quot;footer&quot;&gt;Generated by &lt;a href=&quot;http://ditz.rubyforge.org/&quot;&gt;ditz&lt;/a&gt;.&lt;/div&gt;
 
 &lt;/body&gt;
 &lt;/html&gt;</diff>
      <filename>html/release-0.2.html</filename>
    </modified>
    <modified>
      <diff>@@ -1,147 +1,246 @@
+&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
+&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Strict//EN&quot;
+   &quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd&quot;&gt;
+
 &lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot; xml:lang=&quot;en&quot; lang=&quot;en&quot;&gt;
 &lt;head&gt;
 &lt;title&gt;emacs-ditz release 0.3&lt;/title&gt;
-&lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=utf8&quot; /&gt;
+&lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=utf-8&quot; /&gt;
 &lt;link rel=&quot;stylesheet&quot; href=&quot;style.css&quot; type=&quot;text/css&quot; /&gt;
 &lt;/head&gt;
 &lt;body&gt;
 
-&lt;a href=&quot;index.html&quot;&gt;&amp;laquo; emacs-ditz project page&lt;/a&gt;
+&lt;div class=&quot;main&quot;&gt;
 
 &lt;h1&gt;emacs-ditz release 0.3&lt;/h1&gt;
+&lt;div class=&quot;backptr&quot;&gt;&lt;a href=&quot;index.html&quot;&gt;&amp;laquo; emacs-ditz project page&lt;/a&gt;&lt;/div&gt;
 
-&lt;p&gt;
 &lt;table&gt;
-  &lt;tr&gt;
-    &lt;td class=&quot;attrname&quot;&gt;Status:&lt;/td&gt;
-    &lt;td class=&quot;attrval&quot;&gt;released&lt;/td&gt;
-  &lt;/tr&gt;
-  
+  &lt;tbody&gt;
     &lt;tr&gt;
-      &lt;td class=&quot;attrname&quot;&gt;Release time:&lt;/td&gt;
-      &lt;td class=&quot;attrval&quot;&gt;Fri Apr 11 10:50:46 UTC 2008&lt;/td&gt;
+      &lt;td class=&quot;attrname&quot;&gt;Status:&lt;/td&gt;
+      &lt;td class=&quot;attrval&quot;&gt;released&lt;/td&gt;
     &lt;/tr&gt;
-  
-  &lt;tr&gt;
     
-    &lt;td class=&quot;attrname&quot;&gt;Completion:&lt;/td&gt;
-    &lt;td class=&quot;attrval&quot;&gt;100%&lt;/td&gt;
-  &lt;/tr&gt;
+      &lt;tr&gt;
+        &lt;td class=&quot;attrname&quot;&gt;Release time:&lt;/td&gt;
+        &lt;td class=&quot;attrval&quot;&gt;2008-04-11 10:50 UTC&lt;/td&gt;
+      &lt;/tr&gt;
+    
+    &lt;tr&gt;
+      &lt;td class=&quot;attrname&quot;&gt;Completion:&lt;/td&gt;
+      &lt;td&gt;
+      
+      &lt;span class='progress-meter'&gt;&lt;span class='progress-meter-done'&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span class='progress-meter-undone'&gt;&lt;/span&gt;&lt;/span&gt;
+      100%
+      &lt;/td&gt;
+    &lt;/tr&gt;
+    &lt;tr&gt;&lt;td&gt;&lt;/td&gt;&lt;td class=&quot;attrval&quot;&gt;
+      6 / 6 issues
+    &lt;/td&gt;&lt;/tr&gt;
+  &lt;/tbody&gt;
 &lt;/table&gt;
-&lt;/p&gt;
 
 &lt;h2&gt;Issues&lt;/h2&gt;
 
   &lt;table&gt;
-
-  &lt;tr&gt;
-    &lt;td class=&quot;issuestatus_closed&quot;&gt;
-      closed: fixed
-    &lt;/td&gt;
-    &lt;td class=&quot;issuename&quot;&gt;
-      &lt;a href=&quot;issue-057224193897df09b58ae3181fa876abb00934f0.html&quot;&gt;Better window handling (popup/display/switch)&lt;/a&gt;
+  &lt;tbody&gt;
+  
+    &lt;tr&gt;
+      &lt;td&gt; &lt;img title=&quot;fixed&quot; alt=&quot;fixed&quot; src=&quot;green-check.png&quot;/&gt; &lt;/td&gt;
+      &lt;td class=&quot;littledate&quot;&gt;2008-04-11&lt;/td&gt;
+      &lt;td class=&quot;issuename&quot;&gt;
+        &lt;a href=&quot;issue-3123effe955c3240ce5dbf10f106abb1dd9512ba.html&quot;&gt;Confirm if ditz-edit works correctly.&lt;/a&gt;
+      &lt;/td&gt;
       
-    &lt;/td&gt;
-    
-    
-  &lt;/tr&gt;
-
-  &lt;tr&gt;
-    &lt;td class=&quot;issuestatus_closed&quot;&gt;
-      closed: fixed
-    &lt;/td&gt;
-    &lt;td class=&quot;issuename&quot;&gt;
-      &lt;a href=&quot;issue-cbc36fd79b58e7a9370e3fe3a7f30154615dcd47.html&quot;&gt;Add support for `ditz edit' command&lt;/a&gt;
       
-    &lt;/td&gt;
-    
-    
-  &lt;/tr&gt;
-
-  &lt;tr&gt;
-    &lt;td class=&quot;issuestatus_closed&quot;&gt;
-      closed: fixed
-    &lt;/td&gt;
-    &lt;td class=&quot;issuename&quot;&gt;
-      &lt;a href=&quot;issue-a75de69c23d547a7a00e40e64e850517dfa04748.html&quot;&gt;Add documentation of ditz-edit command into README&lt;/a&gt;
+    &lt;/tr&gt;
+  
+    &lt;tr&gt;
+      &lt;td&gt; &lt;img title=&quot;fixed&quot; alt=&quot;fixed&quot; src=&quot;green-check.png&quot;/&gt; &lt;/td&gt;
+      &lt;td class=&quot;littledate&quot;&gt;2008-04-11&lt;/td&gt;
+      &lt;td class=&quot;issuename&quot;&gt;
+        &lt;a href=&quot;issue-f7e4c1ce0b4effba53671f5ff401ce3055bdc539.html&quot;&gt;ditz-add/add-release should run using switch-to-buffer in ditz-mode window.&lt;/a&gt;
+      &lt;/td&gt;
       
-    &lt;/td&gt;
-    
-    
-  &lt;/tr&gt;
-
-  &lt;tr&gt;
-    &lt;td class=&quot;issuestatus_closed&quot;&gt;
-      closed: fixed
-    &lt;/td&gt;
-    &lt;td class=&quot;issuename&quot;&gt;
-      &lt;a href=&quot;issue-7ccde534d53c6ebb34006a54dcd0acf78252de1f.html&quot;&gt;goto-char properly should run after ditz-log/status/todo.&lt;/a&gt;
-      (bug)
-    &lt;/td&gt;
-    
-    
-  &lt;/tr&gt;
-
-  &lt;tr&gt;
-    &lt;td class=&quot;issuestatus_closed&quot;&gt;
-      closed: fixed
-    &lt;/td&gt;
-    &lt;td class=&quot;issuename&quot;&gt;
-      &lt;a href=&quot;issue-f7e4c1ce0b4effba53671f5ff401ce3055bdc539.html&quot;&gt;ditz-add/add-release should run using switch-to-buffer in ditz-mode window.&lt;/a&gt;
       
-    &lt;/td&gt;
-    
-    
-  &lt;/tr&gt;
-
-  &lt;tr&gt;
-    &lt;td class=&quot;issuestatus_closed&quot;&gt;
-      closed: fixed
-    &lt;/td&gt;
-    &lt;td class=&quot;issuename&quot;&gt;
-      &lt;a href=&quot;issue-3123effe955c3240ce5dbf10f106abb1dd9512ba.html&quot;&gt;Confirm if ditz-edit works correctly.&lt;/a&gt;
+    &lt;/tr&gt;
+  
+    &lt;tr&gt;
+      &lt;td&gt; &lt;img title=&quot;fixed&quot; alt=&quot;fixed&quot; src=&quot;green-check.png&quot;/&gt; &lt;/td&gt;
+      &lt;td class=&quot;littledate&quot;&gt;2008-04-11&lt;/td&gt;
+      &lt;td class=&quot;issuename&quot;&gt;
+        &lt;a href=&quot;issue-7ccde534d53c6ebb34006a54dcd0acf78252de1f.html&quot;&gt;goto-char properly should run after ditz-log/status/todo.&lt;/a&gt;
+      &lt;/td&gt;
       
-    &lt;/td&gt;
-    
-    
-  &lt;/tr&gt;
-
+      
+    &lt;/tr&gt;
+  
+    &lt;tr&gt;
+      &lt;td&gt; &lt;img title=&quot;fixed&quot; alt=&quot;fixed&quot; src=&quot;green-check.png&quot;/&gt; &lt;/td&gt;
+      &lt;td class=&quot;littledate&quot;&gt;2008-04-11&lt;/td&gt;
+      &lt;td class=&quot;issuename&quot;&gt;
+        &lt;a href=&quot;issue-a75de69c23d547a7a00e40e64e850517dfa04748.html&quot;&gt;Add documentation of ditz-edit command into README&lt;/a&gt;
+      &lt;/td&gt;
+      
+      
+    &lt;/tr&gt;
+  
+    &lt;tr&gt;
+      &lt;td&gt; &lt;img title=&quot;fixed&quot; alt=&quot;fixed&quot; src=&quot;green-check.png&quot;/&gt; &lt;/td&gt;
+      &lt;td class=&quot;littledate&quot;&gt;2008-04-11&lt;/td&gt;
+      &lt;td class=&quot;issuename&quot;&gt;
+        &lt;a href=&quot;issue-cbc36fd79b58e7a9370e3fe3a7f30154615dcd47.html&quot;&gt;Add support for `ditz edit' command&lt;/a&gt;
+      &lt;/td&gt;
+      
+      
+    &lt;/tr&gt;
+  
+    &lt;tr&gt;
+      &lt;td&gt; &lt;img title=&quot;fixed&quot; alt=&quot;fixed&quot; src=&quot;green-check.png&quot;/&gt; &lt;/td&gt;
+      &lt;td class=&quot;littledate&quot;&gt;2008-04-11&lt;/td&gt;
+      &lt;td class=&quot;issuename&quot;&gt;
+        &lt;a href=&quot;issue-057224193897df09b58ae3181fa876abb00934f0.html&quot;&gt;Better window handling (popup/display/switch)&lt;/a&gt;
+      &lt;/td&gt;
+      
+      
+    &lt;/tr&gt;
+  
+  &lt;/tbody&gt;
 &lt;/table&gt;
 
 
 
 
-&lt;h2&gt;Release log&lt;/h2&gt;
-&lt;table&gt;
-
-
-  &lt;tr class=&quot;logentryeven&quot;&gt;
-
-  &lt;td class=&quot;logtime&quot;&gt;Fri Apr 11 10:03:23 UTC 2008&lt;/td&gt;
-  &lt;td class=&quot;logwho&quot;&gt;Kentaro Kuribayashi &amp;lt;kentarok@...&amp;gt;&lt;/td&gt;
-  &lt;td class=&quot;logwhat&quot;&gt;created&lt;/td&gt;
-  &lt;/tr&gt;
-  &lt;tr&gt;&lt;td colspan=&quot;3&quot; class=&quot;logcomment&quot;&gt;
-    
-    
-  &lt;/td&gt;&lt;/tr&gt;
+&lt;h2&gt;Recent activity for this release&lt;/h2&gt;
+&lt;table class=&quot;log&quot;&gt;
+  &lt;tbody&gt;
+  
+    &lt;tr class=&quot;even-row&quot;&gt;
+      &lt;td class=&quot;date&quot;&gt;2008-04-11&lt;/td&gt;
+      &lt;td class=&quot;issuename&quot;&gt;
+        &lt;a href=&quot;issue-3123effe955c3240ce5dbf10f106abb1dd9512ba.html&quot;&gt;Confirm if ditz-edit works correctly.&lt;/a&gt; &lt;img class=&quot;inline-status-image&quot; title=&quot;fixed&quot; alt=&quot;fixed&quot; src=&quot;green-check.png&quot;/&gt;
+      &lt;/td&gt;
+      &lt;td&gt; closed issue with disposition fixed &lt;/td&gt;
+    &lt;/tr&gt;
+    &lt;tr&gt;&lt;td&gt;&lt;/td&gt;&lt;/tr&gt;
+  
+    &lt;tr class=&quot;odd-row&quot;&gt;
+      &lt;td class=&quot;date&quot;&gt;2008-04-11&lt;/td&gt;
+      &lt;td class=&quot;issuename&quot;&gt;
+        &lt;a href=&quot;issue-f7e4c1ce0b4effba53671f5ff401ce3055bdc539.html&quot;&gt;ditz-add/add-release should run using switch-to-buffer in ditz-mode window.&lt;/a&gt; &lt;img class=&quot;inline-status-image&quot; title=&quot;fixed&quot; alt=&quot;fixed&quot; src=&quot;green-check.png&quot;/&gt;
+      &lt;/td&gt;
+      &lt;td&gt; changed description &lt;/td&gt;
+    &lt;/tr&gt;
+    &lt;tr&gt;&lt;td&gt;&lt;/td&gt;&lt;/tr&gt;
+  
+    &lt;tr class=&quot;even-row&quot;&gt;
+      &lt;td class=&quot;date&quot;&gt;2008-04-11&lt;/td&gt;
+      &lt;td class=&quot;issuename&quot;&gt;
+        &lt;a href=&quot;issue-3123effe955c3240ce5dbf10f106abb1dd9512ba.html&quot;&gt;Confirm if ditz-edit works correctly.&lt;/a&gt; &lt;img class=&quot;inline-status-image&quot; title=&quot;fixed&quot; alt=&quot;fixed&quot; src=&quot;green-check.png&quot;/&gt;
+      &lt;/td&gt;
+      &lt;td&gt; created &lt;/td&gt;
+    &lt;/tr&gt;
+    &lt;tr&gt;&lt;td&gt;&lt;/td&gt;&lt;/tr&gt;
+  
+    &lt;tr class=&quot;odd-row&quot;&gt;
+      &lt;td class=&quot;date&quot;&gt;2008-04-11&lt;/td&gt;
+      &lt;td class=&quot;issuename&quot;&gt;
+        &lt;a href=&quot;issue-f7e4c1ce0b4effba53671f5ff401ce3055bdc539.html&quot;&gt;ditz-add/add-release should run using switch-to-buffer in ditz-mode window.&lt;/a&gt; &lt;img class=&quot;inline-status-image&quot; title=&quot;fixed&quot; alt=&quot;fixed&quot; src=&quot;green-check.png&quot;/&gt;
+      &lt;/td&gt;
+      &lt;td&gt; closed issue with disposition fixed &lt;/td&gt;
+    &lt;/tr&gt;
+    &lt;tr&gt;&lt;td&gt;&lt;/td&gt;&lt;/tr&gt;
+  
+    &lt;tr class=&quot;even-row&quot;&gt;
+      &lt;td class=&quot;date&quot;&gt;2008-04-11&lt;/td&gt;
+      &lt;td class=&quot;issuename&quot;&gt;
+        &lt;a href=&quot;issue-7ccde534d53c6ebb34006a54dcd0acf78252de1f.html&quot;&gt;goto-char properly should run after ditz-log/status/todo.&lt;/a&gt; &lt;img class=&quot;inline-status-image&quot; title=&quot;fixed&quot; alt=&quot;fixed&quot; src=&quot;green-check.png&quot;/&gt;
+      &lt;/td&gt;
+      &lt;td&gt; closed issue with disposition fixed &lt;/td&gt;
+    &lt;/tr&gt;
+    &lt;tr&gt;&lt;td&gt;&lt;/td&gt;&lt;/tr&gt;
+  
+    &lt;tr class=&quot;odd-row&quot;&gt;
+      &lt;td class=&quot;date&quot;&gt;2008-04-11&lt;/td&gt;
+      &lt;td class=&quot;issuename&quot;&gt;
+        &lt;a href=&quot;issue-a75de69c23d547a7a00e40e64e850517dfa04748.html&quot;&gt;Add documentation of ditz-edit command into README&lt;/a&gt; &lt;img class=&quot;inline-status-image&quot; title=&quot;fixed&quot; alt=&quot;fixed&quot; src=&quot;green-check.png&quot;/&gt;
+      &lt;/td&gt;
+      &lt;td&gt; closed issue with disposition fixed &lt;/td&gt;
+    &lt;/tr&gt;
+    &lt;tr&gt;&lt;td&gt;&lt;/td&gt;&lt;/tr&gt;
+  
+    &lt;tr class=&quot;even-row&quot;&gt;
+      &lt;td class=&quot;date&quot;&gt;2008-04-11&lt;/td&gt;
+      &lt;td class=&quot;issuename&quot;&gt;
+        &lt;a href=&quot;issue-cbc36fd79b58e7a9370e3fe3a7f30154615dcd47.html&quot;&gt;Add support for `ditz edit' command&lt;/a&gt; &lt;img class=&quot;inline-status-image&quot; title=&quot;fixed&quot; alt=&quot;fixed&quot; src=&quot;green-check.png&quot;/&gt;
+      &lt;/td&gt;
+      &lt;td&gt; closed issue with disposition fixed &lt;/td&gt;
+    &lt;/tr&gt;
+    &lt;tr&gt;&lt;td&gt;&lt;/td&gt;&lt;/tr&gt;
+  
+    &lt;tr class=&quot;odd-row&quot;&gt;
+      &lt;td class=&quot;date&quot;&gt;2008-04-11&lt;/td&gt;
+      &lt;td class=&quot;issuename&quot;&gt;
+        &lt;a href=&quot;issue-f7e4c1ce0b4effba53671f5ff401ce3055bdc539.html&quot;&gt;ditz-add/add-release should run using switch-to-buffer in ditz-mode window.&lt;/a&gt; &lt;img class=&quot;inline-status-image&quot; title=&quot;fixed&quot; alt=&quot;fixed&quot; src=&quot;green-check.png&quot;/&gt;
+      &lt;/td&gt;
+      &lt;td&gt; created &lt;/td&gt;
+    &lt;/tr&gt;
+    &lt;tr&gt;&lt;td&gt;&lt;/td&gt;&lt;/tr&gt;
+  
+    &lt;tr class=&quot;even-row&quot;&gt;
+      &lt;td class=&quot;date&quot;&gt;2008-04-11&lt;/td&gt;
+      &lt;td class=&quot;issuename&quot;&gt;
+        &lt;a href=&quot;issue-7ccde534d53c6ebb34006a54dcd0acf78252de1f.html&quot;&gt;goto-char properly should run after ditz-log/status/todo.&lt;/a&gt; &lt;img class=&quot;inline-status-image&quot; title=&quot;fixed&quot; alt=&quot;fixed&quot; src=&quot;green-check.png&quot;/&gt;
+      &lt;/td&gt;
+      &lt;td&gt; created &lt;/td&gt;
+    &lt;/tr&gt;
+    &lt;tr&gt;&lt;td&gt;&lt;/td&gt;&lt;/tr&gt;
+  
+    &lt;tr class=&quot;odd-row&quot;&gt;
+      &lt;td class=&quot;date&quot;&gt;2008-04-11&lt;/td&gt;
+      &lt;td class=&quot;issuename&quot;&gt;
+        &lt;a href=&quot;issue-a75de69c23d547a7a00e40e64e850517dfa04748.html&quot;&gt;Add documentation of ditz-edit command into README&lt;/a&gt; &lt;img class=&quot;inline-status-image&quot; title=&quot;fixed&quot; alt=&quot;fixed&quot; src=&quot;green-check.png&quot;/&gt;
+      &lt;/td&gt;
+      &lt;td&gt; created &lt;/td&gt;
+    &lt;/tr&gt;
+    &lt;tr&gt;&lt;td&gt;&lt;/td&gt;&lt;/tr&gt;
+  
+  &lt;/tbody&gt;
+&lt;/table&gt;
 
+&lt;h2&gt;Release log&lt;/h2&gt;
+&lt;table class=&quot;log&quot;&gt;
+  &lt;tbody&gt;
 
-  &lt;tr class=&quot;logentryodd&quot;&gt;
+    &lt;tr class=&quot;even-row&quot;&gt;
+    &lt;td class=&quot;date&quot;&gt;Fri Apr 11 10:50:46 UTC 2008&lt;/td&gt;
+    &lt;td class=&quot;person&quot;&gt;Kentaro Kuribayashi &amp;lt;kentarok@...&amp;gt;&lt;/td&gt;
+    &lt;td class=&quot;message&quot;&gt;released&lt;/td&gt;
+    &lt;/tr&gt;
+    &lt;tr&gt;&lt;td colspan=&quot;3&quot; class=&quot;logcomment&quot;&gt;
+      
+        release 0.3
+      
+    &lt;/td&gt;&lt;/tr&gt;
+    &lt;tr&gt;&lt;td&gt;&lt;/td&gt;&lt;/tr&gt;
 
-  &lt;td class=&quot;logtime&quot;&gt;Fri Apr 11 10:50:46 UTC 2008&lt;/td&gt;
-  &lt;td class=&quot;logwho&quot;&gt;Kentaro Kuribayashi &amp;lt;kentarok@...&amp;gt;&lt;/td&gt;
-  &lt;td class=&quot;logwhat&quot;&gt;released&lt;/td&gt;
-  &lt;/tr&gt;
-  &lt;tr&gt;&lt;td colspan=&quot;3&quot; class=&quot;logcomment&quot;&gt;
-    
-      &lt;p&gt;release 0.3&lt;/p&gt;
-    
-  &lt;/td&gt;&lt;/tr&gt;
+    &lt;tr class=&quot;odd-row&quot;&gt;
+    &lt;td class=&quot;date&quot;&gt;Fri Apr 11 10:03:23 UTC 2008&lt;/td&gt;
+    &lt;td class=&quot;person&quot;&gt;Kentaro Kuribayashi &amp;lt;kentarok@...&amp;gt;&lt;/td&gt;
+    &lt;td class=&quot;message&quot;&gt;created&lt;/td&gt;
+    &lt;/tr&gt;
+    &lt;tr&gt;&lt;td colspan=&quot;3&quot; class=&quot;logcomment&quot;&gt;
+      
+      
+    &lt;/td&gt;&lt;/tr&gt;
+    &lt;tr&gt;&lt;td&gt;&lt;/td&gt;&lt;/tr&gt;
 
+  &lt;/tbody&gt;
 &lt;/table&gt;
 
-&lt;p class=&quot;footer&quot;&gt;Generated by &lt;a href=&quot;http://ditz.rubyforge.org/&quot;&gt;ditz&lt;/a&gt;.
+&lt;/div&gt;
+&lt;div class=&quot;footer&quot;&gt;Generated by &lt;a href=&quot;http://ditz.rubyforge.org/&quot;&gt;ditz&lt;/a&gt;.&lt;/div&gt;
 
 &lt;/body&gt;
 &lt;/html&gt;</diff>
      <filename>html/release-0.3.html</filename>
    </modified>
    <modified>
      <diff>@@ -1,87 +1,124 @@
+&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
+&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Strict//EN&quot;
+   &quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd&quot;&gt;
+
 &lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot; xml:lang=&quot;en&quot; lang=&quot;en&quot;&gt;
 &lt;head&gt;
 &lt;title&gt;emacs-ditz release 0.4&lt;/title&gt;
-&lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=utf8&quot; /&gt;
+&lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=utf-8&quot; /&gt;
 &lt;link rel=&quot;stylesheet&quot; href=&quot;style.css&quot; type=&quot;text/css&quot; /&gt;
 &lt;/head&gt;
 &lt;body&gt;
 
-&lt;a href=&quot;index.html&quot;&gt;&amp;laquo; emacs-ditz project page&lt;/a&gt;
+&lt;div class=&quot;main&quot;&gt;
 
 &lt;h1&gt;emacs-ditz release 0.4&lt;/h1&gt;
+&lt;div class=&quot;backptr&quot;&gt;&lt;a href=&quot;index.html&quot;&gt;&amp;laquo; emacs-ditz project page&lt;/a&gt;&lt;/div&gt;
 
-&lt;p&gt;
 &lt;table&gt;
-  &lt;tr&gt;
-    &lt;td class=&quot;attrname&quot;&gt;Status:&lt;/td&gt;
-    &lt;td class=&quot;attrval&quot;&gt;released&lt;/td&gt;
-  &lt;/tr&gt;
-  
+  &lt;tbody&gt;
     &lt;tr&gt;
-      &lt;td class=&quot;attrname&quot;&gt;Release time:&lt;/td&gt;
-      &lt;td class=&quot;attrval&quot;&gt;Fri Apr 11 13:18:54 UTC 2008&lt;/td&gt;
+      &lt;td class=&quot;attrname&quot;&gt;Status:&lt;/td&gt;
+      &lt;td class=&quot;attrval&quot;&gt;released&lt;/td&gt;
     &lt;/tr&gt;
-  
-  &lt;tr&gt;
     
-    &lt;td class=&quot;attrname&quot;&gt;Completion:&lt;/td&gt;
-    &lt;td class=&quot;attrval&quot;&gt;100%&lt;/td&gt;
-  &lt;/tr&gt;
+      &lt;tr&gt;
+        &lt;td class=&quot;attrname&quot;&gt;Release time:&lt;/td&gt;
+        &lt;td class=&quot;attrval&quot;&gt;2008-04-11 13:18 UTC&lt;/td&gt;
+      &lt;/tr&gt;
+    
+    &lt;tr&gt;
+      &lt;td class=&quot;attrname&quot;&gt;Completion:&lt;/td&gt;
+      &lt;td&gt;
+      
+      &lt;span class='progress-meter'&gt;&lt;span class='progress-meter-done'&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span class='progress-meter-undone'&gt;&lt;/span&gt;&lt;/span&gt;
+      100%
+      &lt;/td&gt;
+    &lt;/tr&gt;
+    &lt;tr&gt;&lt;td&gt;&lt;/td&gt;&lt;td class=&quot;attrval&quot;&gt;
+      1 / 1 issues
+    &lt;/td&gt;&lt;/tr&gt;
+  &lt;/tbody&gt;
 &lt;/table&gt;
-&lt;/p&gt;
 
 &lt;h2&gt;Issues&lt;/h2&gt;
 
   &lt;table&gt;
-
-  &lt;tr&gt;
-    &lt;td class=&quot;issuestatus_closed&quot;&gt;
-      closed: fixed
-    &lt;/td&gt;
-    &lt;td class=&quot;issuename&quot;&gt;
-      &lt;a href=&quot;issue-89b4dd9e965eeceef261869d99a6a0f138668e3d.html&quot;&gt;Show prompt to set issue dir after failing to find dir in auto-finding mode.&lt;/a&gt;
-      (bug)
-    &lt;/td&gt;
-    
-    
-  &lt;/tr&gt;
-
+  &lt;tbody&gt;
+  
+    &lt;tr&gt;
+      &lt;td&gt; &lt;img title=&quot;fixed&quot; alt=&quot;fixed&quot; src=&quot;green-check.png&quot;/&gt; &lt;/td&gt;
+      &lt;td class=&quot;littledate&quot;&gt;2008-04-11&lt;/td&gt;
+      &lt;td class=&quot;issuename&quot;&gt;
+        &lt;a href=&quot;issue-89b4dd9e965eeceef261869d99a6a0f138668e3d.html&quot;&gt;Show prompt to set issue dir after failing to find dir in auto-finding mode.&lt;/a&gt;
+      &lt;/td&gt;
+      
+      
+    &lt;/tr&gt;
+  
+  &lt;/tbody&gt;
 &lt;/table&gt;
 
 
 
 
-&lt;h2&gt;Release log&lt;/h2&gt;
-&lt;table&gt;
-
-
-  &lt;tr class=&quot;logentryeven&quot;&gt;
-
-  &lt;td class=&quot;logtime&quot;&gt;Fri Apr 11 12:12:15 UTC 2008&lt;/td&gt;
-  &lt;td class=&quot;logwho&quot;&gt;Kentaro Kuribayashi &amp;lt;kentarok@...&amp;gt;&lt;/td&gt;
-  &lt;td class=&quot;logwhat&quot;&gt;created&lt;/td&gt;
-  &lt;/tr&gt;
-  &lt;tr&gt;&lt;td colspan=&quot;3&quot; class=&quot;logcomment&quot;&gt;
-    
-    
-  &lt;/td&gt;&lt;/tr&gt;
-
+&lt;h2&gt;Recent activity for this release&lt;/h2&gt;
+&lt;table class=&quot;log&quot;&gt;
+  &lt;tbody&gt;
+  
+    &lt;tr class=&quot;even-row&quot;&gt;
+      &lt;td class=&quot;date&quot;&gt;2008-04-11&lt;/td&gt;
+      &lt;td class=&quot;issuename&quot;&gt;
+        &lt;a href=&quot;issue-89b4dd9e965eeceef261869d99a6a0f138668e3d.html&quot;&gt;Show prompt to set issue dir after failing to find dir in auto-finding mode.&lt;/a&gt; &lt;img class=&quot;inline-status-image&quot; title=&quot;fixed&quot; alt=&quot;fixed&quot; src=&quot;green-check.png&quot;/&gt;
+      &lt;/td&gt;
+      &lt;td&gt; closed issue with disposition fixed &lt;/td&gt;
+    &lt;/tr&gt;
+    &lt;tr&gt;&lt;td&gt;&lt;/td&gt;&lt;/tr&gt;
+  
+    &lt;tr class=&quot;odd-row&quot;&gt;
+      &lt;td class=&quot;date&quot;&gt;2008-04-11&lt;/td&gt;
+      &lt;td class=&quot;issuename&quot;&gt;
+        &lt;a href=&quot;issue-89b4dd9e965eeceef261869d99a6a0f138668e3d.html&quot;&gt;Show prompt to set issue dir after failing to find dir in auto-finding mode.&lt;/a&gt; &lt;img class=&quot;inline-status-image&quot; title=&quot;fixed&quot; alt=&quot;fixed&quot; src=&quot;green-check.png&quot;/&gt;
+      &lt;/td&gt;
+      &lt;td&gt; created &lt;/td&gt;
+    &lt;/tr&gt;
+    &lt;tr&gt;&lt;td&gt;&lt;/td&gt;&lt;/tr&gt;
+  
+  &lt;/tbody&gt;
+&lt;/table&gt;
 
-  &lt;tr class=&quot;logentryodd&quot;&gt;
+&lt;h2&gt;Release log&lt;/h2&gt;
+&lt;table class=&quot;log&quot;&gt;
+  &lt;tbody&gt;
 
-  &lt;td class=&quot;logtime&quot;&gt;Fri Apr 11 13:18:54 UTC 2008&lt;/td&gt;
-  &lt;td class=&quot;logwho&quot;&gt;Kentaro Kuribayashi &amp;lt;kentarok@...&amp;gt;&lt;/td&gt;
-  &lt;td class=&quot;logwhat&quot;&gt;released&lt;/td&gt;
-  &lt;/tr&gt;
-  &lt;tr&gt;&lt;td colspan=&quot;3&quot; class=&quot;logcomment&quot;&gt;
-    
-      &lt;p&gt;release 0.4&lt;/p&gt;
-    
-  &lt;/td&gt;&lt;/tr&gt;
+    &lt;tr class=&quot;even-row&quot;&gt;
+    &lt;td class=&quot;date&quot;&gt;Fri Apr 11 13:18:54 UTC 2008&lt;/td&gt;
+    &lt;td class=&quot;person&quot;&gt;Kentaro Kuribayashi &amp;lt;kentarok@...&amp;gt;&lt;/td&gt;
+    &lt;td class=&quot;message&quot;&gt;released&lt;/td&gt;
+    &lt;/tr&gt;
+    &lt;tr&gt;&lt;td colspan=&quot;3&quot; class=&quot;logcomment&quot;&gt;
+      
+        release 0.4
+      
+    &lt;/td&gt;&lt;/tr&gt;
+    &lt;tr&gt;&lt;td&gt;&lt;/td&gt;&lt;/tr&gt;
+
+    &lt;tr class=&quot;odd-row&quot;&gt;
+    &lt;td class=&quot;date&quot;&gt;Fri Apr 11 12:12:15 UTC 2008&lt;/td&gt;
+    &lt;td class=&quot;person&quot;&gt;Kentaro Kuribayashi &amp;lt;kentarok@...&amp;gt;&lt;/td&gt;
+    &lt;td class=&quot;message&quot;&gt;created&lt;/td&gt;
+    &lt;/tr&gt;
+    &lt;tr&gt;&lt;td colspan=&quot;3&quot; class=&quot;logcomment&quot;&gt;
+      
+      
+    &lt;/td&gt;&lt;/tr&gt;
+    &lt;tr&gt;&lt;td&gt;&lt;/td&gt;&lt;/tr&gt;
 
+  &lt;/tbody&gt;
 &lt;/table&gt;
 
-&lt;p class=&quot;footer&quot;&gt;Generated by &lt;a href=&quot;http://ditz.rubyforge.org/&quot;&gt;ditz&lt;/a&gt;.
+&lt;/div&gt;
+&lt;div class=&quot;footer&quot;&gt;Generated by &lt;a href=&quot;http://ditz.rubyforge.org/&quot;&gt;ditz&lt;/a&gt;.&lt;/div&gt;
 
 &lt;/body&gt;
 &lt;/html&gt;</diff>
      <filename>html/release-0.4.html</filename>
    </modified>
    <modified>
      <diff>@@ -1,17 +1,33 @@
 body {
-	background: white;
-	color: #202020;
-	margin-bottom: 2em;
-	margin-left: auto;
-	margin-right: auto;
-	width: 90%;
+  font-family: &quot;lucida grande&quot;, &quot;sans serif&quot;;
+  color: #333;
+  width: 60em;
+  margin: auto;
+}
+
+div.main {
+  padding: 20px;
+  margin: auto;
+  padding-top: 0;
+  margin-top: 1em;
+  background-color: #fcfcfc;
+}
+
+.person {
+  font-family: courier;
 }
 
 a, a:visited {
-	border-bottom: 1px dotted #03c;
-	background: inherit;
-	color: #03c;
-	text-decoration: none;
+  background: inherit;
+  text-decoration: none;
+}
+
+a {
+  color: #003d41;
+}
+
+a:visited {
+  color: #553d41;
 }
 
 ul {
@@ -23,11 +39,24 @@ p {
   width: 40em;
 }
 
+.inline-status-image {
+  position: relative;
+  top: 0.2em;
+}
+
+.dimmed {
+  color: #bbb;
+}
+
 table {
   border-style: none;
   border-spacing: 0;
 }
 
+table.log {
+}
+
+
 td {
   border-width: 0;
   border-style: none;
@@ -36,56 +65,162 @@ td {
 }
 
 tr {
-  padding-bottom: 5em;
+  vertical-align: top;
 }
 
 h1 {
-  padding: 0.2em;
-  margin-left: -1em;
-  margin-right: 1em;
-  background: #abc;
+  padding: 0.5em;
+  margin-left: -20px;
+  margin-right: -20px;
+  background-color: #305275;
+  margin-top: 0;
+  margin-bottom: 0;
+  color: #fff;
+}
+
+h2 {
+  text-transform: uppercase;
+  font-size: smaller;
+  margin-top: 1em;
+  margin-left: -0.5em;
+  width: 100%;
+  /*background: #fffbce;*/
+  /*background: #628a0d;*/
+  padding: 5px;
+  color: #305275;
 }
 
 .attrname {
   text-align: right;
+  font-size: smaller;
+}
+
+.attrval {
+  color: #222;
+}
+
+.issue-closed-fixed {
+  background-image: &quot;green-check.png&quot;;
+}
+
+.issue-closed-wontfix {
+  background-image: &quot;red-check.png&quot;;
+}
+
+.issue-closed-reorg {
+  background-image: &quot;blue-check.png&quot;;
+}
+
+.inline-issue-link {
+  text-decoration: underline;
+}
+
+img {
+  border: 0;
 }
 
+/*
 .issuestatus_closed {
-  background-color: #afa;
+  background-color: #f2fff2;
   text-align: center;
 }
 
 .issuestatus_in_progress {
-  background-color: #ffa;
+  background-color: #fffff2;
   text-align: center;
 }
 
 .issuestatus_paused {
-  background-color: #ffa;
+  background-color: #fffff2;
   text-align: center;
 }
 
 .issuestatus_unstarted {
-  background-color: #faa;
+  background-color: #fff2f2;
   text-align: center;
 }
 
-.logwhat {
-  font-style: italic;
+.issuestatus_closed a {
+  color: #202020;
 }
 
-.logentryeven {
-  background: #eee;
+.issuestatus_in_progress a {
+  color: #202020;
 }
 
-.logentryodd {
-  background: #eee;
+.issuestatus_paused a {
+  color: #202020;
 }
 
-.logcomment {
-  padding-left: 3em;
+.issuestatus_unstarted a {
+  color: #202020;
 }
+*/
 
-.footer {
+div.footer {
   font-size: small;
+  padding-left: 20px;
+  padding-right: 20px;
+  padding-top: 5px;
+  padding-bottom: 5px;
+  margin: auto;
+  background: #305275;
+  color: #fffee7;
+}
+
+.footer a {
+  color: #508d91;
+}
+
+.even-row {
+  font-size: smaller;
+  background-color: #f2f2f2;
+}
+
+.odd-row {
+  font-size: smaller;
+  background-color: #f2f2f2;
+}
+
+.backptr {
+  font-size: smaller;
+  width: 100%;
+  text-align: left;
+  padding-bottom: 1em;
+  margin-top: 0;
+}
+
+.logcomment {
+  padding-left: 4em;
+  font-size: smaller;
+}
+
+.id {
+  font-family: courier;
+}
+
+.description {
+  background: #f2f2f2;
+  padding-left: 1em;
+  padding-right: 1em;
+  padding-top: 0.5em;
+  padding-bottom: 0.5em;
+}
+
+.message {
+}
+
+.littledate {
+  font-size: smaller;
+}
+
+.progress-meter-done {
+  background-color: #03af00;
+}
+
+.progress-meter-undone {
+  background-color: #ddd;
+}
+
+.progress-meter {
 }</diff>
      <filename>html/style.css</filename>
    </modified>
    <modified>
      <diff>@@ -1,17 +1,29 @@
+&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
+&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Strict//EN&quot;
+   &quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd&quot;&gt;
+
 &lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot; xml:lang=&quot;en&quot; lang=&quot;en&quot;&gt;
 &lt;head&gt;
 &lt;title&gt;Issues not assigned to any release&lt;/title&gt;
-&lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=utf8&quot; /&gt;
+&lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=utf-8&quot; /&gt;
 &lt;link rel=&quot;stylesheet&quot; href=&quot;style.css&quot; type=&quot;text/css&quot; /&gt;
 &lt;/head&gt;
 &lt;body&gt;
 
+&lt;div class=&quot;main&quot;&gt;
 &lt;h1&gt;Issues not assigned to any release&lt;/h1&gt;
+&lt;div class=&quot;backptr&quot;&gt;&lt;a href=&quot;index.html&quot;&gt;&amp;laquo; emacs-ditz project page&lt;/a&gt;&lt;/div&gt;
 
+&lt;h2&gt;All issues&lt;/h2&gt;
 &lt;table&gt;
-
+  &lt;tbody&gt;
+  
+  &lt;/tbody&gt;
 &lt;/table&gt;
 
-&lt;p class=&quot;footer&quot;&gt;Generated by &lt;a href=&quot;http://ditz.rubyforge.org/&quot;&gt;ditz&lt;/a&gt;.
+
+&lt;/div&gt;
+&lt;div class=&quot;footer&quot;&gt;Generated by &lt;a href=&quot;http://ditz.rubyforge.org/&quot;&gt;ditz&lt;/a&gt;.&lt;/div&gt;
+
 &lt;/body&gt;
 &lt;/html&gt;</diff>
      <filename>html/unassigned.html</filename>
    </modified>
    <modified>
      <diff>@@ -57,3 +57,16 @@ releases:
     - Kentaro Kuribayashi &lt;kentarok@gmail.com&gt;
     - released
     - release 0.4
+- !ditz.rubyforge.org,2008-03-06/release 
+  name: &quot;0.5&quot;
+  status: :released
+  release_time: 2008-11-05 04:46:42.872290 Z
+  log_events: 
+  - - 2008-11-05 03:47:09.300501 Z
+    - antipop &lt;kentarok@gmail.com&gt;
+    - created
+    - &quot;&quot;
+  - - 2008-11-05 04:46:42.872306 Z
+    - antipop &lt;kentarok@gmail.com&gt;
+    - released
+    - Released 0.5</diff>
      <filename>issues/project.yaml</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>e99a6bd5a1247187ba95c44443ce9e012e3e1e0a</id>
    </parent>
  </parents>
  <author>
    <name>Kentaro Kuribayashi</name>
    <email>kentarok@gmail.com</email>
  </author>
  <url>http://github.com/kentaro/emacs-ditz/commit/64a07ea6203dea55047f27d0103313a3f5bfea4d</url>
  <id>64a07ea6203dea55047f27d0103313a3f5bfea4d</id>
  <committed-date>2008-11-04T20:51:02-08:00</committed-date>
  <authored-date>2008-11-04T20:51:02-08:00</authored-date>
  <message>Release 0.5</message>
  <tree>ff671ee41e169edb53d26824daab10475c7b1b41</tree>
  <committer>
    <name>Kentaro Kuribayashi</name>
    <email>kentarok@gmail.com</email>
  </committer>
</commit>
