summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2008-09-06 13:56:57 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2008-09-06 13:56:57 (GMT)
commitf14993aac5b0b4b7ae174f27e4d1f0f540057c58 (patch)
treefcb3ef8e5b2965a79f7ae9984e1c0c783f5530eb /ChangeLog
parentada3040b9b2b6d0a2d6e2157b3f79e772e36b2d7 (diff)
Added a panel allowing to browse found symbols.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@24 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog31
1 files changed, 31 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3516c02..4cdf2d9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,34 @@
+2008-09-06 Cyrille Bagard <nocbos@gmail.com>
+
+ * src/binary.c:
+ * src/binary.h:
+ Display found symbols when loading binary data.
+
+ * src/editor.c:
+ Use the new GTK components.
+
+ * src/format/elf/e_elf.c:
+ * src/format/elf/e_elf.h:
+ * src/format/exe_format.c:
+ * src/format/exe_format.h:
+ * src/format/exe_format-int.h:
+ Provide the needed functions to access the found symbols.
+
+ * src/gtkcodeview.c:
+ * src/gtkcodeview.h:
+ New entries: provide a support for code snippets.
+
+ * src/gtksnippet.c:
+ * src/gtksnippet.h:
+ Give the vertical position of a given address.
+
+ * src/Makefile.am:
+ Add gtkcodeview.[ch] and pan_symbols.[ch] to openida_SOURCES.
+
+ * src/pan_symbols.c:
+ * src/pan_symbols.h:
+ New entries: add a panel allowing to browse found symbols.
+
2008-08-31 Cyrille Bagard <nocbos@gmail.com>
* src/binary.c: