2001-11-16  Christoph Hellwig  <hch@infradead.org>

	* configure.in: bump version to 0.20.
	* README: add some content :)

2001-11-16  Christoph Hellwig  <hch@infradead.org>

	* mconfig.spec: Remove.
	* mconfig.spec.in: New file.
	* configure.in (AC_OUTPUT): generate mconfig.spec
	* Makefile.am: distribute mconfig.spec.in, copy mconfig.spec

2001-11-16  Christoph Hellwig  <hch@infradead.org>

	* NEWS, TODO: add content.
	* AUTHORS: add David Parsons.
	* doc/TODO.mec: New file.
	* doc/CHANGES.mec: New file.

2001-11-16  Christoph Hellwig  <hch@infradead.org>

	* src/mconfig-text.c: Move from here...
	* src/mconfig.c: ... to here. (and changed ifdefs)
	* src/mconfig-curses.c: Removed.
	* src/mode-line.c: include config.h, check for libcurses.
	* src/Makefile.am: reflect above changes.

2001-11-02  Christoph Hellwig  <hch@infradead.org>

	* mconfig.spec: New file.
	* Makefile.am (EXTRA_DIST): add mconfig.spec

2001-11-02  Christoph Hellwig  <hch@infradead.org>

	* src/mconfig.1: New file.  First attempt to create a manpage.
	* src/Makefile.am (man_MANS): add mconfig.1

2001-11-02  Christoph Hellwig  <hch@infradead.org>

	* src/mconfig: New file.  Wrapper for the different binaries
	* src/Makefile.am (bin_SCRIPTS): added mconfig
	* src/mconfig-text.c (various): accept -m menu if _MCONFIG_CURSES_C
	is defined

2001-10-28  Christoph Hellwig  <hch@infradead.org>

	* src/mode-menu.c (statement_create_help): disable help temorarily
	* src/output.c, src/mconfig.h: general cleanup
	* src/mconfig-text.c (print_version): replace str_version with
	VERSION, argv[0] with PACKAGE
	* src/mconfig-text.c (argument_parse): fix getopt loop

2001-10-28  Christoph Hellwig  <hch@infradead.org>

	* src/mode-line.c: add new copyright header, tidyup

2001-10-28  Christoph Hellwig  <hch@infradead.org>

	* src/mconfig-text.c: rewritten to do getop parsing itself.
	* src/mconfig-curses.c: changed to include mconfig-text.c
	with _MCONFIG_CURSES_C defined
	* src/argument.c: removed
	* src/Makefile.am: removed argument.c from common_SOURCES

2001-10-28  Christoph Hellwig  <hch@infradead.org>

	* configure.in, Makefile.am, src/Makefile.am:
	autoconf/automake support

2001-10-28  Christoph Hellwig  <hch@infradead.org>

	* src/mconfig-curses.c, src/mconfig-text.c: text-only
	and curses frontends

2001-10-27  Christoph Hellwig  <hch@infradead.org>

	initial import of post 0.19 mconfig sources
