2014-05-20  Antonio Diaz Diaz  <antonio@gnu.org>

	* Version 1.6 released.
	* Added new command 'extend bookmarks'.
	* Added new command 'show UTF-8 code'.
	* Added encoding of ISO-8859-15 text to UTF-8.
	* menu_file.cc (bufhandle_menu): Show '-' or '+' before DOS buffers.
	* screen.h: New function 'show_feedback' ("searching...").
	* Accept decimal, hex and octal numbers in options and commands.
	* iso_8859.h (escape): Accept octal sequences shorter than 3 digits.
	* iso_8859.h: New function 'isspace' also recognizes '\xA0'.
	* The UTF-8 decoder now converts more characters (mainly space
	  and punctuation), and shows the failed code if out of range.
	* Decoders now move the cursor to the first invalid character in
	  case of error.
	* The clock has been changed to 24 hour format.
	* configure: Options now accept a separate argument.
	* moe.texinfo: Renamed to moe.texi.

2013-02-19  Antonio Diaz Diaz  <ant_diaz@teleline.es>

	* Version 1.5 released.
	* The command line now accepts a column number as in
	  'moe +line,column file_name'.
	* Short name '-B' has been assigned to the option '--no-backup'.
	* Added new command 'show little-endian multibyte value'.
	* Added new command 'show big-endian multibyte value'.
	* window.cc: 'goto_line', 'goto_column' and 'goto_offset' now
	  accept values relative to the current value.
	* menu_file.cc: New navigation keys (F1-F10) for 'bufhandle_menu'.
	* Changed 'show character info' key to 'A-i'.
	* The clock now shows a '.' after the minutes for PM.
	* buffer.cc (save): Remove file before saving when
	  "create backups" is off to avoid following links.
	* window_vector.cc (reformat): Use max( left_margin, cursor_col )
	  as left margin.
	* window_vector.cc (change_buffer_name): Reject the names of
	  files already being edited.
	* buffer_handle.cc: 'last_visited' now does not change after
	  adding or removing handles.
	* Common limits have been set for editor options in rc and menu.
	* Added a new chapter (Info commands) to the info file.
	* Changed quote characters in messages as advised by GNU Standards.
	* configure: 'datadir' renamed to 'datarootdir'.
	* Makefile.in: Added new target 'install-bin'.

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

	* Version 1.4 released.
	* Added new command 'toggle search direction'.
	* Added replace sequence '\c'.
	* screen.cc (user_control_char): Accept arbitrarily large numbers.
	* screen.cc: Accept also ASCII delete code (127) as KEY_BACKSPACE.
	* window_vector.cc (add_char): Show ignored key codes.
	* window_vector.cc: Changed '(I)gnore' to '(I)gnore_case' in
	  search prompt.
	* Added warning about minimum screen size to manual.
	* screen.h: New function 'line_buf' replaces variable size arrays.
	* Makefile.in: Added quotes to directory names.
	* Makefile.in: Added '--name' option to help2man invocation.

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

	* Version 1.3 released.
	* Added new command 'goto offset'.
	* buffer_handle.cc: Fixed a null pointer in emergency_save.
	* main.cc: Some more signals are now handled or ignored.

2009-07-10  Antonio Diaz Diaz  <ant_diaz@teleline.es>

	* Version 1.2 released.
	* Added new command 'change buffer name'.
	* Makefile.in: Man page is now installed by default.
	* Makefile.in: Added 'LIBS'.
	* iso_8859.h: Renamed 'isblank' to 'isblank_'.
	* menu_opts.cc (change): Remove 'throw()'.

2009-02-18  Antonio Diaz 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 Diaz  <ant_diaz@teleline.es>

	* Version 1.0 released.
	* Added new options '-m, --max-windows' and '-n, --indent-step'.
	* 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'.
	* File name tab completion ignores characters beyond cursor.
	* Tab partially completes file name 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: File names 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 Diaz  <ant_diaz@teleline.es>

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

2007-01-15  Antonio Diaz 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 file names.
	* Added search sequence '\W'.
	* 'configure' and 'Makefile.in' have been modified to be more
	  GNU-standards compliant.

2006-04-03  Antonio Diaz 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 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 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 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 Diaz  <ant_diaz@teleline.es>

	* Version 0.3 released.


Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014
Antonio Diaz Diaz.

This file is a collection of facts, and thus it is not copyrightable,
but just in case, you have unlimited permission to copy, distribute and
modify it.
