1998-11-24  Paul D. Smith  <psmith@gnu.org>

	* FvwmScript/types.h: Remove headers that are duplicated (and
	better tested for by autoconf) in the config.h file.

	* FvwmConsole/FvwmConsole.h: Move sys/types.h include nearer the
	top, before sys/select.h.

1998-11-20  Dominik Vogt  <dominik_vogt@hp.com>

	* FvwmGoodStuff/FvwmGoodStuff.c (CreateWindow): border size bugfix

Tue Nov 10 10:23:11 1998  Steve Robbins  <steve@nyongwa.montreal.qc.ca>

	* FvwmScript: Added the yacc & lex output (scanner.c, script.c and
	script.h) to the CVS tree, so you can build without having these
	tools.  Removed the old version of the yacc/lex input (the
	Compilers subdirectory).

Tue Nov 10 10:05:05 1998  Steve Robbins  <steve@nyongwa.montreal.qc.ca>

	* FvwmScript/Makefile.am (EXTRA_DIST): Added script.h.

Tue Nov 10 08:44:34 1998  Steve Robbins  <steve@nyongwa.montreal.qc.ca>

	* FvwmScript: Copied the yacc & lex source files from the Compiler
	subdirectory, and changed the makefile to build the .c and .h
	files from scanner.l and script.y.

Mon Nov  9 18:56:50 1998  Steve Robbins  <steve@nyongwa.montreal.qc.ca>

	* Makefile.am (SUBDIRS): Removed fvwmperl, since this version is
	known to be obsolete.  Removed fvwmpython on suspicion of being
	obsolete.

1998-11-06  Paul D. Smith  <psmith@gnu.org>

	* FvwmWharf/Makefile.am (FvwmWharf_DEPENDENCIES):
	* FvwmTaskBar/Makefile.am (FvwmTaskBar_DEPENDENCIES):
	* FvwmScript/Makefile.am (FvwmScript_DEPENDENCIES):
	* FvwmPipe/Makefile.am (FvwmPipe_DEPENDENCIES):
	* FvwmGoodStuff/Makefile.am (FvwmGoodStuff_DEPENDENCIES):
	* FvwmCommand/Makefile.am (FvwmCommand_DEPENDENCIES,FvwmCommandS_DEPENDENCIES):
	* FvwmConfig/Makefile.am (FvwmConfig_DEPENDENCIES):
	* FvwmConsole/Makefile.am (FvwmConsole_DEPENDENCIES,FvwmConsoleC_DEPENDENCIES):
	* FvwmDebug/Makefile.am (FvwmDebug_DEPENDENCIES):
	Added a dependency on libfvwm.a.

	* FvwmConsole/FvwmConsole.h: Remove reference to internal Linux
	include files.

1998-11-05  Paul D. Smith  <psmith@gnu.org>

	* FvwmScript/FvwmScript.c: Change DEBUG surrounding bounds checker
	code to MEMDEBUG, so you don't need the special library to enable
	debugging.

	* FvwmCommand/FvwmCommand.h: Remove reference to internal Linux
	include files.
	* FvwmCommand/FvwmCommand.c: Include getopt.h.

	* FvwmScript/Instructions.c (RemainderOfDiv): If the host doesn't
	have div(), just return an error message.

1998-11-05  Steven Michael ROBBINS  <stever@jeff.cs.mcgill.ca>

	* FvwmWharf/Wharf.h: Made icon_info.depth a signed char, because
	it is sometimes compared with -1.

	* FvwmDebug/FvwmDebug.h (setvbuf): Checks for HAVE_SETVBUF and
	SETVBUF_REVERSED.

	* FvwmTaskBar/Makefile.am (INCLUDES):
	* FvwmPipe/Makefile.am (INCLUDES):
	* FvwmDebug/Makefile.am (INCLUDES):
	* FvwmConsole/Makefile.am (INCLUDES): Added xpm_CFLAGS, since
	xpm.h is included by fvwmlib.h.
