2004-03-01 22:09  benny

	* m4/debug.m4: Added --enable-gcov to compile xfce with support for
	coverage tests. Very useful.

2004-02-24 21:50  benny

	* ChangeLog, NEWS, TODO, config.h.in, configure, configure.ac,
	docs/libxfce4util-docs.sgml, docs/libxfce4util-sections.txt,
	docs/tmpl/xdg-basedir-support.sgml, libxfce4util/Makefile.am,
	libxfce4util/Makefile.in, libxfce4util/libxfce4util.h,
	libxfce4util/xdg.c, libxfce4util/xdg.h,
	libxfce4util/xfce-desktopentry.c: Bumped version to 4.1.5. Added
	"XDG Base Directory" implementation; now, brian, make the theming
	stuff standards compliant :-)

2004-02-20 14:25  benny

	* ChangeLog: Updated ChangeLog.

2004-02-20 14:24  benny

	* NEWS, README, aclocal.m4, config.h.in, configure, configure.ac:
	Version 4.1.4 with some bugfixes and
	--with-broken-putenv=[auto/no/yes] option added to configure to
	make libxfce4util cross-compilable again.

2004-02-20 14:12  benny

	* libxfce4util/xfce-desktopentry.c: atoi() is deprecated, strtol()
	should be used instead. In addition the check for temp >= 0
	prevented negative integer values from being stored in desktop
	files.

2004-02-20 12:44  benny

	* libxfce4util/util.c: Be sure to use the plattform malloc() in our
	putenv(), cause we don't know about the evil interna of putenv()
	and g_malloc() need not to use malloc() on this plattform. Fixed
	bug in xfce_setenv() where memory was not freed after the call to
	xfce_putenv().

2004-02-15 23:02  jasper

	* libxfce4util/xfce-desktopentry.c: Add extra sanity check

2004-02-12 02:11  benny

	* libxfce4util/xfce_desktop_entry.h: Provide "wrapping" depending
	on XFCE_DISABLE_DEPRECATED.

2004-02-12 01:59  benny

	* Makefile.am, Makefile.in, NEWS, aclocal.m4, configure,
	configure.ac, libxfce4util.spec.in, docs/.cvsignore, docs/Doxyfile,
	docs/MAINPAGE, docs/Makefile.am, docs/Makefile.in,
	docs/libxfce4util-docs.sgml, docs/libxfce4util-overrides.txt,
	docs/libxfce4util-sections.txt, docs/libxfce4util.types,
	docs/version.xml.in, docs/tmpl/debug.sgml, docs/tmpl/i18n.sgml,
	docs/tmpl/utf8.sgml, docs/tmpl/util.sgml,
	docs/tmpl/xfce-desktopentry.sgml, i18n/Makefile.in,
	libxfce4util/Makefile.am, libxfce4util/Makefile.in,
	libxfce4util/debug.h, libxfce4util/i18n.c, libxfce4util/i18n.h,
	libxfce4util/libxfce4util.h, libxfce4util/utf8.c,
	libxfce4util/utf8.h, libxfce4util/util.c, libxfce4util/util.h,
	libxfce4util/xfce-desktopentry.c, libxfce4util/xfce-desktopentry.h,
	libxfce4util/xfce_desktop_entry.c,
	libxfce4util/xfce_desktop_entry.h, m4/Makefile.in, m4/debug.m4:
	Version 4.1.3: Code cleanups, doxygen -> gtk-doc, some functions
	marked as DEPRECATED.

2004-02-11 23:48  benny

	* autogen.sh: Always append --enable-maintainer-mode if configure
	is invoked by autogen.sh, since this makes more sense to me.

2004-02-09 02:47  kelnos

	* libxfce4util/xfce_desktop_entry.c: fix three memleaks in
	xfce_desktop_entry_parse()

2004-02-03 19:06  benny

	* config.h.in, configure, configure.ac,
	libxfce4util/licenses-texts.c, libxfce4util/licenses-to-c.sh,
	libxfce4util/util.c, libxfce4util/util.h: Fixed leftover naming
	problem _xfce_builtin_* -> xfce_builtin_*.

2004-02-02 21:57  benny

	* ChangeLog, Makefile.in, configure, configure.ac, docs/Doxyfile,
	libxfce4util/BSD, libxfce4util/GPL, libxfce4util/LGPL,
	libxfce4util/Makefile.am, libxfce4util/Makefile.in,
	libxfce4util/licenses-texts.c, libxfce4util/licenses-to-c.sh,
	libxfce4util/util.h: Hardcode common licenses into the library
	(using a special section, if possible, to prevent unneccessary
	memory usage) and added XFCE_LICENSE_* macros to access the license
	texts. This is done, so license texts can be accessed by
	application without requiring the user to install xfce-utils (which
	should be altered to use the XFCE_LICENSE_* stuff).

2004-01-31 09:59  jasper

	* docs/: Doxyfile, MAINPAGE: Add simple front page for API docs.

2004-01-30 20:19  jasper

	* libxfce4util/: xfce_desktop_entry.c, xfce_desktop_entry.h:
	gtk-doc -> doxygen style comments. Cool stuff.

2004-01-29 23:03  benny

	* AUTHORS, Makefile.in, NEWS, aclocal.m4, config.h.in, configure,
	configure.ac, ltmain.sh, docs/Doxyfile, i18n/Makefile.in,
	libxfce4util/Makefile.am, libxfce4util/Makefile.in,
	libxfce4util/util.c, libxfce4util/util.h, m4/Makefile.in: Added
	xfce_putenv() and xfce_setenv() to get a portable way to modify the
	process environment list ((Linux and Solaris seem to have a broken
	putenv() implementation, see the autocoonf check for details on
	this topic). Started doxygen documentation.

2004-01-25 01:09  olivier

	* Makefile.in, aclocal.m4, compile, config.guess, config.sub,
	configure, configure.ac, depcomp, install-sh, ltmain.sh, missing,
	mkinstalldirs, i18n/Makefile.in, libxfce4util/Makefile.in,
	m4/Makefile.in: Update libtool and other automake, autoconf and
	gettext.

2004-01-25 01:07  olivier

	* Makefile.in, aclocal.m4, compile, config.guess, config.sub,
	configure, depcomp, install-sh, ltmain.sh, missing, mkinstalldirs,
	i18n/Makefile.in, libxfce4util/Makefile.in, m4/Makefile.in: Update
	libtool and other automake, autoconf and gettext packages

2004-01-17 11:05  benny

	* Makefile.am: leftover commit.

2004-01-16 19:33  benny

	* AUTHORS, BSD, COPYING, COPYING.BSD, COPYING.LGPL, LGPL: I think
	the filenames "COPYING.BSD" and "COPYING.LGPL" make more sense than
	just "BSD" and "LGPL".

2004-01-16 19:09  jasper

	* libxfce4util/xfce_desktop_entry.c: Bleh, gcc3-ism. Sloppy.

2004-01-12 23:52  dannym

	* libxfce4util/xfce_desktop_entry.c: fix crash with some kde
	desktop files with 1) empty "name=" and 2) "name=\r"

2004-01-12 08:20  jasper

	* libxfce4util/xfce_desktop_entry.c: Fix bug when value == NULL.

2004-01-11 22:27  jasper

	* configure, configure.ac: /me doesn't like libtool. I don't know
	why but this seems to generate the correct library version ...

2004-01-11 22:12  jasper

	* BSD, COPYING, LGPL, Makefile.in, aclocal.m4, config.guess,
	config.sub, configure, configure.ac, depcomp, install-sh,
	ltmain.sh, i18n/Makefile.in, libxfce4util/Makefile.am,
	libxfce4util/Makefile.in, libxfce4util/xfce_desktop_entry.c,
	libxfce4util/xfce_desktop_entry.h, m4/Makefile.in: Add desktop
	entry parser code

2004-01-10 19:43  benny

	* Makefile.in, aclocal.m4, config.guess, config.h.in, config.sub,
	configure, configure.ac, depcomp, install-sh, ltmain.sh,
	i18n/Makefile.in, libxfce4util/Makefile.in, libxfce4util/util.c,
	libxfce4util/util.h, m4/Makefile.in: Imported patches from Brian J.
	Tarricone regarding custom halt/poweroff/reboot commands with some
	modifications and bumped version to 0.2.0

2004-01-07 21:38  olivier

	* ChangeLog: Huge update before 4.0.3 release, mainly: ChangeLog
	update, Version number updates.

2003-12-29 16:19  olivier

	* ChangeLog, configure, configure.ac: Update version number, Update
	ChangeLog Fix missing CHARSET in potfiles

2003-12-18 00:00  olivier

	* ChangeLog: Update ChangeLog(s)

2003-12-16 23:36  olivier

	* configure, configure.ac: Resync, update version number

2003-11-11 19:35  jasper

	* configure, configure.ac: Update po files, just in case something
	changed ...

2003-10-13 20:51  jasper

	* ChangeLog: Update ChangeLog's after syncing with SF. Everything
	should now be up-to-date.

2003-09-22 22:52  huysmans

	* ChangeLog: Update ChangeLogs

2003-09-22 00:19  xfce

	* configure, configure.ac: Update version number to 4.0.0 Improve
	focus change for modal dialogs in xfwm4

2003-09-15 00:06  xfce

	* ChangeLog: Update ChangeLog

2003-09-14 01:13  xfce

	* ChangeLog: Update ChangeLog

2003-09-10 09:54  huysmans

	* ChangeLog: Update ChangeLogs

2003-09-10 09:39  huysmans

	* configure, configure.ac: Update version numbers and po files for
	release

2003-08-28 18:09  edscott

	* libxfce4util/i18n.h: supress compiler warnings because of intl
	macro redefinitions

2003-08-26 09:38  huysmans

	* ChangeLog: Update changelogs

2003-08-07 21:04  huysmans

	* libxfce4util/i18n.c: Make i18n work

2003-08-03 20:45  bmeurer

	* ChangeLog: Updated ChangeLogs

2003-08-03 20:37  bmeurer

	* m4/X11.m4: grep -q does not work with Solaris grep, fixed it.

2003-07-30 13:31  huysmans

	* ChangeLog: Update changlogs

2003-07-30 10:03  huysmans

	* configure, configure.ac: Update version numbers and po files for
	release

2003-07-19 11:30  huysmans

	* ChangeLog: Update ChangeLogs

2003-07-19 10:58  huysmans

	* configure, configure.ac: Update version numbers and po files for
	release

2003-07-13 10:43  huysmans

	* ChangeLog: Update ChangeLogs for release

2003-07-11 09:33  huysmans

	* ChangeLog: Update ChangeLog's for release

2003-07-10 11:56  huysmans

	* ChangeLog: Update ChangeLog's for release

2003-07-10 11:24  huysmans

	* configure, configure.ac: Bump version numbers for release and
	update po files

2003-07-08 00:26  xfce

	* ltmain.sh: Update ltmain.sh with patched version

2003-07-06 23:17  bmeurer

	* TODO: Note that TODO items are for > 4.0

2003-07-06 21:45  huysmans

	* ChangeLog, ChangeLog: Updating ChangeLogs

2003-07-06 11:15  bmeurer

	* TODO: New todo item.

2003-07-05 14:31  xfce

	* Makefile.in, ltconfig: Remove ltconfig script as it is generated

2003-07-05 01:37  xfce

	* Makefile.in, aclocal.m4, configure, ltcf-c.sh: libttol update and
	all

2003-07-05 00:30  bmeurer

	* TODO: Added TODO about "XDG Base Directory Specification"

2003-07-04 23:03  bmeurer

	* Makefile.in, aclocal.m4, config.h.in, configure, ltmain.sh,
	i18n/Makefile.in, libxfce4util/Makefile.in, m4/Makefile.in: libtool
	updated to 1.5.

2003-07-03 21:57  xfce

	* libxfce4util/util.c: Rename fns starting with __* to internal_*
	("__" should be avoided as some linker use this for their own use)

2003-07-02 14:32  bmeurer

	* Makefile.in, aclocal.m4, config.h.in, configure, ltmain.sh,
	i18n/Makefile.in, libxfce4util/Makefile.in, libxfce4util/utf8.h,
	m4/Makefile.in: Cleanups.

2003-07-01 22:44  xfce

	* configure, configure.ac, libxfce4util/Makefile.am,
	libxfce4util/Makefile.in, libxfce4util/utf8.c, libxfce4util/utf8.h:
	Add utf8 utility (used in libxfcegui4 and xfwm4)

2003-06-28 11:46  xfce

	* Makefile.in, aclocal.m4, config.h.in, configure, configure.ac,
	ltmain.sh, i18n/Makefile.in, libxfce4util/Makefile.in,
	m4/Makefile.in: Update to libtool-1.5 Use proper complete
	CURRENT:REVISION:AGE scheme for lib versionning

2003-06-21 22:18  bmeurer

	* libxfce4util/debug.h: Cleanup

2003-06-21 22:17  bmeurer

	* libxfce4util/i18n.h: Added note.

2003-06-15 11:50  bmeurer

	* libxfce4util/i18n.h: TRy to force CVS to update to 1.7

2003-06-14 23:53  bmeurer

	* NEWS, TODO, libxfce4util/i18n.c, libxfce4util/i18n.h, m4/i18n.m4:
	Introduced xfce_textdomain()

2003-06-10 21:51  bmeurer

	* libxfce4util/Makefile.in, libxfce4util/i18n.h, m4/Makefile.in:
	Added xfce_get_path_localized(). Updated to 3.91.0

2003-06-10 21:47  bmeurer

	* Makefile.in, aclocal.m4, config.guess, config.sub, configure,
	configure.ac, install-sh, ltcf-c.sh, ltconfig, ltmain.sh,
	i18n/Makefile.in: Added xfce_get_path_localized(). Updated to
	3.91.0

2003-06-06 23:36  xfce

	* aclocal.m4, configure, configure.ac, ltcf-c.sh, ltconfig,
	ltmain.sh: Versionning scheme

2003-06-06 00:00  bmeurer

	* INSTALL, Makefile.in, aclocal.m4, config.guess, config.sub,
	configure, configure.ac, ltcf-c.sh, ltconfig, ltmain.sh,
	i18n/Makefile.in, libxfce4util/Makefile.in, libxfce4util/i18n.c,
	libxfce4util/i18n.h, m4/Makefile.in, m4/depends.m4: Updated version
	to 3.90.0

2003-05-25 17:02  bmeurer

	* i18n/nls.alias: Added catalan aliases.

2003-05-15 13:03  huysmans

	* ChangeLog: Mass update of ChangeLogs

2003-05-04 16:02  huysmans

	* Makefile.am, Makefile.in, aclocal.m4, config.guess, config.sub,
	configure, libxfce4util.spec.in, ltcf-c.sh, ltconfig, ltmain.sh,
	i18n/Makefile.in, libxfce4util/Makefile.am,
	libxfce4util/Makefile.in, m4/Makefile.in: Fix distcheck and rpm
	build targets

2003-05-01 15:48  bmeurer

	* Makefile.am, libxfce4util/Makefile.am, libxfce4util/Makefile.in,
	libxfce4util/filter.c, libxfce4util/filter.h,
	libxfce4util/option.c, libxfce4util/option.h, m4/Makefile.am,
	m4/Makefile.in: Moved xfprint stuff to xfprint.

2003-05-01 12:55  bmeurer

	* configure, configure.ac: API was changed, so raise version (and
	lib major) to 0.3.0

2003-05-01 12:42  bmeurer

	* Makefile.am, Makefile.in, aclocal.m4, config.h.in, configure,
	configure.ac, i18n/Makefile.am, i18n/Makefile.in, i18n/nls.alias,
	libxfce4util/Makefile.am, libxfce4util/Makefile.in,
	libxfce4util/i18n.c, libxfce4util/i18n.h, libxfce4util/util.c,
	m4/Makefile.am, m4/Makefile.in, m4/depends.m4: Added i18n functions
	to libxfce4util.

2003-04-27 20:51  tobias_henle

	* libxfce4util/debug.h: Added __FUNCTION__ in DBG and TRACE for gcc
	v3+.

2003-04-26 23:15  bmeurer

	* m4/depends.m4: Updated BM_DEPEND_CHECK.

2003-04-26 13:52  bmeurer

	* m4/debug.m4: Fixed a stupid typo.

2003-04-25 11:53  bmeurer

	* m4/Makefile.am, m4/Makefile.in, m4/X11.m4, m4/depends.m4,
	m4/i18n.m4, Makefile.am, Makefile.in, configure, configure.ac:
	Updated depends.m4 and added macro for use with panel plugins.
	Updated libxfce4util to install the common m4 files into
	$(datadir)/xfce4/m4.

2003-04-20 12:05  huysmans

	* libxfce4util/i18n.h: Fix i18n panel issue: use GETTEXT_PACKAGE
	instead of PACKAGE

2003-04-19 23:31  bmeurer

	* Makefile.in, aclocal.m4, configure, configure.ac,
	libxfce4util/Makefile.in, libxfce4util/libxfce4util-1.0.pc.in,
	m4/rpath.m4: Added system tray support to libxfcegui4 and frontend
	to xftaskbar4.	Lots of cleanups in the autotools stuff.

2003-04-09 22:39  bmeurer

	* aclocal.m4, configure, m4/debug.m4: Improved debug.m4:
	
		1) --disable-debug no longer disables assert()'s
		2) --enable-profiling now enables profiling code
		3) --disable-asserts allows disabling of assert()'s

2003-04-05 23:30  bmeurer

	* config.h.in, configure, configure.ac, libxfce4util/util.c: Fixed
	libxfce4util libtool verinfo.  Updated to automake 1.7.3.

2003-04-05 19:20  bmeurer

	* configure, configure.ac, libxfce4util/util.c,
	libxfce4util/util.h: Added xfce_get_homefile_r() and
	xfce_get_userfile_r() for use with static buffers. Raise version to
	0.2.

2003-04-05 02:09  xfce

	* libxfce4util/debug.h: Revert last change in debug.h, use "??"
	instead of ((__const char *)0) Replace DBG() statements with
	TRACE() in libxfcegui4 and xfwm4 because it was generating far too
	much logs in simple debug mode (use --enable-debug=full to get full
	traces) Add params to TRACE() (just like in DBG()) Remove trailing
	CR in log messages

2003-04-05 00:35  bmeurer

	* Makefile.in, aclocal.m4, config.guess, config.sub, configure,
	depcomp, ltconfig, libxfce4util/Makefile.in, libxfce4util/debug.h,
	libxfce4util/util.h: Update debug stuff.

2003-04-04 00:08  bmeurer

	* m4/depends.m4: Updated BM_DEPEND_CHECK to make it possible to
	disable the test

2003-04-03 23:34  bmeurer

	* aclocal.m4, m4/depends.m4: Fixed BM_DEPEND_CHECK

2003-04-02 23:18  xfce

	* ChangeLog: Update ChangeLog

2003-04-02 22:35  bmeurer

	* libxfce4util/debug.h: Debugging stuff has moved to libxfce4util.

2003-04-02 22:10  bmeurer

	* aclocal.m4, config.h.in, configure, configure.ac,
	libxfce4util/Makefile.am, libxfce4util/Makefile.in,
	libxfce4util/i18n.h, m4/debug.m4: Debugging stuff now provided by
	libxfce4util. As a result of this change libxfcegui4 now depends on
	libxfce4util.  Some other updates.  added a hint to the libxfcegui4
	README for Xinerama problems with XFree86.

2003-04-02 19:33  bmeurer

	* aclocal.m4, configure, m4/debug.m4, m4/rpath.m4: left-over
	autostuff for libxfce*, xfcs-mcs-* and xfce4

2003-04-02 16:58  bmeurer

	* libxfce4util/: Makefile.am, Makefile.in, filter.h, i18n.h,
	util.h: Put i18n support code into libxfce4util.

2003-04-02 15:24  bmeurer

	* aclocal.m4, config.h.in, configure, configure.ac,
	libxfce4util/Makefile.am, libxfce4util/Makefile.in,
	libxfce4util/filter.c, m4/debug.m4, m4/depends.m4: Large autotools
	update. Should fix James problems with unsubstituted @PKG_LDFLAGS@
	in .pc files. Should also make it easier to port XFce4 to a
	non-POSIX (or even non-UNIX) plattform, using autoconf.

2003-04-01 20:36  bmeurer

	* aclocal.m4, configure, ltcf-c.sh, ltconfig, ltmain.sh,
	m4/debug.m4, m4/rpath.m4: Updates of the m4 files (test's have some
	problems).

2003-03-31 18:41  bmeurer

	* libxfce4util/: filter.c, option.c, test.c, util.c: Header files
	are now only included if found by configure.

2003-03-27 21:32  xfce

	* ChangeLog: Update ChangeLog

2003-03-23 22:17  xfce

	* ChangeLog: Update ChangeLog

2003-03-19 08:12  huysmans

	* autogen.sh: Only add extra autogen parameters when none are given

2003-03-18 23:33  xfce

	* ChangeLog, aclocal.m4, configure, ltcf-c.sh, ltconfig, ltmain.sh:
	Update ChangeLog Update build scripts (ie rerun autogen.sh) Update
	xfwm4's microdeck theme Remove 1 pix border arround xffm menu bar

2003-03-15 11:07  bmeurer

	* Makefile.in, aclocal.m4, autogen.sh, configure, configure.ac,
	libxfce4util.spec.in, libxfce4util/Makefile.in,
	libxfce4util/filter.c, m4/depends.m4: Create a valid .spec file.

2003-03-14 20:22  bmeurer

	* autogen.sh: update

2003-03-14 19:55  bmeurer

	* Makefile.in, aclocal.m4, configure, configure.ac,
	libxfce4util.spec.in, libxfce4util/Makefile.in,
	libxfce4util/libxfce4util-1.0.pc.in, m4/rpath.m4: New rpath stuff
	(for debian people)

2003-03-13 22:37  bmeurer

	* aclocal.m4, configure, configure.ac, libxfce4util/util.c,
	libxfce4util/util.h, m4/debug.m4: debug.m4 update. Removed junk
	from the sources.

2003-03-13 21:39  xfce

	* ChangeLog: Update Changelogs

2003-03-13 14:50  bmeurer

	* configure: Requires glib-2.0.

2003-03-13 14:47  bmeurer

	* configure.ac: Works with glib 2.0.0 as well.

2003-03-10 22:27  bmeurer

	* libxfce4util/: filter.c, filter.h: remove a possible buffer
	overflow.

2003-03-10 12:40  bmeurer

	* libxfce4util/filter.c: Typo

2003-03-10 12:33  bmeurer

	* libxfce4util/filter.h: [no log message]

2003-03-10 12:29  bmeurer

	* libxfce4util/filter.h: Fixed typo

2003-03-10 12:02  bmeurer

	* libxfce4util/: filter.c, filter.h: Update the filter interface.

2003-03-09 23:10  bmeurer

	* AUTHORS, COPYING, ChangeLog, INSTALL, Makefile.am, Makefile.in,
	NEWS, README, aclocal.m4, autogen.sh, compile, config.guess,
	config.h.in, config.sub, configure, configure.ac, depcomp,
	install-sh, libxfce4util.spec.in, ltcf-c.sh, ltconfig, ltmain.sh,
	missing, mkinstalldirs, libxfce4util/Makefile.am,
	libxfce4util/Makefile.in, libxfce4util/filter.c,
	libxfce4util/filter.h, libxfce4util/libxfce4util-1.0.pc.in,
	libxfce4util/option.c, libxfce4util/option.h, libxfce4util/test.c,
	libxfce4util/util.c, libxfce4util/util.h, m4/debug.m4: Initiali
	import of stripped libxfce4util.

