diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2011-07-11 00:40:33 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2011-07-11 00:40:33 (GMT) |
commit | 1f1693722646de5ac8d2299a22121a760941f75e (patch) | |
tree | 44b86a5fa26439b35b5416ff47f8612f3733c5fd /ChangeLog | |
parent | cb8d8fb7a69dfd7ef03585d921ddccfc452f39de (diff) |
Saved improvements of binaries support.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@208 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 22 |
1 files changed, 22 insertions, 0 deletions
@@ -1,3 +1,25 @@ +11-07-11 Cyrille Bagard <nocbos@gmail.com> + + * src/analysis/binary.c: + Load the type of binary from XML. + + * src/common/xml.c: + * src/common/xml.h: + Provide a way to specify string attributes in nodes. + + * src/dialogs/Makefile.am: + Add add_shellcode.[ch] to libdialogs_la_SOURCES. + + * src/editor.c: + Define new menus for adding binaries. + + * src/format/part.c: + Update call to [_]add_string_attribute_to_node. + + * src/gtkext/easygtk.c: + * src/gtkext/easygtk.h: + Create the 'qck_create_textview()' function. + 11-01-06 Cyrille Bagard <nocbos@gmail.com> * po/fr.po: |