2002-12-14  Samy Al Bahra  <samy@kerneled.com>

	* CHANGES: this file was added.

        * src/main.c: added ability to change files on the fly
        using the "file" command.

        * src/elf.c: I changed get_ehdr() so it returns zero on failure
        rather than exit (for the 'file' command to work as it should).
        iself() was changed a little so that it returns the same value
        if ANYTHING that goes wrong (rather than different error codes,
        not needed as errno is enough, this eases the work of error
        handling).

2002-12-18  Samy Al Bahra  <samy@kerneled.com>

	* src/main.c: Fixed a stupid bug that George Marshall found for me (result
	of bad copy/pasting). This will mark 0.5.1 as I will work on
	a completely new compilation process since most bugs have
	been ironed out since the 0.1 release.

2002-12-19  Samy Al Bahra  <samy@kerneled.com>

	* doc/elf.1: George Marshall has written a man page for elf. As promised,
	I rolled in GNU autoconf due to some portability issues. Big
	changes in terms of ease of compilation and use.

	* src/main.c: I forgot to add online help for the file command. I put it in.
	Please forgive me for that, it is 5:23 AM, no sleep today ;)

2002-12-19  Samy Al Bahra <samy@kerneled.com>

	* src/main.c: Vanya Sergeev submitted in a patch for command autocompletion. 
	I rewrote most of his code in order to work as efficiently as possible
	for elf. Thanks to him for contributing this piece of code.

	* src/elf.c: Detlev Zundel corrected a typo over here (Seimens!=Siemens)

2003-05-01  Samy Al Bahra <samy@kerneled.com>

	* src/main.c: Eirik Nygaard (eirikn@bluezone.no) submitted a patch for command
	line mode. After some changes his code was integrated into my development
	tree.
