summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog47
1 files changed, 47 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ca1655f..84f6ffc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,50 @@
+16-03-09 Cyrille Bagard <nocbos@gmail.com>
+
+ * configure.ac:
+ Add the new Makefile from the 'src/gui/core' directory.
+
+ * plugins/pychrysa/gui/panels/panel.c:
+ * src/analysis/project.c:
+ Update code.
+
+ * src/gui/Makefile.am:
+ Add core/libguicore.la to libgui_la_LIBADD and core to SUBDIRS.
+
+ * src/gui/core/Makefile.am:
+ * src/gui/core/panels.c:
+ * src/gui/core/panels.h:
+ New entries: handle a global list of dockable panels.
+
+ * src/gui/dialogs/Makefile.am:
+ Typo.
+
+ * src/gui/editor.c:
+ Reorganize the whole code dealing with dockable panels.
+
+ * src/gui/menus/view.c:
+ * src/gui/panels/bookmarks.c:
+ * src/gui/panels/bookmarks.h:
+ * src/gui/panels/glance.c:
+ * src/gui/panels/glance.h:
+ * src/gui/panels/history.c:
+ * src/gui/panels/history.h:
+ * src/gui/panels/log.c:
+ * src/gui/panels/log.h:
+ Update code.
+
+ * src/gui/panels/panel-int.h:
+ * src/gui/panels/panel.c:
+ * src/gui/panels/panel.h:
+ Reorganize the whole code dealing with dockable panels.
+
+ * src/gui/panels/regedit.c:
+ * src/gui/panels/regedit.h:
+ * src/gui/panels/strings.c:
+ * src/gui/panels/strings.h:
+ * src/gui/panels/symbols.c:
+ * src/gui/panels/symbols.h:
+ Update code.
+
16-03-08 Cyrille Bagard <nocbos@gmail.com>
* plugins/pychrysa/gui/panels/panel.c: