diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 69 |
1 files changed, 69 insertions, 0 deletions
@@ -1,3 +1,72 @@ +09-09-14 Cyrille Bagard <nocbos@gmail.com> + + * configure.ac: + Extend the list of GLib marshals and replace panel by panels in AC_CONFIG_FILES. + + * src/analysis/binary.c: + Update the included headers. + + * src/analysis/line.c: + Typo. + + * src/debug/ptrace/ptrace.c: + Update the included headers. + + * src/editor.c: + Improve the editor window when several binaries are loaded. + + * src/format/elf/elf.c: + * src/format/elf/symbols.c: + * src/format/format.c: + Update the included headers. + + * src/gtkext/gtkbinview.c: + * src/gtkext/gtkbinview.h: + Provide the registered binary. + + * src/gtkext/gtkdockitem.c: + * src/gtkext/gtkdockitem.h: + Emit a signal when changing the content. + + * src/gtkext/gtkdockpanel.c: + * src/gtkext/gtkdockpanel.h: + Emit a signal when switching. Take care of items changing their content. + Improve the code and fix bugs/mistakes. + + * src/main.c: + Load all the internal panels using the new way. + + * src/Makefile.am: + Rename panel(s)/panel(s). + + * src/panels/glimpse.c: + * src/panels/glimpse.h: + New entries: quite empty for now. + + * src/panels/log.c: + Update the included headers. + + * src/panels/Makefile.am: + Change the name of the library. Add glimpse.[ch] and panel-int.h to + libpanels_la_SOURCES ; rename panels.[ch] to panel.[ch]. + + * src/panels/panel.c: + * src/panels/panel.h: + * src/panels/panel-int.h: + New entries: begin to move to a new way of panel managing using GLib + objects and functions to handle all panels. + + * src/panels/panels.c: + * src/panels/panels.h: + Move entries: see src/panels/panel.[ch]. + + * src/panels/symbols.c: + * src/panels/symbols.h: + Update and improve the panel showing the current symbols. + + * src/project.c: + Update the included headers. Do not update the editor anymore (see + 09-09-09 Cyrille Bagard <nocbos@gmail.com> * src/analysis/line.c: |