2009-02-18  Antonio Diaz  <ant_diaz@teleline.es>

	* Version 1.1 released.
	* Added new command `last visited'.
	* Non-readable files are ignored at startup. `moe *' works better.
	* The non-standard function `getline' has been replaced.
	* "make install-info" should now work on Debian and OS X.
	* Added some missing #includes.

2008-08-21  Antonio Diaz  <ant_diaz@teleline.es>

	* Version 1.0 released.
	* Added new options `--indent-step' and `--max-windows'.
	* Added new commands `copyright update', `find word',
	  `remove_duplicate_lines', `show_character_code',
	  `to lowercase' and `to uppercase'.
	* Added search sequence `1 or more of ch'.
	* Added replace sequences `\l' and `\u'.
	* Changed search sequences `\w', `\W' to `\s', `\S'.
	* Changed the meaning of the search sequences `\w' and `\W'.
	* Added new help screen `Character Set'.
	* Filename tab completion ignores characters beyond cursor.
	* Tab partially completes filename when more than a name matches.
	* In read-only buffers, space advances a page.
	* New navigation keys (0-9) for `bufhandle_menu'.
	* `C-s' now shows the percentage of file before the cursor.
	* CR-LF line termination can now be changed from the options menu.
	* `bufhandle_menu' no more shows blank lines at the bottom.
	* menu_file.cc: Filenames containing '@' are now correctly shown.
	* rc.cc: After "Processing options..." first warning or error msg
	  is preceded by "\n".
	* Class `Bufhandle_vector' converted to namespace.
	* `--help' and `--version' are now managed by Arg_parser.
	* screen.cc: `wait_kbhit' no more calls `clock_handler'.

2007-06-29  Antonio Diaz  <ant_diaz@teleline.es>

	* Version 0.9 released.
	* License updated to GPL version 3 or later.

2007-01-15  Antonio Diaz  <ant_diaz@teleline.es>

	* Version 0.8 released.
	* Added rectangular block mode.
	* Added encoding-decoding for Base64, Rot-13 and Rot-47.
	* Added decoding of Quoted-Printable text.
	* Added decoding of UTF-8 text to ISO-8859-15 and ISO-8859-1.
	* Added a new help key `C-h'.
	* Added `show global status' key `C-q s'.
	* Show modified status for each buffer in buffers menu.
	* `F2' no more saves a read-only file.
	* `C-q F2' now shows the number of buffers saved.
	* Changed `goto_matching_delimiter' keys to `A-f' and `A-g'.
	* `goto_matching_delimiter' seeks harder the starting delimiter.
	* Status line now shows the end of long filenames.
	* Added search sequence `\W'.
	* `configure' and `Makefile.in' have been modified to be more
	  GNU-standards compliant.

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 #includes.
	* 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.
