2004-10-16  Gustavo Noronha Silva  <kov@debian.org>

	* Release 1.0.3

	* config.sub, config.guess, ltmain.sh:
	- relibtoolized

	* libgksuui/gksuui-dialog.c:
	- marked a string which was missing for translation

	* libgksuui/gksuui-{dialog,convenience}.c:
	- (gksuui_dialog_init,gksu_ask_password): set LOCALEDIR
	  and codeset to UTF-8 to fix coding problems when running
	  in non-UTF8 locales - fixes Debian bug #273321

2004-10-14  Gustavo Noronha Silva  <kov@alface.horta>

	* configure.ac:
	- added no_NB to ALL_LINGUAS

2004-09-05  Gustavo Noronha Silva  <kov@alface.horta>

	* Release 1.0.2

	* libgksuui/gksu-convenience.h:
	- added G_BEGIN_DECLS and G_END_DECLS for C++ to
	  be able to build using the lib (Debian bug #256026)

2004-09-04  Gustavo Noronha Silva  <kov@alface.horta>

	* configure.ac:
	- added ca to ALL_LINGUAS

2004-05-30  Gustavo Noronha Silva  <kov@debian.org>

	* Release 1.0.1

	* libgkssui/Makefile.am:
	- added .ver stuff to EXTRA_DIST so that it will be
	  added when make dist'ing

2004-05-27  Gustavo Noronha Silva  <kov@debian.org>

	* libgksuui/libgksuui.ver, libgksuui/Makefile.am:
	- build the library with versioned symbols and optimizations
	  (thanks to Steve Langasek's [vorlon's] talk on "Escaping
	  the dependency hell" at Debian Conference 4

2004-05-20  Gustavo Noronha Silva  <kov@debian.org>

	* Release 1.0

	* libgksuui/test-gksuui.c:
	- added test for gksuui-convenience with grabing

	* libgksuui/gksuui-convenience.c:
	- improved grab code to reflect the changes done
	  to the stable branch of gksu, adding code based
	  on gnome-ssh-askpass

	* libgksuui/gksuui-dialog.c, docs/*:
	- updated docs, fixed GksuuiDialog's documentation

2004-05-19  Gustavo Noronha Silva  <kov@debian.org>

	* libgksuui/test-gksuui.c:
	- added test for setting the icon on the dialog,
	  setting /usr/share/pixmaps/apple-green.png

	* libgksuui/gksu-dialog.{c,h}:
	- added set and get functions for the dialog's
	  icon

2004-03-19  Gustavo Noronha Silva  <kov@debian.org>

	* COPYING, libgksuui/*:
	- change license to be LGPL-2

2004-03-06  Gustavo Noronha Silva  <kov@debian.org>

	* libgksuui/gksu-dialog.c:
	- fixed a problem with the access location of the
	  image by using the PACKAGE constant.

2004-03-05  Gustavo Noronha Silva  <kov@debian.org>

	* libgksuui/Makefile.am:
	- added gksuui.h in include_HEADERS so that it gets
	  installed

	* configure.ac, libgksuui/Makefile.am, docs/*:
	- renamed the source package to gksuui-1.0, following
	  what Gtk+ does, so that I can have multiple 
	  API-incompatible development versions installed
	  side-by-side	  

	* libgksuui/gksuui.h:
	- added a convenience include file to be able to
	  include all the relevant headers at once

	* libgksuui/*.{c,h}:
	- added and updated the GPL statement at the top
	  of the files

	* First version of a separate libgksuui library
	  that is being split out of libgksu. Check our
	  ChangeLog.libgksu for historical reference.

2004-03-04  gettextize  <bug-gnu-gettext@gnu.org>

	* Makefile.am (SUBDIRS): Add intl,
	(DIST_SUBDIRS): Add intl,
	(EXTRA_DIST): New variable.
	* configure.ac (AC_CONFIG_FILES): Add intl/Makefile,
	(AM_GNU_GETTEXT_VERSION): Bump to 0.14.1.

