Mercurial > getan
diff CHANGES @ 439:3103429ec963
Makes 'move' operation more consistent.
* Improves 'move' operation to work in the current entry, if there is no
selection. This is more consistent with 'delete'. Patch by Frank Koormann.
* Removes two superfluous methods in controller.
* Improves README: Adds Frank Koormann as contributor. Better phrasing
for the license indication.
* TODO: Details problem with multi-selections.
author | Bernhard Reiter <bernhard@intevation.de> |
---|---|
date | Wed, 13 Sep 2017 09:06:28 +0200 |
parents | d56fee6fd7ca |
children | 45b7b83efaed |
line wrap: on
line diff
--- a/CHANGES Tue Sep 12 14:52:30 2017 +0200 +++ b/CHANGES Wed Sep 13 09:06:28 2017 +0200 @@ -2,6 +2,9 @@ TODO + * Improves 'move' operation to work in the current entry, if there is no + selection. This is more consistent with 'delete'. Patch by Frank Koormann. + * Documentation: Adds description of the available tree mode.