diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2014-07-28 21:12:51 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2014-07-28 21:12:51 (GMT) |
commit | ee9bbfc34d86bfcf9384ed93e4300f6464528b9b (patch) | |
tree | 3efcb8bf919198126c80eae0532c731e25703cc7 /ChangeLog | |
parent | 250d2773aa372434b721a4e72bff5da7b4f3fb4e (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-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -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: |