2004-03-02 10:34  benny

	* docs/libxfcegui4-sections.txt: Added include file to sections.

2004-03-02 06:52  kelnos

	* docs/libxfcegui4-docs.sgml, docs/tmpl/xfce-appmenuitem.sgml,
	libxfcegui4/xfce-appmenuitem.c: adding gtk-docs for XfceAppMenuItem

2004-03-01 23:50  benny

	* ChangeLog, Makefile.am, Makefile.in, NEWS, README, aclocal.m4,
	autogen.sh, configure, configure.ac, libxfcegui4.spec.in,
	docs/.cvsignore, docs/Doxyfile, docs/MAINPAGE, docs/Makefile.am,
	docs/Makefile.in, docs/libxfcegui4-docs.sgml,
	docs/libxfcegui4-overrides.txt, docs/libxfcegui4-sections.txt,
	docs/libxfcegui4.types, docs/version.xml.in,
	docs/tmpl/dialogs.sgml, docs/tmpl/standard-macros.sgml,
	libxfcegui4/Makefile.am, libxfcegui4/Makefile.in,
	libxfcegui4/dialogs.c, libxfcegui4/dialogs.h,
	libxfcegui4/libxfcegui4-config.h.in, libxfcegui4/libxfcegui4.h,
	libxfcegui4/xfce_aboutdialog.h: Added gtk-doc framework to
	libxfcegui4, more documentation soon to come (as usual :). Added
	version checks to both libxfce4util and libxfcegui4, namely
	LIBXFCE4UTIL_CHECK_VERSION and LIBXFCEGUI4_CHECK_VERSION similar to
	the ones in glib/gtk. Updated spec files to include the gtk-doc
	files. Bumped versions of both libs to 4.1.6. Started renaming some
	of the libxfcegui4 functions include the xfce_ prefix (ok'd with
	jasper). Maybe things will still work after this commit ;-).

2004-03-01 22:09  benny

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

2004-02-29 02:38  kelnos

	* libxfcegui4/icons.c: make xfce_load_themed_icon() a little
	smarter

2004-02-27 01:45  kelnos

	* libxfcegui4/: icons.c, icons.h: or, i could do that the right way
	and not break binary compatibility

2004-02-27 01:38  kelnos

	* libxfcegui4/: icons.c, icons.h: prefixing the new function with
	'xfce_' as per benny's request

2004-02-27 01:11  kelnos

	* libxfcegui4/: icons.c, icons.h: added load_themed_icon(const
	gchar *name, gint size).  it's a nice and easy interface to
	GtkIconTheme.  if you want a themed icon, give it an icon name
	without an extension (though it will remove it for you if you give
	it one).  if you give it an absoulte filename, it will attempt to
	load that.  if you give it a filename with a relative path, it will
	attempt to load $datadir/pixmaps/$name.

2004-02-25 09:19  kelnos

	* configure, configure.ac, libxfcegui4/xfce-appmenuitem.c: use
	g_getenv() instead of probing for system getenv()

2004-02-24 06:12  kelnos

	* configure, configure.ac, libxfcegui4/xfce-appmenuitem.c: tweak
	how XfceAppMenuItem uses GtkIconTheme

2004-02-24 05:20  kelnos

	* libxfcegui4/xfce-appmenuitem.c: use
	gtk_icon_theme_prepend_search_path() now that i fixed it

2004-02-24 05:18  kelnos

	* libxfcegui4/gtkicontheme.c: * fix a bug in
	gtk_icon_theme_prepend_search_path() * add a
	gtk_settings_install_property() for gtk-icon-theme-name, since	
	GtkSettings from gtk <2.4 doesn't have this by default

2004-02-23 23:29  olivier

	* libxfcegui4/session-client.c: Compile error w/out libSM

2004-02-23 23:28  olivier

	* libxfcegui4/session-client.c: Compile erro w/out libSM

2004-02-23 22:56  kelnos

	* libxfcegui4/xfce-appmenuitem.c: add $(datadir)/xfce4/themes to
	the icon search path

2004-02-23 19:46  kelnos

	* configure, configure.ac, libxfcegui4/Makefile.am,
	libxfcegui4/Makefile.in, libxfcegui4/xfce-appmenuitem.c,
	libxfcegui4/xfce-appmenuitem.h: adding my XfceAppMenuItem.  see the
	.h file for the API.  gtk-doc documentation is included in the .c
	file (need to figure out how to hook this up).	i've tested it
	somewhat, but i wouldn't consider it rock-solid stable or finished.
	
	quick description: XfceAppMenuItem is a subclass of
	GtkImageMenuItem.  its purpose is to represent an application that
	is run by selecting the menu item.  it handles themed icons mostly
	automatically and can be generated manually from app name, command,
	icon name, etc., or automatically from an XfceDesktopEntry.
	
	also, i bumped libxfcegui4's version number to 4.1.5 so i can start
	requiring it for xfdesktop soon.

2004-02-23 16:24  kelnos

	* libxfcegui4/: Makefile.am, Makefile.in, gtkicontheme.c,
	gtkiconthemeparser.c, xgtkicontheme.h, xgtkiconthemeparser.h:
	'backport' of GtkIconTheme from gtk 2.3.  include
	<libxfcegui4/xgtkicontheme.h> to use it.  code does not get
	compiled/included if compiled against >=gtk-2.4.0

2004-02-15 18:00  olivier

	* libxfcegui4/session-client.c: Fix compilation when missing sm

2004-02-15 17:59  olivier

	* libxfcegui4/session-client.c: Compile error when missing sm

2004-02-12 01:36  benny

	* libxfcegui4/xfce_aboutdialog.c: Use xfce_version_string() as
	discussed for the Xfce version.

2004-02-11 22:25  benny

	* libxfcegui4/xfce_aboutdialog.c: Be consistent about the header
	borders.

2004-02-11 21:59  benny

	* libxfcegui4/xfce_aboutdialog.c: <ofourdan> "XFce" should be
	spelled "Xfce"

2004-02-03 11:13  benny

	* AUTHORS, ChangeLog, NEWS, aclocal.m4, configure, configure.ac,
	ltmain.sh, docs/Doxyfile, docs/MAINPAGE,
	examples/aboutdlg/Makefile, examples/aboutdlg/aboutdlg.c,
	libxfcegui4/Makefile.am, libxfcegui4/Makefile.in,
	libxfcegui4/libxfcegui4.h, libxfcegui4/xfce_aboutdialog.c,
	libxfcegui4/xfce_aboutdialog.h: Added initial doxygen framework,
	documentation will following soon, hopefully :-). Added
	XfceAboutDialog class, which provides implementation of an about
	dialog box. Version is now 4.1.4.

2004-02-02 22:24  olivier

	* libxfcegui4/netk-xutils.c: Get rid of useless warnings

2004-02-02 22:20  olivier

	* libxfcegui4/netk-xutils.c: Get rid of useless warnings

2004-02-02 22:13  olivier

	* libxfcegui4/xfce_systemtray.c: Bug fix, make code safer CVS

2004-02-02 22:04  olivier

	* libxfcegui4/xfce_systemtray.c: Bug fix, make code safer

2004-01-25 01:09  olivier

	* Makefile.in, aclocal.m4, compile, config.guess, config.sub,
	configure, depcomp, install-sh, ltmain.sh, missing, mkinstalldirs,
	libxfcegui4/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,
	libxfcegui4/Makefile.in: Update libtool and other automake,
	autoconf and gettext packages

2004-01-21 20:43  jasper

	* configure, configure.ac, libxfcegui4/dialogs.c,
	libxfcegui4/dialogs.h: Add extra dialog header function that takes
	a gtk image (or another widget) as first argument.

2004-01-14 00:07  benny

	* libxfcegui4/netk-xutils.c: Revert to faulty casting until
	somebody figures out what to do with XGetWindowProperty.

2004-01-13 20:13  benny

	* libxfcegui4/netk-xutils.c: Fix "dereferencing type-punned pointer
	will break strict-aliasing rules" with gcc 3.3.x to allow for
	strict aliasing and therefore better code genera- tion.

2004-01-11 00:21  olivier

	* configure, configure.ac, libxfcegui4/gtk_style.h,
	libxfcegui4/gtktoxevent.h, libxfcegui4/session-client.h,
	libxfcegui4/xinerama.h, libxfcegui4/gtk_style.h,
	libxfcegui4/gtktoxevent.h, libxfcegui4/session-client.h,
	libxfcegui4/xinerama.h: Remove inclusion of config.h in header
	files

2004-01-07 21:38  olivier

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

2004-01-04 15:19  olivier

	* libxfcegui4/xfce_systemtray.c: Backport from HEAD: Add the piece
	of glue required for the KDE systray icons to show properly

2004-01-04 14:43  olivier

	* libxfcegui4/xfce_systemtray.c: Add the piece of glue required for
	the KDE systray icons to show properly

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-13 23:51  olivier

	* libxfcegui4/netk-util.c: Fix compilation warning:x

2003-12-13 23:51  olivier

	* libxfcegui4/netk-util.c: Fix compilation warning

2003-12-13 22:41  olivier

	* libxfcegui4/: netk-xutils.c, netk-xutils.c: Add some more NULL
	pointer checking

2003-12-13 21:25  olivier

	* libxfcegui4/netk-window-action-menu.c: Reorg menu and change
	labels to mimic xfwm4 men

2003-12-13 13:01  olivier

	* libxfcegui4/netk-tasklist.c: On left click, it should open the
	window list, from where the userselect the window to activate, on
	right click, it opens the window list,with a window action submenu
	for each...

2003-12-13 10:17  olivier

	* libxfcegui4/: Makefile.am, Makefile.in, netk-tasklist.c,
	netk-window-action-menu.c, netk-window-action-menu.h,
	netk-xutils.h: Apply Eduard Roccatello <xfce@roccatello.it> patch
	that adds window ops menu for taskbar

2003-12-07 11:44  jasper

	* libxfcegui4/: netk-util.c, netk-util.c: Fix possible crash

2003-12-03 00:08  olivier

	* libxfcegui4/: netk-pager.c, netk-window.c: Don't display
	transient in taskbar Remove C++ style comment

2003-12-03 00:03  olivier

	* libxfcegui4/: netk-pager.c, netk-window.c: Don't display
	transient in taskbar Remove C++ style comment

2003-11-17 22:46  olivier

	* configure, configure.ac, libxfcegui4/netk-util.c: Add some
	additional controls to libxfcegui4 Change default 4.2 xfwm4 default
	theme

2003-11-17 22:32  olivier

	* configure, configure.ac, libxfcegui4/netk-util.c: Add some
	additional controls to libxfcegui4

2003-11-14 13:26  jasper

	* libxfcegui4/: netk-pager.c, netk-pager.c: screen aspect ratio fix
	for vertical pager. Patch by Tyson Bashore
	<dfunct@bluemotiontech.com>

2003-11-02 09:22  olivier

	* aclocal.m4, configure: Add hi.po

2003-11-01 14:10  olivier

	* configure, configure.ac: Increase version number

2003-10-27 22:47  olivier

	* libxfcegui4/netk-xutils.c: Remove CR in non UTF8 names too

2003-10-27 22:38  olivier

	* libxfcegui4/netk-xutils.c: Remove CR in non UTF8 names too

2003-10-20 17:53  edscott

	* Makefile.in, configure, configure.ac, libxfcegui4/Makefile.am,
	libxfcegui4/Makefile.in, libxfcegui4/combo.c, libxfcegui4/combo.h:
	remove combo object from libxfcegui4 (too many dependency problems)

2003-10-20 04:20  edscott

	* Makefile.in, aclocal.m4, configure, configure.ac,
	libxfcegui4/Makefile.am, libxfcegui4/Makefile.in,
	libxfcegui4/combo.c, libxfcegui4/combo.h: put the combo self
	completing with history object into library. Used by xffm and soon
	by xfrun.

2003-10-18 16:39  olivier

	* libxfcegui4/: xfce_iconbutton.c, xfce_iconbutton.h,
	xfce_menubutton.c, xfce_menubutton.h: Remove scaled var that should
	be replaced with size caching

2003-10-18 16:35  olivier

	* libxfcegui4/: xfce_iconbutton.c, xfce_iconbutton.h,
	xfce_menubutton.c, xfce_menubutton.h: Removed the "scaled" boolean
	that, beside being here to prevent a race cond, was actually
	preventing the icon from being resized here.

2003-10-18 10:55  jasper

	* libxfcegui4/: xfce_iconbutton.c, xfce_menubutton.c: Try 2 for
	icon scaling cache

2003-10-18 10:55  jasper

	* libxfcegui4/: xfce_iconbutton.c, xfce_menubutton.c: Try 3 for
	icon scaling cache

2003-10-18 09:28  jasper

	* libxfcegui4/: xfce_iconbutton.c, xfce_menubutton.c,
	xfce_iconbutton.c, xfce_menubutton.c: Try 2 for icon scaling cache

2003-10-17 23:58  jasper

	* libxfcegui4/: xfce_iconbutton.c, xfce_menubutton.c,
	xfce_iconbutton.c, xfce_menubutton.c: scaled icon tweak

2003-10-16 17:37  benny

	* libxfcegui4/netk-tasklist.c: gtk_widget_queue_clear() is
	deprecated.

2003-10-14 00:06  olivier

	* libxfcegui4/: xfce_iconbutton.c, xfce_menubutton.c: Sync with my
	local tree

2003-10-13 23:26  olivier

	* libxfcegui4/: xfce_iconbutton.c, xfce_menubutton.c: Apply changes
	from my local tree

2003-10-13 20:51  jasper

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

2003-10-13 20:30  jasper

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

2003-10-13 20:01  jasper

	* libxfcegui4/netk-pager.c: 
	Huge update to get new repository in sync with the one on SF. We
	lose some CVS history here, but I will include the missing
	ChangeLog entries here:
	
	+++
	
	2003-10-12 23:13  xfce
	
		* xfce4/xfce4rc, xfwm4/src/client.c: Add --no-desktop to
	default
		nautilus entry Use Height/Width on Mwm hints updates
	
	2003-10-10 23:51  edscott
	
		* xffm/libs/: menu_callbacks.c, run.c: fixed another
	g_strchug()
		bug
	
	2003-10-10 23:15  xfce
	
		* xfce-utils/scripts/xinitrc: Don't use cpp in xrdb so that
	DPI
		settings load even on workstations w/out cpp
	
	2003-10-10 22:38  xfce
	
		* xfwm4/: configure, configure.ac, themes/Makefile.am,
		themes/Makefile.in, themes/tgc-large/Makefile.am,
		themes/tgc-large/Makefile.in, themes/tgc-large/README,
		themes/tgc-large/bottom-active.xpm,
		themes/tgc-large/bottom-inactive.xpm,
		themes/tgc-large/bottom-left-active.xpm,
		themes/tgc-large/bottom-left-inactive.xpm,
		themes/tgc-large/bottom-right-active.xpm,
		themes/tgc-large/bottom-right-inactive.xpm,
		themes/tgc-large/close-active.xpm,
		themes/tgc-large/close-inactive.xpm,
		themes/tgc-large/close-pressed.xpm,
		themes/tgc-large/hide-active.xpm,
		themes/tgc-large/hide-inactive.xpm,
		themes/tgc-large/hide-pressed.xpm,
		themes/tgc-large/left-active.xpm,
		themes/tgc-large/left-inactive.xpm,
		themes/tgc-large/maximize-active.xpm,
		themes/tgc-large/maximize-inactive.xpm,
		themes/tgc-large/maximize-pressed.xpm,
		themes/tgc-large/maximize-toggled-active.xpm,
		themes/tgc-large/maximize-toggled-inactive.xpm,
		themes/tgc-large/maximize-toggled-pressed.xpm,
		themes/tgc-large/menu-active.xpm,
		themes/tgc-large/menu-inactive.xpm,
		themes/tgc-large/menu-pressed.xpm,
		themes/tgc-large/right-active.xpm,
		themes/tgc-large/right-inactive.xpm,
		themes/tgc-large/shade-active.xpm,
		themes/tgc-large/shade-inactive.xpm,
		themes/tgc-large/shade-pressed.xpm,
		themes/tgc-large/shade-toggled-active.xpm,
		themes/tgc-large/shade-toggled-inactive.xpm,
		themes/tgc-large/shade-toggled-pressed.xpm,
		themes/tgc-large/stick-active.xpm,
		themes/tgc-large/stick-inactive.xpm,
		themes/tgc-large/stick-pressed.xpm,
		themes/tgc-large/stick-toggled-active.xpm,
		themes/tgc-large/stick-toggled-inactive.xpm,
		themes/tgc-large/stick-toggled-pressed.xpm,
		themes/tgc-large/themerc,
	themes/tgc-large/title-1-active.xpm,
		themes/tgc-large/title-1-inactive.xpm,
		themes/tgc-large/title-2-active.xpm,
		themes/tgc-large/title-2-inactive.xpm,
		themes/tgc-large/title-3-active.xpm,
		themes/tgc-large/title-3-inactive.xpm,
		themes/tgc-large/title-4-active.xpm,
		themes/tgc-large/title-4-inactive.xpm,
		themes/tgc-large/title-5-active.xpm,
		themes/tgc-large/title-5-inactive.xpm,
		themes/tgc-large/top-left-active.xpm,
		themes/tgc-large/top-left-inactive.xpm,
		themes/tgc-large/top-right-active.xpm,
		themes/tgc-large/top-right-inactive.xpm: Add tgc-large as
	in HEAD
		branch
	
	2003-10-10 22:06  xfce
	
		* libxfcegui4/libxfcegui4/netk-pager.c,
		xfwm4/themes/default/bottom-active.xpm,
		xfwm4/themes/default/bottom-inactive.xpm,
		xfwm4/themes/default/bottom-left-active.xpm,
		xfwm4/themes/default/bottom-left-inactive.xpm,
		xfwm4/themes/default/bottom-right-active.xpm,
		xfwm4/themes/default/bottom-right-inactive.xpm,
		xfwm4/themes/default/close-active.xpm,
		xfwm4/themes/default/close-inactive.xpm,
		xfwm4/themes/default/close-pressed.xpm,
		xfwm4/themes/default/hide-active.xpm,
		xfwm4/themes/default/hide-inactive.xpm,
		xfwm4/themes/default/hide-pressed.xpm,
		xfwm4/themes/default/left-active.xpm,
		xfwm4/themes/default/left-inactive.xpm,
		xfwm4/themes/default/maximize-active.xpm,
		xfwm4/themes/default/maximize-inactive.xpm,
		xfwm4/themes/default/maximize-pressed.xpm,
		xfwm4/themes/default/maximize-toggled-active.xpm,
		xfwm4/themes/default/maximize-toggled-inactive.xpm,
		xfwm4/themes/default/maximize-toggled-pressed.xpm,
		xfwm4/themes/default/menu-active.xpm,
		xfwm4/themes/default/menu-inactive.xpm,
		xfwm4/themes/default/menu-pressed.xpm,
		xfwm4/themes/default/right-active.xpm,
		xfwm4/themes/default/right-inactive.xpm,
		xfwm4/themes/default/shade-active.xpm,
		xfwm4/themes/default/shade-inactive.xpm,
		xfwm4/themes/default/shade-pressed.xpm,
		xfwm4/themes/default/shade-toggled-active.xpm,
		xfwm4/themes/default/shade-toggled-inactive.xpm,
		xfwm4/themes/default/shade-toggled-pressed.xpm,
		xfwm4/themes/default/stick-active.xpm,
		xfwm4/themes/default/stick-inactive.xpm,
		xfwm4/themes/default/stick-pressed.xpm,
		xfwm4/themes/default/stick-toggled-active.xpm,
		xfwm4/themes/default/stick-toggled-inactive.xpm,
		xfwm4/themes/default/stick-toggled-pressed.xpm,
		xfwm4/themes/default/title-1-active.xpm,
		xfwm4/themes/default/title-1-inactive.xpm,
		xfwm4/themes/default/title-2-active.xpm,
		xfwm4/themes/default/title-2-inactive.xpm,
		xfwm4/themes/default/title-3-active.xpm,
		xfwm4/themes/default/title-3-inactive.xpm,
		xfwm4/themes/default/title-4-active.xpm,
		xfwm4/themes/default/title-4-inactive.xpm,
		xfwm4/themes/default/title-5-active.xpm,
		xfwm4/themes/default/title-5-inactive.xpm,
		xfwm4/themes/default/top-left-active.xpm,
		xfwm4/themes/default/top-left-inactive.xpm,
		xfwm4/themes/default/top-right-active.xpm,
		xfwm4/themes/default/top-right-inactive.xpm: Basically
	revert to
		"pre" xfwm4 default style that looked better than 4.0.0
	
	2003-10-10 20:21  huysmans
	
		* xfce4/plugins/pager/pager.c: Fix resizing bug
	
	2003-10-08 23:35  xfce
	
		* xfwm4/src/: client.c, events.c, settings.c: Fix
	raise/lower patch
	
	2003-10-08 22:34  xfce
	
		* xfwm4/: src/settings.c, themes/default.keys/keythemerc:
	Fix
		raise/lower key shortcut
	
	2003-10-07 22:37  xfce
	
		* xffm/libs/input.c: With gtk 2.2.3/2.2.4 the
		gtk_getentrytext_function does not return "" but NULL.
	
	2003-10-07 22:31  xfce
	
		* xfwm4/themes/tgc-large/: Makefile.am, Makefile.in,
	README,
		bottom-active.xpm, bottom-inactive.xpm,
	bottom-left-active.xpm,
		bottom-left-inactive.xpm, bottom-right-active.xpm,
		bottom-right-inactive.xpm, close-active.xpm,
	close-inactive.xpm,
		close-pressed.xpm, hide-active.xpm, hide-inactive.xpm,
		hide-pressed.xpm, left-active.xpm, left-inactive.xpm,
		maximize-active.xpm, maximize-inactive.xpm,
	maximize-pressed.xpm,
		maximize-toggled-active.xpm, maximize-toggled-inactive.xpm,
		maximize-toggled-pressed.xpm, menu-active.xpm,
	menu-inactive.xpm,
		menu-pressed.xpm, right-active.xpm, right-inactive.xpm,
		shade-active.xpm, shade-inactive.xpm, shade-pressed.xpm,
		shade-toggled-active.xpm, shade-toggled-inactive.xpm,
		shade-toggled-pressed.xpm, stick-active.xpm,
	stick-inactive.xpm,
		stick-pressed.xpm, stick-toggled-active.xpm,
		stick-toggled-inactive.xpm, stick-toggled-pressed.xpm,
	themerc,
		title-1-active.xpm, title-1-inactive.xpm,
	title-2-active.xpm,
		title-2-inactive.xpm, title-3-active.xpm,
	title-3-inactive.xpm,
		title-4-active.xpm, title-4-inactive.xpm,
	title-5-active.xpm,
		title-5-inactive.xpm, top-left-active.xpm,
	top-left-inactive.xpm,
		top-right-active.xpm, top-right-inactive.xpm: Change
	default theme,
		keep old 4.0 theme as default-4.0 and add tgc-large theme
	Include
		improvements for fullscreen mode for gst from Arwed von
	Merkatz
		<v.merkatz@gmx.net>
	
	2003-10-07 22:14  xfce
	
		* xffm/libs/run.c, xfwm4/ChangeLog, xfwm4/configure,
		xfwm4/configure.ac, xfwm4/src/client.c, xfwm4/src/events.c:
	Include
		changes for gst fullscreen mode as suggested by Arwed von
	Merkatz
		<v.merkatz@gmx.net> Include fix for "run..." in xffm from
	Edscott
	
	+++

2003-10-13 18:21  jasper

	* libxfcegui4/: Makefile.am, Makefile.in, netk-class-group.c,
	netk-class-group.h, netk-pager.c, netk-private.h, netk-screen.c,
	netk-screen.h, netk-tasklist.c, netk-window.c, netk-window.h,
	netk-xutils.c, netk-xutils.h: 
	
	Huge commit to bring new repository in sync with SF. We are losing
	some CVS history here, but for completeness sake I'm including the
	ChangeLog entries here:
	
	+++
	
	2003-10-11 00:08  edscott
	
		* xffm/src/: add_folder.c, add_node_contents.c,
	callbacks.c,
		keybindings.c, main.c, treeview.c: do second letter search
	if first
		letter is / -- DONE autohide diagnostics on click or
	keypress--DONE
		compare dates between mime file and dbh file before
	updating
		applications -- DONE scroll by keyboard debugged and
	enhanced
		--DONE g_strchug() crash on openwith by menu... --FIXED on
	go_up do
		not place in history, nor back nor forward --DONE
	
	2003-10-11 00:05  edscott
	
		* xffm/: libs/apps.c, libs/bookmarks.c, libs/constants.h,
		libs/cpy.c, libs/dnd.c, libs/dummies.c, libs/duplicate.c,
		libs/entry.c, libs/goto.c, libs/goto.h, libs/icons.c,
	libs/menu.c,
		libs/menu_callbacks.c, libs/misc.c, libs/misc.h,
	libs/monitor.c,
		libs/new_win.c, libs/pasteboard.c, libs/print.c,
	libs/refresh.c,
		libs/reg.c, libs/remove.c, libs/rename.c, libs/run.c,
	libs/run.h,
		libs/scramble.c, libs/symlink.c, libs/terminal.c,
	libs/touch.c,
		libs/trash.c, libs/xfdiff.c, smb/smb_download.c,
	smb/smb_list.c: do
		second letter search if first letter is / -- DONE autohide
		diagnostics on click or keypress--DONE compare dates
	between mime
		file and dbh file before updating applications -- DONE
	scroll by
		keyboard debugged and enhanced --DONE g_strchug() crash on
	openwith
		by menu... --FIXED on go_up do not place in history, nor
	back nor
		forward --DONE
	
	2003-10-10 23:19  xfce
	
		* xfce-utils/scripts/xinitrc: Don't use cpp in xrdb so that
	DPI
		settings load even on workstations w/out cpp
	
	2003-10-10 22:17  xfce
	
		* libxfcegui4/libxfcegui4/netk-pager.c, xfwm4/configure,
		xfwm4/configure.ac, xfwm4/themes/Makefile.am,
		xfwm4/themes/Makefile.in,
	xfwm4/themes/default/bottom-active.xpm,
		xfwm4/themes/default/bottom-inactive.xpm,
		xfwm4/themes/default/bottom-left-active.xpm,
		xfwm4/themes/default/bottom-left-inactive.xpm,
		xfwm4/themes/default/bottom-right-active.xpm,
		xfwm4/themes/default/bottom-right-inactive.xpm,
		xfwm4/themes/default/close-active.xpm,
		xfwm4/themes/default/close-inactive.xpm,
		xfwm4/themes/default/close-pressed.xpm,
		xfwm4/themes/default/hide-active.xpm,
		xfwm4/themes/default/hide-inactive.xpm,
		xfwm4/themes/default/hide-pressed.xpm,
		xfwm4/themes/default/left-active.xpm,
		xfwm4/themes/default/left-inactive.xpm,
		xfwm4/themes/default/maximize-active.xpm,
		xfwm4/themes/default/maximize-inactive.xpm,
		xfwm4/themes/default/maximize-pressed.xpm,
		xfwm4/themes/default/maximize-toggled-active.xpm,
		xfwm4/themes/default/maximize-toggled-inactive.xpm,
		xfwm4/themes/default/maximize-toggled-pressed.xpm,
		xfwm4/themes/default/menu-active.xpm,
		xfwm4/themes/default/menu-inactive.xpm,
		xfwm4/themes/default/menu-pressed.xpm,
		xfwm4/themes/default/right-active.xpm,
		xfwm4/themes/default/right-inactive.xpm,
		xfwm4/themes/default/shade-active.xpm,
		xfwm4/themes/default/shade-inactive.xpm,
		xfwm4/themes/default/shade-pressed.xpm,
		xfwm4/themes/default/shade-toggled-active.xpm,
		xfwm4/themes/default/shade-toggled-inactive.xpm,
		xfwm4/themes/default/shade-toggled-pressed.xpm,
		xfwm4/themes/default/stick-active.xpm,
		xfwm4/themes/default/stick-inactive.xpm,
		xfwm4/themes/default/stick-pressed.xpm,
		xfwm4/themes/default/stick-toggled-active.xpm,
		xfwm4/themes/default/stick-toggled-inactive.xpm,
		xfwm4/themes/default/stick-toggled-pressed.xpm,
		xfwm4/themes/default/themerc,
		xfwm4/themes/default/title-1-active.xpm,
		xfwm4/themes/default/title-1-inactive.xpm,
		xfwm4/themes/default/title-2-active.xpm,
		xfwm4/themes/default/title-2-inactive.xpm,
		xfwm4/themes/default/title-3-active.xpm,
		xfwm4/themes/default/title-3-inactive.xpm,
		xfwm4/themes/default/title-4-active.xpm,
		xfwm4/themes/default/title-4-inactive.xpm,
		xfwm4/themes/default/title-5-active.xpm,
		xfwm4/themes/default/title-5-inactive.xpm,
		xfwm4/themes/default/top-left-active.xpm,
		xfwm4/themes/default/top-left-inactive.xpm,
		xfwm4/themes/default/top-right-active.xpm,
		xfwm4/themes/default/top-right-inactive.xpm: Revert xfwm4
	default
		theme to the one found in pre-release as it looked better
	Fix a
		very small thing in netk-pager
	
	2003-10-10 19:21  huysmans
	
		* xfce4/plugins/pager/pager.c: Fix resizing bug
	
	2003-10-09 23:41  huysmans
	
		* xfwm4/: mcs-plugin/workspaces.c, src/settings.c: Move
	workspace
		names settings into settings plugin. Rename count to
		Xfwm/WorkspaceCount for consistency.
	
	2003-10-09 23:03  xfce
	
		* libxfcegui4/: configure, configure.ac: Increase version
	number
	
	2003-10-09 22:13  xfce
	
		* xfwm4/themes/default/: close-active.xpm,
	close-inactive.xpm,
		close-pressed.xpm, hide-active.xpm, hide-inactive.xpm,
		hide-pressed.xpm, maximize-active.xpm,
	maximize-inactive.xpm,
		maximize-pressed.xpm, maximize-toggled-active.xpm,
		maximize-toggled-inactive.xpm,
	maximize-toggled-pressed.xpm,
		menu-active.xpm, menu-inactive.xpm, menu-pressed.xpm,
		shade-active.xpm, shade-inactive.xpm, shade-pressed.xpm,
		shade-toggled-active.xpm, shade-toggled-inactive.xpm,
		shade-toggled-pressed.xpm, stick-active.xpm,
	stick-inactive.xpm,
		stick-pressed.xpm, stick-toggled-active.xpm,
		stick-toggled-inactive.xpm, stick-toggled-pressed.xpm,
	themerc,
		title-2-active.xpm, title-2-inactive.xpm,
	title-3-active.xpm,
		title-3-inactive.xpm, title-4-active.xpm,
	title-4-inactive.xpm:
		Change default theme for 4.2
	
	2003-10-09 15:19  edscott
	
		* xffm/: glade_intl, src/glade_callbacks.h,
	src/glade_gui.c.bak,
		src/glade_gui.h: remove obsolete files
	
	2003-10-09 07:04  edscott
	
		* xffm/src/: Makefile.am, Makefile.in, callbacks.c,
	keybindings.c,
		keybindings.h, treeview.c, treeview.h: scroll by keyboard
	is now
		case insensitive, if shift is pressed, scroll search w ill
	proceed
		backwards. Backward scroll-search will not wrap. Forward
		scroll-sear ch will wrap (as before).
	
	2003-10-09 04:14  edscott
	
		* xffm/: glade/xffm_main.glade, libs/apps.c,
	libs/bookmarks.c,
		libs/combo.c, libs/cpy.c, libs/dummies.c, libs/duplicate.c,
		libs/entry.c, libs/filter.c, libs/find.h, libs/goto.c,
	libs/goto.h,
		libs/icons.c, libs/input.c, libs/menu.c,
	libs/menu_callbacks.c,
		libs/misc.c, libs/monitor.c, libs/options.c,
	libs/options.h,
		libs/print.h, libs/refresh.c, libs/reg.c, libs/reg.h,
		libs/remove.c, libs/remove.h, libs/rename.c, libs/run.c,
		libs/run.h, libs/symlink.c, libs/touch.c, libs/trash.c,
		smb/smb_download.c, smb/smb_list.c, src/glade_main_gui.c,
		src/main.c, src/treeview.c, src/widgets.c: eliminate all
	warnings
		when compiling with --enable-debug
	
	2003-10-09 01:46  edscott
	
		* xffm/: xffm.glade, xffm.gladep, glade/xffm_find.glade,
		glade/xffm_find.gladep, glade/xffm_main.glade,
		glade/xffm_main.gladep, glade/xffm_remove.glade,
		glade/xffm_remove.gladep, libs/Makefile.am,
	libs/Makefile.in,
		libs/apps.c, libs/bookmarks.c, libs/combo.c, libs/combo.h,
		libs/cpy.c, libs/dnd.c, libs/duplicate.c, libs/entry.c,
		libs/filter.c, libs/filter.h, libs/find.c, libs/fstab.c,
		libs/goto.c, libs/help.c, libs/input.c, libs/input.h,
		libs/menu_callbacks.c, libs/menu_callbacks.h, libs/misc.c,
		libs/monitor.c, libs/new.c, libs/options.c,
	libs/pasteboard.c,
		libs/print.c, libs/refresh.c, libs/reg.c, libs/remove.c,
		libs/rename.c, libs/run.c, libs/scramble.c,
	libs/settings.c,
		libs/symlink.c, libs/terminal.c, libs/touch.c,
	libs/trash.c,
		libs/tubo.c, libs/xfdiff.c, libs/zoom.c, smb/smb_list.c,
		src/Makefile.am, src/Makefile.in, src/add_file.c,
	src/add_folder.c,
		src/add_node_contents.c, src/aux.c, src/callbacks.c,
		src/glade_callbacks.c, src/glade_find_callbacks.c,
		src/glade_find_callbacks.h, src/glade_find_gui.c,
		src/glade_find_gui.h, src/glade_gui.c,
	src/glade_main_callbacks.c,
		src/glade_main_callbacks.h, src/glade_main_gui.c,
		src/glade_main_gui.h, src/glade_remove_callbacks.c,
		src/glade_remove_callbacks.h, src/glade_remove_gui.c,
		src/glade_remove_gui.h, src/main.c, src/mcs-manager.c,
		src/treeview.c, src/widgets.c: broke glade files into three
	parts
	
	2003-10-08 23:43  xfce
	
		* xfwm4/src/: client.c, events.c, settings.c: [no log
	message]
	
	2003-10-08 22:29  xfce
	
		* xfwm4/themes/default.keys/keythemerc: Change raise/lower
	key
	
	2003-10-08 22:24  xfce
	
		* xfwm4/: src/settings.c, themes/default.keys/keythemerc:
	Fix
		raise/lower key shortcut patch
	
	2003-10-08 22:12  xfce
	
		* xfwm4/: configure, configure.ac, themes/Makefile.am,
		themes/Makefile.in, themes/default/title-2-active.xpm,
		themes/default/title-2-inactive.xpm,
		themes/default/title-4-active.xpm,
		themes/default/title-4-inactive.xpm,
		themes/default/top-right-active.xpm,
		themes/default/top-right-inactive.xpm: Add missing files
	
	2003-10-08 10:20  huysmans
	
		* xfdesktop/doc/C/xfdesktop.html,
	xfdesktop/doc/C/xfdesktop.xml,
		xfdesktop/doc/C/images/Makefile.am,
		xfdesktop/doc/C/images/Makefile.in,
		xfdesktop/doc/C/images/xfdesktop-workspace.png,
		xfdesktop/settings/Makefile.am,
	xfdesktop/settings/Makefile.in,
		xfdesktop/settings/backdrop-icon.h,
	xfdesktop/src/Makefile.am,
		xfdesktop/src/Makefile.in, xfdesktop/src/menu.c,
		xfdesktop/src/settings.c, xfwm4/configure,
	xfwm4/configure.ac,
		xfwm4/doc/C/xfwm4.html, xfwm4/doc/C/xfwm4.xml,
		xfwm4/doc/C/images/Makefile.am,
	xfwm4/doc/C/images/Makefile.in,
		xfwm4/doc/C/images/xfwm_workspaces.png,
		xfwm4/mcs-plugin/Makefile.am, xfwm4/mcs-plugin/Makefile.in,
		xfwm4/mcs-plugin/margins.c, xfwm4/mcs-plugin/margins.h,
		xfwm4/mcs-plugin/margins_plugin.c,
	xfwm4/mcs-plugin/plugin.c,
		xfwm4/mcs-plugin/plugin.h,
	xfwm4/mcs-plugin/workspaces-icon.h,
		xfwm4/mcs-plugin/workspaces.c,
	xfwm4/mcs-plugin/workspaces.h,
		xfwm4/mcs-plugin/workspaces.png, xfwm4/src/settings.c,
		xfwm4/themes/Makefile.am, xfwm4/themes/Makefile.in: Largish
	update:
		merge workspaces dialog from xfdesktop with workspace
	margins
		dialog from xfwm4. The new dialog is part of xfwm4.
	
	2003-10-07 22:44  xfce
	
		* libxfcegui4/libxfcegui4/: Makefile.am, Makefile.in,
		netk-class-group.c, netk-class-group.h, netk-private.h,
		netk-screen.c, netk-screen.h, netk-tasklist.c,
	netk-window.c,
		netk-window.h, netk-xutils.c, netk-xutils.h: Backport
	changes from
		libwnck HEAD cvs
	
	2003-10-07 22:40  xfce
	
		* xffm/libs/: input.c, run.c: Include Edscott patches
	
	2003-10-07 22:31  xfce
	
		* xfwm4/: configure, configure.ac, src/client.c,
	src/events.c,
		themes/Makefile.am, themes/Makefile.in,
		themes/default/bottom-active.xpm,
		themes/default/bottom-inactive.xpm,
		themes/default/bottom-left-active.xpm,
		themes/default/bottom-left-inactive.xpm,
		themes/default/bottom-right-active.xpm,
		themes/default/bottom-right-inactive.xpm,
		themes/default/left-active.xpm,
	themes/default/left-inactive.xpm,
		themes/default/right-active.xpm,
	themes/default/right-inactive.xpm,
		themes/default/themerc, themes/default/title-1-active.xpm,
		themes/default/title-1-inactive.xpm,
		themes/default/title-2-active.xpm,
		themes/default/title-2-inactive.xpm,
		themes/default/title-3-active.xpm,
		themes/default/title-3-inactive.xpm,
		themes/default/title-4-active.xpm,
		themes/default/title-4-inactive.xpm,
		themes/default/title-5-active.xpm,
		themes/default/title-5-inactive.xpm,
		themes/default/top-left-active.xpm,
		themes/default/top-left-inactive.xpm,
		themes/default/top-right-active.xpm,
		themes/default/top-right-inactive.xpm,
		themes/tgc-large/Makefile.am, themes/tgc-large/Makefile.in,
		themes/tgc-large/README,
	themes/tgc-large/bottom-active.xpm,
		themes/tgc-large/bottom-inactive.xpm,
		themes/tgc-large/bottom-left-active.xpm,
		themes/tgc-large/bottom-left-inactive.xpm,
		themes/tgc-large/bottom-right-active.xpm,
		themes/tgc-large/bottom-right-inactive.xpm,
		themes/tgc-large/close-active.xpm,
		themes/tgc-large/close-inactive.xpm,
		themes/tgc-large/close-pressed.xpm,
		themes/tgc-large/hide-active.xpm,
		themes/tgc-large/hide-inactive.xpm,
		themes/tgc-large/hide-pressed.xpm,
		themes/tgc-large/left-active.xpm,
		themes/tgc-large/left-inactive.xpm,
		themes/tgc-large/maximize-active.xpm,
		themes/tgc-large/maximize-inactive.xpm,
		themes/tgc-large/maximize-pressed.xpm,
		themes/tgc-large/maximize-toggled-active.xpm,
		themes/tgc-large/maximize-toggled-inactive.xpm,
		themes/tgc-large/maximize-toggled-pressed.xpm,
		themes/tgc-large/menu-active.xpm,
		themes/tgc-large/menu-inactive.xpm,
		themes/tgc-large/menu-pressed.xpm,
		themes/tgc-large/right-active.xpm,
		themes/tgc-large/right-inactive.xpm,
		themes/tgc-large/shade-active.xpm,
		themes/tgc-large/shade-inactive.xpm,
		themes/tgc-large/shade-pressed.xpm,
		themes/tgc-large/shade-toggled-active.xpm,
		themes/tgc-large/shade-toggled-inactive.xpm,
		themes/tgc-large/shade-toggled-pressed.xpm,
		themes/tgc-large/stick-active.xpm,
		themes/tgc-large/stick-inactive.xpm,
		themes/tgc-large/stick-pressed.xpm,
		themes/tgc-large/stick-toggled-active.xpm,
		themes/tgc-large/stick-toggled-inactive.xpm,
		themes/tgc-large/stick-toggled-pressed.xpm,
		themes/tgc-large/themerc,
	themes/tgc-large/title-1-active.xpm,
		themes/tgc-large/title-1-inactive.xpm,
		themes/tgc-large/title-2-active.xpm,
		themes/tgc-large/title-2-inactive.xpm,
		themes/tgc-large/title-3-active.xpm,
		themes/tgc-large/title-3-inactive.xpm,
		themes/tgc-large/title-4-active.xpm,
		themes/tgc-large/title-4-inactive.xpm,
		themes/tgc-large/title-5-active.xpm,
		themes/tgc-large/title-5-inactive.xpm,
		themes/tgc-large/top-left-active.xpm,
		themes/tgc-large/top-left-inactive.xpm,
		themes/tgc-large/top-right-active.xpm,
		themes/tgc-large/top-right-inactive.xpm: Change default
	theme, keep
		old 4.0 theme as default-4.0 and add tgc-large theme
	Include
		improvements for fullscreen mode for gst from Arwed von
	Merkatz
		<v.merkatz@gmx.net>
	
	+++

2003-10-13 17:32  jasper

	* configure, configure.ac: 
	
	Huge commit to bring new repository in sync with SF. We are losing
	some CVS history here, but for completeness sake I'm including the
	ChangeLog entries here:
	
	+++
	
	2003-10-11 00:08  edscott
	
		* xffm/src/: add_folder.c, add_node_contents.c,
	callbacks.c,
		keybindings.c, main.c, treeview.c: do second letter search
	if first
		letter is / -- DONE autohide diagnostics on click or
	keypress--DONE
		compare dates between mime file and dbh file before
	updating
		applications -- DONE scroll by keyboard debugged and
	enhanced
		--DONE g_strchug() crash on openwith by menu... --FIXED on
	go_up do
		not place in history, nor back nor forward --DONE
	
	2003-10-11 00:05  edscott
	
		* xffm/: libs/apps.c, libs/bookmarks.c, libs/constants.h,
		libs/cpy.c, libs/dnd.c, libs/dummies.c, libs/duplicate.c,
		libs/entry.c, libs/goto.c, libs/goto.h, libs/icons.c,
	libs/menu.c,
		libs/menu_callbacks.c, libs/misc.c, libs/misc.h,
	libs/monitor.c,
		libs/new_win.c, libs/pasteboard.c, libs/print.c,
	libs/refresh.c,
		libs/reg.c, libs/remove.c, libs/rename.c, libs/run.c,
	libs/run.h,
		libs/scramble.c, libs/symlink.c, libs/terminal.c,
	libs/touch.c,
		libs/trash.c, libs/xfdiff.c, smb/smb_download.c,
	smb/smb_list.c: do
		second letter search if first letter is / -- DONE autohide
		diagnostics on click or keypress--DONE compare dates
	between mime
		file and dbh file before updating applications -- DONE
	scroll by
		keyboard debugged and enhanced --DONE g_strchug() crash on
	openwith
		by menu... --FIXED on go_up do not place in history, nor
	back nor
		forward --DONE
	
	2003-10-10 23:19  xfce
	
		* xfce-utils/scripts/xinitrc: Don't use cpp in xrdb so that
	DPI
		settings load even on workstations w/out cpp
	
	2003-10-10 22:17  xfce
	
		* libxfcegui4/libxfcegui4/netk-pager.c, xfwm4/configure,
		xfwm4/configure.ac, xfwm4/themes/Makefile.am,
		xfwm4/themes/Makefile.in,
	xfwm4/themes/default/bottom-active.xpm,
		xfwm4/themes/default/bottom-inactive.xpm,
		xfwm4/themes/default/bottom-left-active.xpm,
		xfwm4/themes/default/bottom-left-inactive.xpm,
		xfwm4/themes/default/bottom-right-active.xpm,
		xfwm4/themes/default/bottom-right-inactive.xpm,
		xfwm4/themes/default/close-active.xpm,
		xfwm4/themes/default/close-inactive.xpm,
		xfwm4/themes/default/close-pressed.xpm,
		xfwm4/themes/default/hide-active.xpm,
		xfwm4/themes/default/hide-inactive.xpm,
		xfwm4/themes/default/hide-pressed.xpm,
		xfwm4/themes/default/left-active.xpm,
		xfwm4/themes/default/left-inactive.xpm,
		xfwm4/themes/default/maximize-active.xpm,
		xfwm4/themes/default/maximize-inactive.xpm,
		xfwm4/themes/default/maximize-pressed.xpm,
		xfwm4/themes/default/maximize-toggled-active.xpm,
		xfwm4/themes/default/maximize-toggled-inactive.xpm,
		xfwm4/themes/default/maximize-toggled-pressed.xpm,
		xfwm4/themes/default/menu-active.xpm,
		xfwm4/themes/default/menu-inactive.xpm,
		xfwm4/themes/default/menu-pressed.xpm,
		xfwm4/themes/default/right-active.xpm,
		xfwm4/themes/default/right-inactive.xpm,
		xfwm4/themes/default/shade-active.xpm,
		xfwm4/themes/default/shade-inactive.xpm,
		xfwm4/themes/default/shade-pressed.xpm,
		xfwm4/themes/default/shade-toggled-active.xpm,
		xfwm4/themes/default/shade-toggled-inactive.xpm,
		xfwm4/themes/default/shade-toggled-pressed.xpm,
		xfwm4/themes/default/stick-active.xpm,
		xfwm4/themes/default/stick-inactive.xpm,
		xfwm4/themes/default/stick-pressed.xpm,
		xfwm4/themes/default/stick-toggled-active.xpm,
		xfwm4/themes/default/stick-toggled-inactive.xpm,
		xfwm4/themes/default/stick-toggled-pressed.xpm,
		xfwm4/themes/default/themerc,
		xfwm4/themes/default/title-1-active.xpm,
		xfwm4/themes/default/title-1-inactive.xpm,
		xfwm4/themes/default/title-2-active.xpm,
		xfwm4/themes/default/title-2-inactive.xpm,
		xfwm4/themes/default/title-3-active.xpm,
		xfwm4/themes/default/title-3-inactive.xpm,
		xfwm4/themes/default/title-4-active.xpm,
		xfwm4/themes/default/title-4-inactive.xpm,
		xfwm4/themes/default/title-5-active.xpm,
		xfwm4/themes/default/title-5-inactive.xpm,
		xfwm4/themes/default/top-left-active.xpm,
		xfwm4/themes/default/top-left-inactive.xpm,
		xfwm4/themes/default/top-right-active.xpm,
		xfwm4/themes/default/top-right-inactive.xpm: Revert xfwm4
	default
		theme to the one found in pre-release as it looked better
	Fix a
		very small thing in netk-pager
	
	2003-10-10 19:21  huysmans
	
		* xfce4/plugins/pager/pager.c: Fix resizing bug
	
	2003-10-09 23:41  huysmans
	
		* xfwm4/: mcs-plugin/workspaces.c, src/settings.c: Move
	workspace
		names settings into settings plugin. Rename count to
		Xfwm/WorkspaceCount for consistency.
	
	2003-10-09 23:03  xfce
	
		* libxfcegui4/: configure, configure.ac: Increase version
	number
	
	2003-10-09 22:13  xfce
	
		* xfwm4/themes/default/: close-active.xpm,
	close-inactive.xpm,
		close-pressed.xpm, hide-active.xpm, hide-inactive.xpm,
		hide-pressed.xpm, maximize-active.xpm,
	maximize-inactive.xpm,
		maximize-pressed.xpm, maximize-toggled-active.xpm,
		maximize-toggled-inactive.xpm,
	maximize-toggled-pressed.xpm,
		menu-active.xpm, menu-inactive.xpm, menu-pressed.xpm,
		shade-active.xpm, shade-inactive.xpm, shade-pressed.xpm,
		shade-toggled-active.xpm, shade-toggled-inactive.xpm,
		shade-toggled-pressed.xpm, stick-active.xpm,
	stick-inactive.xpm,
		stick-pressed.xpm, stick-toggled-active.xpm,
		stick-toggled-inactive.xpm, stick-toggled-pressed.xpm,
	themerc,
		title-2-active.xpm, title-2-inactive.xpm,
	title-3-active.xpm,
		title-3-inactive.xpm, title-4-active.xpm,
	title-4-inactive.xpm:
		Change default theme for 4.2
	
	2003-10-09 15:19  edscott
	
		* xffm/: glade_intl, src/glade_callbacks.h,
	src/glade_gui.c.bak,
		src/glade_gui.h: remove obsolete files
	
	2003-10-09 07:04  edscott
	
		* xffm/src/: Makefile.am, Makefile.in, callbacks.c,
	keybindings.c,
		keybindings.h, treeview.c, treeview.h: scroll by keyboard
	is now
		case insensitive, if shift is pressed, scroll search w ill
	proceed
		backwards. Backward scroll-search will not wrap. Forward
		scroll-sear ch will wrap (as before).
	
	2003-10-09 04:14  edscott
	
		* xffm/: glade/xffm_main.glade, libs/apps.c,
	libs/bookmarks.c,
		libs/combo.c, libs/cpy.c, libs/dummies.c, libs/duplicate.c,
		libs/entry.c, libs/filter.c, libs/find.h, libs/goto.c,
	libs/goto.h,
		libs/icons.c, libs/input.c, libs/menu.c,
	libs/menu_callbacks.c,
		libs/misc.c, libs/monitor.c, libs/options.c,
	libs/options.h,
		libs/print.h, libs/refresh.c, libs/reg.c, libs/reg.h,
		libs/remove.c, libs/remove.h, libs/rename.c, libs/run.c,
		libs/run.h, libs/symlink.c, libs/touch.c, libs/trash.c,
		smb/smb_download.c, smb/smb_list.c, src/glade_main_gui.c,
		src/main.c, src/treeview.c, src/widgets.c: eliminate all
	warnings
		when compiling with --enable-debug
	
	2003-10-09 01:46  edscott
	
		* xffm/: xffm.glade, xffm.gladep, glade/xffm_find.glade,
		glade/xffm_find.gladep, glade/xffm_main.glade,
		glade/xffm_main.gladep, glade/xffm_remove.glade,
		glade/xffm_remove.gladep, libs/Makefile.am,
	libs/Makefile.in,
		libs/apps.c, libs/bookmarks.c, libs/combo.c, libs/combo.h,
		libs/cpy.c, libs/dnd.c, libs/duplicate.c, libs/entry.c,
		libs/filter.c, libs/filter.h, libs/find.c, libs/fstab.c,
		libs/goto.c, libs/help.c, libs/input.c, libs/input.h,
		libs/menu_callbacks.c, libs/menu_callbacks.h, libs/misc.c,
		libs/monitor.c, libs/new.c, libs/options.c,
	libs/pasteboard.c,
		libs/print.c, libs/refresh.c, libs/reg.c, libs/remove.c,
		libs/rename.c, libs/run.c, libs/scramble.c,
	libs/settings.c,
		libs/symlink.c, libs/terminal.c, libs/touch.c,
	libs/trash.c,
		libs/tubo.c, libs/xfdiff.c, libs/zoom.c, smb/smb_list.c,
		src/Makefile.am, src/Makefile.in, src/add_file.c,
	src/add_folder.c,
		src/add_node_contents.c, src/aux.c, src/callbacks.c,
		src/glade_callbacks.c, src/glade_find_callbacks.c,
		src/glade_find_callbacks.h, src/glade_find_gui.c,
		src/glade_find_gui.h, src/glade_gui.c,
	src/glade_main_callbacks.c,
		src/glade_main_callbacks.h, src/glade_main_gui.c,
		src/glade_main_gui.h, src/glade_remove_callbacks.c,
		src/glade_remove_callbacks.h, src/glade_remove_gui.c,
		src/glade_remove_gui.h, src/main.c, src/mcs-manager.c,
		src/treeview.c, src/widgets.c: broke glade files into three
	parts
	
	2003-10-08 23:43  xfce
	
		* xfwm4/src/: client.c, events.c, settings.c: [no log
	message]
	
	2003-10-08 22:29  xfce
	
		* xfwm4/themes/default.keys/keythemerc: Change raise/lower
	key
	
	2003-10-08 22:24  xfce
	
		* xfwm4/: src/settings.c, themes/default.keys/keythemerc:
	Fix
		raise/lower key shortcut patch
	
	2003-10-08 22:12  xfce
	
		* xfwm4/: configure, configure.ac, themes/Makefile.am,
		themes/Makefile.in, themes/default/title-2-active.xpm,
		themes/default/title-2-inactive.xpm,
		themes/default/title-4-active.xpm,
		themes/default/title-4-inactive.xpm,
		themes/default/top-right-active.xpm,
		themes/default/top-right-inactive.xpm: Add missing files
	
	2003-10-08 10:20  huysmans
	
		* xfdesktop/doc/C/xfdesktop.html,
	xfdesktop/doc/C/xfdesktop.xml,
		xfdesktop/doc/C/images/Makefile.am,
		xfdesktop/doc/C/images/Makefile.in,
		xfdesktop/doc/C/images/xfdesktop-workspace.png,
		xfdesktop/settings/Makefile.am,
	xfdesktop/settings/Makefile.in,
		xfdesktop/settings/backdrop-icon.h,
	xfdesktop/src/Makefile.am,
		xfdesktop/src/Makefile.in, xfdesktop/src/menu.c,
		xfdesktop/src/settings.c, xfwm4/configure,
	xfwm4/configure.ac,
		xfwm4/doc/C/xfwm4.html, xfwm4/doc/C/xfwm4.xml,
		xfwm4/doc/C/images/Makefile.am,
	xfwm4/doc/C/images/Makefile.in,
		xfwm4/doc/C/images/xfwm_workspaces.png,
		xfwm4/mcs-plugin/Makefile.am, xfwm4/mcs-plugin/Makefile.in,
		xfwm4/mcs-plugin/margins.c, xfwm4/mcs-plugin/margins.h,
		xfwm4/mcs-plugin/margins_plugin.c,
	xfwm4/mcs-plugin/plugin.c,
		xfwm4/mcs-plugin/plugin.h,
	xfwm4/mcs-plugin/workspaces-icon.h,
		xfwm4/mcs-plugin/workspaces.c,
	xfwm4/mcs-plugin/workspaces.h,
		xfwm4/mcs-plugin/workspaces.png, xfwm4/src/settings.c,
		xfwm4/themes/Makefile.am, xfwm4/themes/Makefile.in: Largish
	update:
		merge workspaces dialog from xfdesktop with workspace
	margins
		dialog from xfwm4. The new dialog is part of xfwm4.
	
	2003-10-07 22:44  xfce
	
		* libxfcegui4/libxfcegui4/: Makefile.am, Makefile.in,
		netk-class-group.c, netk-class-group.h, netk-private.h,
		netk-screen.c, netk-screen.h, netk-tasklist.c,
	netk-window.c,
		netk-window.h, netk-xutils.c, netk-xutils.h: Backport
	changes from
		libwnck HEAD cvs
	
	2003-10-07 22:40  xfce
	
		* xffm/libs/: input.c, run.c: Include Edscott patches
	
	2003-10-07 22:31  xfce
	
		* xfwm4/: configure, configure.ac, src/client.c,
	src/events.c,
		themes/Makefile.am, themes/Makefile.in,
		themes/default/bottom-active.xpm,
		themes/default/bottom-inactive.xpm,
		themes/default/bottom-left-active.xpm,
		themes/default/bottom-left-inactive.xpm,
		themes/default/bottom-right-active.xpm,
		themes/default/bottom-right-inactive.xpm,
		themes/default/left-active.xpm,
	themes/default/left-inactive.xpm,
		themes/default/right-active.xpm,
	themes/default/right-inactive.xpm,
		themes/default/themerc, themes/default/title-1-active.xpm,
		themes/default/title-1-inactive.xpm,
		themes/default/title-2-active.xpm,
		themes/default/title-2-inactive.xpm,
		themes/default/title-3-active.xpm,
		themes/default/title-3-inactive.xpm,
		themes/default/title-4-active.xpm,
		themes/default/title-4-inactive.xpm,
		themes/default/title-5-active.xpm,
		themes/default/title-5-inactive.xpm,
		themes/default/top-left-active.xpm,
		themes/default/top-left-inactive.xpm,
		themes/default/top-right-active.xpm,
		themes/default/top-right-inactive.xpm,
		themes/tgc-large/Makefile.am, themes/tgc-large/Makefile.in,
		themes/tgc-large/README,
	themes/tgc-large/bottom-active.xpm,
		themes/tgc-large/bottom-inactive.xpm,
		themes/tgc-large/bottom-left-active.xpm,
		themes/tgc-large/bottom-left-inactive.xpm,
		themes/tgc-large/bottom-right-active.xpm,
		themes/tgc-large/bottom-right-inactive.xpm,
		themes/tgc-large/close-active.xpm,
		themes/tgc-large/close-inactive.xpm,
		themes/tgc-large/close-pressed.xpm,
		themes/tgc-large/hide-active.xpm,
		themes/tgc-large/hide-inactive.xpm,
		themes/tgc-large/hide-pressed.xpm,
		themes/tgc-large/left-active.xpm,
		themes/tgc-large/left-inactive.xpm,
		themes/tgc-large/maximize-active.xpm,
		themes/tgc-large/maximize-inactive.xpm,
		themes/tgc-large/maximize-pressed.xpm,
		themes/tgc-large/maximize-toggled-active.xpm,
		themes/tgc-large/maximize-toggled-inactive.xpm,
		themes/tgc-large/maximize-toggled-pressed.xpm,
		themes/tgc-large/menu-active.xpm,
		themes/tgc-large/menu-inactive.xpm,
		themes/tgc-large/menu-pressed.xpm,
		themes/tgc-large/right-active.xpm,
		themes/tgc-large/right-inactive.xpm,
		themes/tgc-large/shade-active.xpm,
		themes/tgc-large/shade-inactive.xpm,
		themes/tgc-large/shade-pressed.xpm,
		themes/tgc-large/shade-toggled-active.xpm,
		themes/tgc-large/shade-toggled-inactive.xpm,
		themes/tgc-large/shade-toggled-pressed.xpm,
		themes/tgc-large/stick-active.xpm,
		themes/tgc-large/stick-inactive.xpm,
		themes/tgc-large/stick-pressed.xpm,
		themes/tgc-large/stick-toggled-active.xpm,
		themes/tgc-large/stick-toggled-inactive.xpm,
		themes/tgc-large/stick-toggled-pressed.xpm,
		themes/tgc-large/themerc,
	themes/tgc-large/title-1-active.xpm,
		themes/tgc-large/title-1-inactive.xpm,
		themes/tgc-large/title-2-active.xpm,
		themes/tgc-large/title-2-inactive.xpm,
		themes/tgc-large/title-3-active.xpm,
		themes/tgc-large/title-3-inactive.xpm,
		themes/tgc-large/title-4-active.xpm,
		themes/tgc-large/title-4-inactive.xpm,
		themes/tgc-large/title-5-active.xpm,
		themes/tgc-large/title-5-inactive.xpm,
		themes/tgc-large/top-left-active.xpm,
		themes/tgc-large/top-left-inactive.xpm,
		themes/tgc-large/top-right-active.xpm,
		themes/tgc-large/top-right-inactive.xpm: Change default
	theme, keep
		old 4.0 theme as default-4.0 and add tgc-large theme
	Include
		improvements for fullscreen mode for gst from Arwed von
	Merkatz
		<v.merkatz@gmx.net>
	
	+++

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 10:48  xfce

	* libxfcegui4/xfce_systemtray.c: Remove GINT_TO_POINTER(*xwindow)

2003-09-14 01:13  xfce

	* ChangeLog: Update ChangeLog

2003-09-14 00:22  xfce

	* configure, configure.ac, libxfcegui4/xfce_systemtray.c: Got the
	bug with systray manager (hopefully)

2003-09-13 02:18  xfce

	* libxfcegui4/xfce_systemtray.c: Flush X output buffer on dock
	request in systemtray

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-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)

