From adb0c6755e355abea65202168ab9717764e39780 Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Sat, 1 Feb 2014 08:10:20 -0500 Subject: [PATCH] Bug #1508 - Updated ChangeLog, AUTHORS for #1508. - Removed 'alias._query' from Config.cpp. --- AUTHORS | 1 + ChangeLog | 1 + src/Config.cpp | 6 ++---- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/AUTHORS b/AUTHORS index 9cd52c29d..c2c823012 100644 --- a/AUTHORS +++ b/AUTHORS @@ -99,6 +99,7 @@ The following submitted code, packages or analysis, and deserve special thanks: Renato Alves Natanael Copa Marton Suranyi + Nicolas Appriou Thanks to the following, who submitted detailed bug reports and excellent suggestions: diff --git a/ChangeLog b/ChangeLog index 86cc0a4bb..ff05db8a5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -20,6 +20,7 @@ Features Bugs + #1511 sync init crashes if client certification file is empty or invalid (thanks to Marton Suranyi). + + #1508 Show command highlight configuration (thanks to Nicolas Appriou). + #1503 build failure with musl libc due to undefined GLOB_BRACE and GLOB_TILDE (thanks to Natanael Copa) + #1473 Make TASK_RCDIR customizable (thanks to Elias Probst). diff --git a/src/Config.cpp b/src/Config.cpp index 6b40af7bd..25622264c 100644 --- a/src/Config.cpp +++ b/src/Config.cpp @@ -1,7 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// -// taskwarrior - a command line task list manager. // -// Copyright 2006-2014, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2014, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal @@ -304,12 +303,11 @@ std::string Config::_defaults = "#taskd.credentials //\n" "#taskd.server :\n" "taskd.ciphers=NORMAL\n" - "\n" + "\n" "# Aliases - alternate names for commands\n" "alias.rm=delete # Alias for the delete command\n" "alias.history=history.monthly # Prefer monthly over annual history reports\n" "alias.ghistory=ghistory.monthly # Prefer monthly graphical over annual history reports\n" - "alias._query=export # _query is now export\n" // DEPRECATED in 2.4.0 "alias.burndown=burndown.weekly # Prefer the weekly burndown chart\n" "alias.shell=exec tasksh # Alias old shell command to new shell\n" "\n"