diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 35 |
1 files changed, 35 insertions, 0 deletions
@@ -1,3 +1,38 @@ +15-02-22 Cyrille Bagard <nocbos@gmail.com> + + * plugins/pychrysa/glibext/bufferline.c: + Update code. + + * src/arch/instruction.c: + Mark buffer lines as containing code. + + * src/arch/vmpa.c: + * src/arch/vmpa.h: + Provide helpers for dealing with GLib. Convert locations into names and offsets. + + * src/dialogs/gotox.c: + * src/dialogs/gotox.h: + Nen entries: create a dialog box to select an entry point to display. + + * src/dialogs/Makefile.am: + Add the 'gotox.[ch]' files to libdialogs_la_SOURCES. + + * src/glibext/gbinportion.c: + Update code. + + * src/glibext/gbufferline.c: + * src/glibext/gbufferline.h: + * src/glibext/gbuffersegment.c: + * src/glibext/gbuffersegment.h: + Export parts of line content as text using optional markup. + + * src/glibext/gcodebuffer.c: + * src/glibext/gcodebuffer.h: + Look for the first code lines located at a given address. Update code. + + * src/gui/menus/binary.c: + Add a menu entry to select one binary entry. + 15-02-18 Cyrille Bagard <nocbos@gmail.com> * src/analysis/disass/area.c: |