diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2017-12-26 21:33:10 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2017-12-26 21:33:19 (GMT) |
commit | 67b4887317b7394d63b543aa48cb368406374103 (patch) | |
tree | 7d05c391f47f1971d11115539a7306055385d01a /ChangeLog | |
parent | 181e3a9a8819ba50c74f4864c0fca111e375aa5e (diff) |
Handled swapping closures when signaling to the main thread.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -2,6 +2,19 @@ * src/analysis/project.c: * src/analysis/project.h: + Remove an useless function and update code. + + * src/glibext/signal.c: + * src/glibext/signal.h: + Handle swapping closures when signaling to the main thread. + + * src/gui/menus/project.c: + Update code. + +17-12-26 Cyrille Bagard <nocbos@gmail.com> + + * src/analysis/project.c: + * src/analysis/project.h: Clean the code for projects. * src/core/global.c: |