CVS: setedit change.log,1.780,1.781
Brought to you by:
set
From: Salvador E. T. <se...@us...> - 2010-07-07 13:26:37
|
Update of /cvsroot/setedit/setedit In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv26857 Modified Files: change.log Log Message: * Added: [editmain.cc setapp.h] A mechanism to control the editor from another program using named pipes. Currently you can jump to an error or quit the editor. * Modified: [runprog.cc runprog.h] Now ParseFun is exported. * Added: [editmain.cc] Editors now report to belong to a window class called SETEdit. * Modified: [ced_inte.h debian/changelog] Version to 0.5.7. Index: change.log =================================================================== RCS file: /cvsroot/setedit/setedit/change.log,v retrieving revision 1.780 retrieving revision 1.781 diff -C2 -d -r1.780 -r1.781 *** change.log 11 Nov 2009 12:39:42 -0000 1.780 --- change.log 7 Jul 2010 13:26:28 -0000 1.781 *************** *** 1,3 **** --- 1,12 ---- $Log$ + Revision 1.781 2010/07/07 13:26:28 set + * Added: [editmain.cc setapp.h] A mechanism to control the editor from + another program using named pipes. Currently you can jump to an error or + quit the editor. + * Modified: [runprog.cc runprog.h] Now ParseFun is exported. + * Added: [editmain.cc] Editors now report to belong to a window class + called SETEdit. + * Modified: [ced_inte.h debian/changelog] Version to 0.5.7. + . Revision 1.780 2009/11/11 12:39:42 set * Fixed: [WWW] Link to the CVS and how to do a check-out. The information |