diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2017-12-26 11:08:23 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2017-12-26 11:08:23 (GMT) |
commit | 181e3a9a8819ba50c74f4864c0fca111e375aa5e (patch) | |
tree | 216f46f42175618bb717659fd44d5b0cad38dd70 /ChangeLog | |
parent | 9b5cd85f783f0174e81f22bb3333d4dfcec76532 (diff) |
Registered the current project as a real global variable.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -1,3 +1,20 @@ +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: + * src/core/global.h: + Register the current project as a real global variable. + + * src/gui/editor.c: + * src/gui/menus/file.c: + * src/gui/menus/project.c: + * src/gui/panels/welcome.c: + * src/main.c: + Update code. + 17-12-15 Cyrille Bagard <nocbos@gmail.com> * plugins/elf/python/dynamic.c: |