summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2014-07-28 21:12:51 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2014-07-28 21:12:51 (GMT)
commitee9bbfc34d86bfcf9384ed93e4300f6464528b9b (patch)
tree3efcb8bf919198126c80eae0532c731e25703cc7 /ChangeLog
parent250d2773aa372434b721a4e72bff5da7b4f3fb4e (diff)
Provided a way to receive a signal in the main thread.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@383 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5eb2020..e604fd4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+14-07-28 Cyrille Bagard <nocbos@gmail.com>
+
+ * src/glibext/Makefile.am:
+ Add the 'signal.[ch]' files to libglibext_la_SOURCES.
+
+ * src/glibext/signal.c:
+ * src/glibext/signal.h:
+ New entries: provide a way to receive a signal in the main thread.
+
+ * src/project.c:
+ Update code.
+
14-07-22 Cyrille Bagard <nocbos@gmail.com>
* plugins/pychrysa/gui/editem.c: