diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 26 |
1 files changed, 26 insertions, 0 deletions
@@ -1,3 +1,29 @@ +15-02-25 Cyrille Bagard <nocbos@gmail.com> + + * plugins/pychrysa/gtkext/viewpanel.c: + Disable old code. + + * src/glibext/gcodebuffer.c: + * src/glibext/gcodebuffer.h: + Allow to get coordinates of a line containing code, if possible, + for a given address. + + * src/gtkext/gtkbufferview.c: + * src/gtkext/gtkviewpanel.c: + * src/gtkext/gtkviewpanel.h: + * src/gtkext/gtkviewpanel-int.h: + Provide tweaks about positions when looking for address coordinates. + + * src/gui/menus/binary.c: + * src/gui/menus/edition.c: + * src/gui/panels/bookmarks.c: + * src/gui/panels/symbols.c: + * src/gui/tb/portions.c: + Update. + + * src/project.c: + Wait a little bit before being abl able to use sizes to compute the position of the entry point. + 15-02-24 Cyrille Bagard <nocbos@gmail.com> * src/format/format.c: |