2003-08-20  Marc Singer  <elf@buici.com>

	* curves.cxx (can_select_pane): Added a function to check for the
	validity of switching to the file pane.  This helps avoid a
	segment fault. 

1998-10-08  Marc Singer  <elf@netcom.netcom.com>

	* termcap.cxx (_compose_i): Error in the constant pushing code
	that incorrectly terminated the constant entry state after reading
	the first character of the it.  Fixes assert failure when
	displaying on rxvt.

1998-09-10  Marc Singer  <elf@netcom.netcom.com>

	* main.cxx (do_version): Added --version and --help switches.
	This fixes a peculiar crash bug, too.
	(main): Added hook for cvs update to use the -H switch, too.  I
	think this is OK, but I haven't checked it with cvs yet.  The
	fallback is to use the non-'-H' version.

1998-09-06  Marc Singer  <elf@netcom.netcom.com>

	* curves.1: Documented the search commands.

	* Makefile.in ($(DEPEND) depend): Fixed dependency generation.
	Calling C++ compiler to do the work instead of the C compiler.

	* curves.1: Proofreading man pages.  Added help on the built-in
	line editor.

	* curves.cxx (_classify): Added conflict status.  How could I
	forget it?

Sun Jul 26 22:39:26 1998  Marc Singer  <elf@florence.straylight.com>

	* porting.cxx (vsnprintf): Added this portability function.
	(rindex): And this one, too.

	* debug.h (assert_): Renamed assert macro to assert_ in order to
	avoid a collision with the STL libraries unfriendly inclusion of
	the standard assert macro.

Mon Jul  6 22:43:57 1998  Marc Singer  <elf@florence.straylight.com>

	* blue6.cxx (reconcile): Check for non-ansi color setting
	commands.  This makes color work in Debian 2.0.

Mon Jun 22 00:35:36 1998  Marc Singer  <elf@florence.straylight.com>

	* curves.cxx (do_directory_move): Force redraw of directory window
	if scroll isn't working.

	* blue6.cxx (do_draw_line): Detect lack of graphics charset.

	* curves.cxx (init_colors): Monochrome color scheme automatically
	selected when appropriate.

Fri Jun 19 19:18:05 1998  Marc Singer  <elf@florence.straylight.com>

	* mktime.c: __mon_lengths made static to avoid conflict with
	standard library.  I wish they'd implement the function I need
	instead. 

