Update of /cvsroot/cscope/cscope
In directory usw-pr-cvs1:/tmp/cvs-serv4507
Modified Files:
ChangeLog AUTHORS
Log Message:
Introduced CSCOPE_EDITOR, CSCOPE_LINEFLAG and CSCOPE_LINEFLAG_AFTER_FILE.
CSCOPE_EDITOR is to be used when the default EDITOR value is incompatible
when called from cscope. CSCOPE_LINEFLAG allows options to be provided
for the editor and CSCOPE_LINEFLAG_AFTER_FILE allows options for the editor
if they need to be set after the name of the file to be edited.
Index: ChangeLog
===================================================================
RCS file: /cvsroot/cscope/cscope/ChangeLog,v
retrieving revision 1.61
retrieving revision 1.62
diff -C2 -r1.61 -r1.62
*** ChangeLog 2001/02/09 19:59:59 1.61
--- ChangeLog 2001/02/09 21:07:17 1.62
***************
*** 1,2 ****
--- 1,4 ----
+ (2001/02/09 - duell & hull) Support for CSCOPE_EDITOR, CSCOPE_LINEFLAG and
+ CSCOPE_LINEFLAGS_AFTER_FILE
(2001/02/09 - petrs) Updated version number to 15.2b (for beta)
(2001/02/09 - chuck & wilfredo) Darwin support
Index: AUTHORS
===================================================================
RCS file: /cvsroot/cscope/cscope/AUTHORS,v
retrieving revision 1.20
retrieving revision 1.21
diff -C2 -r1.20 -r1.21
*** AUTHORS 2001/02/09 19:59:59 1.20
--- AUTHORS 2001/02/09 21:07:17 1.21
***************
*** 19,20 ****
--- 19,22 ----
Bruce Frost - Stability
Chuck Marco and Wilfredo Sanchez - Darwin support
+ Jason Duell - CSCOPE_EDITOR and CSCOPE_LINEFLAG*
+ Tom Hull - Similar work to CSCOPE_EDITOR and friends
|