2007-08-29 Juan Manuel Guerrero  <juan.guerrero@gmx.de>

	Replace the actual hard coded default man paths with paths that reflect
	the current version of the DJGPP installation tree layout.

	* Makefile: Add install target and the required directores and prefix.

	* man.c: [__DJGPP__]: New macros MANPATH1, MANPATH2 and MANPATH3.
	If compiling with djdev203 or later use the "/dev/env" functionality
	to define the default prefixes for the man path.
	(main) [__DJGPP__]:  Construct the man path using the defaults given
	by MANPATH1, MANPATH2 and MANPATH3.
	If the MANPATH environment variable does not point to all standard man
	directories add the missing ones.


2000-02-19  Eli Zaretskii  <eliz@is.elta.co.il>

	Version 1.3:

	* man.nro: New file.

	* NEWS: New file.

	* man.c: Borland C port from Erwin Waterlander, waterlan@xs4all.nl
	or erwin.waterlander@philips.com.
	(add_page): Fix a bug in memory allocation for the pages[] array.
	(display_page): Leave spaces around "or" between the two program
	names.
	(set_flags): Don't leak file handles if fgets fails to read, close
	the file unconditionally.  Fix the diagnostic message.
	(try_directory) [__TURBOC__]: Compare `man' and `cat' directory
	names and file names returned by `readdir' case-insensitively.
	`struct dirent' lacks the d_namlen member, fix with `strlen'.
	(man_entry): Free `curdir' after usage.
	(main): Free pages[] before exiting.

	* contrib/*: New files, for portability to Borland C.

1997-12-29  Eli Zaretskii  <eliz@is.elta.co.il>

	Version 1.2 released.
