summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2010-03-21 18:54:20 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2010-03-21 18:54:20 (GMT)
commit8123d9342f92a2cf6fd999b350252c001f403092 (patch)
tree5030aa5d40fa8551937649cdd3377062ec8991d0 /ChangeLog
parenta6acb5629572e6da4d72f4419b01672c2ea5ddf2 (diff)
Allowed a simple export of an assembly content.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@144 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
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: