1999-10-21  Yann Droneaud  <lch@multimania.com>

	* configure.in: update version to 0.1.4
	* src/init.c: correct the include for sysmacros: major and minor
	* src/prompt.c (refresh_screen): mmap correctly the framebuffer (fbgetty now work with VGA16 fb)
	* packages/Makefile.am (EXTRA_DIST): add fbgetty.lsm
	* packages/fbgetty.lsm: new
	* examples/issue.linux_logo: new
	* examples/issue.fr: new
	* examples/issue.fortune: new

1999-05-23  Yann Droneaud  <lch@multimania.com>

	* src/prompt.c (print_issue): add support for executing external program

1999-05-13  Yann Droneaud  <lch@multimania.com>

	* src/errors.c (fatal_error): add a call to closelog()
	changed exit(-1) to exit(EXIT_FAILURE)

	* src/init.c: add the console 2 framebuffer mapping code
	add a free(vt_stat) at end of init
	(init)[HAVE_LOGIN_TTY]: use STDIN_FILENO instead of STDOUT_FILENO for tty_fd

	* src/options.h (fbgetty_options_t): add fb_number (like tty_number)

1999-05-02  Yann Droneaud  <lch@multimania.com>
	
	* scripts/Makefile.am (sbin_SCRIPTS): changed to pkgdata_SCRIPTS
	added issueconv script

	* examples/Makefile.am (EXTRA_DIST): changed to pkgdata_DATA 

	* configure.in (AC_OUTPUT): added scripts/issueconv
	added chmod +x added scripts/issueconv

	* src/options.c (parse_command_line): move code to find device file to src/init.c

1999-04-29  Yann Droneaud  <lch@multimania.com>

	* packages/redhat: moved packages/redhat to packages/rpm

	* src/options.c (parse_command_line): support for only device name in command line 

1999-04-22  Yann Droneaud  <lch@multimania.com>

	* scripts/Makefile.am (sbin_SCRIPTS): renamed sbin_SCRIPT

1999-04-19  Yann Droneaud  <lch@multimania.com>

	* src/options.h (fbgetty_options_t): added tty_number (used with the new vt handling code)

	* src/options.c (parse_command_line): corrected the parsing of command line argument

	* examples/issue.lch: updated to show many feature of fbgetty

	* examples/inittab.lch: updated to show many feature of fbgetty

	* src/vt.c (install_vt_handler): new, initialisation of vt handling
	(vt_handler): rewrite to use only one signal
	(restore_default_vt_handling): rewrite to use only one signal

	* src/init.c (init): move vt handling initialisation code in vt.c

1999-04-17  Yann Droneaud  <lch@multimania.com>

	* src/vt.c (restore_default_vt_handling): restore default signal handling 
	for SIGUSR1 and SIGUSR2
	
	* src/init.c (init): use the login_tty() function, if exits
	(update_utmp): updating to use the updwtmp() function

1999-04-16  Yann Droneaud  <lch@multimania.com>

	* src/vt.c (vt_handler): add a missing free(fb_var).

1999-04-12  Yann Droneaud  <lch@multimania.com>

	* packages/redhat/fbgetty.spec.in (Group): Change to Utilities/Terminal

1999-04-01  Yann Droneaud  <lch@multimania.com>

	* Makefile.am (debian-package): removed 
	* packages/Makefile.am (debian-package): removed
	* src/vt.c src/prompt.c: add more debug code
	* src/prompt.c (get_login_name): replace read(STDIN_FILENO,&c,1) by fgetc(stdin)
	* examples/issue.lch: add %f, $TERM, $RUNLEVEL

1999-03-28  Yann Droneaud  <lch@multimania.com>

	* fbgetty.c: split in src/
	* src/*.c: remove most of the static variable
	* src/*.[ch]: mostly rewrite
	* src/prompt.c (get_login_name): new, replace old get_logname from mingetty
	(get_login_name): use isctrnl() instead of ispunct()

1999-03-17  Yann Droneaud  <lch@multimania.com>

	* fbgetty.c (main): changed 'char option' to 'int option' to correct a compile
	problem on system which have unsigned char
	(print_issue): changed 'char c' to 'int c' (idem as main)
	(main): modified framebuffer test to be able to disable it if any problem occur
	(fatal_error): add a test of HAVE_LINUX_FB_H (forgotten in the last release, sorry !)
	(usage): idem (fatal_error) 

1999-03-16  Yann Droneaud  <lch@multimania.com>

	* fbgetty.c:
	Add the possibility to do not have the <linux/fb.h> header
	(print_issue): corrected a bug that prevent using `_' in shell variable
	(output_special): add a new tag (%f) that display the framebuffer used
	* configure.in: Change test of target_os
	Change default prefix to /usr

1999-03-14  Yann Droneaud  <lch@multimania.com>

	* fbgetty.c:
	(print_issue): Display shell variable.
	(do_prompt): Support short escape code (like issue)

1999-03-13  Yann Droneaud  <lch@multimania.com>

	* Updated package to use Automake 1.4

	* Makefile.am: Added AUTOMAKE_OPTIONS
	Added doc to SUBDIRS

	* configure.in: 
	Added a linux test
	Remove AC_ISC_POSIX
	Added linux/vt.h linux/fb.h in AC_CHECK_HEADERS
	Added doc/Makefile in AC_OUTPUT
	Set default prefix to / (added AC_DEFAULT_PREFIX())

	* acconfig.h: deleted

1999-03-08  Yann Droneaud  <lch@multimania.com>

	* fbgetty.c (struct options): add an issue refresh option

1999-03-07  Yann Droneaud  <lch@multimania.com>

	* Makefile.am: moved bin_PROGRAMS to sbin_PROGRAMS

1999-03-06  Yann Droneaud  <lch@multimania.com>

	* fbgetty.c: added getopt_long support
	* configure.in: Update version to 0.0.0-private1	

1999-03-03  Yann Droneaud  <lch@multimania.com>

	* fbgetty.c: it compiles
	


	
