2006-04-16	Benedikt Meurer <benny@xfce.org>

	* === Released 4.3.90.1 ===
	* configure.in.in: Bump version.
	* configure.in.in: Depend on GObject >= 2.6.0.
	* configure.in.in: Do not add revision to version unless the tag is svn.
	* libxfce4util.spec.in: Update RPM spec file.
	* AUTHORS: Add Olivier Fourdan to the authors list.

2006-04-16	Benedikt Meurer <benny@xfce.org>

	* libxfce4util/xfce-resource.c(_res_split_and_append): Be sure to strip
	  off invalid paths from XDG_DATA_DIRS and XDG_CONFIG_DIRS.

2006-03-26	Benedikt Meurer <benny@xfce.org>

	* libxfce4util/xfce-rc-simple.c(simple_escape): Same for leading
	  whitespace.

2006-03-25	Benedikt Meurer <benny@xfce.org>

	* libxfce4util/xfce-rc-simple.c: Properly handle trailing whitespace 
	  when saving string values.

2006-02-17	Brian Tarricone <bjt23@cornell.edu>

	* libxfce4util/xfce-desktopentry.[ch]: Add
	  xfce_desktop_entry_has_translated_entry() to report if the particular
	  key has a value transalated into the current locale.
	* configure.in.in: Bump version to 4.3.1.

2005-12-03	Benedikt Meurer <benny@xfce.org>

	* libxfce4util/i18n.h: Add ngettext(), dngettext() and dcngettext()
	  macros for the case that ENABLE_NLS is not defined.

2005-08-31	Benedikt Meurer <benny@xfce.org>

	* Makefile.am: Remove unnecessary extra dist files.
	* Makefile.am: Setup automake options properly.

2005-08-31	Benedikt Meurer <benny@xfce.org>

	* autogen.sh, configure.in.in: Merge build framework changes from
	  libexo.
	* COPYING, libxfce4util.spec.in, libxfce4util/*.{c,h}: Change overall
	  license to LGPL.
	* libxfce4util/*.h: Make sure only libxfce4util/libxfce4util.h can be
	  included directly.
	* docs/tmpl/*.sgml: Update to newer gtk-doc, which adds stability level
	  to the interfaces.

2005-08-30	Benedikt Meurer <benny@xfce.org>

	* docs/tmpl/*.sgml: Update gtk-doc templates.

2005-02-02	Benedikt Meurer <benny@xfce.org>

	* libxfce4util/xfce-fileutils.c(xfce_mkdirhier): Make function always
	  verify if the directory was actually created or already existed,
	  instead of checking for special errno results if mkdir() failed.
	  This fixes bug #724 (xfce fails on automounted NFS home-directories).
	  All tabs have been expanded to spaces.

2005-01-26	Benedikt Meurer <benny@xfce.org>

	* autogen.sh: Send all command line parameters to xdt-autogen.
	* gtk-doc.make: Removed, as its autogenerated by gtkdocize. Although,
	  the autogenerated version lacks a `gmake dist' fix.

2005-01-26	Benedikt Meurer <benny@xfce.org>

	* ChangeLog.pre-4.2.0: This file now contains the change log messages
	  generated by cvs2cl. Do NOT ever run cvs2cl in libxfce4util/ again!
	* autogen.sh: Use xdt-autogen (from the xfce4-dev-tools package).
	* m4/: Removed, those files are now included with the xfce4-dev-tools
	  packages.
	* configure.ac: Use new macros. Bumped version to 4.3.0. Bumped
	  shared object major version to 2.
	* Makefile.am: Include the old ChangeLog file with dists. Removed
	  obsolete sub directory m4. Removed obsolete aclocal flags.
	* libxfce4util.spec.in: Removed m4/ directory from the files section.
