diff --git a/AUTHORS b/AUTHORS index 8889fa147..c83382afc 100644 --- a/AUTHORS +++ b/AUTHORS @@ -92,6 +92,7 @@ The following submitted code, packages or analysis, and deserve special thanks: jasper Aaron Bieber John West + Jeroen Budts Thanks to the following, who submitted detailed bug reports and excellent suggestions: diff --git a/CMakeLists.txt b/CMakeLists.txt index 24bc7b710..1f3d3cee9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -164,5 +164,5 @@ set (CPACK_SOURCE_IGNORE_FILES "CMakeCache" "CMakeFiles" "CPackConfig" "CPackSo "_CPack_Packages" "cmake_install" "install_manifest" "Makefile$" "test" "package-config" "misc/*" "src/task$" "src/libtask.a" "src/columns/libcolumns.a" "src/commands/libcommands.a" - "src/shell/tasksh$" "auto.h$" "/\\.gitignore""/\\.git/" "swp$") + "src/shell/tasksh$" "auto.h$" "/\\.gitignore" "/\\.git/" "swp$") include (CPack) diff --git a/ChangeLog b/ChangeLog index fce4190b9..9744fdf81 100644 --- a/ChangeLog +++ b/ChangeLog @@ -96,6 +96,7 @@ Bugs + Fixed bug so that 'limit:page' now considers footnote messages. + Fixed bug where specifying an ID of 0 yielded all completed/deleted tasks (thanks to greenskeleton). + + Fixed rc.nag documentation (thanks to Jeroen Budts). ------ old releases ------------------------------ diff --git a/doc/man/taskrc.5.in b/doc/man/taskrc.5.in index ba915fa97..937959f97 100644 --- a/doc/man/taskrc.5.in +++ b/doc/man/taskrc.5.in @@ -91,7 +91,7 @@ You can edit your .taskrc file by hand if you wish, or you can use the 'config' command. To permanently set a value in your .taskrc file, use this command: .RS -$ task config nag "You have higher priority tasks!" +$ task config nag "You have more urgent tasks." .RE To delete an entry, use this command: @@ -319,11 +319,11 @@ variable is "no". This is useful for preventing large-scale unintended changes. .TP -.B nag=You have higher priority tasks. +.B nag=You have more urgent tasks. This may be a string of text, or blank. It is used as a prompt when a task is started or completed that is not considered high priority. Default value is: -You have higher priority tasks. It is a gentle reminder that you are -contradicting your own priority settings. +You have more urgent tasks. It is a gentle reminder that you are contradicting +your own priority settings. .TP .B complete.all.projects=yes