diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 39 |
1 files changed, 39 insertions, 0 deletions
@@ -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: |