summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog33
1 files changed, 33 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b457000..d56fd56 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,36 @@
+2008-10-05 Cyrille Bagard <nocbos@gmail.com>
+
+ * src/binary.c:
+ * src/binary.h:
+ Load and unload binaries with basic properties attached.
+
+ * src/dlg_sections.c:
+ * src/dlg_sections.h:
+ New entries: not [yet] used ; provide a way to select sections to process.
+
+ * src/easygtk.c:
+ * src/easygtk.h:
+ New entries: make easy to use the GTK functions.
+
+ * src/editor.c:
+ Update the code. Add menus to the GUI.
+
+ * src/Makefile.am:
+ Add dlg_sections.[ch] easygtk.[ch], project.[ch], xdg.[ch] and xml.[ch]
+ to openida_SOURCES.
+
+ * src/project.c:
+ * src/project.h:
+ New entries: define a basic support of OpenIDA projects.
+
+ * src/xdg.c:
+ * src/xdg.h:
+ New entries: support some points of the Freedesktop standards.
+
+ * src/xml.c:
+ * src/xml.h:
+ New entries: provide reading and writing facilities for XML data.
+
2008-09-20 Cyrille Bagard <nocbos@gmail.com>
* src/arch/operand.h: