1999-11-06  lav

	* about.cc, about.h: export copyright string.
	* edit.cc, edit.h: print copyright on --version.
	* mainmenu.cc, user.cc: include about.h.
	* search.cc: specify help for search and replace.
	* le.hlp: help for search and replace.

1999-11-05  lav

	* search.cc: (ReplaceFound) fixed replace to \\. (reported by
	  <sen@adm.yar.ru>); insert unknown backslashed characters verbatim.
	* keymapdf.cc: few more sequences.

1999-10-31  lav

	* user.cc: (UserYankBlock) set REDISPLAY_ALL.
	* help.cc: read help from file by section tag.
	* block.cc: use new help; add help for write-block/read-block.
	* user.cc, options.cc, frames.cc, editcalc.cc: use new help.
	* le.1: describe block piping.
	* le.hlp: new file.
	* Makefile.am: remove ehelp.cc, add le.hlp.

1999-10-30  lav

	* keymap.cc: correct error handling in keymap file reading;
	  flushinp when we get an unknown sequence.
	* keymapdf.cc: more binding to terminfo keys; correct kHOM; bind new
	  actions.
	* keymap.h: more actions - yank-block and move-mark set.
	* keymapfn.c: more actions.
	* search.cc: use a TextPoint for block limit; this fixes replace
	  in the block.
	* textpoin.cc, textpoin.h: (ForcedLineCol) new method.
	* user.cc: move-mark functions.

1999-10-06  lav

	* edit.cc: add help line about --config; runtime bool check.
	* edit.h: redefine bool for curses.h if possible.

1999-09-08  lav

	* user.cc: do PreUserEdit in UserStartDragMark to deal with text mode.
	* mainmenu.cc: add drag-mark.
	* keymap.cc, keymap.h, keymapfn.cc: add start-drag-mark action.

1999-08-26  lav

	* edit.cc, edit.h, kern.cc, options.cc, options.h: add --config
	  option to specify ini file explicitly.

1999-07-20  lav

	* search.cc: fix backward search.

1999-07-18  lav

	* search.cc: support mmap in replace; speed up replace.
	* options.cc: fix typo.

1999-07-16  lav

	* search.cc: add $n and $x search modifiers for numeric and hex mode.
	  E.g. search for `$n 0x32 0x35 0x36' or `$x 32 35 36'.

1999-07-12  lav

	* search.cc: specify correct search limit in block replace (#) mode;
	  refresh screen before searching for next string.

1999-07-11  lav

	* user.cc: fix UserIndent when !insert.
	* highli.cc: paranoia memset to zero.

1999-06-11  lav

	* search.cc: fix backward searching for a word (was cycling);
	  restore text position before saying Not found.

1999-06-11  Adam Rogoyski <rogoyski@cs.utexas.edu>

	* le.1: correction to make whatis work.

1999-02-25  lav

	* options.cc: fix typo in ReadConf

1999-02-15  lav

	* edit.cc, mainmenu.cc, keymap.cc: don't include signal.h
	* signals.cc: reset alarm handler for safety
	* colormnu.cc: check for ncurses version before repainting screen
	* options.cc, options.h: check if .le.ini belongs to current user
	* signals.cc: make disable_resize bool (removes a warning)

1999-02-05  lav

	* about.cc: update year
	* clipbrd.cc: (Copy) speed optimized
	* kern.cc: (GetBlock) new function - copy region to buffer
	* textpoin.cc: (FindOffset) fix condition in near point search
	* block.cc: (RCopy) save/restore stdcol
	* pipe.cc: checkpoint before filtering to undelete only old block.
	* signals.cc: dump core on SIGSEGV and SIGBUS (to help debugging)
	* menu.cc, window.cc, user.cc, screen.cc: use n_attr instead of attr
	  to avoid warning about name collision.

1998-12-16  lav

	* screen.cc: alloc at least 80 columns in hex mode to avoid checking
	  for end of screen
	* mainmenu.cc: add FormatFunc
	* keymapdf.cc: change keol to kel

1998-11-30  lav

	* calc.cc: rename struct func to avoid warning.
	* options.cc: initialize action to avoid warning.

1998-11-28  lav

	* window.h, chset.cc, color.cc, color.h, frames.cc, getch.cc,
	  menu.cc, window.cc, user.cc, screen.cc: rename attr to n_attr
	  to avoid warning.

1998-11-26  lav

	* keymapdf.cc: add key_ll binding
	* options.cc: proper ifdef USE_MOUSE, shut up warning
	* search.cc: handle ^L
	* screen.cc, screen.h: use message_sp, (AddMessage) new function; use leaveok.
	* edit.h: (message_sp) declare; redefine Text to check buffer_mmapped.
	* getstr.cc: support new status line
	* keynames.cc, user.cc, calc.h, help.cc, keymap.cc, signals.cc, edit.cc: shut up warning
	* block.cc: support UserMarkAll function.
	* kern.cc: (Optimize) quit if buffer_mmapped
	* loadsave.cc: (Save) support buffer_mmapped;
	  (ReopenRW) restore old position.
