# HG changeset patch # User Bernhard Reiter # Date 1489735111 -3600 # Node ID 8ba4576e5381e042fb1f7dd9b9572a71b01767c7 # Parent ee98d0b45967e079e3cd9f136f6568d508432639 TODO: added problem report for move. diff -r ee98d0b45967 -r 8ba4576e5381 TODO --- a/TODO Tue Feb 28 12:14:56 2017 +0100 +++ b/TODO Fri Mar 17 08:18:31 2017 +0100 @@ -1,3 +1,9 @@ +20170317 BER: Reproduce and then fix a defect that it is surprising which + entries are moved by `m`. It happens when you have changed a lot of entries + from different projects (I assume), e.g. by editing the description, + the length or timedate and then use move where you intend to only move + one, the unwanted result is several moved entries. + 20160912 BER: Better code: states.py: classes EditEntryState and AdjustEntryState have same methods exit() and set_focus(), maybe join them?