diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 51 |
1 files changed, 51 insertions, 0 deletions
@@ -1,3 +1,54 @@ +12-09-15 Cyrille Bagard <nocbos@gmail.com> + + * configure.ac: + Add the new Makfiles from the plugins/pychrysa/gui and + plugins/pychrysa/gui/panels directories to AC_CONFIG_FILES. + + * plugins/pychrysa/arch/instruction.c: + Provide the keyword used in an instruction. + + * plugins/pychrysa/gui/Makefile.am: + * plugins/pychrysa/gui/module.c: + * plugins/pychrysa/gui/module.h: + * plugins/pychrysa/gui/panels/Makefile.am: + * plugins/pychrysa/gui/panels/module.c: + * plugins/pychrysa/gui/panels/module.h: + * plugins/pychrysa/gui/panels/panel.c: + * plugins/pychrysa/gui/panels/panel.h: + New entries: allow plugins to add panels in the editor. + + * plugins/pychrysa/Makefile.am: + Reorganize binaries. + + * plugins/pychrysa/pychrysa.c: + Store the global reference area and load the gui module. + + * plugins/pychrysa/quirks.c: + * plugins/pychrysa/quirks.h: + Update Gil access (!) and store the global reference here. + + * plugins/python/androperms/androperms.py: + * plugins/python/androperms/panel.py: + Show all Android permissions with links to the code. + + * src/analysis/routine.c: + * src/analysis/type.c: + Cosmetic. + + * src/arch/instruction.c: + * src/arch/instruction.h: + Provide the keyword used in an instruction. + + * src/gui/Makefile.am: + * src/gui/menus/Makefile.am: + Reorganize binaries. + + * src/gui/panels/panel.c: + Remove dead code. + + * src/Makefile.am: + Reorganize and rename all binaries. + 12-08-20 Cyrille Bagard <nocbos@gmail.com> * pixmaps/drop_bottom_hover.png: |