summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2008-10-05 11:53:24 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2008-10-05 11:53:24 (GMT)
commitc1b34ed255813ad28bf69fc28592d4cd253f7248 (patch)
tree85bb91925a5a2fb748947320a0023b6d39c4a34f /ChangeLog
parent2ccf097c9344465944089bebbc2ffd66ac93e1fd (diff)
Added a basic support of project files.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@33 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
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: