summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog33
1 files changed, 33 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1423fb8..d797246 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,38 @@
12-12-16 Cyrille Bagard <nocbos@gmail.com>
+ * src/analysis/binary.c:
+ * src/analysis/disass/disassembler.c:
+ * src/analysis/disass/disassembler.h:
+ Reintroduce the delayed disassembling of binaries.
+
+ * src/analysis/disass/output.c:
+ * src/analysis/disass/output.h:
+ Give information about the progress while printing.
+
+ * src/arch/instruction.c:
+ * src/arch/instruction.h:
+ * src/arch/instruction-int.h:
+ Retrieve the last instruction of a list.
+
+ * src/glibext/delayed.c:
+ Prevent the current work being deleted on the "work-completed" signal,
+ and then being updated.
+
+ * src/gtkext/gtkextstatusbar.c:
+ Reintroduce GDK locks in the official way.
+
+ * src/main.c:
+ Reintroduce GDK locks in the official way.
+
+ * src/plugins/pglist.c:
+ * src/plugins/pglist.h:
+ Provide a global way to protect GTK accesses when dealing with plugins.
+
+ * src/project.c:
+ Protect GTK accesses when being notified of completed disassembly.
+
+12-12-16 Cyrille Bagard <nocbos@gmail.com>
+
* configure.ac:
Change the output filename for the GLib marshals.