diff --git a/ChangeLog b/ChangeLog index f728f703e..3d7b8369b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,7 +3,7 @@ 1.0.0 (?) - New movie made, uploaded - - Bug: assertion fails on mobile for t v + + Bug: assertion fails on mobile for t v + Bug: configure.ac does not properly determine ncurses availability - Bug: when run without arguments, task dumps core on Solaris 10 - Bug: Cannot seem to use the percent character in a task description @@ -14,7 +14,7 @@ ------ reality ----------------------------------- 0.9.9 (5/27/2008) - + Autoconf/autmake behaving properly. + + Autoconf/automake behaving properly. + Clean build on OS X 10.5. + Clean build on Ubuntu 8.0. + Clean build on Fedora Core 8. diff --git a/src/task.cpp b/src/task.cpp index 71761f364..3f1eeb31e 100644 --- a/src/task.cpp +++ b/src/task.cpp @@ -2251,7 +2251,7 @@ void handleVersion (Config& conf) table.setColumnUnderline (0); table.setColumnUnderline (1); table.setColumnWidth (0, Table::minimum); - table.setColumnWidth (1, Table::minimum); + table.setColumnWidth (1, Table::flexible); table.setColumnJustification (0, Table::left); table.setColumnJustification (1, Table::left); table.sortOn (0, Table::ascendingCharacter);