summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2015-09-01 21:36:22 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2015-09-01 21:36:22 (GMT)
commit29ddd755496589e7e1f9e38697e44d3cfe64df5e (patch)
tree3db093a9082276adb96a1ce67d175ade067c0788 /ChangeLog
parente07a541d1dea13a19a587f2b97d12ed3443f235b (diff)
Added a welcome panel as plugin using Python.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@573 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog39
1 files changed, 39 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3fa796a..99b1f7e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,42 @@
+15-09-01 Cyrille Bagard <nocbos@gmail.com>
+
+ * configure.ac:
+ Add the new Makefile from the 'plugins/python/welcome' directory.
+
+ * plugins/pychrysa/pychrysa.c:
+ Provide the revision number and a way to access global objects.
+
+ * plugins/python/Makefile.am:
+ Add 'welcome' to SUBDIRS.
+
+ * plugins/python/welcome/binary.py:
+ * plugins/python/welcome/board.py:
+ * plugins/python/welcome/__init__.py:
+ * plugins/python/welcome/Makefile.am:
+ * plugins/python/welcome/panel.py:
+ * plugins/python/welcome/plugin.py:
+ * plugins/python/welcome/tipoftheday.png:
+ * plugins/python/welcome/tipoftheday.png:
+ * plugins/python/welcome/tipoftheday.xcf:
+ * plugins/python/welcome/tipoftheday.xcf:
+ * plugins/python/welcome/tip.py:
+ * plugins/python/welcome/version.py:
+ * plugins/python/welcome/website.py:
+ New entries: add a welcome panel as plugin using Python.
+
+ * src/gui/menus/project.c:
+ Register the menu loading new binary files.
+
+ * src/gui/panels/Makefile.am:
+ Remove the 'welcome.[ch]' files from libguipanels_la_SOURCES.
+
+ * src/gui/panels/panel.c:
+ Update code.
+
+ * src/gui/panels/welcome.c:
+ * src/gui/panels/welcome.h:
+ Deleted entries.
+
15-08-27 Cyrille Bagard <nocbos@gmail.com>
* plugins/pychrysa/gui/panels/panel.c: