summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
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: