diff options
author | Frederic Culot <calcurse@culot.org> | 2009-07-29 19:11:57 +0000 |
---|---|---|
committer | Frederic Culot <calcurse@culot.org> | 2009-07-29 19:11:57 +0000 |
commit | 5181d90b017715bab95b991f258a4df2b42263fc (patch) | |
tree | 0beec5317427947becaa8a0200515fdf33b7aa8f /ChangeLog | |
parent | 35e4aa61c777b45bbfcd819fee09e25d1c1b1faf (diff) | |
download | calcurse-5181d90b017715bab95b991f258a4df2b42263fc.zip |
Avoid multiple notifications of the same appointment when running in background.
Diffstat (limited to 'ChangeLog')
-rwxr-xr-x | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -4,6 +4,9 @@ configuration data * src/io.c (io_extract_data): do not read past the maximum length + + * src/dmon.c (dmon_start): avoid multiple notifications of the + same appointment 2009-07-27 Frederic Culot <frederic@culot.org> |