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 33225ce..f72f72b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,37 @@
+10-04-11 Cyrille Bagard <nocbos@gmail.com>
+
+ * src/analysis/exporter.c:
+ * src/analysis/exporter.h:
+ * src/analysis/exporter-int.h:
+ * src/analysis/line_code.c:
+ * src/arch/immediate.c:
+ * src/arch/instruction.c:
+ * src/arch/x86/operand.c:
+ * src/arch/x86/registers.c:
+ Export content into the new display buffer format (line of code only).
+
+ * src/glibext/gbufferline.c:
+ * src/glibext/gbufferline.h:
+ * src/glibext/gbuffersegment.c:
+ * src/glibext/gbuffersegment.h:
+ * src/glibext/gcodebuffer.c:
+ * src/glibext/gcodebuffer.h:
+ New entries: provide a faster than GTK display buffer.
+
+ * src/glibext/Makefile.am:
+ Add the gbufferline.[ch], gbuffersegment.[ch] and gcodebuffer.[ch]
+ files to libglibext_la_SOURCES.
+
+ * src/gtkext/gtkblockview.c:
+ Display the view using the new internal display buffer.
+
+ * src/gtkext/gtkextstatusbar.c:
+ Improve the processing time: skip all cases which don't change
+ the progress status enough (< 1%).
+
+ * src/plugins/pglist.c:
+ Disable all plugins (again).
+
10-04-05 Cyrille Bagard <nocbos@gmail.com>
* configure.ac: