From: Darryl O. <da...@us...> - 2001-06-28 22:15:04
|
Update of /cvsroot/cscope/cscope In directory usw-pr-cvs1:/tmp/cvs-serv29033 Modified Files: AUTHORS ChangeLog Log Message: Updated AUTHORS and ChangeLog. Also updated documentation in xcscope.el, and added the ability to use cscope databases that can have different names (they no longer must all have the same name). Index: AUTHORS =================================================================== RCS file: /cvsroot/cscope/cscope/AUTHORS,v retrieving revision 1.26 retrieving revision 1.27 diff -C2 -r1.26 -r1.27 *** AUTHORS 2001/05/30 21:10:55 1.26 --- AUTHORS 2001/06/28 22:15:00 1.27 *************** *** 25,26 **** --- 25,28 ---- Garret Hade - Various ocs fixes Nick Dixon - Improvement in key handling + Triet H. Lai <th...@ma...> - GNU Emacs fixes for xcscope.el + Steven Elliott <sel...@au...> - Fuzzy pattern matching for xcscope.el Index: ChangeLog =================================================================== RCS file: /cvsroot/cscope/cscope/ChangeLog,v retrieving revision 1.81 retrieving revision 1.82 diff -C2 -r1.81 -r1.82 *** ChangeLog 2001/06/28 15:56:06 1.81 --- ChangeLog 2001/06/28 22:15:00 1.82 *************** *** 1,2 **** --- 1,4 ---- + (2001/06/28 - darrylo) Updated xcscope.el to include GNU Emacs fixes and + fuzzy pattern matching. Updated docs in xcscope.el. (2001/06/28 - broeker) Added files in packages/MSDOS that help compiling cscope on MSDOS using the DJGPP compiler. |