From: Hans-Bernhard B. <br...@us...> - 2004-10-27 11:32:56
|
Update of /cvsroot/cscope/cscope In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28719 Modified Files: ChangeLog Log Message: Fix column layout for long file/fcn names. Index: ChangeLog =================================================================== RCS file: /cvsroot/cscope/cscope/ChangeLog,v retrieving revision 1.138 retrieving revision 1.139 diff -C2 -r1.138 -r1.139 *** ChangeLog 23 Jun 2004 15:41:58 -0000 1.138 --- ChangeLog 27 Oct 2004 11:32:45 -0000 1.139 *************** *** 1,2 **** --- 1,13 ---- + 2004-10-27 Hans-Bernhard Broeker <br...@ac...> + + * src/display.c (search): Replace duplicated code by a call to + countrefs(). Duplicate lacked adjustment of column widths in case + of very long function/file names. Thanks to Darlene Wong for + spotting this. + + * src/global.h (countrefs): Prototype added. + + * src/command.c (countrefs): Made globally available. + 2004-06-23 Hans-Bernhard Broeker <br...@ph...> |