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: 05/19/1998 18:10:02
christos
Tue May 19 21:00:33 EDT 1998
Update of /cvsroot/src/lib/libedit
In directory nb00:/tmp/cvs-serv14539

Modified Files:
	common.c 
Log Message:
Don't print to stderr, but to the editline error stream.


christos
Tue May 19 21:01:00 EDT 1998
Update of /cvsroot/src/lib/libedit
In directory nb00:/tmp/cvs-serv14559

Modified Files:
	el.c 
Log Message:
el_init takes a third stream argument and add el_beep.


christos
Tue May 19 21:01:28 EDT 1998
Update of /cvsroot/src/lib/libedit
In directory nb00:/tmp/cvs-serv14579

Modified Files:
	emacs.c 
Log Message:
cast is*() arg to unsigned char


christos
Tue May 19 21:02:09 EDT 1998
Update of /cvsroot/src/lib/libedit
In directory nb00:/tmp/cvs-serv14599

Modified Files:
	histedit.h 
Log Message:
- add extra argument to el_init
- fix history functions
- add el_beep()


christos
Tue May 19 21:02:39 EDT 1998
Update of /cvsroot/src/lib/libedit
In directory nb00:/tmp/cvs-serv14619

Modified Files:
	history.c 
Log Message:
Add a function to be able to set the cursor to a given event number.


christos
Tue May 19 21:03:06 EDT 1998
Update of /cvsroot/src/lib/libedit
In directory nb00:/tmp/cvs-serv14639

Modified Files:
	readline.c 
Log Message:
Adjust to the libedit api changes.


christos
Tue May 19 21:03:30 EDT 1998
Update of /cvsroot/src/lib/libedit
In directory nb00:/tmp/cvs-serv14659

Modified Files:
	refresh.c 
Log Message:
cast is*() arg to unsigned char


christos
Tue May 19 21:03:51 EDT 1998
Update of /cvsroot/src/lib/libedit
In directory nb00:/tmp/cvs-serv14681

Modified Files:
	shlib_version 
Log Message:
Bump!


christos
Tue May 19 21:04:17 EDT 1998
Update of /cvsroot/src/lib/libedit
In directory nb00:/tmp/cvs-serv14706

Modified Files:
	term.c term.h 
Log Message:
remove term_beep hack.


christos
Tue May 19 21:04:56 EDT 1998
Update of /cvsroot/src/lib/libedit
In directory nb00:/tmp/cvs-serv14732

Modified Files:
	tty.c tty.h 
Log Message:
change M_* constants to MD_* to avoid clashes with <stream.h>


christos
Tue May 19 21:05:28 EDT 1998
Update of /cvsroot/src/lib/libedit
In directory nb00:/tmp/cvs-serv14774

Modified Files:
	editline.3 
Log Message:
Adjust for changes.