From: Hans-Bernhard B. <br...@us...> - 2003-09-04 16:05:10
|
Update of /cvsroot/cscope/cscope In directory sc8-pr-cvs1:/tmp/cvs-serv3346 Modified Files: TODO ChangeLog Log Message: Updated list of things to do. Index: TODO =================================================================== RCS file: /cvsroot/cscope/cscope/TODO,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -r1.4 -r1.5 *** TODO 14 Aug 2003 14:37:49 -0000 1.4 --- TODO 4 Sep 2003 16:04:39 -0000 1.5 *************** *** 1,11 **** ! + Add --help option ! ! ? Apply added capability from osr5 codebase + Display the current case mode (^C) onscreen - ? Change to full screen target display and use bottom line for command, - control or fn keys for operations (cf pine) - + emacs like key bindings ^S for searching (^Y) --- 1,6 ---- ! Open + Display the current case mode (^C) onscreen + emacs like key bindings ^S for searching (^Y) *************** *** 18,19 **** --- 13,24 ---- + Provide some how-do-I-use-this-thing doc. + + + Replace invlib.[ch] by real database. Failing that, at least sanitize it. + + Possible changes: + + ? Change to full screen target display and use bottom line for command, + control or fn keys for operations (cf pine) + + ? Apply added capability from osr5 codebase + Index: ChangeLog =================================================================== RCS file: /cvsroot/cscope/cscope/ChangeLog,v retrieving revision 1.126 retrieving revision 1.127 diff -C2 -r1.126 -r1.127 *** ChangeLog 14 Aug 2003 14:39:01 -0000 1.126 --- ChangeLog 4 Sep 2003 16:04:39 -0000 1.127 *************** *** 2,6 **** (2003/08/14 - broeker) Have configure check for <regex.h>. Bail out if none found. ! (2003/08/14 - broeker) New options --help and --version. (2003/06/12 - broeker) New option -v to output progress updates even in line mode. To be used by interface kscope. --- 2,6 ---- (2003/08/14 - broeker) Have configure check for <regex.h>. Bail out if none found. ! (2003/08/14 - broeker) New options --help and --version. (2003/06/12 - broeker) New option -v to output progress updates even in line mode. To be used by interface kscope. |