Copyright (C) 2019 Michał Bąbik

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <https://www.gnu.org/licenses/>.

v1.3.0   2019-11-25  Michal Babik  <michalb1981@o2.pl>

        * Changed setting manage method
        * Some code updates

v1.2.3   2019-11-19  Michal Babik  <michalb1981@o2.pl>

        * wchanger.c (create_settings_widget): added hints to settings
          widgets

v1.2.2   2019-11-16  Michal Babik  <michalb1981@o2.pl>

        * Added removing duplicates from list button
        * Added saving width and height of configuration window
        * Some code updates
        * dlgs.c (message_dialog_error): Corrected string passing

v1.2.1   2019-11-14  Michal Babik  <michalb1981@o2.pl>

        * Added ComboBox with minutes and hours in wallpaper change
          interval option
        * Some code updates

v1.2    2019-11-14  Michal Babik  <michalb1981@o2.pl>

        * Changed random wallpaper select method
        * Changed file list storing
        * Background changing program (wchangerd) doesn't use glib now,
          it is lighter
        * Some other code updates

v1.1.1  2019-11-08  Michal Babik  <michalb1981@o2.pl>

        * jsfun.c (js_settings_to_json_buff): Couple updates in putting data
          to json objects.
        * jsfun.c (js_settings_read): Corrected freeing buffer.
        * setts.c (settings_set_command): Comparing strings changed.
        * settstr.c (free_wall_sett): Moved function to free WallSett here.

v1.1   2019-11-07  Michal Babik  <michalb1981@o2.pl>

        * wchanger.c: Changed wallpaper preview.
        * treev.c:    Moved treeview related functions

v1.0.1 2019-11-04  Michal Babik  <michalb1981@o2.pl>

        * wchanger.c (create_preview): corrected making "empty" preview

v1.0   2019-11-03  Michal Babik  <michalb1981@o2.pl>

        * First relase.

