imag/bin/domain
Matthias Beyer 3b97db5c25 Fix: Duplicated printing of entries with "show --all"
The problem was that the used `Diary::diary_names()` iterator does not
call `unique()` on its output.
That decision was made because the return type would get more
complicated with that feature.

Now that rustc 1.26 with Impl Trait is out, we can refactor the return
types of these functions (so also with `Diary::diary_names()`) to
automatically do this.
2018-05-11 15:45:50 +02:00
..
imag-bookmark Update version string: 0.8.0 -> 0.9.0 2018-05-09 11:39:33 +02:00
imag-contact Update version string: 0.8.0 -> 0.9.0 2018-05-09 11:39:33 +02:00
imag-diary Update version string: 0.8.0 -> 0.9.0 2018-05-09 11:39:33 +02:00
imag-habit Update version string: 0.8.0 -> 0.9.0 2018-05-09 11:39:33 +02:00
imag-log Fix: Duplicated printing of entries with "show --all" 2018-05-11 15:45:50 +02:00
imag-mail Update version string: 0.8.0 -> 0.9.0 2018-05-09 11:39:33 +02:00
imag-notes Update version string: 0.8.0 -> 0.9.0 2018-05-09 11:39:33 +02:00
imag-timetrack Update version string: 0.8.0 -> 0.9.0 2018-05-09 11:39:33 +02:00
imag-todo Update version string: 0.8.0 -> 0.9.0 2018-05-09 11:39:33 +02:00
imag-wiki Update version string: 0.8.0 -> 0.9.0 2018-05-09 11:39:33 +02:00