2011-04-16  Thomas Adam <thomas@fvwm.org>
	* fvwm-menu-desktop.in:
	Fix version check (5.008)

2011-04-16  Thomas Adam <thomas@fvwm.org>
	* fvwm-menu-desktop.in:
	Fix version check (5.008)
	Make looking for XML::Parser a runtime check.

2011-04-10  Thomas Adam  <thomas@fvwm.org>
	* fvwm-menu-desktop.in (get_root_menu):
	Make the root menu look for more than one place.
	Should fix the fact that Debian (and by association, Ubuntu) like to be
	special in what the XDG menu files are called.

2011-04-10    <despen@verizon.net>

	* fvwm-menu-desktop.in: Restore some missing code.
	Remove some duplicated code.

2011-03-27  Thomas Adam  <thomas@fvwm.org>
	* fvwm-convert-2.6.in (convert_startfunc):
	Fix StartFunction handling

	When converting a StartFunction block, set the function definition early on
	so that further lines with "+" are handled properly.

2010-12-27    <despen@verizon.net>

	* fvwm-menu-desktop.in: New root menu name, FvwmMenu.
	Regenerate menu using a prompt for new options.
	Comments about more changes.

2010-12-25    <despen@verizon.net>

	* fvwm-menu-desktop.in: change to work with xdg menu standard.
	make filehandles local.
	fix root-cmd default and search.

2010-05-13  Thomas Adam   <thomas@xteddy.org>
	* fvwm-convert-2.6.in (__convert_conditionals):
	Be more specific about conditional command corrections.

	When converting over "Foo [blah]", don't blindly substitute anything in
	square brackets, as this will obliterate legitimate statements such as
	"$[foo]" when referring to environment variable interpolation.  Instead,
	ensure we only process this if it's preceeded by a conditional command.

2010-05-13  Thomas Adam   <thomas@xteddy.org>
	* fvwm-convert-2.6.in:
	Remove trailing comma.

2010-05-12  Thomas Adam   <thomas@xteddy.org>
	* fvwm-convert-2.6.in (__convert_conditionals):
	Preserve comma-separated options in conditional commands.

	If we encounter options in conditon commands already separated with
	commas, ensure we don't double-up on commas when converting any further
	options -- because the assumption was that options to conditional
	commands were just whitespace-delimited.

2010-01-05  Thomas Adam   <thomas.adam22@gmail.com>
	* fvwm-convert-2.6.in:
	* fvwm-convert-2.6.1.in:
	Minor style cleanups.

	Tidy up of some of the code.  Fix some odd wording in the man page.

2010-01-05  Thomas Adam   <thomas.adam22@gmail.com>
	* fvwm-convert-2.6.in:
	Convert all function lines where possible.

	Ensure we run all function lines through __convert_conditionals() and
	not just functions we're explicitly converting.

2010-01-05  Thomas Adam   <thomas.adam22@gmail.com>
	* fvwm-convert-2.6.in (write_out_file):
	Don't write out StartFunction if not defined.

	Don't put a blank template for StartFunction if there isn't one in the
	config file.

2010-01-03  Thomas Adam   <thomas.adam22@gmail.com>
	* fvwm-convert-2.6.in (check_func_definition):
	* fvwm-convert-2.6.in (handle_continuation):
	Handle "+ foo" lines correctly by not culling them.

	Because of how we collate "+ foo" lines for startfunction, etc., we want
	to also ensure we keep them around for functions we don't care to
	explicitly convert over.

2010-01-03  Thomas Adam   <thomas.adam22@gmail.com>
	* fvwm-convert-2.6.in (write_out_file):
	If no output filename given, put files in CWD.

	Actually do what the man page says and put processed files in the CWD if
	no output files are given (implied if -f is used for any Read files.)

2010-01-03  Thomas Adam   <thomas.adam22@gmail.com>
	* fvwm-convert-2.6.in (convert_key_mouse_bindings):
	Retain white space between Mouse/Key fields.

	Don't cull any deliberate whitespace between fields if we end up
	converting some of the options found.

2010-01-02  Thomas Adam   <thomas.adam22@gmail.com>
	* fvwm-convert-2.6.in:
	Be more strict in file handling when following Read statements.

	Ensure we don't overwrite any previously defined file when following
	Read files picked up by using "-f".
	
2010-01-02  Thomas Adam   <thomas.adam22@gmail.com>
	* fvwm-convert-2.6.in:
	* fvwm-convert-2.6.1.in:
	Handle continuation lines.

	Process those lines ending in a backslash by prepending them to the
	previous line and just shunting it to a common function.  When writing
	out the file, ensure we preserve the split lines.

2010-01-01  Thomas Adam   <thomas.adam22@gmail.com>
	* fvwm-convert-2.6.in:
	Use !UsePPosition over NoPPosition when negating style lines..

	When converting styles over, use !UsePPosition, and not convert to
	!PPosition -- which would have happened due to how the negation for
	style command works for other styles.
2010-01-01  Thomas Adam   <thomas.adam22@gmail.com>
	* fvwm-convert-2.6.in:
	Retain "Read foo" lines when calling handle_read_file()

	Ensure we retain this line when spitting out the converted file,
	otherwise the file from Read will never get processed by FVWM.

2010-01-01  Thomas Adam   <thomas.adam22@gmail.com>
	* fvwm-convert-2.6.in:
	* fvwm-convert-2.6.1.in:
	Convert over to use GetOpt::Long and introduce -f and -h.

	--follow-read|-f : Follow files found via "Read".
	--help|-h : Print help message.

	No longer allow fvwm-convert-2.6 to follow Read files automatically --
	force this via -f instead.

	In the case of -f not given, still print out files found on the command
	line to make the user aware there's additional files that will need
	processing.

2010-01-01  Thomas Adam   <thomas.adam22@gmail.com>
	* fvwm-convert-2.6.in:
	Fix command-line parsing, and allow for destination file to be honoured
	-- stupid logic bug on my part.

2009-03-22  Mikhael Goikhman  <migo@homemail.com>

	* Makefile.am:
	add fvwm version to automatically generated man pages

	* fvwm-menu-directory.1:
	* fvwm-menu-headlines.1:
	* fvwm-menu-xlock.1:
	* fvwm-perllib.1:
	regenerated

2009-03-17  Mikhael Goikhman  <migo@homemail.com>

	* fvwm-menu-desktop.in:
	* fvwm-menu-directory.in:
	* fvwm-menu-headlines.in:
	* fvwm-menu-xlock.in:
	* fvwm-perllib.in:
	convert my old code to use var_name and function_name coding style

	* Makefile.am:
	rename target "pod2man" to "regenerate"

	* fvwm-menu-*.1:
	regenerated

2009-03-10  Mikhael Goikhman  <migo@homemail.com>

	* fvwm-perllib.in:
	hide "use Gtk;" pseudo-dependency from annoying package builders

2009-03-10  Mikhael Goikhman  <migo@homemail.com>

	* fvwm-config.in:
	fix wrong spacing in the output caused by libXcursor patch

	* fvwm-menu-headlines.in:
	switch the default broswer from "netscape" to "firefox",
	fix parsing of "&#xabcd;" entities in xml and RootPrompt site

2007-08-07  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>

	* fvwm-menu-directory.1:
	* fvwm-config.1.in:
	* fvwm-convert-2.2.1.in:
	* fvwm-bug.in:
	* fvwm-menu-headlines.in:
	* fvwm-convert-2.4.1.in:
	* fvwm-root.1.in:
	* fvwm-menu-xlock.1:
	* fvwm-convert-2.6.1.in:
	* fvwm-bug.1.in:
	* fvwm-perllib.1:
	* fvwm-perllib.in:
	* fvwm-menu-headlines.1:
	* fvwm-menu-directory.in:
	* fvwm-menu-desktop.1.in:
	* fvwm-menu-xlock.in:
	write fvwm in lower case

2007-07-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>

	* Makefile.am (LDADD):
	fixed building with libXcursor

2007-06-22  Simon Griph  <simon(at)griph(dot)se>

	* fvwm-config.in:
	* Makefile.am (LDADD):

2007-01-28  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>

	* fvwm-convert-2.6.in:
	* fvwm-convert-2.4.in:
	* fvwm-config.in:
	* fvwm-bug.in:
	added GPL notice

	* fvwm-root.c:
	#includes from library path with "..." not <...>

2007-01-28  Simon Griph  <simon(at)griph(dot)se>

	* Makefile.am (LDADD, INCLUDES):
	added rsvg_LIBS, rsvg_CFLAGS

	* fvwm-config.in:
	* fvwm-root.1.in (DESCRIPTION):
	* fvwm-root.c (usage):
	documented new svg support
	(SetRootWindow):
	added Frsvg_init() call

2007-01-27  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>

	* fvwm-root.c:
	use new library header files

2007-01-26  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>

	* fvwm-root.c (SetRootWindow):
	use image path in fvwm-root, but prepend pwd to it.

	* fvwm-root.c (SetRootWindow):
	don't use image path in fvwm-root

2007-01-15  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>

	* fvwm-config.in:
	* fvwm-bug.in (datarootdir):
	* fvwm-perllib.in:
	use datarootdir

2007-01-14  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>

	* fvwm-root.c (SetRootWindow):
	use int instead of unsigned int.

2006-12-18  Viktor Griph  <griph@dd.chalmers.se>

	* Makefile.am (man_MANS, EXTRA_DIST):
	don't install fvwm-convert-2.2 man page

2006-11-13  Dan Espen  <dane@mk.telcordia.com>

	* fvwm-menu-directory.in: Use escapeFileName on directory name.
	Security patch from Tavis Ormandy.

2006-09-19  Viktor Griph  <griph@dd.chalmers.se>

	* fvwm-root.c (SetRootWindow):
	silence gcc4 warnings

2006-04-07  Serge Koksharov  <gentoosiast dog yandex dot ru>

	* fvwm-bug.in:
	changed fallback editor from `emacs' to `vi' because it much
	more widespread on non-Linux systems
	fixed errors (because of incorrect syntax fallback entries were
	not used)
	now script honors `TMPDIR' env. variable and if it's not set it
	fallback to `/tmp' directory when creating temporary file

2006-04-04  Serge Koksharov  <gentoosiast dog yandex dot ru>

	* ChangeLog:
	corrected typo

2006-03-02  Serge Koksharov  <gentoosiast dog yandex dot ru>

	* fvwm-config.1.in:
	* fvwm-menu-headlines.1:
	* fvwm-menu-headlines.in:
	* fvwm-perllib.in:
	* fvwm-root.1.in:
	corrected typos

2005-09-21  Mikhael Goikhman  <migo@homemail.com>

	* fvwm-perllib.in:
	enhance "tutorial", add "events" man page

2005-09-19  Olivier Chapuis  <olivier.chapuis@free.fr>

	* fvwm-root.c (main):
	64-bit refixes

2005-07-18  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>

	* fvwm-root.c (main):
	64-bit fixes

2005-07-08  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>

	* fvwm-menu-directory:
	applied patch  by Stephen Dennison <stephenrd@gmail.com> to correct a
	typo

2005-07-04  Dan Espen  <dane@mk.telcordia.com>

	* fvwm-menu-desktop.1.in: Add option gnome-mandriva.

	* fvwm-menu-desktop.in (check_app): When checking if executable exists,
	allow full path.  Add new option, gnome-mandriva.

2005-03-17  Dan Espen  <dane@mk.telcordia.com>

	* fvwm-menu-desktop.1.in: Fix .IP.

2004-08-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>

	* fvwm-root.c:
	fixed compiling

2004-08-08  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>

	* fvwm-root.c (SetRootWindow):
	(main):
	fail with exit code 1 if image does not exist

2004-06-29  Mikhael Goikhman  <migo@homemail.com>

	* fvwm-menu-directory.in:
	* fvwm-menu-directory.1:
	new option --func-name

2004-03-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>

	* fvwm-bug.in:
	script safety patch; see
	http://securitytracker.com/alerts/2004/Jan/1008781.html

2004-01-01  Mikhael Goikhman  <migo@homemail.com>

	* fvwm-menu-directory.in:
	security fix for file names with eoln

2003-12-16  olicha  <olivier.chapuis@free.fr>

	* fvwm-menu-desktop.in:
	Tried to found KDE3 icons and mini icons

2003-11-29  Mikhael Goikhman  <migo@homemail.com>

	* fvwm-menu-headlines.1:
	* fvwm-menu-headlines.in:
	update/fix Kuro5hin, GNOME-News, NewsForge, LinuxApps;
	support redirection to other host to reduce problems in the future;
	don't cache with explicit or implicit web proxies; added Schedule hint

2003-09-12  Mikhael Goikhman  <migo@homemail.com>

	* fvwm-config.in:
	added iconv reporting

2003-09-03  Mikhael Goikhman  <migo@homemail.com>

	* fvwm-menu-directory.1:
	* fvwm-menu-directory.in:
	--title and --command-title now support empty argument
	(suppress title action or title completely)

2003-07-08  Mikhael Goikhman  <migo@homemail.com>

	* fvwm-menu-headlines.1:
	* fvwm-menu-headlines.in:
	replace old BBC-World and BBC-SciTech with new BBC headlines

2003-04-18  Mikhael Goikhman  <migo@homemail.com>

	* fvwm-config.in:
	fixed --localedir
	* fvwm-config.1:
	updated

2003-03-22  Mikhael Goikhman  <migo@homemail.com>

	* fvwm-menu-directory.1:
	* fvwm-menu-directory.in:
	* fvwm-menu-headlines.1:
	* fvwm-menu-headlines.in:
	* fvwm-menu-xlock.1:
	* fvwm-menu-xlock.in:
	make the scripts to be warning safe

2003-03-15  Mikhael Goikhman  <migo@homemail.com>

	* fvwm-menu-*.1:
	regenerated

2003-01-29  Mikhael Goikhman  <migo@homemail.com>

	* fvwm-menu-directory.1:
	* fvwm-menu-directory.in:
	* fvwm-menu-headlines.1:
	* fvwm-menu-headlines.in:
	* fvwm-menu-xlock.1:
	* fvwm-menu-xlock.in:
	fixed one problem with pod caused some man page paragraphs to disappear

2003-01-03  olicha  <olivier.chapuis@free.fr>

	* fvwm-config.in:
	* fvwm-config.1:
	Removed HAVE_GNOME and HAVE_EWMH

2002-12-19  olicha  <olivier.chapuis@free.fr>

	* fvwm-config.in:
	MIT Shared Memory Extension

2002-11-29  Mikhael Goikhman  <migo@homemail.com>

	* fvwm-menu-desktop.in:
	* fvwm-menu-desktop.1:
	--uniconv now uses perl internal convertion if possible (much faster)

2002-11-28  olicha  <olivier.chapuis@free.fr>

	* fvwm-config.1:
	* fvwm-config.in:
	localedir and gettext

2002-11-10  Mikhael Goikhman  <migo@homemail.com>

	* fvwm-bug.1:
	* fvwm-bug.in:
	* fvwm-config.1:
	* fvwm-config.in:
	* fvwm-menu-desktop.1:
	* fvwm-menu-desktop.in:
	* fvwm-menu-directory.1:
	* fvwm-menu-directory.in:
	* fvwm-menu-headlines.1:
	* fvwm-menu-headlines.in:
	* fvwm-menu-xlock.1:
	* fvwm-menu-xlock.in:
	* fvwm-perllib.1:
	* fvwm-perllib.in:
	* fvwm-root.1:
	* fvwm-root.c:
	all programs now support --help, -h, -?, --version, -V
	and some (that supported it in 2.4.x also support -v)

2002-11-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>

	* fvwm-root.c:
	removed long option names with "-" instead of "--"

2002-11-09  Mikhael Goikhman  <migo@homemail.com>

	* Makefile.am (bin_SCRIPTS):
	* fvwm_make_browse_menu.sh:
	* fvwm_make_directory_menu.sh:
	moved from bin to utils again

2002-11-07  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>

	* Makefile.am (bin_SCRIPTS):
	install below shell scripts too

	* fvwm_make_browse_menu.sh:
	* fvwm_make_directory_menu.sh:
	moved from utils to bin

2002-11-04  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>

	* fvwm-root.c (SetRootWindow):
	fixed compile error

2002-10-31  olicha  <olivier.chapuis@free.fr>

	* fvwm-root.c (SetRootWindow):
	Updated PImageLoadPixmapFromFile

2002-10-27  Mikhael Goikhman  <migo@homemail.com>

	* fvwm-root.c:
	* fvwm-root.1:
	switch to --option names in documentation, -option works too;
	added --no-retain-pixmap and --no-dummy for completeness

2002-10-27  olicha  <olivier.chapuis@free.fr>

	* fvwm-root.c:
	* fvwm-root.1:
	added --retain-pixmap; added documentation

2002-10-18  olicha  <olivier.chapuis@free.fr>

	* Makefile.am (bin_SCRIPTS):
	fvwm-root depends on libfvwm

2002-10-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>

	* fvwm-root.1:
	applied patch by Cameron Simpson

2002-10-15  olicha  <olivier.chapuis@free.fr>

	* fvwm-root.c (SetRootWindow):
	Updated PictureInitCMapRoot

2002-10-12  Mikhael Goikhman  <migo@homemail.com>

	* fvwm-bug.in:
	show VERSIONINFO

2002-10-09  Mikhael Goikhman  <migo@homemail.com>

	* fvwm-perllib.in:
	more on tutorial

2002-10-08  olicha  <olivier.chapuis@free.fr>

	* fvwm-root.c (*):
	ColorLimit Visual fixes

2002-09-17  Mikhael Goikhman  <migo@homemail.com>

	* fvwm-perllib.in:
	progress in writing tutorial

2002-09-14  Mikhael Goikhman  <migo@homemail.com>

	* fvwm-perllib.in:
	some work on documentation

2002-09-06  Mikhael Goikhman  <migo@homemail.com>

	* fvwm-config.in:
	added options --is-final, --is-stable, --release-date

2002-08-11  olicha  <olivier.chapuis@free.fr>

	* fvwm-root.c (main):
	New options -no-dither, -dither and -no-cl
	(SetRootWindow):
	Update the PImageLoadPixmapFromFile args

2002-08-02  Mikhael Goikhman  <migo@homemail.com>

	* Makefile.am:
	DESTDIR fix

2002-08-01  Mikhael Goikhman  <migo@homemail.com>

	* fvwm-menu-headlines.in:
	support http redirections; update BBC headlines to work again

2002-06-20  Mikhael Goikhman  <migo@homemail.com>

	* fvwm-root.c:
	fixed build without xpm; search in built-in image-path first

2002-06-19  Mikhael Goikhman  <migo@homemail.com>

	* fvwm-menu-headlines.in:
	added timeout on initial connection
	* fvwm-config.in:
	added png and xft reporting

2002-06-17  Mikhael Goikhman  <migo@homemail.com>

	* fvwm-menu-desktop.1:
	some improvements

	* fvwm-perllib.1:
	* fvwm-perllib.in:
	improved documentation and code

2002-06-15  Mikhael Goikhman  <migo@homemail.com>

	* fvwm-menu-headlines.1:
	* fvwm-menu-headlines.in:
	added support for CNN, BBC-World, BBC-SciTech headlines;
	do not show time or/and date fields that can't be guessed
	instead of showing a fake time/date

	* fvwm-perllib.1:
	* fvwm-perllib.in:
	added a new script for perllib documentation

2002-06-09  Mikhael Goikhman  <migo@homemail.com>

	* fvwm-menu-headlines.1:
	* fvwm-menu-headlines.in:
	fix for a bad httpd responce, new option --icon-error

2002-06-02  Mikhael Goikhman  <migo@homemail.com>

	* fvwm-menu-headlines.1:
	* fvwm-menu-headlines.in:
	add timeouts on socket reading (default is 20 seconds) and --timeout;
	updated NewsForge, LinuxFr;
	disabled SegFault, AppWatch, JustLinux, FreeKDE as non-functional

2002-05-28  Mikhael Goikhman  <migo@homemail.com>

	* fvwm-config.in:
	removed multibyte reporting

2002-05-09  olicha  <olivier.chapuis@free.fr>

	* fvwm-root.c (SetRootWindow):
	A fix

2002-04-25  Mikhael Goikhman  <migo@homemail.com>

	* *.1:
	improved main headers and updated for 2.5.1

	* fvwm-config.in:
	report xrender support

2002-04-23  Mikhael Goikhman  <migo@homemail.com>

	* fvwm-root.c:
	minor reformatting and spell checking

2002-04-22  olicha  <olivier.chapuis@free.fr>

	* fvwm-root.c (*):
	Some renaming.

2002-04-12  Mikhael Goikhman  <migo@homemail.com>

	* *:
	split directory utils/ into 2 directories:
	bin/   - for programs installed into ${bindir}
	utils/ - for developer and miscellaneous utilities

	renamed programs:
	xpmroot        -> fvwm-root
	fvwmbug        -> fvwm-bug
	fvwmrc_convert -> fvwm-convert-2.2
	fvwm24_convert -> fvwm-convert-2.4

	added:
	fvwm-convert-2.6.{in,1}

	* Makefile.am:
	setup compatibility symlinks for xpmroot and xpmroot.1

2002-04-05  olicha  <olivier.chapuis@free.fr>

	* Makefile.am:
	Added -lm to LDADD

	* fvwm-menu-desktop.in (get_info):
	Allows png icons in fvwm menu

	* xpmroot.c (SetRootWindow):
	(main):
	* Makefile.am:
	xpmroot can load xbm and png image file. It is enabled even without
	xpm support

2002-03-03  Mikhael Goikhman  <migo@homemail.com>

	* fvwm-config.in:
	added --supports-bidi (renamed) and --supports-perllib

2002-03-01  Mikhael Goikhman  <migo@homemail.com>

	* configure_dev.sh:
	s/autolocal/aclocal/; pass arguments to ./configure

2002-03-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>

	* configure_dev.sh:
	added autolocal

2002-02-21  Mikhael Goikhman  <migo@homemail.com>

	* fvwm-config.in:
	added --supports-fribidi

2002-02-10  Mikhael Goikhman  <migo@homemail.com>

	* fvwm-config.in:
	* fvwm-config.1:
	added --fvwm-perllibdir

2002-02-07  Mikhael Goikhman  <migo@homemail.com>

	* Makefile.am:
	do not generate fvwmbug (and fvwmbug.sh), it is generated by configure

	* fvwmbug.in:
	renamed from fvwmbug.sh.in and minor changes

2002-02-01  Dan Espen  <dane@mk.telcordia.com>

	* fvwm-menu-xlock.1:
	* fvwm-menu-headlines.1:
	* fvwm-menu-directory.1:
	* fvwm-menu-desktop.1: fvwmrc -> .fvwm2rc

2002-01-30  Mikhael Goikhman  <migo@homemail.com>

	* fvwm24_convert.in:
	* Makefile.am:
	use the same generation as for other perl scripts

	* BuildXLockMenu:
	remove compatibility script

2002-01-21  olicha  <olivier.chapuis@free.fr>

	* xpmroot.c (main):
	* xpmroot.1:
	Removed the -np option and uncomment the -fe and -d documentation

2002-01-19  Dan Espen  <dane@mk.telcordia.com>

	* xpmroot.1: Language check done, options still commented out.

2002-01-19  olicha  <olivier.chapuis@free.fr>

	* xpmroot.c:
	Some reformating and fixed a miss print

2002-01-18  olicha  <olivier.chapuis@free.fr>

	* xpmroot.1:
	Remove the documentations of the new xpmroot options as There is
	something that I do not understand with the "memory of the
	background of the root window"

2002-01-16  olicha  <olivier.chapuis@free.fr>

	* xpmroot.c (main):
	New option -np which causes to set _XSETROOT_ID to None and to do not
	keep the pixmap in memory. New option -d which free the _XSETROOT_ID
	pixmap and set it to None and which forces xpmroot to do not set the
	background. New options -fe for freeing the ESETROOT_PMAP_ID pixmap.

2001-11-26  Mikhael Goikhman  <migo@homemail.com>

	* fvwm-config.in:
	make ewmh entry consistent with others

2001-11-15  olicha  <olivier.chapuis@free.fr>

	* fvwm-config.in:
	Added ewmh

2001-11-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>

	* fvwm24_convert:
	Print an error message if source file is not writable

2001-10-13  olicha  <olivier.chapuis@free.fr>

	* fvwm-menu-desktop.in:
	One or two fixes

2001-10-09  Mikhael Goikhman  <migo@homemail.com>

	* fvwm-menu-headlines.in:
	improved support for linuxfr.org, added thinkgeek.com

	* make_fvwmdist.sh:
	s/autormake/automake/

2001-09-05  olicha  <olivier.chapuis@free.fr>

	* fvwm-menu-headlines.in:
	* fvwm-menu-headlines.1:
	Added linuxfr.org and fix a man page misprint

2001-08-25  Mikhael Goikhman  <migo@homemail.com>

	* fvwm-menu-directory.in:
	* fvwm-menu-directory.1:
	fixed several kinds of escaping in menu names, menu items and shell
	commands

2001-08-15  Mikhael Goikhman  <migo@homemail.com>

	* fvwm-config.in:
	* fvwm-config.1:
	s/gnome-wm/gnome-hints/

2001-07-30  Mikhael Goikhman  <migo@homemail.com>

	* fvwm-menu-headlines.in:
	improved xml parsing, added support for newsforge.com, kuro5hin.org,
	bbspot.com

2001-07-25  Mikhael Goikhman  <migo@homemail.com>

	* fvwm-menu-headlines.in:
	* fvwm-menu-headlines.1:
	several improvements and enhancements: better comply with HTTP/1.1,
	so AppWatch does not freeze the script and --buggyproxy is not needed,
	fixed FreshMeat time format (they changed it), show network errors
	in the menu with a possibility to reload when network returns instead
	of dying AND added support for 7 more free software sites

2001-07-22  Mikhael Goikhman  <migo@homemail.com>

	* fvwm-config.in:
	added xinerama and shape support; resorting

2001-07-10  Mikhael Goikhman  <migo@homemail.com>

	* fvwm24_convert.in:
	update $dest2 only after all changes to $dest, not before

2001-07-08  Mikhael Goikhman  <migo@homemail.com>

	* fvwm24_convert.in:
	use a correct form $ENV{'HOME'} not $$HOME

	* fvwm-config.1:
	created the man page

2001-06-30  Mikhael Goikhman  <migo@homemail.com>

	* make_fvwmdist.sh:
	changed date format in NEWS file to actually match the one in NEWS

2001-06-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>

	* make_fvwmdist.sh:
	changed date format in NEWS file

2001-06-23  Mikhael Goikhman  <migo@homemail.com>

	* fvwm-menu-directory.1:
	* fvwm-menu-directory.in:
	be consistent in code and doc: s/--check-subdir/--check-subdirs/

2001-06-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>

	* make_fvwmdist.sh:
	corrected typos
	update version number in FAQ too

2001-05-06  Mikhael Goikhman  <migo@homemail.com>

	* fvwm-config.in:
	fixed --supports-feature broken in the previous commit

2001-05-04  Mikhael Goikhman  <migo@homemail.com>

	* fvwm-config.in:
	report gdk-imlib support in FvwmGtk, rename gnome support to gnome-wm

2001-04-09  Dan Espen  <dane@mk.telcordia.com>

	* make_fvwmdist.sh: Figure our user full name.

2001-04-03  Mikhael Goikhman  <migo@homemail.com>

	* Makefile.am:
	don't build and install xselection, there is a more powerful package
	of the same name

2001-03-24  Mikhael Goikhman  <migo@homemail.com>

	* fvwm-menu-desktop.1:
	* fvwm-menu-desktop.in:
	rewordings

2001-03-24  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>

	* fvwm24_convert.1:
	updated

	* fvwm24_convert.in:
	use \s instead of [ \t]
	removed conversion of placement names, print a message instead
	print warnings about FvwmConfig and FvwmPipe
	improved comment detection
	detect continuation lines
	fixed typo
	fixed line continuations
	do not merge continuation lines if possible

2001-03-23  olicha  <olivier.chapuis@free.fr>

	* fvwm-menu-desktop.in:
	* fvwm-menu-desktop.1:
	New option --merge-user-menu for KDE version 2
	New options --check-[mini-]icons to fix problems if no icons
	are found for the styles

2001-03-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>

	* fvwm24_convert.in (line):
	fixed HilightColor conversion
	added HilightColorset conversion
	convert WindowShadeAnimate command

2001-03-22  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>

	* fvwm24_convert.in (line):
	enhanced button panel line recognition

2001-03-21  Dan Espen  <dane@mk.telcordia.com>

	* fvwm24_convert.in: Add detection of old style FvwmButtons panel
	definitions.

2000-03-20  Mikhael Goikhman  <migo@homemail.com>

	* fvwm-config.in:
	added --fvwm-exe option for potential forward compatibility

	* fvwm-menu-desktop.1:
	* fvwm-menu-desktop.in:
	* fvwm-menu-directory.1:
	* fvwm-menu-directory.in:
	* fvwm-menu-xlock.1:
	* fvwm-menu-xlock.in:
	be compatible with a new wm-icons-0.3.0 icon list

	* fvwm-menu-headlines.1:
	simply regenerated with a new fancy perl-5.6.0 man page format

2001-03-18  Dan Espen  <dane@mk.telcordia.com>

	* make_fvwmdist.sh: Add instruction to increase release number in FAQ.
	* fvwm24_convert.in: Changes in GlobalOpts conversions.

2001-03-18  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>

	* fvwm24_convert.in (line):
	replace "IconFont" with "Style * IconFont"

2001-03-11  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>

	* fvwm-menu-headlines.1:
	* fvwm-menu-directory.1:
	* fvwm-menu-xlock.in:
	* fvwm-menu-headlines.in:
	* fvwm-menu-directory.in:
	changed some comments so that they don't look like cvs conflict markers

2001-02-26  Dan Espen  <dane@mk.telcordia.com>

	* make_fvwmdist.sh (VER): Add instructions for NEWS update on stable
	branch.

2001-02-25  Dan Espen  <dane@mk.telcordia.com>

	* make_fvwmdist.sh (wrong_dir): Use portable way of redirecting
	the grep output.

2001-01-27  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>

	* make_fvwmdist.sh (wrong_dir):
	fixed logic
	partially rewritten for portability reasons
	new options
	  -R: skip to next release series number after building
	  -M: skip to next major release number after building
	  -w: disable -Werror in compiler flags
	  -a, -b, -s: build an alpha/beta/stable release

2001-01-26  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>

	* make_fvwmdist.sh (wrong_dir):
	portability fixes

2000-01-24  Mikhael Goikhman  <migo@homemail.com>

	fvwm-config.in:
	show gnomelibs and multibyte support in summary and options

2000-01-21  Mikhael Goikhman  <migo@homemail.com>

	* fvwm-menu-desktop.{in,1}:
	* fvwm-menu-directory.{in,1}:
	rewordings

2000-01-20  olicha  <olivier.chapuis@free.fr>

	* fvwm-menu-desktop.in:
	* fvwm-menu-desktop.1:
	New option --menu-style and fix check for perl >= 5.6
	(the value of $] is 5.006).

	* fvwm-menu-directory.in:
	* fvwm-menu-directory.1:
	New option --menu-style

2000-01-01  Mikhael Goikhman  <migo@homemail.com>

	* fvwm-menu-desktop.in:
	fixed execution on older perl < 5.6

2000-12-12  olicha  <olivier.chapuis@free.fr>

	* fvwm-menu-desktop.in:
	* fvwm-menu-desktop.1:
	New option --uniconv and --uniconv-exec for UTF8 encoding

2000-12-09  olicha  <olivier.chapuis@free.fr>

	* fvwm-menu-desktop.in:
	* fvwm-menu-desktop.1:
	New option --utf8 for UTF8 encoding (in KDE2)

2000-12-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>

	* make_fvwmdist.sh:
	added environment variable to allow bringing up the network
	programmatically
	documentation in file

2000-11-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>

	* make_fvwmdist.sh:
	make distcheck2

2000-11-19  Mikhael Goikhman  <migo@homemail.com>

	* Makefile.am:
	fixed 'make distcheck' by adding $(top_srcdir)/utils/ path

2000-11-17  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>

	* rebuild_dev.sh:
	added script that reconfigures and rebuilds fvwm
	* configure_dev.sh:
	script that calls automake, autoconf and configure
	* build_dev.sh:
	script that rebuilds fvwm with -Wall and -Werror

2000-11-13  Mikhael Goikhman  <migo@homemail.com>

	* Makefile.am:
	replaced unportable $<

2000-11-10  Mikhael Goikhman  <migo@homemail.com>

	* make_fvwmdist.sh:
	small fix in cvs log message, now also auto-updating the NEWS file

2000-11-02  Dan Espen  <dane@mk.telcordia.com>

	* fvwm24_convert.1:
	* fvwm24_convert.in: Convert GlobalOpts to Style commands or BugOpts
	as needed.

2000-10-11  Dan Espen  <dane@mk.telcordia.com>

	* fvwm24_convert.1:
	* fvwm24_convert.in: Convert to perl, print warning on read commands,
	do caseless matching on commands.

2000-10-09  Mikhael Goikhman  <migo@homemail.com>

	* fvwm-menu-directory.{in,1}:
	* fvwm-menu-headlines.{in,1}:
	added --command options, which enhance --exec ones;
	use ~/.fvwm ($FVWM_USERDIR) for state files/dirs, not $HOME

2000-10-08  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>

	* xpmroot.c (SetRootWindow):
	honour return code of XGetWindowAttributes()

2000-10-04  Mikhael Goikhman  <migo@homemail.com>

	* utils/fvwm-menu-desktop.in:
	use a non-conflicting module syntax; be more tolerant to read
	permission problems; validate an alias parameter

2000-09-28  Dan Espen  <dane@mk.telcordia.com>

	* fvwm24_convert.in: Handle space in HighlightColor.  Leave commented
	out ModulePath and ColorLimit commands.
	* fvwm24_convert.1: document more limitations/features.

2000-09-26  Dan Espen  <dane@mk.telcordia.com>

	* fvwm24_convert.1: new man page.
	* Makefile.am (man_MANS): add fvwm24_convert.1 man page.

2000-09-25  Mikhael Goikhman  <migo@homemail.com>

	* Makefile.am (EXTRA_DIST): s/fvwm24_convert/fvwm24_convert.in/

2000-09-24  Dan Espen  <dane@mk.telcordia.com>

	* Makefile.am (fvwm24_convert): Rules to build fvwm24_convert.
	* fvwm24_convert.in: Works for me.  Docs next.

2000-09-18  Dan Espen  <dane@mk.telcordia.com>

	* fvwm24_convert.in: preliminary version.  Not done yet.

2000-08-19  Mikhael Goikhman  <migo@homemail.com>

	* utils/fvwm-menu-desktop.1:
	* utils/fvwm-menu-desktop.in:
	be more quiet; rename --fvwm-gtk-name to --fvwmgtk-alias

2000-05-14  Mikhael Goikhman  <migo@homemail.com>

	* make_fvwmdist.sh:
	s/$VRELEASE_$VMAJOR_VMINOR/${VRELEASE}_${VMAJOR}_$VMINOR/

2000-05-04  Mikhael Goikhman  <migo@homemail.com>

	* Makefile.am, fvwmbun.sh.in:
	fixed minor info bug, small rearrangings
	* fvwm-config.in:
	added gnome support query

2000-04-26  Mikhael Goikhman  <migo@homemail.com>

	* fvwm-config.in, fvwmbug.sh.in:
	Changes in defaults of FVWM_DATADIR & FVWM_USERDIR;
	renamings and rewordings.

2000-04-12  Mikhael Goikhman  <migo@homemail.com>

	* fvwm-config.in:
	added --supports, --supports-<feature> options, some enhancements.

2000-04-06  Mikhael Goikhman  <migo@homemail.com>

	* fvwm-config.in:
	a new fvwm script, to be used for querying fvwm instalation

2000-02-25  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>

	* make_fvwmdist.sh (VERSION_STRING):
	improved release building script

2000-02-05  Mikhael Goikhman  <migo@homemail.com>

	* fvwm-menu-*.{in,1}:
	some clean up in code and man; ~ in file names is now mostly expanded;
	added --wm-icons; changed to work with Redhat 5.1 perl

	* fvwm-menu-xlock.in:
	actually renamed --format to the previously documented --item,
	--item format now can contain width specifiers like in other scripts;
	renamed --icon to --icon-item, added --icon-title;

	* fvwm-menu-directory.in:
	actually renamed --format to the previously documented --item;
	changed data file name used in --reuse to .fvwm-menu-directory.dir

	* fvwm-menu-headlines.in: timezones of sites are now taken in account,
	still daylight saving time is evaluated approximately for dumb sites
	dumping local time for own zone without specifying it instead of GMC;
	support for AppWatch site, support for user defined sites;
	added --info, --icon-title, --icon-item, --icon-home.

	* fvwm-menu-desktop.{in,1}:
	change --i-know-what-i-do (flag) to --time-limit (integer)

2000-01-02  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>

	* fvwmrc_convert:
	use new styles Font, IconFont, Hilight...

2000-01-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>

	* fvwmrc_convert:
	updated for WindowFont and HilightColor(set)

1999-12-17  Mikhael Goikhman  <migo@homemail.com>

	* fvwm-menu-headlines.in:
	* fvwm-menu-headlines.1:
	A new configurable script to show popular web site headlines in fvwm
	menus. Currently supported FreshMeat, LinuxToday, SlashDot, Segfault.

	* fvwm-menu-directory.in: --special-dirs gets an argument now
	* fvwm-menu-{directory,xlock}: --format renamed to --item

	* Makefile.am: added fvwm-menu-headlines; fvwm-menu scripts now
	are installed

1999-11-27  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>

	* make_fvwmdist.sh:
	new script to help building the distribution

1999-11-24  Dan Espen  <dane@mk.telcordia.com>

	* fvwm-menu-desktop.1: Removed 8 bit character that was causing
	Solaris nroff to core out.  Did a little proofreading.

1999-11-17  Mikhael Goikhman  <migo@homemail.com>

	* Makefile.am:
	removed FORCE from fvwmbug, added fvwmbug to CLEANFILES;
	fvwm-menu-{xlock,directory}.1 are not autogenerated now, because of
	'cvs update' timestamp bug; use: make _fvwm-menu-xlock.1

1999-11-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>

	* fvwm-menu-directory.in:
	* fvwm-menu-desktop.in:
	* fvwmrc_convert.1:
	* fvwm-menu-directory.1:
	* fvwm-menu-desktop.1:
	ispell session

1999-11-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>

	* fvwm_make_browse_menu.sh:
	applied fix by Brad Giaccio

1999-10-30  Mikhael Goikhman  migo@homemail.com

	* fvwm-menu-directory.in: --reuse option works again

1999-09-23  Paul D. Smith  <psmith@gnu.org>

	* Makefile.am (LDADD): Move the $(X_LIBS) reference earlier in all
	LDADD variables, before (for example) the $(xpm_LIBS) reference;
	sometimes the latter doesn't contain its own -L options, and uses
	X's.

1999-09-05  Mikhael Goikhman  <migo@homemail.com>

	* fvwmrc_convert:
	Replaced several occurrences of InitFunction and/or RestartFunction
	with StartFunction.

1999-09-04  Mikhael Goikhman  <migo@homemail.com>

	* Makefile.am: removed use of $< on explicit rule;
	more code to satisfy both pod2man and 'make -j'
	* fvwm-menu-directory.in: removed @VERSION@ from the man page part

1999-08-23  Mikhael Goikhman  <migo@homemail.com>

	* fvwm-menu-directory.in: new option --format to put the file size,
	date, type, full name etc. into the menu label; the option --title is
	extended (new default is "*-40p" now).
	* fvwm-menu-xlock.in: new options --format and --special-first;
	special and non-special modes are now separated
	* fvwm_make_browse_menu.sh: improved the simulation command line

1999-08-17  Mikhael Goikhman  <migo@homemail.com>

	* BuildXLockMenu: created the compatibility wrapper to fvwm-menu-xlock
	* fvwm_make_browse_menu.sh:
	* fvwm_make_directory_menu.sh:
	restored (used by fvwm2.1) with a pointer to fvwm-menu-directory
	* fvwm-menu-xlock.in:
	* fvwm-menu-directory.in:
	* fvwm-menu-desktop.in:
	* fvwm-menu-desktop.1:
	some small documentation fixes, added some useful xlock options

1999-08-17  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>

	* fvwm-menu-xlock.in:
	* fvwm-menu-directory.in:
	use FVWM instead of F{ine,antastic,eline} VWM

1999-08-16  Dominik Vogt  <domivogt@bvstp038.bbn.hp.com>

	* fvwm-menu-xlock.1:
	* fvwm-menu-directory.1:
	* fvwm-menu-desktop.1: use FVWM instead of F{ine,antastic,eline} VWM

1999-08-16  Mikhael Goikhman  <migo@homemail.com>

	* ChangeLog:
	* fvwm-menu-xlock.in:
	* fvwm-menu-xlock.1:
	* fvwm-menu-directory.in:
	* fvwm-menu-directory.1:
	* fvwm-menu-desktop.in:
	* fvwm-menu-desktop.1:
	New files added.
	fvwm-menu perl scripts can be used to auto build fvwm menus.
	All scripts are very configurable, see --help and man pages.

	* BuildXLockMenu.in:
	* BuildXLockMenu.1:
	* fvwm_make_browse_menu.sh:
	* fvwm_make_directory_menu.sh:
	Removed in favor of new more configurable scripts.
