summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog41
1 files changed, 41 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 84f6ffc..8fed981 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,46 @@
16-03-09 Cyrille Bagard <nocbos@gmail.com>
+ * plugins/pychrysa/gui/panels/panel.c:
+ * plugins/python/welcome/panel.py:
+ * plugins/python/welcome/plugin.py:
+ * src/analysis/project.c:
+ Update code.
+
+ * src/common/extstr.c:
+ * src/common/extstr.h:
+ Convert strings to lower or upper cases.
+
+ * src/gui/core/Makefile.am:
+ Add the new 'core.[ch]' files to libguicore_la_SOURCES.
+
+ * src/gui/core/core.c:
+ * src/gui/core/core.h:
+ New entries: load gui components for the editor at startup.
+
+ * src/gui/core/panels.c:
+ * src/gui/core/panels.h:
+ * src/gui/editor.c:
+ * src/gui/panels/bookmarks.c:
+ * src/gui/panels/glance.c:
+ * src/gui/panels/history.c:
+ * src/gui/panels/log.c:
+ Update code.
+
+ * src/gui/panels/panel-int.h:
+ * src/gui/panels/panel.c:
+ * src/gui/panels/panel.h:
+ Store and load panels attributes using the global configuration.
+
+ * src/gui/panels/regedit.c:
+ * src/gui/panels/strings.c:
+ * src/gui/panels/symbols.c:
+ Update code.
+
+ * src/main.c:
+ Complete the loading of panels for the editor.
+
+16-03-09 Cyrille Bagard <nocbos@gmail.com>
+
* configure.ac:
Add the new Makefile from the 'src/gui/core' directory.