summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog34
1 files changed, 34 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 08af014..abdd3d5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,37 @@
+10-03-21 Cyrille Bagard <nocbos@gmail.com>
+
+ * src/analysis/exporter.c:
+ * src/analysis/exporter.h:
+ * src/analysis/exporter-int.h:
+ * src/analysis/line_code.c:
+ * src/analysis/line_comment.c:
+ * src/analysis/line_prologue.c:
+ Add an interface to export content as simple text.
+
+ * src/analysis/roptions.c:
+ * src/analysis/roptions.h:
+ Handle the syntax of the assembly code here.
+
+ * src/arch/immediate.c:
+ * src/arch/instruction.c:
+ * src/arch/x86/operand.c:
+ * src/arch/x86/registers.c:
+ Add an interface to export content as simple text.
+
+ * src/dialogs/export.c:
+ * src/dialogs/export.h:
+ Allow a simple export of an assembly content.
+
+ * src/dialogs/Makefile.am:
+ Add export.[ch] to libdialogs_a_SOURCES.
+
+ * src/editor.c:
+ Update the GUI. Typo.
+
+ * src/gtkext/easygtk.c:
+ * src/gtkext/easygtk.h:
+ Provide a function to quickly create a check button.
+
10-03-11 Cyrille Bagard <nocbos@gmail.com>
* src/format/elf/elf.c: