<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -18,5 +18,5 @@ included.
   color.cpp       Color support functions.
   rules.cpp       Auto-colorization rules.
 
-Please send bugs, patches to task@beckingham.net
+Please send bugs, patches to support@taskwarrior.org
 </diff>
      <filename>DEVELOPERS</filename>
    </modified>
    <modified>
      <diff>@@ -2,5 +2,5 @@ SUBDIRS = src
 EXTRA_DIST = task_completion.sh doc/man1/task.1 doc/man5/taskrc.5
 man1_MANS = doc/man1/task.1
 man5_MANS = doc/man5/taskrc.5
-otherdir = $(datadir)/doc/task-1.7.0
+otherdir = $(datadir)/doc/task-$(VERSION)
 other_DATA = AUTHORS ChangeLog COPYING INSTALL NEWS README task_completion.sh</diff>
      <filename>Makefile.am</filename>
    </modified>
    <modified>
      <diff>@@ -319,16 +319,14 @@ could be list, ls or long.
 
 .SH EXAMPLES
 
-A small section for examples e.g. some stuff from
+For examples please see the online documentation at
 .br
-http://www.beckingham.net/30second.html
-.br
-http://www.beckingham.net/simple.html
+&lt;http://taskwarrior.org/wiki/taskwarrior/Simple&gt;
 
 .SH FILES
 
 .TP
-~/.taskrc User configuration file.
+~/.taskrc User configuration file - see also taskrc(5).
 
 .TP
 ~/.task The default directory where task stores its data files. The location
@@ -341,7 +339,7 @@ can be configured in the configuration file.
 ~/.task/completed.data The file that contains the completed &quot;done&quot; tasks.
 
 .SH &quot;CREDITS &amp; COPYRIGHTS&quot;
-task was written by P. Beckingham &lt;task@beckingham.net&gt;.
+task was written by P. Beckingham &lt;paul@beckingham.net&gt;.
 .br
 Copyright (C) 2006 \- 2009 P. Beckingham
 
@@ -357,26 +355,18 @@ http://www.gnu.org/licenses/gpl-2.0.txt for more information.
 For more information regarding task, the following may be referenced:
 
 .TP
-&lt;http://www.beckingham.net/task.html&gt;
-The official site.
+The official site at
+&lt;http://taskwarrior.org&gt;
 
 .TP
-&lt;http://groups.google.com/group/taskprogram&gt;
-The official mailing list.
+The official code repository at
+&lt;http://github.com/pbeckingham/task/&gt;
 
 .TP
-&lt;http://github.com/pbeckingham/task/&gt;
-The official code repository.
+You can contact the project by writing an email to
+&lt;support@taskwarrior.org&gt;
 
 .SH REPORTING BUGS
+.TP
 Bugs in task may be reported to the issue-tracker at
-
-.RS
-&lt;http://github.com/pbeckingham/task/issues&gt;
-.RE
-
-or to the mailing list at
-
-.RS
-&lt;http://groups.google.com/group/taskprogram&gt;
-.RE
+&lt;http://taskwarrior.org&gt;</diff>
      <filename>doc/man1/task.1</filename>
    </modified>
    <modified>
      <diff>@@ -294,96 +294,95 @@ The output columns, their labels and the sort order can be set using the corresp
 variables for each report.
 
 .TP
-.B 
+.B
 report.long.description
 Lists all task, all data, matching the specified criteria
 
 .TP
-.B 
+.B
 report.long.labels=ID,Project,Pri,Added,Started,Due,Recur,Age,Tags,Description
 .RE
 .br
-.B 
+.B
 report.long.columns=id,project,priority,entry,start,due,recur,age,tags,description
 .br
-.B 
+.B
 report.long.sort=due+,priority-,project+
 
 .TP
-.B 
+.B
 report.list.description
 Lists all tasks matching the specified criteria
 
 .TP
-.B 
+.B
 report.list.labels=ID,Project,Pri,Due,Active,Age,Description
 .RE
 .br
-.B 
+.B
 report.list.columns=id,project,priority,due,active,age,description
 .br
-.B 
+.B
 report.list.sort=due+,priority-,project+
 
 
 .TP
-.B 
+.B
 report.ls.description
 Minimal listing of all tasks matching the specified criteria
 
 .TP
-.B 
+.B
 report.ls.labels=ID,Project,Pri,Description
 .RE
 .br
-.B 
+.B
 report.ls.columns=id,project,priority,description
 .br
-.B 
+.B
 report.ls.sort=priority-,project+
 
 .TP
-.B 
+.B
 report.newest.description
 Shows the newest tasks
 
 .TP
-.B 
+.B
 report.newest.labels=ID,Project,Pri,Due,Active,Age,Description
 .RE
 .br
-.B 
+.B
 report.newest.columns=id,project,priority,due,active,age,description
 .br
-.B 
+.B
 report.newest.sort=id-
 .br
-.B 
+.B
 report.newest.limit=10
 
 
 .TP
-.B 
+.B
 report.oldest.description
 Shows the oldest tasks
 
 .TP
-.B 
+.B
 report.oldest.labels=ID,Project,Pri,Due,Active,Age,Description
 .RE
 .br
-.B 
+.B
 report.oldest.columns=id,project,priority,due,active,age,description
 .br
-.B 
+.B
 report.oldest.sort=id+
 .br
-.B 
+.B
 report.oldest.limit=10
 
-
 .SH &quot;CREDITS &amp; COPYRIGHTS&quot;
-task was written by P. Beckingham &lt;task@beckingham.net&gt;.
+task was written by P. Beckingham &lt;paul@beckingham.net&gt;.
 .br
 Copyright (C) 2006 \- 2009 P. Beckingham
 
@@ -394,31 +393,23 @@ task is distributed under the GNU General Public License.  See
 http://www.gnu.org/licenses/gpl-2.0.txt for more information.
 
 .SH SEE ALSO
-.BR task (1)
+.BR task(1)
 
 For more information regarding task, the following may be referenced:
 
 .TP
-&lt;http://www.beckingham.net/task.html&gt;
-The official site.
+The official site at
+&lt;http://taskwarrior.org&gt;
 
 .TP
-&lt;http://groups.google.com/group/taskprogram&gt;
-The official mailing list.
+The official code repository at
+&lt;http://github.com/pbeckingham/task/&gt;
 
 .TP
-&lt;http://github.com/pbeckingham/task/&gt;
-The official code repository.
+You can contact the project by writing an email to
+&lt;support@taskwarrior.org&gt;
 
 .SH REPORTING BUGS
+.TP
 Bugs in task may be reported to the issue-tracker at
-
-.RS
-&lt;http://github.com/pbeckingham/task/issues&gt;
-.RE
-
-or to the mailing list at
-
-.RS
-&lt;http://groups.google.com/group/taskprogram&gt;
-.RE
+&lt;http://taskwarrior.org&gt;</diff>
      <filename>doc/man5/taskrc.5</filename>
    </modified>
    <modified>
      <diff>@@ -290,7 +290,7 @@ std::string handleVersion (Config&amp; conf)
   link.setColumnWidth (0, Table::flexible);
   link.setColumnJustification (0, Table::left);
   link.addCell (link.addRow (), 0,
-    &quot;See http://www.beckingham.net/task.html for the latest releases and a &quot;
+    &quot;See http://taskwarrior.org for the latest releases and a &quot;
     &quot;full tutorial.  New releases containing fixes and enhancements are &quot;
     &quot;made frequently.&quot;);
 </diff>
      <filename>src/command.cpp</filename>
    </modified>
    <modified>
      <diff>@@ -224,10 +224,9 @@ static std::string shortUsage (Config&amp; conf)
 
   out &lt;&lt; table.render ()
       &lt;&lt; std::endl
-      &lt;&lt; &quot;See http://www.beckingham.net/task.html for the latest releases and a &quot;
+      &lt;&lt; &quot;See http://taskwarrior.org for the latest releases and a &quot;
       &lt;&lt; &quot;full tutorial.  New releases containing fixes and enhancements are &quot;
-      &lt;&lt; &quot;made frequently.  Join in the discussion of task, present and future, &quot;
-      &lt;&lt; &quot;at http://groups.google.com/group/taskprogram&quot;
+      &lt;&lt; &quot;made frequently.  Join in the discussion of task, present and future.&quot;
       &lt;&lt; std::endl
       &lt;&lt; std::endl;
 </diff>
      <filename>src/task.cpp</filename>
    </modified>
    <modified>
      <diff>@@ -1,18 +1,39 @@
+# bash completion support for task
 #
-# bash completion support for task 1.7.0-2
-# Copyright (C) 2009 Federico Hernandez &lt;ultrafredde@gmail.com&gt;
-# Distributed under the GNU General Public License, version 2.0
+# Copyright 2009 Federico Hernandez
+# All rights reserved.
+#
+# This script is part of the task project.
+#
+# This program is free software; you can redistribute it and/or modify it under
+# the terms of the GNU General Public License as published by the Free Software
+# Foundation; either version 2 of the License, or (at your option) any later
+# version.
+#
+# This program is distributed in the hope that it will be useful, but WITHOUT
+# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
+# FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more
+# details.
+#
+# You should have received a copy of the GNU General Public License along with
+# this program; if not, write to the
+#
+#     Free Software Foundation, Inc.,
+#     51 Franklin Street, Fifth Floor,
+#     Boston, MA
+#     02110-1301
+#     USA
 #
 # The routines will do completion of:
 #
 #    *) task subcommands
-#    *) local and remote tag names
+#    *) tag names
 #
 # To use these routines:
 #
-#    1) Copy this file to somewhere (e.g. ~/.task-completion.sh).
+#    1) Copy this file to somewhere (e.g. ~/.bash_completion.d/.task_completion.sh).
 #    2) Added the following line to your .bashrc:
-#        source ~/.task-completion.sh
+#        source ~/.bash_completion.d/task_completion.sh
 #
 #    OR
 #
@@ -21,13 +42,9 @@
 #
 # To submit patches/bug reports:
 #
-#    *) Send them to the mailing list:
-#
-#       taskprogram@googlegroups.com
-#       
-#    *) CC the all patchesi/bug reports to:
+#    *) Go to the projects website at
 #
-#       Federico Hernandez &lt;ultrafredde@gmail.com&gt;
+#       http://taskwarrior.org
 #
 
 _task() </diff>
      <filename>task_completion.sh</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>9c15457d7f8f945f41da94ff8d5a8063c0638195</id>
    </parent>
    <parent>
      <id>20d8124a1dfc3ff7ba683b57ef6e0e8585d07fda</id>
    </parent>
  </parents>
  <author>
    <name>Paul Beckingham</name>
    <email>paul@beckingham.net</email>
  </author>
  <url>http://github.com/pbeckingham/task/commit/1422a15cbc470cff590bf06daad20d01fe1b05ef</url>
  <id>1422a15cbc470cff590bf06daad20d01fe1b05ef</id>
  <committed-date>2009-06-09T16:49:36-07:00</committed-date>
  <authored-date>2009-06-09T16:49:36-07:00</authored-date>
  <message>Merge branch '1.7.1'

Conflicts:
	doc/man5/taskrc.5</message>
  <tree>78bf87805b7b398f3e4bd01931254c5a188bae5c</tree>
  <committer>
    <name>Paul Beckingham</name>
    <email>paul@beckingham.net</email>
  </committer>
</commit>
