summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2012-06-10 17:39:37 +0100
committerLars Wirzenius <liw@liw.fi>2012-06-10 17:39:37 +0100
commit1b305c0f3eb14a13ec50e7eb36452612c0b4d058 (patch)
tree92518274f5f230cc9b866a7b235e5bbac7b66ff4
parentcf1b517f26f291253ec402aa3bb9f9ac7089db4e (diff)
downloadliw-automation-1b305c0f3eb14a13ec50e7eb36452612c0b4d058.tar.gz
gtd: open done*.mdwn too
-rw-r--r--debian/changelog6
-rw-r--r--project.meta2
-rwxr-xr-xscripts/gtd2
3 files changed, 8 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index d750053..1ba483b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+liw-automation (8.23) squeeze; urgency=low
+
+ * gtd: open done*.mdwn too
+
+ -- Lars Wirzenius <liw@liw.fi> Sun, 10 Jun 2012 17:39:27 +0100
+
liw-automation (8.22) squeeze; urgency=low
* Changes.
diff --git a/project.meta b/project.meta
index bdca88a..14aede6 100644
--- a/project.meta
+++ b/project.meta
@@ -1,4 +1,4 @@
[config]
upstream-name = liw-automation
-upstream-version = 8.22
+upstream-version = 8.23
basetgz = /home/pbuilder-tgz/squeeze-amd64-custom.tgz, wheezy:/home/pbuilder-tgz/wheezy-amd64-custom.tgz
diff --git a/scripts/gtd b/scripts/gtd
index 671ac86..fb45212 100755
--- a/scripts/gtd
+++ b/scripts/gtd
@@ -1,5 +1,5 @@
#!/bin/sh
x=$HOME/GTD
-exec gedit $x/inbox.mdwn $x/next.mdwn $x/projects.mdwn \
+exec gedit $x/done*.mdwn $x/inbox.mdwn $x/next.mdwn $x/projects.mdwn \
$x/someday.mdwn $x/waiting.mdwn