summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2009-09-13 23:11:24 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2009-09-13 23:11:24 (GMT)
commit1c4da24a1d4b96d58fee08e2be21198b22e7eef6 (patch)
treea0723bd1948395413fa5a7a37a9405567e32c015 /ChangeLog
parent18134387d5cb025703af8e1d07e0152784e31efc (diff)
Improved the editor window refreshing when several binaries are loaded.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@114 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog69
1 files changed, 69 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b9ced69..4dad565 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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: