summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog21
1 files changed, 21 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c1e6d79..a4396ae 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,24 @@
+15-02-11 Cyrille Bagard <nocbos@gmail.com>
+
+ * pixmaps/entrypoint.png:
+ New entry: create entry points in buffer views.
+
+ * pixmaps/Makefile.am:
+ Add entrypoint.png to EXTRA_DIST.
+
+ * src/analysis/disass/output.c:
+ Mark buffer lines as containing an entry point when needed.
+
+ * src/format/elf/symbols.c:
+ Define some symbols as entry points.
+
+ * src/format/symbol.c:
+ Update code.
+
+ * src/glibext/gbufferline.c:
+ * src/glibext/gbufferline.h:
+ Add some flags for rendering buffer lines.
+
15-02-10 Cyrille Bagard <nocbos@gmail.com>
* src/analysis/db/cdb.c: