2003-09-10 09:39  huysmans

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

2003-09-08 21:43  huysmans

	* libxfcegui4/: xfce_iconbutton.c, xfce_iconbutton.h,
	xfce_menubutton.c: Fix icon scaling. Really. I think ...

2003-09-07 21:33  huysmans

	* libxfcegui4/xfce_iconbutton.h: Revert changes to fix crash

2003-09-07 19:36  huysmans

	* libxfcegui4/: xfce_iconbutton.c, xfce_menubutton.c: Reverting
	scaling fixes, because of crash reports

2003-09-04 23:08  huysmans

	* configure, configure.ac, libxfcegui4/xfce_iconbutton.c,
	libxfcegui4/xfce_iconbutton.h, libxfcegui4/xfce_menubutton.c: Fix
	the icon scaling issues

2003-09-01 23:08  xfce

	* libxfcegui4/: netk-xutils.c, netk-xutils.h: Fix 64bit + endianess
	problem on Alpha (and probably other platforms)

2003-08-30 20:26  huysmans

	* configure, configure.ac: Bump lib version such that the so name
	is actually higher than before ... I really don't like libtool.

2003-08-26 09:38  huysmans

	* ChangeLog: Update changelogs

2003-08-26 09:12  huysmans

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

2003-08-21 16:59  huysmans

	* libxfcegui4/xfce_iconbutton.c: Fix crash when theme doesn't
	provide the default_border property

2003-08-19 13:32  huysmans

	* libxfcegui4/xfce_iconbutton.c: Fix scaling issue

2003-08-14 21:09  xfce

	* aclocal.m4, configure: Resync with cvs

2003-08-07 09:02  huysmans

	* libxfcegui4/netk-xutils.c: Remove unneeded casts

2003-08-03 23:59  xfce

	* libxfcegui4/netk-workspace.c: Forgot wnck reference...

2003-08-03 23:41  xfce

	* libxfcegui4/: netk-tasklist.c, netk-window.c, netk-workspace.c,
	netk-workspace.h, netk-xutils.c: Revert latest change Resync with
	libwnck fixes

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-31 09:12  huysmans

	* libxfcegui4/netk-xutils.c: Fix compiler warnings. Apparently, gcc
	doesn't like casting dereferenced pointers: (type *) &var. Perhaps
	it's a gcc 3.3 thing. The warnings I get are: warning:
	dereferencing type-punned pointer will break strict-aliasing rules.
	I don't think it hurts fixing the warnings.

2003-07-30 13:31  huysmans

	* ChangeLog: Update changlogs

2003-07-30 10:05  huysmans

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

2003-07-30 02:07  xfce

	* configure, configure.ac, libxfcegui4/netk-trayicon.c: Add error
	handling to avoid X errors

2003-07-30 01:50  xfce

	* libxfcegui4/xfce_systemtray.c: Change filters, add credits to egg
	tray impl since I looked at it...

2003-07-29 22:15  xfce

	* configure, configure.ac, libxfcegui4/xfce_systemtray.c: Fix
	double free (gtk_widget_destroy() followed by a g_object_unref() in
	xfce_systray widget

2003-07-24 23:21  bmeurer

	* libxfcegui4/: netk-trayicon.c, netk-trayicon.h,
	xfce_systemtray.c, xfce_systemtray.h: BSD -> GPL.

2003-07-23 22:53  xfce

	* libxfcegui4/xfce_menubutton.c: Take hbox width into account when
	computing icon size for menu icons

2003-07-23 19:26  xfce

	* libxfcegui4/: xfce_iconbutton.c, xfce_iconbutton.h,
	xfce_menubutton.c, xfce_menubutton.h: Apply a merge of Jasper's and
	my patches

2003-07-19 11:30  huysmans

	* ChangeLog: Update ChangeLogs

2003-07-19 10:59  huysmans

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

2003-07-17 23:06  bmeurer

	* ChangeLog, configure, configure.ac, libxfcegui4/netk-trayicon.c:
	Fixed SONAME issue: Bumped lib version to 1.0.0

2003-07-13 11:24  huysmans

	* ChangeLog: Update ChangeLog for release

2003-07-13 11:12  bmeurer

	* libxfcegui4/netk-trayicon.c: gtk2.0 fixes.

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-11 00:44  bmeurer

	* libxfcegui4/netk-trayicon.c: Introduced realize handler. I'm
	about to make it possible to "move" tray icon between different
	system trays. This is the first step, it does not fix it yet (I'll
	figure out soon, hopefully)

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 23:01  bmeurer

	* configure, configure.ac: Updated version.

2003-07-08 22:44  bmeurer

	* libxfcegui4/: netk-trayicon.c, netk-trayicon.h: Added missing
	function. I need this for the session managers tray icon!

2003-07-08 00:26  xfce

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

2003-07-06 21:45  huysmans

	* ChangeLog: Updating ChangeLogs

2003-07-05 14:31  xfce

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

2003-07-05 00:55  xfce

	* libxfcegui4/netk-xutils.c: Properly manage
	NETK_WINDOW_MODAL_DIALOG (modal is a state, not a type)

2003-07-05 00:40  xfce

	* Makefile.in, configure, configure.ac, ltcf-c.sh,
	libxfcegui4/netk-util.c, libxfcegui4/netk-util.h,
	libxfcegui4/netk-xutils.c, libxfcegui4/netk-xutils.h: Add
	netk_gtk_window_set_type (GtkWindow * window, NetkWindowType type)

2003-07-02 07:46  xfce

	* libxfcegui4/netk-application.c: Add checking of passed params in
	netk-application routines

2003-07-01 22:53  xfce

	* configure, configure.ac, libxfcegui4/netk-xutils.c: Make use of
	the new utf8 function added ti libxfce4util.

2003-06-28 11:46  xfce

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

2003-06-27 23:34  xfce

	* libxfcegui4/: netk-tasklist.c, netk-xutils.c: Fix some oddities
	in netk functions

2003-06-27 21:57  xfce

	* libxfcegui4/netk-pager.c: Include Bernhard Walle
	<Bernhard.Walle@gmx.de> fix for pager rounding problem.

2003-06-23 23:48  xfce

	* libxfcegui4/netk-xutils.c: Add paranoid checks

2003-06-21 19:42  bmeurer

	* Makefile.in, aclocal.m4, config.guess, config.sub, configure,
	configure.ac, install-sh, ltcf-c.sh, ltconfig, ltmain.sh,
	libxfcegui4/Makefile.in, Makefile.in, aclocal.m4, config.guess,
	config.sub, configure, configure.ac, install-sh, ltcf-c.sh,
	ltconfig, ltmain.sh, libxfcegui4/Makefile.in: Fixes.

2003-06-21 00:56  xfce

	* libxfcegui4/netk-xutils.c: Protect against newlines and other
	crazyness in window titles

2003-06-18 22:35  xfce

	* libxfcegui4/gtktoxevent.c: Call gtk_window_set_position () as
	late at possible as it seems there is a race cond in gtk+

2003-06-15 00:56  xfce

	* libxfcegui4/xinerama.c: A lot of improvements on Xinerama support

2003-06-14 18:03  xfce

	* libxfcegui4/dialogs.c: Revert the GTK_POS_WINDOW_CENTER

2003-06-14 01:57  xfce

	* libxfcegui4/dialogs.c: Use GTK_WIN_POS_CENTER_ALWAYS instead of
	GTK_WIN_POS_CENTER when centering dialogs

2003-06-12 22:54  xfce

	* AUTHORS, libxfcegui4/default_icon.png,
	libxfcegui4/netk-inlinepixbufs.h: Change default fallback icon

2003-06-11 00:07  xfce

	* libxfcegui4/xfce_framebox.c: Various updates

2003-06-10 22:04  bmeurer

	* libxfcegui4/xfce_framebox.c: gtk_widget_usize() is deprecated.

2003-06-10 01:18  xfce

	* Makefile.in, libxfcegui4/Makefile.am, libxfcegui4/Makefile.in,
	libxfcegui4/dialogs.c, libxfcegui4/dialogs.h,
	libxfcegui4/libxfcegui4.h, libxfcegui4/xfce_framebox.c,
	libxfcegui4/xfce_framebox.h: Add new widget xfce_framebox to unify
	look across UI Migrate all plugins to this new widget

2003-06-09 23:27  xfce

	* libxfcegui4/dialogs.c: Latest change was not compiling!

2003-06-09 19:16  xfce

	* Makefile.in, configure, configure.ac, libxfcegui4/dialogs.c,
	libxfcegui4/dialogs.h: Redesign UI

2003-06-07 02:12  xfce

	* libxfcegui4.spec.in: Change specfile to support xinerama in RPMS

2003-06-06 23:36  xfce

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

2003-06-06 00:34  bmeurer

	* configure, configure.ac: Updated to use the 3.90 versions
	instead.

2003-06-06 00:09  bmeurer

	* Makefile.in, aclocal.m4, configure, configure.ac, ltcf-c.sh,
	ltconfig, ltmain.sh: Updated to 3.90.0.

2003-06-04 18:47  xfce

	* libxfcegui4/xfce_clock.c: Fix a long standing leak in xfce clock
	widget Remove thread enter/leave (not needed, the rest of the lib
	is not thread safe anyway)

2003-05-28 18:16  xfce

	* libxfcegui4/netk-tasklist.c: Fix problem in tasklist with
	transients reported by Danny.

2003-05-27 19:02  xfce

	* libxfcegui4/: netk-pager.c, netk-window.c: Bug fixes: Sticky
	windows not showing on all workspaces in pager, shaded window till
	being visible in pager.

2003-05-21 23:44  xfce

	* libxfcegui4/: netk-application.c, netk-window.c: Fallback name
	problem

2003-05-18 00:21  xfce

	* configure, configure.ac, libxfcegui4/dialogs.c,
	libxfcegui4/dialogs.h, libxfcegui4/gtk_style.c,
	libxfcegui4/gtk_style.h, libxfcegui4/gtktoxevent.c,
	libxfcegui4/gtktoxevent.h, libxfcegui4/icons.c,
	libxfcegui4/icons.h, libxfcegui4/libnetk.h,
	libxfcegui4/netk-application.c, libxfcegui4/netk-application.h,
	libxfcegui4/netk-enum-types.c, libxfcegui4/netk-inlinepixbufs.h,
	libxfcegui4/netk-pager.c, libxfcegui4/netk-pager.h,
	libxfcegui4/netk-private.h, libxfcegui4/netk-screen.c,
	libxfcegui4/netk-screen.h, libxfcegui4/netk-tasklist.c,
	libxfcegui4/netk-tasklist.h, libxfcegui4/netk-trayicon.c,
	libxfcegui4/netk-trayicon.h, libxfcegui4/netk-util.c,
	libxfcegui4/netk-util.h, libxfcegui4/netk-window-menu.c,
	libxfcegui4/netk-window-menu.h, libxfcegui4/netk-window.c,
	libxfcegui4/netk-window.h, libxfcegui4/netk-workspace.c,
	libxfcegui4/netk-workspace.h, libxfcegui4/netk-xutils.c,
	libxfcegui4/netk-xutils.h, libxfcegui4/preview_filesel.c,
	libxfcegui4/preview_filesel.h, libxfcegui4/session-client.c,
	libxfcegui4/session-client.h, libxfcegui4/xfce_clock.c,
	libxfcegui4/xfce_clock.h, libxfcegui4/xfce_decorbutton.c,
	libxfcegui4/xfce_decorbutton.h, libxfcegui4/xfce_decortoggle.c,
	libxfcegui4/xfce_decortoggle.h, libxfcegui4/xfce_iconbutton.c,
	libxfcegui4/xfce_iconbutton.h, libxfcegui4/xfce_menubutton.c,
	libxfcegui4/xfce_menubutton.h, libxfcegui4/xfce_movehandler.c,
	libxfcegui4/xfce_movehandler.h, libxfcegui4/xfce_systemtray.c,
	libxfcegui4/xfce_systemtray.h, libxfcegui4/xfce_togglebutton.c,
	libxfcegui4/xfce_togglebutton.h, libxfcegui4/xinerama.c,
	libxfcegui4/xinerama.h: Synchronize with libwnck (adds support to
	viewports, adds focus to pager widget and some bug fixes) Fix a bug
	I introduced in systray_check_running when adding compatibility
	with gtk-2.0.x

2003-05-15 13:03  huysmans

	* ChangeLog: Mass update of ChangeLogs

2003-05-15 08:37  xfce

	* configure, configure.ac, libxfcegui4/xinerama.c,
	libxfcegui4/xinerama.h: Add generic functions to get screen size
	(thus API addition)

2003-05-10 17:09  xfce

	* aclocal.m4, configure: Regenerate configure script with latest
	Benny's libtool version

2003-05-08 21:52  huysmans

	* libxfcegui4/xfce_systemtray.c: Systray fix

2003-05-08 16:39  xfce

	* Makefile.in, aclocal.m4, config.guess, config.sub, configure,
	configure.ac, libxfcegui4/Makefile.in, libxfcegui4/netk-trayicon.c,
	libxfcegui4/netk-trayicon.h, libxfcegui4/xfce_systemtray.c,
	libxfcegui4/xfce_systemtray.h: Remove gtk+-2.2 requirement, thus an
	API change in libxfcegui4 that jumps to version 0.22 Change
	xftaskbar accordingly.

2003-05-04 17:33  xfce

	* Makefile.in, libxfcegui4/Makefile.am, libxfcegui4/Makefile.in,
	libxfcegui4/netk-application.c, libxfcegui4/netk-marshal.c,
	libxfcegui4/netk-marshal.h, libxfcegui4/netk-pager.c,
	libxfcegui4/netk-private.h, libxfcegui4/netk-screen.c,
	libxfcegui4/netk-trayicon.c, libxfcegui4/netk-util.c,
	libxfcegui4/netk-window.c, libxfcegui4/netk-workspace.c,
	libxfcegui4/netk-xutils.c, libxfcegui4/netk-xutils.h,
	libxfcegui4/xfce_marshal.c, libxfcegui4/xfce_marshal.h,
	libxfcegui4/xfce_movehandler.c, libxfcegui4/xfce_systemtray.c: Get
	rid of _netk_* and _xfce_* and use p_netk_* and p_xfce_* (p is for
	"private")

2003-05-04 16:27  huysmans

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

2003-05-03 01:16  bmeurer

	* configure, configure.ac: Really requires gtk+ >= 2.2

2003-05-03 01:10  bmeurer

	* libxfcegui4/: netk-trayicon.c, xfce_systemtray.c: Finally get the
	balloon messages working.

2003-05-02 22:49  bmeurer

	* aclocal.m4, configure, configure.ac, libxfcegui4/Makefile.am,
	libxfcegui4/Makefile.in, libxfcegui4/netk-trayicon.c,
	libxfcegui4/netk-trayicon.h, libxfcegui4/xfce_marshal.c,
	libxfcegui4/xfce_marshal.h, libxfcegui4/xfce_marshal.list,
	libxfcegui4/xfce_systemtray.c, m4/depends.m4: Added netk-trayicon

2003-05-01 17:31  bmeurer

	* configure, configure.ac: Increased version to 0.0.20

2003-05-01 17:27  bmeurer

	* libxfcegui4/: netk-marshal.c, netk-marshal.h, netk-marshal.list,
	xfce_marshal.c, xfce_marshal.h, xfce_marshal.list,
	xfce_systemtray.c, xfce_systemtray.h: Added balloon messages to the
	system tray.

2003-05-01 12:42  bmeurer

	* aclocal.m4, configure, configure.ac: Added i18n functions to
	libxfce4util.

2003-04-28 22:29  xfce

	* libxfcegui4/netk-pager.c: wrap when reaching the first or last
	workspace when using scroll wheel on the pager widget

2003-04-26 23:16  bmeurer

	* m4/depends.m4: Updated BM_DEPEND_CHECK.

2003-04-26 13:52  bmeurer

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

2003-04-26 00:12  bmeurer

	* libxfcegui4/xfce_systemtray.c: Two fixes, as suggested by
	Olivier.

2003-04-25 11:53  bmeurer

	* m4/depends.m4: 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-24 08:00  bmeurer

	* libxfcegui4/dialogs.c: Make this stuff 64bit-clean.

2003-04-19 23:31  bmeurer

	* Makefile.in, aclocal.m4, configure, configure.ac,
	libxfcegui4.spec.in, ltcf-c.sh, ltconfig, ltmain.sh,
	libxfcegui4/Makefile.am, libxfcegui4/Makefile.in,
	libxfcegui4/libxfcegui4-1.0.pc.in, libxfcegui4/libxfcegui4.h,
	libxfcegui4/xfce_systemtray.c, libxfcegui4/xfce_systemtray.h,
	m4/X11.m4, m4/rpath.m4: Added system tray support to libxfcegui4
	and frontend to xftaskbar4.  Lots of cleanups in the autotools
	stuff.

2003-04-18 22:46  xfce

	* configure, configure.ac, libxfcegui4/Makefile.am,
	libxfcegui4/Makefile.in, libxfcegui4/xfce_marshal.c,
	libxfcegui4/xfce_marshal.h, libxfcegui4/xfce_marshal.list,
	libxfcegui4/xfce_movehandler.c, libxfcegui4/xfce_movehandler.h:
	Include Tobias' patch that adds signals to movehandler widget Set
	version to 0.0.18 due to API addition

2003-04-17 23:54  xfce

	* Makefile.in, aclocal.m4, configure, ltcf-c.sh, ltconfig,
	ltmain.sh, libxfcegui4/Makefile.am, libxfcegui4/Makefile.in,
	libxfcegui4/netk-enum-types.c, libxfcegui4/netk-enum-types.h,
	libxfcegui4/netk-marshal.c, libxfcegui4/netk-marshal.h,
	libxfcegui4/netk-window.h: Stupid bug because of a wrong indent

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

	* Makefile.in, aclocal.m4, config.guess, config.sub, configure,
	configure.ac, depcomp, ltconfig, libxfcegui4/Makefile.in: Fixed
	libxfce4util libtool verinfo.  Updated to automake 1.7.3.

2003-04-05 02:10  xfce

	* libxfcegui4/: gtk_style.c, gtktoxevent.c, session-client.c,
	xfce_movehandler.c: 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-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:14  bmeurer

	* Makefile.in, README, aclocal.m4, config.h.in, configure,
	configure.ac, libxfcegui4.spec.in, libxfcegui4/Makefile.am,
	libxfcegui4/Makefile.in, libxfcegui4/debug.h,
	libxfcegui4/gtk_style.c, libxfcegui4/gtktoxevent.c,
	libxfcegui4/session-client.c, libxfcegui4/xfce_movehandler.c,
	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, configure.ac, m4/X11.m4, m4/debug.m4,
	m4/rpath.m4: left-over autostuff for libxfce*, xfcs-mcs-* and xfce4

2003-04-02 18:01  bmeurer

	* m4/X11.m4: Updated i18n stuff (libxfce4util now provides a
	i18n.h).  updated X11.m4 updated xfwm4 to compile well with -Werror
	-Wall updated xfce-mcs-plugins and added a hint to the README for
	XFree86 users

2003-04-02 15:24  bmeurer

	* Makefile.in, aclocal.m4, config.h.in, configure, configure.ac,
	libxfcegui4.spec.in, ltcf-c.sh, ltconfig, ltmain.sh,
	libxfcegui4/Makefile.am, libxfcegui4/Makefile.in,
	libxfcegui4/dialogs.c, libxfcegui4/gtk_style.c,
	libxfcegui4/gtktoxevent.c, libxfcegui4/icons.c,
	libxfcegui4/netk-application.c, libxfcegui4/netk-pager.c,
	libxfcegui4/netk-screen.c, libxfcegui4/netk-tasklist.c,
	libxfcegui4/netk-util.c, libxfcegui4/netk-window.c,
	libxfcegui4/netk-workspace.c, libxfcegui4/netk-xutils.c,
	libxfcegui4/preview_filesel.c, libxfcegui4/session-client.c,
	libxfcegui4/xfce_clock.c, libxfcegui4/xfce_decorbutton.c,
	libxfcegui4/xfce_decortoggle.c, libxfcegui4/xfce_iconbutton.c,
	libxfcegui4/xfce_menubutton.c, libxfcegui4/xfce_movehandler.c,
	libxfcegui4/xfce_togglebutton.c, libxfcegui4/xinerama.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-03-27 22:36  xfce

	* libxfcegui4/: netk-pager.c, netk-screen.c, xinerama.c: Prefer
	gdk_screen[width|height] instead of XDisplay[Width|Height]

2003-03-27 21:32  xfce

	* ChangeLog: Update ChangeLog

2003-03-24 19:18  xfce

	* libxfcegui4/netk-pager.c: Test gtk version to use deprecated gdk
	pixbuf render functions, update default theme.

2003-03-24 00:39  xfce

	* libxfcegui4/: netk-pager.c, netk-tasklist.c, xfce_clock.c: Remove
	soon to be deprecated gtk functions : gtk_timeout_add()
	gtk_timeout_remove() gdk_pixbuf_render_to_drawable()
	gdk_pixbuf_render_to_drawable_alpha()

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, Makefile.in, 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 12:13  bmeurer

	* Makefile.am, Makefile.in, aclocal.m4, autogen.sh, config.h.in,
	configure, configure.ac, configure.in, libxfcegui4.spec.in,
	libxfcegui4/Makefile.in, m4/depends.m4: Autotools update.

2003-03-14 20:11  bmeurer

	* Makefile.in, aclocal.m4, autogen.sh, config.h.in, configure,
	configure.in, libxfcegui4/Makefile.am, libxfcegui4/Makefile.in,
	libxfcegui4/libxfcegui4-1.0.pc.in, m4/rpath.m4: New -rpath stuff
	(to make debian people happy)

2003-03-13 21:39  xfce

	* ChangeLog: Update Changelogs

2003-03-13 21:10  bmeurer

	* Makefile.in, aclocal.m4, configure, configure.in, ltcf-c.sh,
	ltconfig, ltmain.sh, libxfcegui4/Makefile.in,
	libxfcegui4/dialogs.c, libxfcegui4/dialogs.h,
	libxfcegui4/netk-pager.c, libxfcegui4/netk-xutils.c, m4/debug.m4:
	Updated debug.m4, added new err/warn/info dialogs. Fixed two things
	to make gcc happy with -Wall -Werror.

2003-03-12 00:42  bmeurer

	* autogen.sh: Prevent autogen.sh of replacing the LGPL COPYING file
	with GPL.

2003-03-09 22:26  xfce

	* libxfcegui4/: netk-pager.c, netk-screen.c, netk-window.c,
	netk-xutils.c, xinerama.c: Don't show shaded windows in pager
	Remove useless warnings

2003-03-09 21:15  huysmans

	* libxfcegui4/xfce_movehandler.c: Learned math and fixed snapping
	code

2003-03-09 19:37  huysmans

	* libxfcegui4/: xfce_movehandler.c, xfce_movehandler.h, xinerama.h:
	Edge center and corner snapping. Position saving fixes.

2003-03-09 15:56  xfce

	* COPYING, libxfcegui4/debug.h, libxfcegui4/dialogs.c,
	libxfcegui4/dialogs.h, libxfcegui4/gtk_style.c,
	libxfcegui4/gtk_style.h, libxfcegui4/gtktoxevent.c,
	libxfcegui4/gtktoxevent.h, libxfcegui4/icons.c,
	libxfcegui4/icons.h, libxfcegui4/preview_filesel.c,
	libxfcegui4/preview_filesel.h, libxfcegui4/session-client.c,
	libxfcegui4/session-client.h, libxfcegui4/xfce_clock.c,
	libxfcegui4/xfce_clock.h, libxfcegui4/xfce_decorbutton.c,
	libxfcegui4/xfce_decorbutton.h, libxfcegui4/xfce_decortoggle.c,
	libxfcegui4/xfce_decortoggle.h, libxfcegui4/xfce_iconbutton.c,
	libxfcegui4/xfce_iconbutton.h, libxfcegui4/xfce_menubutton.c,
	libxfcegui4/xfce_menubutton.h, libxfcegui4/xfce_movehandler.c,
	libxfcegui4/xfce_movehandler.h, libxfcegui4/xfce_togglebutton.c,
	libxfcegui4/xfce_togglebutton.h, libxfcegui4/xinerama.c,
	libxfcegui4/xinerama.h: Change license to LGPL

2003-03-04 22:36  xfce

	* libxfcegui4/netk-pager.c: Add desktop switch with mouse wheel on
	pager widget

2003-03-01 00:35  xfce

	* Makefile.in, aclocal.m4, configure, ltcf-c.sh, ltconfig,
	ltmain.sh: [no log message]

2003-02-28 23:33  bmeurer

	* m4/X11.m4: Fixed typo. I should really learn to type :-)

2003-02-28 23:19  bmeurer

	* m4/: X11.m4, rpath.m4: Added --disable-rpath option for broken
	systems.

2003-02-28 23:16  bmeurer

	* Makefile.in, aclocal.m4, config.h.in, configure, configure.in,
	ltmain.sh, libxfcegui4/Makefile.in: Added --disable-rpath option
	for broken systems.

2003-02-28 22:06  xfce

	* Makefile.in, config.h.in, ltmain.sh, libxfcegui4/Makefile.in:
	Revert the revert on Benny's changes regarding xfce-mcs-manager
	version against API/ABI version (ie read, I put back Benny's
	change)

2003-02-28 19:39  xfce

	* aclocal.m4, configure: Fix xfce-mcs-manager API/ABI versionning
	Update configure/libtool to use libtool 1.4.3

2003-02-28 19:03  bmeurer

	* Makefile.in, config.h.in, ltmain.sh, libxfcegui4/Makefile.in:
	Fixes libtool problem.

2003-02-28 14:54  bmeurer

	* ltcf-c.sh, ltconfig: Updated libtool.

2003-02-28 11:32  bmeurer

	* aclocal.m4: Disable xinerama by default.

2003-02-28 11:31  bmeurer

	* configure, m4/X11.m4: Disable xinerama by default. Keeps system
	without shared libXinerama from running into trouble by default :-)

2003-02-27 22:57  bmeurer

	* configure.in, m4/debug.m4: Update debug handling (see notes for
	libxfce4mcs)

2003-02-27 22:47  xfce

	* Makefile.in, aclocal.m4, config.guess, config.sub, configure,
	depcomp, libxfcegui4/Makefile.in: Updates (I'm sure you wouldn't
	have guessed)

2003-02-27 19:51  huysmans

	* ChangeLog, Makefile.am, Makefile.in, acconfig.h, aclocal.m4,
	autogen.sh, config.guess, config.h.in, config.sub, configure,
	configure.in, depcomp, libxfcegui4/Makefile.am,
	libxfcegui4/Makefile.in, libxfcegui4/libxfcegui4-1.0.pc.in,
	libxfcegui4/xinerama.c, libxfcegui4/xinerama.h, m4/X11.m4,
	m4/debug.m4: Autotools update by Benedikt Meurer

2003-02-26 08:17  xfce

	* Makefile.in, configure, libxfcegui4/Makefile.in: Apply Benedikt
	Meurer <Benedikt.Meurer@unix-ag.uni-siegen.de> patch Replace all 
	occurences of g_getenv("HOME") with g_get_home_dir() Regenerate all
	Makefiles.on and configure scripts

2003-02-25 22:23  huysmans

	* autogen.sh: Fix proper use of AC_PROG_LIBTOOL

2003-02-25 21:17  jensl

	* configure.in: replaced AM_PROG_LIBTOOL -> AC_PROG_LIBTOOL

2003-02-25 21:03  jensl

	* Makefile.am, configure.in: <benny> ok, I think I found the
	problem with libtool beeing bogus under certain conditions, atleast
	for libxfcegui4...

2003-02-24 22:42  jensl

	* configure.in: libxfcegui4 X11 rpath handling

2003-02-23 20:39  huysmans

	* libxfcegui4/libxfcegui4-1.0.pc.in: Add correct ELF path handling.
	Thanks to Benedikt Meurer.

2003-02-23 17:28  jensl

	* libxfcegui4/libxfcegui4-1.0.pc.in: applied patch to fix
	pkg-config issue

2003-02-16 18:15  xfce

	* libxfcegui4/preview_filesel.c: Fix deprecated gdk_pixbuf_ref()
	call

2003-02-14 11:41  xfce

	* libxfcegui4/dialogs.c: Remove unsecure expand_path() function

2003-02-11 20:49  xfce

	* ChangeLog: Update ChangeLog

2003-02-11 17:41  xfce

	* libxfcegui4/dialogs.c: Just free var as soon as possible

2003-02-10 13:00  xfce

	* libxfcegui4/dialogs.c: Whoops, forgot to remove a g_strfreev() on
	argv passed to exec_command_full_with_envp()

2003-02-10 12:55  xfce

	* configure, configure.in, libxfcegui4/dialogs.c,
	libxfcegui4/dialogs.h: Add exec_command_full_with_envp()

2003-02-07 17:13  xfce

	* libxfcegui4/: netk-tasklist.c, xfce_clock.c: Replace
	gtk_timeout_remove() by g_source_remove()

2003-02-05 14:21  xfce

	* libxfcegui4/: dialogs.c, netk-pager.c, netk-tasklist.h: Cleanup

2003-02-03 21:17  xfce

	* libxfcegui4/gtk_style.c: Use widget colormap instead of system
	colormap

2003-02-03 11:42  xfce

	* libxfcegui4/gtk_style.c: Use real allocated gtk color instead of
	r/g/b value

2003-01-30 21:20  jensl

	* .cvsignore, libxfcegui4/.cvsignore: [no log message]

2003-01-30 19:15  jensl

	* libxfcegui4/.cvsignore: added cvsignore file

2003-01-30 19:13  jensl

	* .cvsignore: added .cvsignore file

2003-01-29 22:18  xfce

	* libxfcegui4/session-client.c: Fixed problem with session
	management

2003-01-27 11:41  xfce

	* Makefile.am, Makefile.in, autogen.sh, configure, configure.in,
	libxfcegui4/Makefile.in: Update Makefiles

2003-01-26 22:19  xfce

	* configure, configure.in, libxfcegui4/netk-util.c,
	libxfcegui4/netk-util.h: API addition: add
	netk_gtk_window_avoid_input() used by xftaskbar and xfdesktop

2003-01-23 11:59  xfce

	* INSTALL, autogen.sh, config.guess, config.sub, install-sh,
	mkinstalldirs: Update auto* stuff

2003-01-22 22:40  xfce

	* Makefile.in, aclocal.m4, autogen.sh, configure, configure.in,
	libxfcegui4/Makefile.in, libxfcegui4/dialogs.c,
	libxfcegui4/dialogs.h: Update autogen.sh script, Add a new function
	"small_label(const gchar*)" to dialog.[ch] Kick version .14

2003-01-18 00:54  xfce

	* config.h.in, configure, configure.in: configure stuff

2003-01-12 15:47  xfce

	* configure, configure.in, libxfcegui4/Makefile.am,
	libxfcegui4/Makefile.in, libxfcegui4/dialogs.h,
	libxfcegui4/icons.c, libxfcegui4/icons.h,
	libxfcegui4/libxfcegui4.h: API addition :
	
	GdkPixbuf *inline_icon_at_size(const guint8 *data, int width, int
	height);
	
	Bug fixes :
	
	Includes in dialogs.h

2003-01-12 00:02  xfce

	* configure, configure.in, libxfcegui4/Makefile.in,
	libxfcegui4/netk-private.h, libxfcegui4/netk-screen.c: Fixes

2003-01-11 23:47  xfce

	* libxfcegui4/: netk-application.c, netk-pager.c, netk-pager.h,
	netk-tasklist.c, netk-window.c, netk-window.h, netk-workspace.c,
	netk-workspace.h, netk-xutils.c, netk-xutils.h: Sync with libwnck
	from CVS

2003-01-11 22:33  xfce

	* Makefile.in, aclocal.m4, config.guess, config.sub, configure,
	ltmain.sh, libxfcegui4/Makefile.am, libxfcegui4/Makefile.in: Make
	sure "make rpm" works

2003-01-11 16:44  xfce

	* TODO: [no log message]

2003-01-09 23:35  xfce

	* libxfcegui4/dialogs.c: Add code to update header colors on theme
	change

2003-01-09 11:25  xfce

	* Makefile.in, aclocal.m4, config.guess, config.sub, configure,
	configure.in, ltmain.sh, libxfcegui4/Makefile.in: Version .10

2003-01-08 15:52  huysmans

	* libxfcegui4/dialogs.c: Remove separator from dialogs

2003-01-08 14:16  huysmans

	* ChangeLog, libxfcegui4/dialogs.c: Add new header to xfce4 plugin
	and add a bit more border

2003-01-08 10:55  huysmans

	* libxfcegui4/: dialogs.c, dialogs.h: Add create_header() function
	to libgui and sort plugins in settings manager dialog

2003-01-05 16:54  huysmans

	* ChangeLog, Makefile.in, aclocal.m4, config.guess, config.sub,
	configure, ltmain.sh, libxfcegui4/Makefile.am,
	libxfcegui4/Makefile.in, libxfcegui4/dialogs.c,
	libxfcegui4/dialogs.h, libxfcegui4/libxfcegui4.h: Add some useful
	dialogs

2002-12-20 13:02  xfce

	* aclocal.m4, config.guess, config.sub, configure, configure.in,
	ltmain.sh, libxfcegui4/gtktoxevent.c: Change initEventFilter() to
	return NULL instead of aborting if XSelectInput() fails Change
	version to 0.0.9

2002-11-23 18:32  xfce

	* aclocal.m4, config.guess, config.sub, configure, ltmain.sh,
	examples/decorbutton/decorbutton.c,
	examples/iconbutton/iconbutton.c, examples/margins/margins.c,
	examples/menubutton/menubutton.c,
	examples/movehandler/movehandler.c, examples/netk/netk.c,
	examples/pager/pager.c, examples/preview_filesel/preview_filesel.c,
	examples/session/session.c, examples/tasklist/tasklist.c,
	examples/togglebutton/togglebutton.c, libxfcegui4/Makefile.am,
	libxfcegui4/Makefile.in, libxfcegui4/libnetk.h,
	libxfcegui4/libxfcegui4-1.0.pc.in, libxfcegui4/libxfcegui4.h,
	libxfcegui4/netk-application.h, libxfcegui4/netk-enum-types.c,
	libxfcegui4/netk-pager.h, libxfcegui4/netk-private.h,
	libxfcegui4/netk-tasklist.h, libxfcegui4/netk-window-menu.h,
	libxfcegui4/netk-window.h, libxfcegui4/netk-workspace.h,
	libxfcegui4/xfce_togglebutton.h: Chnage include base dir (apps
	should now use #include <libxfcegui4/libxfcegui4.h> instead of
	simply #include <libxfcegui4.h>)

2002-11-22 15:50  xfce

	* Makefile.in, aclocal.m4, config.guess, config.h.in, config.sub,
	configure, configure.in, ltmain.sh, libxfcegui4/Makefile.am,
	libxfcegui4/Makefile.in, libxfcegui4/libxfcegui4-1.0.pc.in,
	libxfcegui4/libxfcegui4.h, libxfcegui4/xinerama.c,
	libxfcegui4/xinerama.h: Move xinerama code from xfwm to libxfcegui4
	so that all apps can use it.  Improve xinerama detection in
	configure script Change version to 0.0.8

2002-11-22 12:15  xfce

	* libxfcegui4/session-client.c: Small cleanup

2002-11-08 23:17  xfce

	* Makefile.in, config.h.in, configure, configure.in,
	libxfcegui4.spec.in, examples/margins/margins.c,
	libxfcegui4/Makefile.am, libxfcegui4/Makefile.in: make sure
	required libs for build/rpm are listed, with versions and keep the
	minimum version required at only one place (configure.ac)

2002-10-27 11:07  xfce

	* Makefile.in, aclocal.m4, autogen.sh, config.guess, config.sub,
	configure, ltmain.sh, libxfcegui4/Makefile.in,
	libxfcegui4/preview_filesel.c: Fix a bug in preview file selector
	and update autogen script to use env vars if defined.

2002-10-26 17:12  xfce

	* libxfcegui4/: gtktoxevent.c, session-client.c: Some small
	tweaking

2002-10-26 09:07  xfce

	* libxfcegui4/session-client.c: Add a gdk call to
	gdk_set_sm_client_id() at connect

2002-10-25 23:43  xfce

	* configure, configure.in, libxfcegui4/netk-util.c,
	libxfcegui4/netk-util.h: Upgrade version to 0.0.7 and remove
	iconify/deiconify functions from netk-util.h (better use gtk
	equivalents for that purpose)

2002-10-25 23:30  xfce

	* AUTHORS, Makefile.in, aclocal.m4, configure,
	examples/margins/Makefile, examples/margins/margins.c,
	examples/preview_filesel/Makefile,
	examples/preview_filesel/preview_filesel.c,
	libxfcegui4/Makefile.am, libxfcegui4/Makefile.in,
	libxfcegui4/libxfcegui4.h, libxfcegui4/netk-xutils.c,
	libxfcegui4/preview_filesel.c, libxfcegui4/preview_filesel.h: Add
	preview fileselector widget for image preview (icons, backdrops,
	etc.) and add examples to margins and preview fileselector.

2002-10-25 09:01  huysmans

	* ChangeLog: Update ChangeLog

2002-10-24 23:06  xfce

	* libxfcegui4/: netk-util.c, netk-util.h, netk-xutils.c,
	netk-xutils.h: Add query/set desktop margins for Jasper (not tested
	though)

2002-10-24 15:02  xfce

	* libxfcegui4/netk-pager.c: [no log message]

2002-10-24 14:07  xfce

	* libxfcegui4/: netk-util.c, netk-util.h, netk-xutils.h: [no log
	message]

2002-10-24 13:36  xfce

	* examples/netk/netk.c, libxfcegui4/netk-enum-types.c,
	libxfcegui4/netk-enum-types.h, libxfcegui4/netk-inlinepixbufs.h,
	libxfcegui4/netk-marshal.c, libxfcegui4/netk-marshal.h,
	libxfcegui4/netk-pager.c, libxfcegui4/netk-pager.h,
	libxfcegui4/netk-screen.c, libxfcegui4/netk-screen.h,
	libxfcegui4/netk-tasklist.c, libxfcegui4/netk-window-menu.h,
	libxfcegui4/netk-window.c, libxfcegui4/netk-window.h,
	libxfcegui4/netk-xutils.c, libxfcegui4/netk-xutils.h: Sync with
	latest libwnck cvs

2002-10-24 12:22  xfce

	* configure, configure.in, libxfcegui4/netk-pager.c,
	libxfcegui4/netk-tasklist.c, libxfcegui4/session-client.c,
	libxfcegui4/session-client.h: [no log message]

2002-10-24 11:00  xfce

	* libxfcegui4/: session-client.c, session-client.h: [no log
	message]

2002-10-23 23:46  xfce

	* libxfcegui4/: gtktoxevent.c, session-client.c, session-client.h:
	disable "interact" management as it seems to hang the session
	manager from times to times. Requires more investigation, but for
	now, "interact" won't be called.

2002-10-23 17:28  xfce

	* libxfcegui4/: session-client.c, session-client.h: [no log
	message]

2002-10-23 10:34  xfce

	* Makefile.in, aclocal.m4, configure, missing,
	libxfcegui4/Makefile.in, libxfcegui4/session-client.c: [no log
	message]

2002-10-22 21:22  xfce

	* configure, configure.in, libxfcegui4/session-client.c,
	libxfcegui4/session-client.h: Add session_flush() to flush the ICE
	buffer, fix includes of ICE/SM headers when not available.

2002-10-22 00:26  xfce

	* libxfcegui4/session-client.c: Implement clientid save/restore
	using command line (parsing done automatically by the lib :) )

2002-10-21 22:26  xfce

	* libxfcegui4/session-client.c: Use "die" hook if defined,
	otherwise terminate app with "exit"

2002-10-21 21:53  xfce

	* Makefile.in, configure, configure.in,
	examples/tasklist/tasklist.c, libxfcegui4/Makefile.am,
	libxfcegui4/Makefile.in, libxfcegui4/default_icon.png,
	libxfcegui4/netk-enum-types.c, libxfcegui4/netk-enum-types.h,
	libxfcegui4/netk-inlinepixbufs.h, libxfcegui4/netk-marshal.c,
	libxfcegui4/netk-marshal.h, libxfcegui4/netk-marshal.list,
	libxfcegui4/netk-window.h, libxfcegui4/session-client.c,
	libxfcegui4/session-client.h: Add logout_session() to allow a
	client to logout the session manager interactively.

2002-10-20 20:55  xfce

	* examples/session/Makefile, examples/session/session.c,
	libxfcegui4/session-client.c: Fix a memory leak in session-client.c
	and add sample session application (requires use of a session
	manager and to log out !)

2002-10-20 14:55  xfce

	* examples/decorbutton/decorbutton.c,
	examples/iconbutton/iconbutton.c, examples/menubutton/menubutton.c,
	examples/movehandler/movehandler.c, examples/netk/netk.c,
	examples/pager/pager.c, examples/tasklist/tasklist.c,
	examples/togglebutton/togglebutton.c, libxfcegui4/session-client.c,
	libxfcegui4/session-client.h: Session management works now !

2002-10-20 00:21  xfce

	* libxfcegui4/: Makefile.am, Makefile.in, libxfcegui4.h,
	session-client.c, session-client.h, session-ice.c, session-ice.h:
	Add session management routines *NOT TESTED YET*

2002-10-18 16:46  xfce

	* Makefile.in, config.h.in, configure, configure.in,
	libxfcegui4/Makefile.am, libxfcegui4/Makefile.in,
	libxfcegui4/libxfcegui4-1.0.pc.in, libxfcegui4/libxfcegui4.h,
	libxfcegui4/session-ice.c, libxfcegui4/session-ice.h: Add
	preliminary low level support for ICE (session management)

2002-10-18 15:17  xfce

	* configure, configure.in, libxfcegui4/netk-application.c,
	libxfcegui4/netk-application.h, libxfcegui4/netk-enum-types.c,
	libxfcegui4/netk-enum-types.h, libxfcegui4/netk-inlinepixbufs.h,
	libxfcegui4/netk-marshal.c, libxfcegui4/netk-marshal.h,
	libxfcegui4/netk-pager.c, libxfcegui4/netk-pager.h,
	libxfcegui4/netk-private.h, libxfcegui4/netk-screen.c,
	libxfcegui4/netk-screen.h, libxfcegui4/netk-tasklist.c,
	libxfcegui4/netk-tasklist.h, libxfcegui4/netk-util.c,
	libxfcegui4/netk-util.h, libxfcegui4/netk-window-menu.c,
	libxfcegui4/netk-window-menu.h, libxfcegui4/netk-window.c,
	libxfcegui4/netk-window.h, libxfcegui4/netk-workspace.c,
	libxfcegui4/netk-workspace.h, libxfcegui4/netk-xutils.c,
	libxfcegui4/netk-xutils.h: Bump version 0.0.4

2002-10-18 15:06  xfce

	* libxfcegui4/debug.h: debug.h was inintentinnaly left over...
	Fixed now.

2002-10-18 15:00  xfce

	* AUTHORS, examples/netk/Makefile, examples/netk/netk.c,
	examples/pager/Makefile, examples/pager/pager.c,
	examples/tasklist/Makefile, examples/tasklist/tasklist.c,
	libxfcegui4/Makefile.am, libxfcegui4/Makefile.in,
	libxfcegui4/libnetk.h, libxfcegui4/libxfcegui4.h,
	libxfcegui4/netk-application.c, libxfcegui4/netk-application.h,
	libxfcegui4/netk-enum-types.c, libxfcegui4/netk-enum-types.h,
	libxfcegui4/netk-inlinepixbufs.h, libxfcegui4/netk-marshal.c,
	libxfcegui4/netk-marshal.h, libxfcegui4/netk-pager.c,
	libxfcegui4/netk-pager.h, libxfcegui4/netk-private.h,
	libxfcegui4/netk-screen.c, libxfcegui4/netk-screen.h,
	libxfcegui4/netk-tasklist.c, libxfcegui4/netk-tasklist.h,
	libxfcegui4/netk-util.c, libxfcegui4/netk-util.h,
	libxfcegui4/netk-window-menu.c, libxfcegui4/netk-window-menu.h,
	libxfcegui4/netk-window.c, libxfcegui4/netk-window.h,
	libxfcegui4/netk-workspace.c, libxfcegui4/netk-workspace.h,
	libxfcegui4/netk-xutils.c, libxfcegui4/netk-xutils.h,
	libxfcegui4/xfce_clock.c, libxfcegui4/xfce_decorbutton.c,
	libxfcegui4/xfce_decortoggle.c, libxfcegui4/xfce_iconbutton.c,
	libxfcegui4/xfce_menubutton.c, libxfcegui4/xfce_movehandler.c,
	libxfcegui4/xfce_togglebutton.c: Add pager and tasklist (actually a
	copy of Havoc's libwnck) to libxfcegui4

2002-10-18 11:16  xfce

	* aclocal.m4, configure, configure.in, ltmain.sh,
	libxfcegui4/Makefile.am, libxfcegui4/Makefile.in,
	libxfcegui4/gtk_style.c, libxfcegui4/gtk_style.h,
	libxfcegui4/gtktoxevent.c, libxfcegui4/gtktoxevent.h: Move routines
	from xfwm4 to libxfcegui4 lib for shared use among apps.

2002-10-14 22:25  huysmans

	* aclocal.m4, configure, ltmain.sh, examples/menubutton/Makefile,
	examples/menubutton/gnome-gmush.png,
	examples/menubutton/menubutton.c, libxfcegui4/Makefile.am,
	libxfcegui4/Makefile.in, libxfcegui4/xfce_menubutton.c,
	libxfcegui4/xfce_menubutton.h: Add new xfce_menubutton widget plus
	example

2002-10-09 22:19  huysmans

	* libxfcegui4/xfce_iconbutton.c: Fix scaling bug

2002-10-09 14:49  xfce

	* libxfcegui4/xfce_clock.c: [no log message]

2002-10-08 23:10  xfce

	* libxfcegui4/: xfce_togglebutton.c, xfce_togglebutton.h:
	Reimplement toggle button widget.

2002-10-08 22:19  xfce

	* AUTHORS: Add Jasper.

2002-10-08 22:00  xfce

	* libxfcegui4/: Makefile.am, Makefile.in: oops.

2002-10-08 21:56  xfce

	* AUTHORS, Makefile.am, Makefile.in, aclocal.m4, autogen.sh,
	configure, configure.in, libxfcegui4.spec.in, ltmain.sh,
	examples/movehandler/movehandler.c,
	examples/togglebutton/togglebutton.c, libxfcegui4/Makefile.am,
	libxfcegui4/Makefile.in, libxfcegui4/xfce_clock.c,
	libxfcegui4/xfce_clock.h, libxfcegui4/xfce_decorbutton.c,
	libxfcegui4/xfce_decorbutton.h, libxfcegui4/xfce_decortoggle.c,
	libxfcegui4/xfce_decortoggle.h, libxfcegui4/xfce_movehandler.c,
	libxfcegui4/xfce_movehandler.h, libxfcegui4/xfce_togglebutton.c,
	libxfcegui4/xfce_togglebutton.h: Add xfce_togglebutton and
	xfce_decortoggle widgets.

2002-10-08 19:06  huysmans

	* ChangeLog: Add ChangeLog

2002-10-08 19:04  huysmans

	* Makefile.am, aclocal.m4, configure, ltmain.sh,
	examples/iconbutton/Makefile, examples/iconbutton/gnome-gmush.png,
	examples/iconbutton/iconbutton.c, libxfcegui4/Makefile.am,
	libxfcegui4/Makefile.in, libxfcegui4/xfce_iconbutton.c,
	libxfcegui4/xfce_iconbutton.h: Add xfce_iconbutton, a button with
	automatically scaling icon

2002-10-08 00:29  xfce

	* examples/decorbutton/Makefile, examples/movehandler/Makefile,
	examples/togglebutton/Makefile,
	examples/togglebutton/togglebutton.c, libxfcegui4/Makefile.am,
	libxfcegui4/Makefile.in, libxfcegui4/xfce_clock.h,
	libxfcegui4/xfce_decorbutton.h, libxfcegui4/xfce_movehandler.h,
	libxfcegui4/xfce_togglebutton.c, libxfcegui4/xfce_togglebutton.h:
	First draft of toggle button. Don't use it (yet!), API may change,
	impl. *will* change.

2002-10-07 21:16  xfce

	* Makefile.am, Makefile.in, autogen.sh, compile, config.guess,
	config.sub, configure, configure.in, depcomp, install-sh,
	ltmain.sh, examples/decorbutton/decorbutton.c,
	libxfcegui4/Makefile.in, libxfcegui4/xfce_clock.c,
	libxfcegui4/xfce_decorbutton.c, libxfcegui4/xfce_decorbutton.h,
	libxfcegui4/xfce_movehandler.c: Change internals, make decorbutton
	widgets w/out window.

2002-10-06 23:49  xfce

	* examples/decorbutton/Makefile,
	examples/decorbutton/decorbutton.c, libxfcegui4/Makefile.am,
	libxfcegui4/Makefile.in, libxfcegui4/xfce_decorbutton.c,
	libxfcegui4/xfce_decorbutton.h, libxfcegui4/xfce_movehandler.c,
	libxfcegui4/xfce_movehandler.h: Add decorbutton widget

2002-10-06 15:12  xfce

	* COPYING, INSTALL, Makefile.am, Makefile.in, NEWS, README,
	acconfig.h, aclocal.m4, autogen.sh, config.guess, config.h.in,
	config.sub, configure, configure.in, ltmain.sh, missing,
	mkinstalldirs, examples/movehandler/Makefile,
	examples/movehandler/movehandler.c, libxfcegui4/Makefile.am,
	libxfcegui4/Makefile.in, libxfcegui4/libxfcegui4-1.0.pc.in,
	libxfcegui4/xfce_clock.c, libxfcegui4/xfce_clock.h,
	libxfcegui4/xfce_movehandler.c, libxfcegui4/xfce_movehandler.h: Add
	first draft of libxfcegui4 (mainly for Jasper, so he can start
	porting the panel to use some of the widgets, knowing that popup
	buttons and iconify/close buttons will be added to the lib later)

