2010-01-05  Nick Gasson  <nick@nickg.me.uk>

	* xpupsay 1.2 released!

	* src/pupsayd.c (pupsay_dream): New DBus method to implement
	uk.me.doof.Cowsay.Dream
	* src/xpupsay.c (main): Make dream path absolute for daemon and
	check file exists before going further.

2010-01-04  Nick Gasson  <nick@nickg.me.uk>

	* src/xpupsay.c (main): Add --bubble-at option to change
	relative location of speech bubble.
	* src/display_pup.c (display_pup): Use bubble_x and bubble_y
	config variables to alter relative location of bubble.

	* src/config_file.c (parse_config_file): Allow the config file
	to be placed in $XDG_CONFIG_HOME/xpupsayrc as well as
	$HOME/.xpupsayrc.

	* src/xpupsay.c (main): Add --config option to specify and
	additional config file to parse.
	* src/config_file.c (config_file_name): Support parsing the
	additional config file.

	* src/config_file.c (next_token): Fix parsing config files where
	there is no whitespace between tokens.

	* src/bubblegen.c (make_text_bubble): Don't print a warning when
	we can't parse Pango attributes.  This may arise from valid
	input e.g. '1 < 0'.

	* src/xpupsayd.c (pup_display_thread, wait_for_request)
	(enqueue_request): Store the pup mode in request objects inside
	the daemon.
	(pupsay_think): New DBus method to implement
	uk.me.doof.Cowsay.Think

2010-01-03  Nick Gasson  <nick@nickg.me.uk>

	* src/xpupsay.c (main): Add --at option to specify pup location
	on screen and correspoding at_x and at_y config variables.
	(parse_position_option): New function to parse options specified
	as X,Y pairs.
	* src/display_pup.c (display_pup): Now recognises the at_x and
	at_y config variables to force pup to appear at a particular
	position.

2010-01-02  Nick Gasson  <nick@nickg.me.uk>

	* src/display_pup.c (display_pup): Fix splicing of pup across
	multiple monitors.  Now picks a random monitor and then a random
	location within that monitor.
	* src/xpupsay.c (main): Add --monitor option to specify a
	particular montior for the pup to appear on.

2008-06-04  Nick Gasson  <nick@nickg.me.uk>

	* src/display_pup.c (display_pup): Fix bug where pup would
	appear off the side of the screen and fix a floating point
	exception in rare circumstances.

2008-05-23  gettextize  <bug-gnu-gettext@gnu.org>

	* Makefile.am (SUBDIRS): Add po.
	(ACLOCAL_AMFLAGS): New variable.
	(EXTRA_DIST): Add config.rpath, m4/ChangeLog.
	* configure.ac (AC_OUTPUT): Add po/Makefile.in.

