2016-09-08 Nick Gasson <nick@nickg.me.uk>
* configure.ac: updated to GNU gettext 0.19 and removed
generated files from version control.
* src/bubblegen.c (make_dream_bubble): fix warning about
deprecation of `gdk_pixbuf_unref`.
* xcowsay 1.4 released!
2015-05-31 Nick Gasson <nick@nickg.me.uk>
* src/display_cow.c (close_when_clicked): allow close event to
be specified in settings.
* src/xcowsay.c (main): add --release option to close window on
mouse button release.
2012-11-19 Nick Gasson <nick@nickg.me.uk>
* src/config_file.c (next_token): allow values with quotes
to be set in the config file.
2011-01-28 Justin Bogner <justin.bogner@emc.com>
* src/xcowsay.c (main): The reading-speed option requires an
argument.
pkglint -Wall -r --autofix --only aligned
After running the above command, three packages had to be adjusted
manually:
In maelstrom-x11, pkglint didn't see that a commented variable
assignment should have been re-aligned as well.
In netmaze, there was a single line that didn't align well with all the
others, but pkglint decided to adjust the whole paragraph to this single
line. The result would have been ok, but not good.
In tscp, there was a paragraph where some of the lines were indented
one space more than the others. This rule is useful when one variable
name is very long compared to the others, but not in this case.
to address issues with NetBSD-6(and earlier)'s fontconfig not being
new enough for pango.
While doing that, also bump freetype2 dependency to current pkgsrc
version.
Suggested by tron in PR 47882