2006-04-03  Antonio Diaz  <ant_diaz@teleline.es>

	* Version 0.7 released.
	* Added a menu of `buffer_handles'.
	* Added a new chapter (Basic concepts) to the info file.
	* Integrated new argument parser from ocrad.
	* Added a buffer around `getch()' to speed up pastes.
	* New function `out_raw_string' shows @-sequences correctly.
	* Improved efficiency of `append_record' for consecutive overwrites.
	* Improved efficiency of replaces, especially consecutive ones.
	* `reformat paragraph' may now be interrupted with C-c.
	* `F2' and `F3' now serve as their own abort keys.
	* Space also selects item in menus.

2006-01-28  Antonio Diaz  <ant_diaz@teleline.es>

	* Version 0.6 released.
	* Fixed a memory leak when undoing and then not redoing.
	* Fixed behavior when replacing an empty string with nothing.
	* Fixed behavior when copying tabs to search or replace strings.
	* End of block is now updated when replacing text inside block.
	* `append_record' merges atoms if possible (more memory efficient).
	* Added `after' pointer to Record for better cursor behavior.
	* Infinite loop in search-replace may now be interrupted with C-c.
	* Added new command `show version'.
	* `F3' no more opens a new window for an already loaded file.
	* `goto_matching_delimiter' seeks harder the starting delimiter.

2005-10-10  Antonio Diaz  <ant_diaz@teleline.es>

	* Version 0.5 released.
	* Non-regular files are ignored at startup. `moe *' now works.
	* Buffer name is not set when saving if file can't be created.
	* Some small bugs have been fixed.
	* Added a new chapter (Other features) to the info file.

2005-09-16  Antonio Diaz  <ant_diaz@teleline.es>

	* Version 0.4 released.
	* Added some missing headers.
	* Added new command `save all named buffers'.
	* Added new command `copy block to search/replace history'.

2005-09-01  Antonio Diaz  <ant_diaz@teleline.es>

	* Version 0.3 released.
