summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog41
1 files changed, 41 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a1eb7ab..e2f0e28 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,44 @@
+10-04-24 Cyrille Bagard <nocbos@gmail.com>
+
+ * src/arch/jvm/operand.c:
+ Fix included headers.
+
+ * src/dialogs/binparts.c:
+ * src/dialogs/binparts.h:
+ Typo.
+
+ * src/dialogs/Makefile.am:
+ Add the plugins.[ch] files to libdialogs_a_SOURCES.
+
+ * src/dialogs/plugins.c:
+ * src/dialogs/plugins.h:
+ New entries: begin to allow plugins selection.
+
+ * src/editor.c:
+ Add a menu the select plugins for a loaded binary.
+
+ * src/format/format.c:
+ * src/format/format.h:
+ Register the Java format as [quite] valid.
+
+ * src/format/java/java.c:
+ * src/format/java/java_def.h:
+ * src/format/java/java.h:
+ * src/format/java/java-int.c:
+ New entries: follow the usual model of file format.
+
+ * src/format/java/java-int.h:
+ * src/format/java/Makefile.am:
+ * src/format/java/pool.c:
+ * src/format/java/pool.h:
+ * src/format/Makefile.am:
+ Update a little bit the Java part (welcome back).
+
+ * src/format/pe/pe.c:
+ * src/format/pe/pe.h:
+ * src/format/pe/pe-int.h:
+ Typo.
+
10-04-19 Cyrille Bagard <nocbos@gmail.com>
* src/analysis/binary.c: