Mercurial > getan
comparison CHANGES @ 484:40dd1e33c1dd
Rename getan-eval.py to getaneval.py
getaneval.py is now installed as a script.
author | Magnus Schieder <mschieder@intevation.de> |
---|---|
date | Thu, 28 Jun 2018 15:06:19 +0200 |
parents | d47e32e6b7e7 |
children | 463894654d77 |
comparison
equal
deleted
inserted
replaced
483:d47e32e6b7e7 | 484:40dd1e33c1dd |
---|---|
1 2.x 20xx-xx-xx UNRELEASED | 1 2.x 20xx-xx-xx UNRELEASED |
2 | |
3 * getaneval.py (before getan-eval.py) can now be run directly without | |
4 PYTHONPATH. | |
5 getaneval.py is now installed as a script. More information can be found in | |
6 ./doc/old_issues.txt -20170504 BER | |
7 Patch by Magnus Schieder | |
2 | 8 |
3 * The logging can now be switched on and off. The default value is off. | 9 * The logging can now be switched on and off. The default value is off. |
4 If logging is off, no log file is created. | 10 If logging is off, no log file is created. |
5 More information can be found in ./doc/old_issues.txt -20170504 BER | 11 More information can be found in ./doc/old_issues.txt -20170504 BER |
12 Patch by Magnus Schieder | |
6 | 13 |
7 * Add a redraw function on key Control-L. | 14 * Add a redraw function on key Control-L. |
8 The screen is completely redrawn. More information can be found in | 15 The screen is completely redrawn. More information can be found in |
9 ./doc/old_issues.txt -20180321 BER | 16 ./doc/old_issues.txt -20180321 BER |
17 Patch by Magnus Schieder | |
10 | 18 |
11 * Better fix for the multiple selection bug. | 19 * Better fix for the multiple selection bug. |
12 The multiple selection is deleted when deleting or moving is confirmed or | 20 The multiple selection is deleted when deleting or moving is confirmed or |
13 when switching to projects. | 21 when switching to projects. |
14 Removes the selected entry, not the last one added. | 22 Removes the selected entry, not the last one added. |