From 627fd8a8aa380c3343800012c58ff0431c566614 Mon Sep 17 00:00:00 2001 From: Frederic Culot Date: Sun, 21 Jun 2009 18:16:21 +0000 Subject: Basic lock mechanism implemented to avoid having two calcurse instances running at the same time. --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index d7779a4..c6cc4a8 100755 --- a/ChangeLog +++ b/ChangeLog @@ -7,6 +7,10 @@ * src/utils.c: fixed a memory leak caused by a wrong usage of the notify_app structure + + * src/io.c (io_set_lock, io_unset_lock): new functions to + implement a basic locking mechanism in order to avoid having two + calcurse instances running at the same time 2009-06-20 Frederic Culot -- cgit v1.2.3-54-g00ecf