2004-12-21  Glynn Foster  <glynn.foster@sun.com>

	* configure.in: Release 2.9.1

2004-12-21  Glynn Foster  <glynn.foster@sun.com>

	* src/option.c: Fix tyop for #161774, as reported by Christian.

2004-12-20  Glynn Foster  <glynn.foster@sun.com>

	* src/notification.c: Fix #161539, and try and hide the parent
	widget, rather than the tray icon, since it saves space.

2004-12-08  Glynn Foster  <glynn.foster@sun.com>

	* TODO: Update with the removed goption item.

2004-12-07  Glynn Foster  <glynn.foster@sun.com>

	* src/main.c: Fix for #137993. There is a chance that we'll have
	to revert this fix, given the comments in /etc/X11/gdm/Xsession:

        # Note that this should only go to zenity dialogs which always 
	#  expect utf8
        gettextfunc () {
          if [ "x$gdmtranslate" != "x" ] ; then
            "$gdmtranslate" --utf8 "$1"
          else
            echo "$1"
          fi
        }

	So I guess we may be over a barrel with our original guarantee.
	Let's just change this in 2.9.x and see if anyone notices or cares 
        enough. Patch from Leonardo Boshell <p@kapcoweb.com>.

2004-12-07  Glynn Foster  <glynn.foster@sun.com>

	* src/option.c: Fix spacing issue.

2004-12-07  Glynn Foster  <glynn.foster@sun.com>

	Patch from Lucas Rocha <lucasr@im.ufba.br> to use the GOption
	API for the zenity parsing options, with some spacing fixes
	from Glynn.

	* configure.in: zenity now requires glib-2.0 >= 2.5.3 to build 
	because now it uses GOption. popt requirement removed.
	* src/Makefile.am: update for new files
	* src/main.c: use GOption API
	* src/option.c, src/option.h: New files to implement the new
	functionality.
	* src/zenity.h: Fix spacing.

2004-11-23  Ross Burton  <ross@burtonini.com>

	* src/util.c: Check the xterm window ID is valid for the current
	display before trying to use it.

2004-10-30  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>

	* src/main.c: Typo fixing: Notication options --> Notification options

2004-10-26  Glynn Foster  <glynn.foster@sun.com>

	* help/C/zenity.xml: Patch from Lucas Rocha to fix
	#153277, and remove an extra </para> link.

2004-10-05  James Henstridge  <james@jamesh.id.au>

	* src/util.c (zenity_util_pixbuf_new_from_file): g_strdown()
	modifies the filename, so use strcasecmp() for the comparison
	instead.  Since we are comparing against fixed ASCII strings,
	this should have no UTF-8 issues.

2004-09-30  James Henstridge  <james@jamesh.id.au>

	* src/notification.c (set_scaled_pixbuf): function to set a
	GtkImage to a scaled pixbuf.
	(zenity_notification_handle_stdin): set the image to a
	GTK_ICON_SIZE_BUTTON sized image.
	(zenity_notification): same here.

2004-09-17  Kjartan Maraas  <kmaraas@gnome.org>

	* src/progress.c: Add missing header.
	* src/tree.c: Same
	* src/util.c: (transient_get_xterm),
	(transient_get_xterm_toplevel): ANSIfication.
	Closes bug #152851.

2004-09-16  James Henstridge  <james@jamesh.id.au>

	* src/notification.c: add code to listen for commands on stdin
	when in listen mode.

	* src/main.c: parse the --listen argument for --notification mode.

	* src/zenity.h (ZenityNotificationData): add a field for the
	"listen" argument.

2004-09-13  Glynn Foster  <glynn.foster@sun.com>

	* configure.in: Post release bump.

2004-09-13  Glynn Foster  <glynn.foster@sun.com>

	* configure.in: Release 2.9.0