imag/lib
Matthias Beyer 8c37fb865a Rebuild DiaryEntryIterator to be based on StoreIdIterator
This patch rebuilds DiaryEntryIterator to be a wrapper around
StoreIdIterator and thus `Diary::entries()` to use `Store::entries` and
not `Store::retrieve_for_module()`.

The `Store::retrieve_for_module()` function is somehow buggy and loads
contents of the files into memory and _somehow_ causes the entries to be
rewritten without newlines.

This bug is fixed by moving away from `Store::retrieve_for_module()`.
2018-03-02 21:25:48 +01:00
..
core Merge pull request #1307 from matthiasbeyer/libimagstore/entry-parse-fix 2018-02-20 22:03:00 +01:00
domain Rebuild DiaryEntryIterator to be based on StoreIdIterator 2018-03-02 21:25:48 +01:00
entry Provide unlink() to remove all links 2018-02-25 18:59:02 +01:00
etc Update version string: 0.6.0 -> 0.7.0 2018-02-11 14:22:24 +01:00