clive -- history of user-visible changes

Version 0.4.18
=================================================================

* Installation changes
    For example in the past when you installed clive *without*
    the bundled newt package, you typed:
        % ./configure --without-newt
    You would type now:
        % ./configure --with-installed-newt

* Program start details
    Cleaned up the details, module details are now displayed with
    the `--version' option. The release date string is now printed
    along with the program version.

* RSS parser no longer displays empty feeds
    If a feed for some reason does not contain any items, the feed
    is now ignored.

* NEWT based interfaces
    ** The newt based interfaces utilize the terminal size better
    ** "Refresh" button was renamed to "Resize"
    ** "OK - Extract" button was renamed "Extract"

* Removed or renamed the remaining "notice:" messages
    For example:
        "notice: $(filename) exist already..."
        -> "warn: $(filename) exist already..."
