diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 71 |
1 files changed, 71 insertions, 0 deletions
@@ -1,5 +1,76 @@ 12-08-06 Cyrille Bagard <nocbos@gmail.com> + * configure.ac: + Add the new Makefile from the 'plugins/pychrysa/glibext' directory + to AC_CONFIG_FILES. + + * plugins/pychrysa/analysis/binary.c: + * plugins/pychrysa/analysis/binary.h: + Typos. Provide disassembled instructions and buffer. + + * plugins/pychrysa/arch/instruction.c: + * plugins/pychrysa/arch/instruction.h: + New entries: add instructions access to Python plugins. + + * plugins/pychrysa/arch/Makefile.am: + Add the instruction.[ch] files to libpychrysaarch_la_SOURCES. + + * plugins/pychrysa/arch/module.c: + Add instructions access to Python plugins. + + * plugins/pychrysa/glibext/bufferline.c: + * plugins/pychrysa/glibext/bufferline.h: + * plugins/pychrysa/glibext/codebuffer.c: + * plugins/pychrysa/glibext/codebuffer.h: + * plugins/pychrysa/glibext/Makefile.am: + * plugins/pychrysa/glibext/module.c: + * plugins/pychrysa/glibext/module.h: + New entries: give access to internal buffers for Python. + + * plugins/pychrysa/Makefile.am: + Add glibext/libpychrysaglibext.la to pychrysa_la_LIBADD + and glibext to SUBDIRS. + + * plugins/pychrysa/plugin.c: + Test a way to add PyGtk widgets in the editor. + + * plugins/pychrysa/pychrysa.c: + Load glibext Python module. + + * plugins/python/androperms/androperms.py: + Play with the new features. + + * plugins/python/androperms/Makefile.am: + Add the androperms.db and panel.py files to androperms_DATA and + download the first one if needed. + + * plugins/python/androperms/panel.py: + New entry: build the beta resulting tree for permissions. + + * src/analysis/binary.c: + * src/analysis/disass/disassembler.c: + * src/analysis/disass/disassembler.h: + Make sure the disassembled buffer is available as soon as plugins + may be called. + + * src/glibext/gbufferline.c: + * src/glibext/gbufferline.h: + * src/glibext/gbuffersegment.c: + * src/glibext/gbuffersegment.h: + Provide the displayed text of buffer lines. + + * src/glibext/gcodebuffer.c: + * src/glibext/gcodebuffer.h: + Find buffer lines by addresses. + + * src/gui/menus/project.c: + Look at the project directory first when adding files to projects. + + * src/project.c: + Save the current project for reloading it at next startup. + +12-08-06 Cyrille Bagard <nocbos@gmail.com> + * src/gui/menus/project.c: * src/main.c: * src/params.h: |