version 0.5.1 (04/02/2005):

04/02/2005 Bob Rossi <bob@brasko.net>

	* NEWS: Fixed another crash.

04/02/2005 Bob Rossi <bob@brasko.net>

	* RELEASE_TODO: Update todo.

04/02/2005 Bob Rossi <bob@brasko.net>

	* NEWS: Add message about obsoleting b and f commands.
	* README: Reformat and remove b and f commands.

04/01/2005 Bob Rossi <bob@brasko.net>

    * release-todo.txt: Update auto tool versions.

04/01/2005 Bob Rossi <bob@brasko.net>
   
   * README: Update autosourcereload option text.
   * Makefile.in: Regenerated with documented autotools version.
   * aclocal.m4: Ditto.
   * configure: Ditto.

03/31/2005 Bob Rossi <bob@brasko.net>

	* NEWS: Mention searching regex bug

03/31/2005 Bob Rossi <bob@brasko.net>

	* configure (VERSION): Update to 0.5.0-cvs
	* configure.in (AM_INIT_AUTOMAKE): Update to 0.5.0-cvs

03/31/2005 Bob Rossi <bob@brasko.net>
	* NEWS: Mention new SIGCHLD code 
	* RELEASE_TODO: Closed the waitpid race condition bug.

03/31/2005 Bob Rossi <bob@brasko.net>
	* RELEASE_TODO: stupid todo things I have in mind before release

03/31/2005 Bob Rossi <bob@brasko.net>
	* NEWS: Change :autosourcereload default to off.
	* README (Colon commands): Ditto.

03/31/2005 Bob Rossi <bob@brasko.net>

	* NEWS: Change :source_reload to :edit
	* README (Colon commands): Change :source_reload to :edit

03/30/2005 Bob Rossi <bob@brasko.net>

	* NEWS: Fixed memory error's found due to valgrind.

03/28/2005 Bob Rossi <bob@brasko.net>

	* NEWS: Fixed a bug in the C/C++ tokenizer to highlight source code.

07/28/2004 Bob Rossi <bob@brasko.net>

    * NEWS: Added 'autosourcereload' option and 'source_reload' colon command.
	* README: Documents autosourcereload and source_reload

version 0.5.0 (07/14/2004):

07/12/2004 Bob Rossi <bob@brasko.net>

    * release-todo.txt: Update instructions

07/12/2004 Bob Rossi <bob@brasko.net>

    * configure.in: Changed version number to 0.5.0 for release

07/12/2004 Bob Rossi <bob@brasko.net>

    * NEWS: Fixed a crash in TGDB (buffering commands). Added libkui to CGDB.

06/14/2004 Bob Rossi <bob@brasko.net>

    * NEWS: A fixed crash when parsing the CLI.

version 0.4.2 (05/10/2004):
version 0.4.1 (04/26/2004):

03/31/2004 Bob Rossi <bob@brasko.net>

    * NEWS: A note about fixing a major memory leak in CGDB.
	
03/22/2004 Bob Rossi <bob@brasko.net>

    * Makefile.am: Add doxygen rule to build ./various,./tgdb,./cgdb
	* Makefile.in: Update for people without auto tools

03/02/2004 Bob Rossi <bob@brasko.net>
	
    * Makefile.am: Add doxygen rule for cgdb/lib
	* Makefile.in: Update for people without auto tools

02/27/2004 Bob Rossi <bob@brasko.net>

    * configure.in (AC_OUTPUT): Add cgdb/lib, cgdb/lib/kui and
	cgdb/lib/kui/src

01/09/2004 Bob Rossi <bob@brasko.net>

   * NEWS: Updated to say CGDB now compiles on the HURD 

01/08/2004 Bob Rossi <bob@brasko.net>

   * Makefile.in: regenerated with documented autotools version
	* aclocal.m4: ditto
	* configure: ditto
	* various/Makefile.in: ditto

01/08/2004 Bob Rossi <bob@brasko.net>

    * Merged branch: Ronald's cygwin_package_0_4_0 branch

version 0.4.0-1 cygwin release

12/12/2003 Ronald Landheer-Cieslak <ronald@landheer.com>

    * Makefile.in: regenerated
    * aclocal.m4: ditto
    * configure: ditto
    * various/Makefile.in: ditto

11/16/2003 Bob Rossi <bob@brasko.net>

   	* NEWS: Update for tab completion bug fix in cgdb-0.4.0

10/28/2003 Bob Rossi <bob@brasko.net>

    * release-todo.txt: Update order of things

version 0.4.0 (10/28/2003):

10/28/2003 Bob Rossi <bob@brasko.net>

    * NEWS: Add new release date and version.

10/15/2003 Mike Mueller <mmueller@cs.uri.edu>

    * NEWS: Adding :set wrapscan (ws) option.

10/10/2003 Bob Rossi <bob@brasko.net>

    * Adding doc directory.

10/09/2003 Mike Mueller <mmueller@cs.uri.edu>

    * NEWS: Fixed 'next search' bug where it jumps to the top of the buffer
            when there was no previous search expression.  Also made searches
            wrap around the top/bottom of file.  Hope this is what everyone
            else wants, because I sure do.

09/28/2003 Bob Rossi <bob@brasko.net>

    * NEWS: TGDB now returns TGDB_ABSOLUTE_SOURCE_DENIED when file is not
	available. This is a bug fix.

09/24/2003 Bob Rossi <bob@brasko.net>

    * NEWS: TGDB no checks breakpoints on startup. 

09/23/2003 Bob Rossi <bob@brasko.net>

    * NEWS: Fixed searching bug for CGDB.

09/12/2003 Bob Rossi <bob@brasko.net>

    * NEWS: Fixed crash for when TGDB would try to parse watchpoints.

09/10/2003 Bob Rossi <bob@brasko.net>

    * NEWS: Add new feature. showtgdbcommands.
	* README: Documented new feature, showtgdbcommands.

09/09/2003 Bob Rossi <bob@brasko.net>

	* NEWS: Fixed TGDB bug. TGDB will not return an extra newline when the
	user runs commands many through the GUI fast.

08/27/2003 Bob Rossi <bob@brasko.net>

	* NEWS: Fixed TGDB bug. TGDB will now return the correct line number
	when the user starts gdb with a .gdbinit. Before it would display line 1.

08/20/2003 Bob Rossi <bob@brasko.net>

	* NEWS: Fixed CGDB/TGDB bug. The file dialog window works when the inferior
	was compiled without debug.

08/19/2003 Bob Rossi <bob@brasko.net>

	* NEWS: Fixed CGDB/TGDB bug. Breakpoints are now displayed in CGDB window.

08/17/2003 Bob Rossi <bob@brasko.net>

	* configure.in: Changed version number to 0.3.4-cvs.
	* Makefile.am: added doxygen rule. Creates documentation.
	* release-todo.txt: added line that says to change version number in
	doxygen config files.

version 0.3.4 (08/14/2003):

08/14/2003 Bob Rossi <bob@brasko.net>
    
	* configure.in: Changed version number to 0.3.4 for release
	* NEWS: Added new version number.

08/12/2003 Bob Rossi <bob@brasko.net>

	* NEWS: Updating NEWS file with fix for prompt refresh problem after when
	^c is recieved after the file dialog has been opened.

08/12/2003 Bob Rossi <bob@brasko.net>

	* NEWS: Updating NEWS file with ada highlighting string literal bug.

08/11/2003 Bob Rossi <bob@brasko.net>

	* NEWS: Updating NEWS file with control_c bug fix.

08/01/2003 Bob Rossi <bob@brasko.net>
	
	* NEWS: Updating NEWS file with buffered control key libinput bug.

07/16/2003 Bob Rossi <bob@brasko.net>

	* NEWS: Updating NEWS file with 'string literal' bug.

version 0.3.3a (07/16/2003):

07/15/2003 Bob Rossi <bob@brasko.net>

	* release-todo.txt: Adding the 'cvs tag' command to list.
	Adding the README file to the website.
	* README: Removing the tabs from the README file

version 0.3.3 (07/15/2003):

07/15/2003 Bob Rossi <bob@brasko.net>

	* FAQ: Added bit about tty
    * Changed version number to 0.3.3 for release

07/14/2003 Bob Rossi <bob@brasko.net>

	* README: Removed old pgup,pgdn commands. Added vi style pgup,pgdn.
	* NEWS: Adding progress that should be noted in the NEWS file.

06/25/2003 Bob Rossi <bob_rossi@cox.net>

    * Changed version number to 0.3.2-cvs for cvs development

version 0.3.2 (06/25/2003):

06/25/2003 Bob Rossi <bob_rossi@cox.com>
   
   * README: Added winminheight doc

06/19/2003 Bob Rossi <bob_rossi@cox.com>

	* NEWS: Updating NEWS file with new features for cgdb-0.3.2 release

06/19/2003 Bob Rossi <bob_rossi@cox.com>

	* README: Added dependency information

06/19/2003 Bob Rossi <bob_rossi@cox.com>

	* README: Added tabstop,syntax and escdelay commands

04/28/2003 Bob Rossi <bob_rossi@cox.net>

    * Changed version number to 0.3.1-cvs for cvs development

version 0.3.1 (04/28/2003):

04/28/2003 Bob Rossi <bob_rossi@cox.net>

    * removed '--with-drivers' from configure: All drivers are automatically
    built, but they are not installed. They end up in $(top_srcdir)/progs.

04/27/2003 Bob Rossi <bob_rossi@cox.net>

    * Changed configure to only build cgdb by default: the drivers can only be
    built when the user runs configure with --with-drivers
    * Moved the error check for readline with the readline check in config

version 0.3.0 (04/11/2003):
