# HG changeset patch # User Bernhard Reiter # Date 1531207962 -7200 # Node ID ccd225b130a64ef0c8e335eeb42397c59896830e # Parent 5145414a1b66e91d1ec46097db4f532dcff21171 Improve language for CHANGES entry for v3.1 diff -r 5145414a1b66 -r ccd225b130a6 CHANGES --- a/CHANGES Thu Jul 05 17:34:10 2018 +0200 +++ b/CHANGES Tue Jul 10 09:32:42 2018 +0200 @@ -2,7 +2,7 @@ * getan-report (before getan-eval.py) and getan-daily-report (before getan-report.py) can now be run directly without PYTHONPATH. - getan-report and getan-day-report is now installed as a script. More + getan-report and getan-day-report are now installed as scripts. More information can be found in ./doc/old_issues.txt -20170504 BER Patch by Magnus Schieder @@ -16,7 +16,7 @@ ./doc/old_issues.txt -20180321 BER Patch by Magnus Schieder - * Better fix for the multiple selection bug. + * Better fix for the multiple selection defect. The multiple selection is deleted when deleting or moving is confirmed or when switching to projects. Removes the selected entry, not the last one added. @@ -29,7 +29,7 @@ you were in. Before, you always got the first project. More information can be found in ./doc/old_issues.txt -20180214 Magnus Schieder - If the entries are empty, the walker will automatically switches to the + If the entries are empty, the walker will automatically switch to the projects. Patch by Magnus Schieder @@ -42,19 +42,19 @@ -20180118 BER Patch by Magnus Schieder - * Updated the source code to the latest version of pyhton (python 3) to better + * Updated the source code to the latest version of Python (Python 3) to better maintain it in the future. Python 2.7 will not be maintained past 2020. - Therefore, the whole source code of'done' and'done/scripts' is updated to - python 3. + Therefore, the whole source code is updated. Patch by Magnus Schieder - * Update and clean up the source code to better maintain it in the future. - optparse to argparse Migration. + * Update and clean up the source code to better maintain it in the future: + optparse to argparse migration. The optparse module is deprecated and will not be developed further.The development will continue with the argparse module. Patch by Magnus Schieder + 2.2 2018-01-26 * The problem with unwanted multi moves and deletions is solved.