Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: The Source of All Evil <source@NetBSD.ORG>
List: source-changes
Date: 07/28/1998 19:40:02
lukem
Tue Jul 28 19:26:01 PDT 1998
Update of /cvsroot/src/lib/libedit
In directory nb00:/tmp/cvs-serv21959

Modified Files:
	Makefile editline.3 editrc.5 el.c el.h histedit.h map.c map.h 
	parse.c prompt.c prompt.h shlib_version 
Log Message:
* add more checks for NULL pointers in passed arguments
* implement el_get(EditLine *, int op, void *result), which does the
  inverse of el_set()
* add EL_EDITMODE operation to el_set and el_get; if non zero editing
  is enabled (the default).
* add "edit  on | off" editrc command, which modifies EL_EDITMODE.
  users can now add '*:edit off' in ~/.editrc as an advisory to
  disable editing.

NOTE: at this time EL_EDITMODE is just an indication of the
state of the 'edit' command. It's up to the application to check
this after el_source() or el_parse() to determine if editing is still
required.