From: Petr S. <pe...@us...> - 2001-05-30 21:10:58
|
Update of /cvsroot/cscope/cscope In directory usw-pr-cvs1:/tmp/cvs-serv13424 Modified Files: AUTHORS ChangeLog Log Message: (Nick Dixon) Improvement in handling cursor and editing keys on the input lines. Index: AUTHORS =================================================================== RCS file: /cvsroot/cscope/cscope/AUTHORS,v retrieving revision 1.25 retrieving revision 1.26 diff -C2 -r1.25 -r1.26 *** AUTHORS 2001/05/30 19:31:23 1.25 --- AUTHORS 2001/05/30 21:10:55 1.26 *************** *** 24,25 **** --- 24,26 ---- OGAWA Hirofumi - line mode fixes Garret Hade - Various ocs fixes + Nick Dixon - Improvement in key handling Index: ChangeLog =================================================================== RCS file: /cvsroot/cscope/cscope/ChangeLog,v retrieving revision 1.72 retrieving revision 1.73 diff -C2 -r1.72 -r1.73 *** ChangeLog 2001/05/30 19:31:23 1.72 --- ChangeLog 2001/05/30 21:10:55 1.73 *************** *** 1,2 **** --- 1,3 ---- + (2001/05/30 - dixon) arrow and editing keys can be now used at the input line (2001/05/30 - duell) invname database issue fix. (2001/05/20 - garret) Fixed some mishaps in ocs. |