summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2015-01-15 14:57:19 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2015-01-15 14:57:19 (GMT)
commite28ba4839188307f94293af4e29ed6e774c0a499 (patch)
tree2b3ce4dd609f5fe03fcfc3641c9723b39205079b /ChangeLog
parent0a028b306093746324eabdb94881083f9b7e61c1 (diff)
Exported disassembled content in plain text or HTML format properly.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@455 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog19
1 files changed, 19 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f902da1..b02c2cb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,22 @@
+15-01-15 Cyrille Bagard <nocbos@gmail.com>
+
+ * src/dialogs/export.c:
+ Export disassembled content in plain text or HTML format properly.
+
+ * src/glibext/gbufferline.c:
+ * src/glibext/gbufferline.h:
+ Update the export routines.
+
+ * src/glibext/gbuffersegment.c:
+ Fix a bug in pattern slant (mismatch 'italic' vs 'oblique'). Fix a bug
+ when storing the segment text: only keep the submitted length. Update
+ the export routines.
+
+ * src/glibext/gbuffersegment.h:
+ * src/glibext/gcodebuffer.c:
+ * src/glibext/gcodebuffer.h:
+ Update the export routines.
+
15-01-14 Cyrille Bagard <nocbos@gmail.com>
* src/arch/arm/v7/arm.c: