diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 21 |
1 files changed, 21 insertions, 0 deletions
@@ -1,3 +1,24 @@ +18-02-11 Cyrille Bagard <nocbos@gmail.com> + + * src/core/logs.c: + Remove compilation warnings. + + * src/gui/panels/Makefile.am: + Add the 'updating*[ch]' files to libguipanels_la_SOURCES. + + * src/gui/panels/errors.c: + Update code. + + * src/gui/panels/panel-int.h: + * src/gui/panels/panel.c: + * src/gui/panels/panel.h: + Remove old code. + + * src/gui/panels/updating-int.h: + * src/gui/panels/updating.c: + * src/gui/panels/updating.h: + New entries: create a dedicated interface fot panel updating. + 18-02-05 Cyrille Bagard <nocbos@gmail.com> * configure.ac: |