aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorFrederic Culot <calcurse@culot.org>2009-07-29 19:11:57 +0000
committerFrederic Culot <calcurse@culot.org>2009-07-29 19:11:57 +0000
commit5181d90b017715bab95b991f258a4df2b42263fc (patch)
tree0beec5317427947becaa8a0200515fdf33b7aa8f /ChangeLog
parent35e4aa61c777b45bbfcd819fee09e25d1c1b1faf (diff)
downloadcalcurse-5181d90b017715bab95b991f258a4df2b42263fc.tar.gz
calcurse-5181d90b017715bab95b991f258a4df2b42263fc.zip
Avoid multiple notifications of the same appointment when running in background.
Diffstat (limited to 'ChangeLog')
-rwxr-xr-xChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f64c052..abcc605 100755
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>