public
Description: Emacs interface to Ditz issue tracking system.
Homepage: http://github.com/kentaro/emacs-ditz/
Clone URL: git://github.com/kentaro/emacs-ditz.git
Now ditz-todo/status/log run display-window not pop-to-buffer.
kentaro (author)
Fri Apr 11 00:25:52 -0700 2008
commit  bb93b28babd3dee0eacde2179a3be562cc988f66
tree    d061549f639e18300442248f00ad2a59c786b203
parent  a5c8828d62597266cdd7b7e07f8777cd5b6cc460
0
...
56
57
58
59
 
60
61
 
62
63
64
...
56
57
58
 
59
60
 
61
62
63
64
0
@@ -56,9 +56,9 @@ system. You can get Ditz from http://ditz.rubyforge.org/.
0
     - "g": ditz-reload (Reload status/todo/log buffer)
0
     - "q": ditz-close-buffer (Close ditz-mode buffer)
0
 
0
-(11) M-x ditz-html generates HTML files including all statuses.
0
+(10) M-x ditz-html generates HTML files including all statuses.
0
 
0
-(10) For the usage of Ditz itself, see the document below:
0
+(11) For the usage of Ditz itself, see the document below:
0
 
0
   http://ditz.rubyforge.org/README.txt
0
 
...
77
78
79
80
 
81
82
83
84
85
 
86
87
88
89
90
 
91
92
93
...
77
78
79
 
80
81
82
83
84
 
85
86
87
88
89
 
90
91
92
93
0
@@ -77,17 +77,17 @@ must set it from minibuffer."
0
 (defun ditz-status ()
0
   "Show status of issues."
0
   (interactive)
0
- (ditz-call-process "status" nil "pop"))
0
+ (ditz-call-process "status" nil "display"))
0
 
0
 (defun ditz-todo ()
0
   "Show current todo."
0
   (interactive)
0
- (ditz-call-process "todo" nil "pop"))
0
+ (ditz-call-process "todo" nil "display"))
0
 
0
 (defun ditz-log ()
0
   "Show log of recent activities."
0
   (interactive)
0
- (ditz-call-process "log" nil "pop"))
0
+ (ditz-call-process "log" nil "display"))
0
 
0
 (defun ditz-show ()
0
   "Show issue detale."
...
73
74
75
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
76
77
78
...
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
0
@@ -73,6 +73,23 @@
0
     
0
   </tr>
0
 
0
+ <tr>
0
+ <td class="issuestatus_closed">
0
+ closed: fixed
0
+ </td>
0
+ <td class="issuename">
0
+ <a href="issue-057224193897df09b58ae3181fa876abb00934f0.html">Better window handling (popup/display/switch)</a>
0
+
0
+ </td>
0
+
0
+ <td class="issuerelease">
0
+
0
+
0
+ </td>
0
+
0
+
0
+ </tr>
0
+
0
 </table>
0
 
0
 
...
27
28
29
30
 
31
32
33
...
27
28
29
 
30
31
32
33
0
@@ -27,7 +27,7 @@
0
 <h2>Unassigned issues</h2>
0
 
0
 <p>
0
- <a href="unassigned.html">No unassigned issues</a>; no open.
0
+ <a href="unassigned.html">One unassigned issue</a>; no open.
0
 </p>
0
 
0
 
...
10
11
12
 
 
 
 
 
 
 
 
 
 
13
14
15
...
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
0
@@ -10,6 +10,16 @@
0
 
0
 <table>
0
 
0
+ <tr>
0
+ <td class="issuestatus_closed">
0
+ closed: fixed
0
+ </td>
0
+ <td class="issuename">
0
+ <a href="issue-057224193897df09b58ae3181fa876abb00934f0.html">Better window handling (popup/display/switch)</a>
0
+
0
+ </td>
0
+ </tr>
0
+
0
 </table>
0
 
0
 <p class="footer">Generated by <a href="http://ditz.rubyforge.org/">ditz</a>.

Comments

    No one has commented yet.