summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2010-04-11 16:55:16 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2010-04-11 16:55:16 (GMT)
commit49468379e912806400c5874f8e359cb934516228 (patch)
treebf0c8d3b83410e687a3aaebfd622c4e2e29d682a /ChangeLog
parent30258fa96ad48eed68924f259ec5464fc4fd8094 (diff)
Cleaned the code by removing all references to the old GtkTextBuffer usage.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@151 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f72f72b..b7be556 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,22 @@
10-04-11 Cyrille Bagard <nocbos@gmail.com>
+ * plugins/stackvars/operand.c:
+ * 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:
+ * src/arch/immediate.c:
+ * src/arch/instruction.c:
+ * src/arch/x86/operand.c:
+ * src/arch/x86/registers.c:
+ * src/gtkext/gtkblockview.c:
+ * src/main.c:
+ Clean the code by removing all references to the old GtkTextBuffer usage.
+
+10-04-11 Cyrille Bagard <nocbos@gmail.com>
+
* src/analysis/exporter.c:
* src/analysis/exporter.h:
* src/analysis/exporter-int.h: