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

	* FvwmButtons/FvwmButtons.c (Slide): fixed panels overlapping button
	under certain circumstances.

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

	* FvwmPager/FvwmPager.c: fixed some memory leaks

	* FvwmPager/x_pager.c: reindented some code

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

	* FvwmCpp/FvwmCpp.1: Don't use multi-word values with .IP.  Use .TP.
	* FvwmM4/FvwmM4.1: Ditto.

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

	* FvwmButtons/TODO: updated

	* FvwmButtons/button.c (alloc_button): uninitialised fields bug fixed

	* FvwmButtons/parse.c (trimleft): replaced macro trimleft by a function
	trimleft.
	(seekright): patch mo make panels with direction work.
	(match_string): fixed broken panels with direction, fixed memory leak.
	(ParseContainer): fixed parsing bugs in Fore/Back
	(match_string): fixed parsing bugs in Back/Fore/Font
	(match_string): fixed memory leak in 'title', 'frame', 'swallow'
	(match_string): fixed memory leak/coredump in 'swallow module'

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

	* FvwmForm/FvwmForm.c: Clean up headers that are already included
	(and better tested) in config.h.

	* FvwmIconMan/FvwmIconMan.h: Ditto.

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

	* FvwmButtons/FvwmButtons.1: Added BUGS section to point out frequent
	problems with Swallow (action has to be quoted).

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

	* FvwmWinList/FvwmWinList.c (ProcessMessage):
	(AdjustWindow):
	(MakeMeWindow):
	* FvwmIdent/FvwmIdent.c (list_end):
	* FvwmIconMan/x.c (X_init_manager):
	(create_manager_window):
	* FvwmIconBox/FvwmIconBox.c (CreateWindow):
	* FvwmBanner/FvwmBanner.c (main):
	border size bugfix

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

	* FvwmButtons/FvwmButtons.c (CreateWindow):
	applied geometry -0-0 patch by Tim Phipps

Sun Nov 15 11:23:38 1998  DanEspen  <dje@blue>

	* FvwmIconMan/winlist.c (figure_win_manager): various debug fixes.
  	Got to line 225 and gave up.

	* FvwmIconMan/debuglevels.h: Turned off debug.  Causing core dumps
 	galore.

Sat Nov 14 19:08:01 1998  DanEspen  <dje@blue>

	* FvwmScroll/GrabWindow.c (GrabWindow): Call InitPictureCMap with
	captured windows colormap.

	* FvwmIconMan/x.c (xevent_loop): Removed GetShadow, GetHilite
	new versions now in library.

	* FvwmWinList/Colors.c: Removed GetShadow, GetHilite
	new versions now in libraryGetHilite.  All that remains is GetColor
	which could be in libs if fvwm_msg worked there.

	* FvwmScroll/GrabWindow.c (GetHilite): Removed GetShadow, GetHilite
	new versions now in library.

	* FvwmWinList/Colors.c (GetHilite): Removed GetShadow, GetHilite
	new versions now in library.

	* FvwmIconMan/x.c (lookup_shadow_color): removed lookup_hilite_color,
	lookup_shadow_color, changed to use GetShadow, GetHilite from libs.

	* FvwmIconBox/FvwmIconBox.c (nocolor):  removed GetShadow, GetHilite
	new versions now in library.

	* FvwmButtons/FvwmButtons.c (GetShadow): removed GetShadow, GetHilite
	new versions now in library.

Sat Nov 14 00:10:37 1998  Steve Robbins  <steve@nyongwa.montreal.qc.ca>

	* FvwmRearrange/Makefile.am: Install scripts for FvwmCascade and
	FvwmTile, as making a symbolic link proved painful to achieve.

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

	* FvwmButtons/parse.c (ParseConfigFile): Make sure line
	continuation loop doesn't reference memory before the start of the
	array.

	* FvwmButtons/button.c (alloc_button): Init IconWin field.

	* FvwmButtons/FvwmButtons.c (main): Init font and font_string
	fields of UberButton.
	(GetRealGeometry): Only free children if there's something to free.

	* FvwmIconMan/x.c (set_window_properties): Init wmhints structure.

	* FvwmIconMan/xmanager.c (clear_empty_region): Init rects[1] to
	avoid possible UMR.
	(set_num_buttons): Init drawn_state.{w,h}.

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

	* FvwmButtons/FvwmButtons.1:
	removed AutoHide documentation (no patch)

	* FvwmButtons/FvwmButtons.c (Loop):
	* FvwmButtons/parse.c (match_string):
	* FvwmButtons/README: updated panels patch

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

	* FvwmIconMan/globals.c (print_managers): fixed coredump with fonts

	* FvwmIconMan/readconfig.c (parse_function): fixed parsing bug:
	JmpArg's did not work if followed by a comma.

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

	* FvwmButtons/FvwmButtons.1: Updated manpage for AutoHide and Panels
	patches by Jui-Hsuan Joshua Feng <fengj@percy.engr.wisc.edu>

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

	* FvwmRearrange/Makefile.am: Arranged the makefile to build
	FvwmRearrange; also makes links with names FvwmCascade and
	FvwmTile.

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

	* Makefile.am: Removed FvwmCascade and FvwmTile; both have been
	replaced by FvwmRearrange.

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

	* FvwmButtons/parse.c (seekright): switched to new syntax of
	DoGetNextToken.

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

	* FvwmIconMan/readconfig.c: Fixed bug that prevented function lists
	from working if they contained a comma. Fixed a memory leak too.

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

	* FvwmIconMan/readconfig.c: Removed internal_GetNextToken and
	replaced it with libs/Parse.c(DoGetNextToken);

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

	* FvwmWinList/Makefile.am (FvwmWinList_DEPENDENCIES):
	* FvwmTile/Makefile.am (FvwmTile_DEPENDENCIES):
	* FvwmTalk/Makefile.am (FvwmTalk_DEPENDENCIES):
	* FvwmScroll/Makefile.am (FvwmScroll_DEPENDENCIES):
	* FvwmSaveDesk/Makefile.am (FvwmSaveDesk_DEPENDENCIES):
	* FvwmSave/Makefile.am (FvwmSave_DEPENDENCIES):
	* FvwmPager/Makefile.am (FvwmPager_DEPENDENCIES):
	* FvwmM4/Makefile.am (FvwmM4_DEPENDENCIES):
	* FvwmIdent/Makefile.am (FvwmIdent_DEPENDENCIES):
	* FvwmIconMan/Makefile.am (FvwmIconMan_DEPENDENCIES):
	* FvwmIconBox/Makefile.am (FvwmIconBox_DEPENDENCIES):
	* FvwmForm/Makefile.am (FvwmForm_DEPENDENCIES):
	* FvwmEvent/Makefile.am (FvwmEvent_DEPENDENCIES):
	* FvwmCpp/Makefile.am (FvwmCpp_DEPENDENCIES):
	* FvwmCascade/Makefile.am (FvwmCascade_DEPENDENCIES):
	* FvwmButtons/Makefile.am (FvwmButtons_DEPENDENCIES):
	* FvwmBanner/Makefile.am (FvwmBanner_DEPENDENCIES):
	* FvwmBacker/Makefile.am (FvwmBacker_DEPENDENCIES):
	* FvwmAudio/Makefile.am (FvwmAudio_DEPENDENCIES):
	Added a dependency on libfvwm.a.

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

	* FvwmPager/FvwmPager.1:
	* FvwmIdent/FvwmIdent.1: Fixes from Austin Donelly.

	* FvwmIconMan/readconfig.c: Removed stripcpy, since it is
	identical to the function already available in libfvwm.  Renamed
	the static GetNextToken() to internal_GetNextToken() to avoid
	compiler warnings (a non-static version exists in libfvwm).

	* FvwmEvent/Makefile.am (LDADD): Added rplay_LIBS.
	* FvwmEvent/Makefile.am (INCLUDES): Added rplay_CFLAGS.

	* FvwmAudio/Makefile.am (INCLUDES): Added rplay_CFLAGS.
