<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -45,7 +45,7 @@
 214 ggeschichte #ghistory
 215 import #import
 216 info #info
-217 n&#228;chste #next
+
 218 &#252;berf&#228;llig #overdue
 219 projekte #projects
 220 start #start</diff>
      <filename>i18n/strings.de-DE</filename>
    </modified>
    <modified>
      <diff>@@ -46,7 +46,7 @@
 214 ghistory
 215 import
 216 info
-217 next
+
 218 overdue
 219 projects
 220 start</diff>
      <filename>i18n/strings.en-US</filename>
    </modified>
    <modified>
      <diff>@@ -45,7 +45,7 @@
 214 ghistoria #ghistory
 215 importera #import
 216 info #info
-217 n&#228;sta #next
+
 218 f&#246;rsenad #overdue
 219 projekten #projects
 220 start #start</diff>
      <filename>i18n/strings.sv-SE</filename>
    </modified>
    <modified>
      <diff>@@ -124,7 +124,6 @@ void Cmd::load ()
     commands.push_back (context.stringtable.get (CMD_GHISTORY,  &quot;ghistory&quot;));
     commands.push_back (context.stringtable.get (CMD_IMPORT,    &quot;import&quot;));
     commands.push_back (context.stringtable.get (CMD_INFO,      &quot;info&quot;));
-    commands.push_back (context.stringtable.get (CMD_NEXT,      &quot;next&quot;));
     commands.push_back (context.stringtable.get (CMD_PROJECTS,  &quot;projects&quot;));
 #ifdef FEATURE_SHELL
     commands.push_back (context.stringtable.get (CMD_SHELL,     &quot;shell&quot;));
@@ -147,14 +146,6 @@ void Cmd::load ()
       if (i-&gt;substr (0, 7) == &quot;report.&quot;)
       {
         std::string report = i-&gt;substr (7, std::string::npos);
-
-        // Oh, what a massive hack.  Shame.  Shame.
-        // The &quot;next&quot; report is in limbo between being a built-in report and
-        // a custom report.  The projection is defined as a custom report, but
-        // the restriction is different.
-        if (report.substr (0, 4) == &quot;next&quot;)
-          continue;
-
         std::string::size_type columns = report.find (&quot;.columns&quot;);
         if (columns != std::string::npos)
         {
@@ -205,7 +196,6 @@ bool Cmd::isReadOnlyCommand ()
       command == context.stringtable.get (CMD_HISTORY,   &quot;history&quot;)   ||
       command == context.stringtable.get (CMD_GHISTORY,  &quot;ghistory&quot;)  ||
       command == context.stringtable.get (CMD_INFO,      &quot;info&quot;)      ||
-      command == context.stringtable.get (CMD_NEXT,      &quot;next&quot;)      ||
       command == context.stringtable.get (CMD_PROJECTS,  &quot;projects&quot;)  ||
       command == context.stringtable.get (CMD_SHELL,     &quot;shell&quot;)     ||
       command == context.stringtable.get (CMD_STATS,     &quot;stats&quot;)     ||</diff>
      <filename>src/Cmd.cpp</filename>
    </modified>
    <modified>
      <diff>@@ -233,7 +233,7 @@ void Config::createDefaultRC (const std::string&amp; rc, const std::string&amp; data)
            &lt;&lt; &quot;report.all.sort=due+,priority-,project+\n&quot;
            &lt;&lt; &quot;\n&quot;
            &lt;&lt; &quot;# task next\n&quot;
-           &lt;&lt; &quot;report.next.description=Lists all tasks matching the specified criteria\n&quot;
+           &lt;&lt; &quot;report.next.description=Lists the most urgent tasks\n&quot;
            &lt;&lt; &quot;report.next.columns=id,project,priority,due,active,age,description\n&quot;
            &lt;&lt; &quot;report.next.labels=ID,Project,Pri,Due,Active,Age,Description\n&quot;
            &lt;&lt; &quot;report.next.sort=due+,priority-,project+\n&quot;
@@ -318,7 +318,7 @@ void Config::setDefaults ()
   set (&quot;report.all.labels&quot;,            &quot;ID,Project,Pri,Due,Active,Age,Description&quot;);                      // TODO i18n
   set (&quot;report.all.sort&quot;,              &quot;due+,priority-,project+&quot;);                                        // TODO i18n
 
-  set (&quot;report.next.description&quot;,      &quot;Lists all tasks matching the specified criteria&quot;);                // TODO i18n
+  set (&quot;report.next.description&quot;,      &quot;Lists the most urgent tasks&quot;);                                    // TODO i18n
   set (&quot;report.next.columns&quot;,          &quot;id,project,priority,due,active,age,description&quot;);                 // TODO i18n
   set (&quot;report.next.labels&quot;,           &quot;ID,Project,Pri,Due,Active,Age,Description&quot;);                      // TODO i18n
   set (&quot;report.next.sort&quot;,             &quot;due+,priority-,project+&quot;);                                        // TODO i18n</diff>
      <filename>src/Config.cpp</filename>
    </modified>
    <modified>
      <diff>@@ -83,7 +83,7 @@
 #define CMD_GHISTORY            214
 #define CMD_IMPORT              215
 #define CMD_INFO                216
-#define CMD_NEXT                217
+
 #define CMD_OVERDUE             218
 #define CMD_PROJECTS            219
 #define CMD_START               220</diff>
      <filename>src/i18n.h</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>98553e01967e7de81ea5c1fb98219523c5e515bf</id>
    </parent>
  </parents>
  <author>
    <name>Paul Beckingham</name>
    <email>paul@beckingham.net</email>
  </author>
  <url>http://github.com/pbeckingham/task/commit/56a0997ecf7055b5b57a25e9641df074e9755736</url>
  <id>56a0997ecf7055b5b57a25e9641df074e9755736</id>
  <committed-date>2009-07-06T16:06:04-07:00</committed-date>
  <authored-date>2009-07-06T16:06:04-07:00</authored-date>
  <message>Bug Fix

- Next report once again shows up in the help output.</message>
  <tree>4d05382783f627e49800424a1a1b09b3b07392db</tree>
  <committer>
    <name>Paul Beckingham</name>
    <email>paul@beckingham.net</email>
  </committer>
</commit>
