Merge branch 'master' (1.8.3) into 1.9.0

Conflicts which were fixed:
	ChangeLog
	configure.ac
	doc/man/task-tutorial.5
	doc/man/task.1
	doc/man/taskrc.5
	src/report.cpp
This commit is contained in:
Federico Hernandez
2009-10-22 22:55:01 +02:00
16 changed files with 59 additions and 53 deletions

View File

@@ -771,7 +771,7 @@ void Table::sort (std::vector <int>& order)
if (gap > 1)
{
gap = (int) ((float)gap / 1.3);
if (gap == 10 or gap == 9)
if (gap == 10 || gap == 9)
gap = 11;
}