summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2012-08-06 20:29:20 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2012-08-06 20:29:20 (GMT)
commitfc49e98dc2b3e0ae08a5874ecacaef046a0f3ec1 (patch)
treee121c5eb5dd0629554a498f8e1a1cce3fc0715b4 /ChangeLog
parentfacec716100f598a8694889274a4589c75c14722 (diff)
Saved progress toward the Android permissions display.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@258 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog71
1 files changed, 71 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d9bdf8a..d1bd7b4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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: